-
Notifications
You must be signed in to change notification settings - Fork 518
Security tvOS xcode14.0 beta2
Alex Soto edited this page Jun 24, 2022
·
2 revisions
#Security.framework
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h 2022-05-31 14:52:25.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h 2022-06-17 14:30:16.000000000 -0400
@@ -36,7 +36,7 @@
// =================================================================================================================
// SEC_OS_IPHONE 0 1 1 1 1
// SEC_OS_OSX 1 0 0 0 0
-// SEC_OS_OSX_INCLUDES 1 1 0 0 0
+// SEC_OS_OSX_INCLUDES 1 1 0 0 1
#if TARGET_OS_OSX
#ifdef SEC_IOS_ON_OSX
@@ -51,7 +51,7 @@
#define SEC_OS_IPHONE 1
#define SEC_OS_OSX 0
- #define SEC_OS_OSX_INCLUDES 0
+ #define SEC_OS_OSX_INCLUDES 1
#endif // TARGET_OS_MACCATALYST
#ifndef SEC_OS_IPHONE
@@ -59,7 +59,7 @@
#define SEC_OS_IPHONE TARGET_OS_IPHONE
#define SEC_OS_OSX TARGET_OS_OSX
- #define SEC_OS_OSX_INCLUDES TARGET_OS_OSX
+ #define SEC_OS_OSX_INCLUDES TARGET_OS_OSX || TARGET_OS_MACCATALYST
#endif
#if defined(__clang__)
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status