Skip to content

Security iOS xcode27.0 b3

Alex Soto edited this page Jul 7, 2026 · 2 revisions

#Security.framework

diff -ruN /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h
--- /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h	2026-06-13 00:49:16
+++ /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h	2026-06-27 00:19:17
@@ -338,7 +338,7 @@
     errSecInternalComponent                  = -2070,
     errSecCoreFoundationUnknown              = -4960,
 
-    errSecMissingEntitlement                 = -34018,    /* A required entitlement isn't present. */
+    errSecMissingEntitlement                 = -34018,    /* A required entitlement is not present. */
     errSecRestrictedAPI                      = -34020,    /* Client is restricted and is not permitted to perform this operation. */
 
     errSecNotAvailable                       = -25291,    /* No keychain is available. You may need to restart your computer. */

Clone this wiki locally