Skip to content

Commit

Permalink
fix: delete aps-environment ios entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 17, 2023
1 parent ba647e1 commit 369d0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Runner/Runner.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>aps-environment</key>
<true/>
<false/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/Runner/RunnerRelease.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>aps-environment</key>
<true/>
<false/>
</dict>
</plist>

0 comments on commit 369d0ce

Please sign in to comment.