Skip to content

AutomaticAssessmentConfiguration macOS xcode16.0 b5

Rolf Bjarne Kvinge edited this page Aug 23, 2024 · 3 revisions

#AutomaticAssessmentConfiguration.framework https://github.com/xamarin/xamarin-macios/pull/21028

diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h	2024-06-27 04:26:10
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentConfiguration.h	2024-07-26 12:25:38
@@ -17,20 +17,19 @@
 API_UNAVAILABLE(visionos)
 @interface AEAssessmentConfiguration: NSObject <NSCopying>
 
-API_AVAILABLE(ios(14.0))
+API_AVAILABLE(ios(14.0), macCatalyst(18.0), macos(15.0))
 API_UNAVAILABLE(visionos)
-API_UNAVAILABLE(macos, macCatalyst)
 typedef NS_OPTIONS(NSUInteger, AEAutocorrectMode) {
     AEAutocorrectModeNone = 0,
     AEAutocorrectModeSpelling = 1 << 0,
     AEAutocorrectModePunctuation = 1 << 1,
 } NS_SWIFT_NAME(AEAssessmentConfiguration.AutocorrectMode);
                    
-@property (nonatomic, assign) AEAutocorrectMode autocorrectMode API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
+@property (nonatomic, assign) AEAutocorrectMode autocorrectMode API_AVAILABLE(ios(14.0), macCatalyst(18.0), macos(15.0));
 
-@property (nonatomic, assign) BOOL allowsSpellCheck API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
-@property (nonatomic, assign) BOOL allowsPredictiveKeyboard API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
-@property (nonatomic, assign) BOOL allowsKeyboardShortcuts API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
+@property (nonatomic, assign) BOOL allowsSpellCheck API_AVAILABLE(ios(14.0), macCatalyst(18.0), macos(15.0));
+@property (nonatomic, assign) BOOL allowsPredictiveKeyboard API_AVAILABLE(ios(14.0), macCatalyst(18.0), macos(15.0));
+@property (nonatomic, assign) BOOL allowsKeyboardShortcuts API_AVAILABLE(ios(14.0), macCatalyst(18.0), macos(15.0));
 @property (nonatomic, assign) BOOL allowsActivityContinuation API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
 @property (nonatomic, assign) BOOL allowsDictation API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
 @property (nonatomic, assign) BOOL allowsAccessibilitySpeech API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(macos, macCatalyst);
Clone this wiki locally