Skip to content

Commit

Permalink
chore: iOS/macOS: "App Uses Non-Exempt Encryption" (#4344)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Jul 20, 2023
1 parent 5b376d0 commit 109b417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/smooth_app/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@
<true/>
<key>FlutterDeepLinkingEnabled</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions packages/smooth_app/macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

0 comments on commit 109b417

Please sign in to comment.