-
Notifications
You must be signed in to change notification settings - Fork 516
LaunchServices macOS xcode15.0 b5
Manuel de la Pena edited this page Dec 12, 2023
·
2 revisions
#LaunchServices.framework ##mandel
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSConstants.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSConstants.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSConstants.h 2023-06-30 00:25:26
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSConstants.h 2023-07-15 01:37:00
@@ -53,8 +53,20 @@
- kLSLaunchFailedBecauseLaunchConstraintsWereViolated = -10350, /* a launch failed because the constraints LS found when registering the application were violated at launch time */
+ kLSLaunchFailedBecauseLaunchConstraintsWereViolatedErr = -10350, /* a launch failed because the constraints LS found when registering the application were violated at launch time */
+
+
+ kLSTemplateApplicationIsCorruptErr = -10401, /* something is corrupt in the template application .app bundle */
+ kLSTemplateApplicationDataVaultIsCorruptErr = -10402, /* something is corrupt in the data vault used to store information about template applications */
+ kLSTemplateApplicationDataVaultInformationIsCorruptErr = -10403, /* something is corrupt in the data vault used file to store information about a particular template application */
+ kLSTemplateApplicationTeamIdentifierMismatchErr = -10404, /* the team identifier of a requestor didn't match the expected team identifier from the template application creator */
+ kLSTemplateApplicationSignatureFailureErr = -10410, /* the computed signature for a template application did not match the expected signature */
+ kLSTemplateApplicationSignatureNotFoundErr = -10411, /* a signature for the template application was not found in the local database of known template applications */
+
+ kLSTemplateApplicationUnableToContactServerErr = -10420,
+ kLSTemplateApplicationUnknownErr = -10421,
+ kLSTemplateApplicationOperationRequiresEntitlementErr = -10422,
};
typedef CF_OPTIONS(OptionBits, LSRolesMask) {
- 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