Commit 62bfb79f8d0347981aac1f82f1f949e9158aeaec

Authored by 葛建军
1 parent 6599e2d8
Exists in parentassistant

no message

ParentAssistant/ParentAssistant/Supporting Files/Info.plist
@@ -2,8 +2,6 @@ @@ -2,8 +2,6 @@
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 - <key>ITSAppUsesNonExemptEncryption</key>  
6 - <false/>  
7 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
8 <string>$(DEVELOPMENT_LANGUAGE)</string> 6 <string>$(DEVELOPMENT_LANGUAGE)</string>
9 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
@@ -21,7 +19,9 @@ @@ -21,7 +19,9 @@
21 <key>CFBundleShortVersionString</key> 19 <key>CFBundleShortVersionString</key>
22 <string>1.0.0</string> 20 <string>1.0.0</string>
23 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>
24 - <string>8</string> 22 + <string>9</string>
  23 + <key>ITSAppUsesNonExemptEncryption</key>
  24 + <false/>
25 <key>LSRequiresIPhoneOS</key> 25 <key>LSRequiresIPhoneOS</key>
26 <true/> 26 <true/>
27 <key>NSAppTransportSecurity</key> 27 <key>NSAppTransportSecurity</key>
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 <true/> 30 <true/>
31 </dict> 31 </dict>
32 <key>NSLocationWhenInUseUsageDescription</key> 32 <key>NSLocationWhenInUseUsageDescription</key>
33 - <string>&quot;需要您的同意,才能在使用期间访问位置&quot;</string> 33 + <string>"需要您的同意,才能在使用期间访问位置"</string>
34 <key>NSMicrophoneUsageDescription</key> 34 <key>NSMicrophoneUsageDescription</key>
35 <string>访问麦克风</string> 35 <string>访问麦克风</string>
36 <key>NSPhotoLibraryUsageDescription</key> 36 <key>NSPhotoLibraryUsageDescription</key>