Advertisement
Guest User

Info.plist

a guest
Apr 7th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>UIDeviceFamily</key>
  6.     <array>
  7.         <integer>1</integer>
  8.     </array>
  9.     <key>UISupportedInterfaceOrientations</key>
  10.     <array>
  11.         <string>UIInterfaceOrientationPortrait</string>
  12.         <string>UIInterfaceOrientationLandscapeLeft</string>
  13.         <string>UIInterfaceOrientationLandscapeRight</string>
  14.     </array>
  15.     <key>UISupportedInterfaceOrientations~ipad</key>
  16.     <array>
  17.         <string>UIInterfaceOrientationPortrait</string>
  18.         <string>UIInterfaceOrientationPortraitUpsideDown</string>
  19.         <string>UIInterfaceOrientationLandscapeLeft</string>
  20.         <string>UIInterfaceOrientationLandscapeRight</string>
  21.     </array>
  22.     <key>MinimumOSVersion</key>
  23.     <string>10.3</string>
  24.     <key>CFBundleDisplayName</key>
  25.     <string>Dress Spice</string>
  26.     <key>CFBundleIdentifier</key>
  27.     <string>com.dress.spice</string>
  28.     <key>CFBundleVersion</key>
  29.     <string>1.3.1</string>
  30.     <key>CFBundleIconFiles</key>
  31.     <array>
  32.         <string>Icon@2x.png</string>
  33.         <string>Icon.png</string>
  34.         <string>Icon-60@2x.png</string>
  35.         <string>Icon-Small@2x.png</string>
  36.         <string>Icon-Small.png</string>
  37.         <string>Icon-Small-40@2x.png</string>
  38.     </array>
  39.     <key>CFBundleShortVersionString</key>
  40.     <string>1.3</string>
  41.     <key>UIMainStoryboardFile</key>
  42.     <string>LaunchScreen</string>
  43.     <key>UIMainStoryboardFile~ipad</key>
  44.     <string>LaunchScreen</string>
  45.     <key>NSCameraUsageDescription</key>
  46.     <string>This app needs access to the camera to take photos for the user listed items.</string>
  47.     <key>NSPhotoLibraryUsageDescription</key>
  48.     <string>This app needs access to the camera to pick photos for the user listed items.</string>
  49.     <key>UIPrerenderedIcon</key>
  50.     <true/>
  51. </dict>
  52. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement