Adjust plist content

This commit is contained in:
Jérôme Laban 2019-05-22 08:39:27 -04:00
commit 056579fc68

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Uno Calculator</string> <string>Uno Calculator</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -31,6 +31,8 @@
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationLandscapeRight</string>
</array> </array>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>
<key>UISupportedInterfaceOrientations~ipad</key> <key>UISupportedInterfaceOrientations~ipad</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>
@ -49,5 +51,5 @@
<string>Media.xcassets/AppIcons.appiconset</string> <string>Media.xcassets/AppIcons.appiconset</string>
<key>XSLaunchImageAssets</key> <key>XSLaunchImageAssets</key>
<string>Media.xcassets/LaunchImages.launchimage</string> <string>Media.xcassets/LaunchImages.launchimage</string>
</dict> </dict>
</plist> </plist>