-
Notifications
You must be signed in to change notification settings - Fork 520
AutomaticAssessmentConfiguration macOS xcode16.0 b1
Rolf Bjarne Kvinge edited this page Jul 10, 2024
·
4 revisions
#AutomaticAssessmentConfiguration.framework https://github.com/xamarin/xamarin-macios/pull/20847
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentParticipantConfiguration.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentParticipantConfiguration.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentParticipantConfiguration.h 2024-04-19 06:20:48
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Headers/AEAssessmentParticipantConfiguration.h 2024-05-30 06:25:03
@@ -15,6 +15,8 @@
@property (nonatomic, assign) BOOL allowsNetworkAccess API_AVAILABLE(ios(17.5), macCatalyst(15.0), macos(12.0));
+@property (nonatomic, copy) NSDictionary<NSString *, id> *configurationInfo API_AVAILABLE(ios(18.0), macCatalyst(18.0), macos(15.0));
+
- (instancetype)init API_AVAILABLE(ios(17.5), macCatalyst(15.0), macos(12.0));
+ (instancetype)new API_AVAILABLE(ios(17.5), macCatalyst(15.0), macos(12.0));