Skip to content

Commit

Permalink
Merge pull request #376 from ActionZachson/master
Browse files Browse the repository at this point in the history
Added TAG string
  • Loading branch information
don authored Oct 18, 2019
2 parents e4fedff + 06da4b0 commit 247e86d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,16 @@
</feature>
</config-file>

<config-file platform="ios" target="*-Debug.plist" parent="com.apple.developer.nfc.readersession.formats">
<config-file parent="com.apple.developer.nfc.readersession.formats" platform="ios" target="*-Debug.plist">
<array>
<string>NDEF</string>
<string>TAG</string>
</array>
</config-file>

<config-file platform="ios" target="*-Release.plist" parent="com.apple.developer.nfc.readersession.formats">
<config-file parent="com.apple.developer.nfc.readersession.formats" platform="ios" target="*-Release.plist">
<array>
<string>NDEF</string>
<string>TAG</string>
</array>
</config-file>

Expand Down

0 comments on commit 247e86d

Please sign in to comment.