Skip to content

Commit 3c92338

Browse files
author
Rick Pasetto
authored
(Temporarily?) Remove com.apple.developer.healthkit.access key to fix TestFlight uploads (#352)
Uploads to ASC (TestFlight) are failing. See https://developer.apple.com/forums/thread/671352 Hopefully this is a temporary workaround.
1 parent 405fd58 commit 3c92338

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Loop/Loop.entitlements

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<string>development</string>
77
<key>com.apple.developer.healthkit</key>
88
<true/>
9-
<key>com.apple.developer.healthkit.access</key>
10-
<array/>
119
<key>com.apple.developer.siri</key>
1210
<true/>
1311
<key>com.apple.security.application-groups</key>

WatchApp Extension/WatchApp Extension.entitlements

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<dict>
55
<key>com.apple.developer.healthkit</key>
66
<true/>
7-
<key>com.apple.developer.healthkit.access</key>
8-
<array/>
97
<key>com.apple.developer.siri</key>
108
<true/>
119
</dict>

0 commit comments

Comments
 (0)