Skip to content

LaunchServices macOS xcode15.0 b6

Manuel de la Pena edited this page Dec 12, 2023 · 2 revisions

#LaunchServices.framework ##mandel

diff -ruN /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-beta6.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	2023-07-15 01:37:00
+++ /Applications/Xcode_15.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSConstants.h	2023-08-01 07:44:28
@@ -50,23 +50,6 @@
   kLSNoExecutableErr            = -10827, /* The executable is missing*/
   kLSNoClassicEnvironmentErr    = -10828, /* The Classic environment was required but is not available*/
   kLSMultipleSessionsNotSupportedErr = -10829, /* The app cannot run simultaneously in two different sessions*/
-
-
-
-  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) {
Clone this wiki locally