-
Notifications
You must be signed in to change notification settings - Fork 516
LaunchServices macOS xcode14.0 rc
Israel Soto edited this page Sep 7, 2022
·
1 revision
#LaunchServices.framework
diff -ruN /Applications/Xcode_14.0.0-beta6.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-rc.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-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h 2022-08-05 12:40:25.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfo.h 2022-08-03 21:05:40.000000000 -0500
@@ -47,11 +47,9 @@
/* ======================================================================================================== */
/* 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*/
@@ -79,7 +77,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*/
-
};
typedef CF_OPTIONS(OptionBits, LSRolesMask) {
@@ -413,7 +410,7 @@
* bundle identifier.
*
* @param inURLScheme the url scheme to set a default handler for
- * @param inHandlerBundleID the bundle identifier to be set as the default handler for the given scheme
+ * @param inHandlerBundeID the bundle identifier to be set as the default handler for the given scheme
*/
extern OSStatus
LSSetDefaultHandlerForURLScheme(
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h 2022-08-01 05:03:51.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LaunchServices.h 2022-02-12 04:21:16.000000000 -0600
@@ -18,11 +18,11 @@
#include <TargetConditionals.h>
-#if TARGET_OS_OSX || TARGET_OS_MACCATALYST
+#if TARGET_OS_OSX
#ifndef __ICONSCORE__
#include <LaunchServices/IconsCore.h>
#endif
-#endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
+#endif // TARGET_OS_OSX
#ifndef __LSINFO__
#include <LaunchServices/LSInfo.h>
@@ -32,11 +32,11 @@
#include <LaunchServices/LSOpen.h>
#endif
-#if TARGET_OS_OSX || TARGET_OS_MACCATALYST
+#if TARGET_OS_OSX
#ifndef __LSQUARANTINE__
#include <LaunchServices/LSQuarantine.h>
#endif
-#endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
+#endif // TARGET_OS_OSX
#ifndef __UTCORETYPES__
- 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