Skip to content

Commit

Permalink
fix app store entitlements
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 2, 2024
1 parent b21ca37 commit 35bc1b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions Provenance/Provenance-AppStore-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<dict>
<key>ALTDeviceID</key>
<string></string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>APP_GROUP_IDENTIFIER</key>
<string>$(APP_GROUP_IDENTIFIER)</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
Expand Down Expand Up @@ -264,11 +264,9 @@
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>bluetooth-central</string>
<string>fetch</string>
<string>location</string>
<string>remote-notification</string>
<string>processing</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
Expand Down
6 changes: 2 additions & 4 deletions Provenance/Provenance-Lite (AppStore)-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,9 @@
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>bluetooth-central</string>
<string>fetch</string>
<string>location</string>
<string>remote-notification</string>
<string>processing</string>
<string>fetch</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
Expand Down

0 comments on commit 35bc1b1

Please sign in to comment.