Commit 62bfb79f8d0347981aac1f82f1f949e9158aeaec
1 parent
6599e2d8
Exists in
parentassistant
no message
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
ParentAssistant/ParentAssistant/Supporting Files/Info.plist
... | ... | @@ -2,8 +2,6 @@ |
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | - <key>ITSAppUsesNonExemptEncryption</key> | |
6 | - <false/> | |
7 | 5 | <key>CFBundleDevelopmentRegion</key> |
8 | 6 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
9 | 7 | <key>CFBundleDisplayName</key> |
... | ... | @@ -21,7 +19,9 @@ |
21 | 19 | <key>CFBundleShortVersionString</key> |
22 | 20 | <string>1.0.0</string> |
23 | 21 | <key>CFBundleVersion</key> |
24 | - <string>8</string> | |
22 | + <string>9</string> | |
23 | + <key>ITSAppUsesNonExemptEncryption</key> | |
24 | + <false/> | |
25 | 25 | <key>LSRequiresIPhoneOS</key> |
26 | 26 | <true/> |
27 | 27 | <key>NSAppTransportSecurity</key> |
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 | <true/> |
31 | 31 | </dict> |
32 | 32 | <key>NSLocationWhenInUseUsageDescription</key> |
33 | - <string>"需要您的同意,才能在使用期间访问位置"</string> | |
33 | + <string>"需要您的同意,才能在使用期间访问位置"</string> | |
34 | 34 | <key>NSMicrophoneUsageDescription</key> |
35 | 35 | <string>访问麦克风</string> |
36 | 36 | <key>NSPhotoLibraryUsageDescription</key> | ... | ... |