Skip to content

Commit

Permalink
Added ITSAppUsesNonExemptEncryption key to avoid having to provide ex…
Browse files Browse the repository at this point in the history
…port compliance information before submitting each build.
  • Loading branch information
EddyLB committed Aug 14, 2017
1 parent 543b6b8 commit 89959e0
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions piwigo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Piwigo</string>
<key>CFBundlePackageType</key>
Expand All @@ -20,25 +22,25 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>49</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>so that it will be able to download images to Photos and upload images to your Piwigo.</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>UIAppFonts</key>
<array>
<string>LacunaRegular.TTF</string>
</array>
<key>UILaunchStoryboardName</key>
<string>Launch Screen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit 89959e0

Please sign in to comment.