forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 1
CoreNFC tvOS xcode9 beta2
Vincent Dondain edited this page Jun 21, 2017
·
2 revisions
#CoreNFC.framework
diff -ruN /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCISO15693ReaderSession.h /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCISO15693ReaderSession.h
--- /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCISO15693ReaderSession.h 2017-05-18 19:36:32.000000000 -0400
+++ /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCISO15693ReaderSession.h 2017-06-11 00:41:28.000000000 -0400
@@ -31,6 +31,13 @@
API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos, macos, tvos)
@interface NFCISO15693ReaderSession : NFCReaderSession
+/*!
+ * @property readingAvailable
+ *
+ * @discussion YES if device supports NFC tag reading.
+ */
+@property (class, nonatomic, readonly) BOOL readingAvailable;
+
- (instancetype)init NS_UNAVAILABLE;
/*!
diff -ruN /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCNDEFReaderSession.h /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCNDEFReaderSession.h
--- /Applications/Xcode9-beta1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCNDEFReaderSession.h 2017-05-28 01:25:16.000000000 -0400
+++ /Applications/Xcode9-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCNDEFReaderSession.h 2017-06-14 01:04:11.000000000 -0400
@@ -112,6 +112,13 @@
API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos, macos, tvos)
@interface NFCNDEFReaderSession : NFCReaderSession
+/*!
+ * @property readingAvailable
+ *
+ * @discussion YES if device supports NFC tag reading.
+ */
+@property (class, nonatomic, readonly) BOOL readingAvailable;
+
- (instancetype)init NS_UNAVAILABLE;
/*!