diff options
Diffstat (limited to 'Juick/Supporting Files/Juick-Info.plist')
-rw-r--r-- | Juick/Supporting Files/Juick-Info.plist | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Juick/Supporting Files/Juick-Info.plist b/Juick/Supporting Files/Juick-Info.plist index 5812a2d..3bbb399 100644 --- a/Juick/Supporting Files/Juick-Info.plist +++ b/Juick/Supporting Files/Juick-Info.plist @@ -2,19 +2,6 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>NSAppTransportSecurity</key> - <dict> - <key>NSExceptionDomains</key> - <dict> - <key>localhost</key> - <dict> - <key>NSExceptionAllowsInsecureHTTPLoads</key> - <true/> - </dict> - </dict> - </dict> - <key>base_url</key> - <string>${API_BASE_URL}</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> @@ -34,13 +21,24 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>78</string> + <string>79</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> <key>LSApplicationCategoryType</key> <string>public.app-category.social-networking</string> <key>LSRequiresIPhoneOS</key> <true/> + <key>NSAppTransportSecurity</key> + <dict> + <key>NSExceptionDomains</key> + <dict> + <key>localhost</key> + <dict> + <key>NSExceptionAllowsInsecureHTTPLoads</key> + <true/> + </dict> + </dict> + </dict> <key>NSHumanReadableCopyright</key> <string></string> <key>NSPhotoLibraryUsageDescription</key> @@ -78,5 +76,7 @@ </array> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> + <key>base_url</key> + <string>${API_BASE_URL}</string> </dict> </plist> |