-
Notifications
You must be signed in to change notification settings - Fork 549
SafetyKit macOS xcode16.0 b1
Rolf Bjarne Kvinge edited this page Jun 18, 2024
·
2 revisions
#SafetyKit.framework
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAAuthorizationStatus.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAAuthorizationStatus.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAAuthorizationStatus.h 2024-04-13 21:22:18
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAAuthorizationStatus.h 2024-05-30 03:19:34
@@ -20,7 +20,7 @@
* SAAuthorizationStatusAuthorized when access is authorized by the user.
*
*/
-API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos)
+API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos)
typedef NS_ENUM(NSInteger, SAAuthorizationStatus) {
SAAuthorizationStatusNotDetermined = 0,
SAAuthorizationStatusDenied,
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionEvent.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionEvent.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionEvent.h 2024-04-13 21:22:18
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionEvent.h 2024-05-30 03:19:34
@@ -18,13 +18,13 @@
typedef NS_ENUM(NSInteger, SACrashDetectionEventResponse) {
SACrashDetectionEventResponseAttempted, ///< Emergency SOS response for the crash event was attempted
SACrashDetectionEventResponseDisabled, ///< Emergency SOS response for crash events is disabled
-} NS_SWIFT_NAME(SACrashDetectionEvent.Response) API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos);
+} NS_SWIFT_NAME(SACrashDetectionEvent.Response) API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos);
/**
* @brief This object describes a Crash Detection event and response to it.
* @sa SACrashDetectionEvent
*/
-SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos)
+SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos)
@interface SACrashDetectionEvent : NSObject<NSSecureCoding, NSCopying>
+ (instancetype)new NS_UNAVAILABLE;
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionManager.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionManager.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionManager.h 2024-04-13 21:22:18
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SACrashDetectionManager.h 2024-05-30 03:19:34
@@ -24,7 +24,7 @@
*
* SACrashDetectionManager requires an entitlement from Apple. To apply for the entitlement, see Crash Detection Entitlement Request.
*/
-SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos)
+SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos)
@interface SACrashDetectionManager : NSObject
/**
@@ -69,7 +69,7 @@
*
* @sa SACrashDetectionManager
*/
-SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos)
+SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos)
@protocol SACrashDetectionDelegate <NSObject>
@optional
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAEmergencyResponseManager.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAEmergencyResponseManager.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAEmergencyResponseManager.h 2024-04-13 21:22:18
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAEmergencyResponseManager.h 2024-05-30 03:19:34
@@ -22,7 +22,7 @@
SAEmergencyResponseManagerVoiceCallStatusActive, /// < the system dialed voice call is connected and active
SAEmergencyResponseManagerVoiceCallStatusDisconnected, ///< the system dialed voice call is disconnected after being active
SAEmergencyResponseManagerVoiceCallStatusFailed, ///< the system dialed voice call failed to connect
-} NS_SWIFT_NAME(SAEmergencyResponseManager.VoiceCallStatus) API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos);
+} NS_SWIFT_NAME(SAEmergencyResponseManager.VoiceCallStatus) API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos);
/**
@@ -36,7 +36,7 @@
*
* SAEmergencyResponseManager requires an entitlement from Apple to at least one of the emergency event detections. To apply for the entitlement, see respective detection mechanisms
*/
-SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos)
+SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos)
@interface SAEmergencyResponseManager : NSObject
/**
@@ -78,7 +78,7 @@
*
* @sa SAEmergencyResponseManager
*/
-SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos)
+SA_EXTERN API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos)
@protocol SAEmergencyResponseDelegate <NSObject>
@optional
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAError.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAError.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAError.h 2024-04-13 21:22:18
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafetyKit.framework/Headers/SAError.h 2024-05-30 03:19:34
@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
-SA_EXTERN NSErrorDomain SAErrorDomain API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos);
+SA_EXTERN NSErrorDomain SAErrorDomain API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos);
/*!
@enum SAErrorCode
@@ -24,6 +24,6 @@
SAErrorNotAllowed,
SAErrorInvalidArgument,
SAErrorOperationFailed,
-} API_AVAILABLE(ios(16.0), macos(13.0), watchos(9.0)) API_UNAVAILABLE(tvos);
+} API_AVAILABLE(ios(16.0), macos(13.0), watchos(10.1)) API_UNAVAILABLE(tvos);
NS_ASSUME_NONNULL_END