Skip to content

Commit 8e947cb

Browse files
committed
Add NFC entitlement
1 parent f89d8d0 commit 8e947cb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Loop/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NFCReaderUsageDescription</key>
6+
<string>The app uses NFC to pair with diabetes devices.</string>
57
<key>AppGroupIdentifier</key>
68
<string>$(APP_GROUP_IDENTIFIER)</string>
79
<key>AppStoreURL</key>

Loop/Loop.entitlements

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<true/>
99
<key>com.apple.developer.healthkit.access</key>
1010
<array/>
11+
<key>com.apple.developer.nfc.readersession.formats</key>
12+
<array>
13+
<string>TAG</string>
14+
</array>
1115
<key>com.apple.developer.siri</key>
1216
<true/>
1317
<key>com.apple.developer.usernotifications.time-sensitive</key>

0 commit comments

Comments
 (0)