Skip to content

Commit 2455a7b

Browse files
committed
fix: ensure app complies with encryption requirements by setting ITSAppUsesNonExemptEncryption to false
Signed-off-by: bradly0cjw <57744542+bradly0cjw@users.noreply.github.com>
1 parent 5038e20 commit 2455a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@
4545
<true/>
4646
<key>UIApplicationSupportsIndirectInputEvents</key>
4747
<true/>
48+
<key>ITSAppUsesNonExemptEncryption</key>
49+
<false/>
4850
</dict>
4951
</plist>

0 commit comments

Comments
 (0)