Skip to content

Commit

Permalink
Merge pull request #400 from shuto-cn/ios12-without-nfc
Browse files Browse the repository at this point in the history
CoreNFC.framework is optional
  • Loading branch information
don authored Apr 16, 2020
2 parents 5fe5683 + 82d67c1 commit 62acb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<source-file src="src/ios/NfcPlugin.m" />

<!-- frameworks -->
<framework src="CoreNFC.framework" />
<framework src="CoreNFC.framework" weak="true" />

<preference name="NFC_USAGE_DESCRIPTION" default="Read NFC Tags" />
<config-file target="*-Info.plist" parent="NFCReaderUsageDescription">
Expand Down

0 comments on commit 62acb8d

Please sign in to comment.