-
Notifications
You must be signed in to change notification settings - Fork 575
Security macOS 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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecBase.h
--- /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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/MacOSX.platform/Developer/SDKs/MacOSX.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. */
diff -ruN /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/cssmapple.h /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/cssmapple.h
--- /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/cssmapple.h 2026-06-14 01:34:25
+++ /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/cssmapple.h 2026-06-27 01:31:44
@@ -430,16 +430,16 @@
/* an operation failed because a file was too large */
CSSMERR_APPLEDL_FILE_TOO_BIG = -2147412989,
- /* a keychain database's internal information ("blob") is invalid */
+ /* invalid internal information in a keychain database */
CSSMERR_APPLEDL_INVALID_DATABASE_BLOB = -2147412988,
- /* a keychain database's internal information ("blob") is invalid */
+ /* invalid internal information in a keychain database */
CSSMERR_APPLEDL_INVALID_KEY_BLOB = -2147412987,
- /* the internal data format version for a database's internal information ("blob") is invalid */
+ /* invalid data format in the internal information of a database */
CSSMERR_APPLEDL_INCOMPATIBLE_DATABASE_BLOB = -2147412986,
- /* the internal data format version for a database's internal information ("blob") is invalid */
+ /* invalid data format in the internal information of a database */
CSSMERR_APPLEDL_INCOMPATIBLE_KEY_BLOB = -2147412985,
};