-
Notifications
You must be signed in to change notification settings - Fork 515
ExtensionKit macOS xcode14.0 beta2
Israel Soto edited this page Jul 19, 2022
·
3 revisions
#ExtensionKit.framework https://github.com/xamarin/xamarin-macios/pull/15548
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXAppExtensionBrowserViewController.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXAppExtensionBrowserViewController.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXAppExtensionBrowserViewController.h 2022-05-31 15:03:35.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXAppExtensionBrowserViewController.h 2022-06-17 11:26:04.000000000 -0400
@@ -7,6 +7,8 @@
#import <Foundation/Foundation.h>
#import <TargetConditionals.h>
+#if !TARGET_OS_WATCH
+
#if TARGET_OS_OSX
#import <AppKit/AppKit.h>
#else
@@ -27,3 +29,5 @@
#endif // TARGET_OS_OSX
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_WATCH
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h 2022-05-31 15:03:35.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h 2022-06-17 11:26:04.000000000 -0400
@@ -6,6 +6,8 @@
#import <ExtensionFoundation/ExtensionFoundation.h>
#import <Foundation/Foundation.h>
+#if !TARGET_OS_WATCH
+
#if TARGET_OS_OSX
#import <AppKit/AppKit.h>
#else
@@ -60,3 +62,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_WATCH
- 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