Skip to content

ExposureNotification iOS xcode15.0 b1

Alex Soto edited this page Jun 5, 2023 · 2 revisions

#ExposureNotification.framework

diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExposureNotification.framework/Headers/ENCommon.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExposureNotification.framework/Headers/ENCommon.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExposureNotification.framework/Headers/ENCommon.h	2023-03-09 23:53:22
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExposureNotification.framework/Headers/ENCommon.h	2023-05-26 01:11:03
@@ -26,7 +26,7 @@
 
 /// General API support available. Allows compile-time conditionalization of code.
 #ifndef EN_FEATURE_GENERAL
-	#if TARGET_OS_IOS
+	#if TARGET_OS_IOS && !TARGET_OS_XR
 		#define EN_FEATURE_GENERAL		1
 	#else
 		#define EN_FEATURE_GENERAL		0
Clone this wiki locally