Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Commit c03598c

Browse files
committed
🍎 Fix info plist file
1 parent 5d1fced commit c03598c

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

ios/Runner/Info.plist

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,23 @@
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
2424
<string>$(FLUTTER_BUILD_NUMBER)</string>
25+
<key>ITSAppUsesNonExemptEncryption</key>
26+
<false/>
27+
<key>LSApplicationQueriesSchemes</key>
28+
<array>
29+
<string>pronote</string>
30+
</array>
2531
<key>LSRequiresIPhoneOS</key>
2632
<true/>
2733
<key>NSAppTransportSecurity</key>
2834
<dict>
2935
<key>NSAllowsLocalNetworking</key>
3036
<true/>
3137
</dict>
32-
<key>NSLocationWhenInUseUsageDescription</key>
33-
<string>Localisation requise pour chercher les établissements à proximité</string>
3438
<key>NSLocationAlwaysUsageDescription</key>
3539
<string>Localisation requise pour chercher les établissements à proximité</string>
40+
<key>NSLocationWhenInUseUsageDescription</key>
41+
<string>Localisation requise pour chercher les établissements à proximité</string>
3642
<key>PermissionGroupNotification</key>
3743
<string>Afficher les notifications de notes, devoirs, etc.</string>
3844
<key>UILaunchStoryboardName</key>
@@ -54,9 +60,5 @@
5460
</array>
5561
<key>UIViewControllerBasedStatusBarAppearance</key>
5662
<false/>
57-
<key>LSApplicationQueriesSchemes</key>
58-
<array>
59-
<string>pronote</string>
60-
</array>
6163
</dict>
6264
</plist>

0 commit comments

Comments
 (0)