We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89d8d0 commit 8e947cbCopy full SHA for 8e947cb
Loop/Info.plist
@@ -2,6 +2,8 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>NFCReaderUsageDescription</key>
6
+ <string>The app uses NFC to pair with diabetes devices.</string>
7
<key>AppGroupIdentifier</key>
8
<string>$(APP_GROUP_IDENTIFIER)</string>
9
<key>AppStoreURL</key>
Loop/Loop.entitlements
@@ -8,6 +8,10 @@
<true/>
<key>com.apple.developer.healthkit.access</key>
10
<array/>
11
+ <key>com.apple.developer.nfc.readersession.formats</key>
12
+ <array>
13
+ <string>TAG</string>
14
+ </array>
15
<key>com.apple.developer.siri</key>
16
17
<key>com.apple.developer.usernotifications.time-sensitive</key>
0 commit comments