Skip to content

LaunchServices macOS xcode14.0 beta2

TJ Lambert edited this page Sep 7, 2022 · 3 revisions

#LaunchServices.framework https://github.com/xamarin/xamarin-macios/pull/15859

diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h	2022-05-31 15:02:49.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h	2022-06-17 11:25:18.000000000 -0400
@@ -47,9 +47,11 @@
 /* ======================================================================================================== */
 /* LaunchServices Type & Constants                                                                          */
 /* ======================================================================================================== */
+/* -10400 .. -10449 now reserved for LS */
 
 CF_ENUM(OSStatus) {
   kLSNo32BitEnvironmentErr      = -10386, /* i386 is no longer supported*/
+  kLSMalformedLocErr 			= -10400, /* malformed internet locator file */
   kLSAppInTrashErr              = -10660, /* The app cannot be run when inside a Trash folder*/
   kLSExecutableIncorrectFormat  = -10661, /* No compatible executable was found*/
   kLSAttributeNotFoundErr       = -10662, /* An item attribute value could not be found with the specified name*/
@@ -77,6 +79,7 @@
   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*/
+
 };
 
 typedef CF_OPTIONS(OptionBits, LSRolesMask) {
Clone this wiki locally