-
Notifications
You must be signed in to change notification settings - Fork 515
BrowserEngineKit tvOS xcode15.4 b1
Alex Soto edited this page May 2, 2024
·
1 revision
#BrowserEngineKit.framework
diff -ruN /Applications/Xcode_15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebAppManifest.h /Applications/Xcode_15.4.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebAppManifest.h
--- /Applications/Xcode_15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebAppManifest.h 1969-12-31 19:00:00
+++ /Applications/Xcode_15.4.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebAppManifest.h 2024-04-05 00:57:04
@@ -0,0 +1,28 @@
+//
+// BEWebAppManifest.h
+// BrowserEngineKit
+//
+// Copyright © 2024 Apple Inc. All rights reserved.
+//
+
+#import <BrowserEngineKit/BEMacros.h>
+#import <Foundation/Foundation.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+/// An object that represents a web application manifest
+API_AVAILABLE(ios(17.5))
+BROWSERENGINE_EXPORT
+@interface BEWebAppManifest : NSObject
+
+- (instancetype)init NS_UNAVAILABLE;
+
+/// Returns nil if manifestURL is invalid or jsonData cannot be parsed.
+- (nullable BEWebAppManifest*)initWithJSONData:(NSData *)jsonData manifestURL:(NSURL *)manifestURL NS_DESIGNATED_INITIALIZER;
+
+@property (nonatomic, readonly, copy) NSData *jsonData;
+@property (nonatomic, readonly, copy) NSURL *manifestURL;
+
+@end
+
+NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BrowserEngineKit.h /Applications/Xcode_15.4.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BrowserEngineKit.h
--- /Applications/Xcode_15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BrowserEngineKit.h 2024-02-10 03:14:09
+++ /Applications/Xcode_15.4.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BrowserEngineKit.h 2024-04-05 00:57:03
@@ -36,5 +36,6 @@
#import <BrowserEngineKit/BETextDocumentRequest.h>
#import <BrowserEngineKit/BETextDocumentContext.h>
-
#import <BrowserEngineKit/BECapability.h>
+
+#import <BrowserEngineKit/BEWebAppManifest.h>
- 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