Skip to content

Commit

Permalink
fix: add 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 d6e8bf9 commit ba647e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Runner/RunnerRelease.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<key>aps-environment</key>
<true/>
</dict>
</plist>

0 comments on commit ba647e1

Please sign in to comment.