From b19a78b27247f5f0761c35b5b3e8a41876eabb05 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 20 Apr 2021 17:18:32 +0800
Subject: [PATCH] no message
---
frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h
index 99b5f15..efcb244 100644
--- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h
+++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h
@@ -16,6 +16,10 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#import "TargetConditionals.h"
+
+#if !TARGET_OS_TV
+
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@@ -31,13 +35,13 @@
+ (instancetype)new NS_UNAVAILABLE;
/** Creates a FBSDKAppLinkTarget with the given app site and target URL. */
-+ (instancetype)appLinkTargetWithURL:(NSURL *)url
++ (instancetype)appLinkTargetWithURL:(nullable NSURL *)url
appStoreId:(nullable NSString *)appStoreId
appName:(NSString *)appName
NS_SWIFT_NAME(init(url:appStoreId:appName:));
/** The URL prefix for this app link target */
-@property (nonatomic, strong, readonly) NSURL *URL;
+@property (nonatomic, strong, readonly, nullable) NSURL *URL;
/** The app ID for the app store */
@property (nonatomic, copy, readonly, nullable) NSString *appStoreId;
@@ -48,3 +52,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif
--
Gitblit v1.8.0