-
Notifications
You must be signed in to change notification settings - Fork 516
LaunchServices macOS xcode15.0 b2
Manuel de la Pena edited this page Dec 12, 2023
·
2 revisions
#LaunchServices.framework ##mandel
diff -ruN /Applications/Xcode_15.0.0-beta.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-beta2.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSConstants.h 2023-05-26 21:46:37
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSConstants.h 2023-06-10 02:36:11
@@ -18,7 +18,7 @@
/* ======================================================================================================== */
/* LaunchServices Constants */
/* ======================================================================================================== */
-/* -10400 .. -10449 now reserved for LS */
+/* -10300 .. -10399, -10400 .. -10449, -10650..-10699, -10810 .. -10829 are all reserved for LS */
CF_ENUM(OSStatus) {
kLSNo32BitEnvironmentErr = -10386, /* i386 is no longer supported*/
@@ -50,6 +50,11 @@
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*/
+
+
+
+ kLSLaunchFailedBecauseLaunchConstraintsWereViolated = -10350, /* a launch failed because the constraints LS found when registering the application were violated at launch time */
+
};
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