Subversion Repository Public Repository

Nextrek

Diff Revisions 786 vs 789 for /iOS/SafariArte/trunk/SafariArte/Info.plist

Diff revisions: vs.
  @@ -7,7 +7,7 @@
7 7 <key>CFBundleExecutable</key>
8 8 <string>$(EXECUTABLE_NAME)</string>
9 9 <key>CFBundleIdentifier</key>
10 - <string>com.nextrek.safaiArte</string>
10 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11 11 <key>CFBundleInfoDictionaryVersion</key>
12 12 <string>6.0</string>
13 13 <key>CFBundleName</key>
  @@ -28,7 +28,7 @@
28 28 </dict>
29 29 </array>
30 30 <key>CFBundleVersion</key>
31 - <string>030</string>
31 + <string>032</string>
32 32 <key>Fabric</key>
33 33 <dict>
34 34 <key>APIKey</key>
  @@ -49,6 +49,21 @@
49 49 <string>Safari D'arte</string>
50 50 <key>LSRequiresIPhoneOS</key>
51 51 <true/>
52 + <key>NSAppTransportSecurity</key>
53 + <dict>
54 + <key>NSExceptionDomains</key>
55 + <dict>
56 + <key>svm19842.vps.tagadab.it</key>
57 + <dict>
58 + <key>NSIncludesSubdomains</key>
59 + <true/>
60 + <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
61 + <true/>
62 + <key>NSTemporaryExceptionMinimumTLSVersion</key>
63 + <string>TLSv1.1</string>
64 + </dict>
65 + </dict>
66 + </dict>
52 67 <key>NSLocationAlwaysUsageDescription</key>
53 68 <string>GEOLOCATION</string>
54 69 <key>NSLocationUsageDescription</key>