Advertisement
Guest User

Untitled

a guest
Dec 7th, 2022
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.13 KB | Source Code | 0 0
  1.  
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  4. <plist version="1.0">
  5. <dict>
  6.     <key>CFBundleDisplayName</key>
  7.         <string>App</string>
  8.     <key>CFBundleExecutable</key>
  9.         <string>Focus</string>
  10.     <key>CFBundleIcons</key>
  11.     <dict>
  12.         <key>CFBundlePrimaryIcon</key>
  13.         <dict>
  14.             <key>CFBundleIconFiles</key>
  15.             <array>
  16.                 <string>App-60</string>
  17.                 <string>App-76</string>
  18.                 <string>App-Small-40</string>
  19.                 <string>App-Small</string>
  20.                 <string>App-AppStore</string>
  21.             </array>
  22.             <key>UIPrerenderedIcon</key>
  23.             <true/>
  24.         </dict>
  25.     </dict>
  26.     <key>CFBundleIdentifier</key>
  27.         <string>com.org.app</string>
  28.     <key>CFBundleName</key>
  29.         <string>App</string>
  30.     <key>CFBundlePackageType</key>
  31.     <string>APPL</string>
  32.     <key>CFBundleShortVersionString</key>
  33.     <string>1</string>
  34.     <key>CFBundleSignature</key>
  35.         <string>BSFO</string>
  36.     <key>CFBundleSupportedPlatforms</key>
  37.     <array>
  38.         <string>iPhoneOS</string>
  39.     </array>
  40.     <key>CFBundleVersion</key>
  41.     <string>1</string>
  42.     <key>UISupportedExternalAccessoryProtocols</key>
  43.     <array>
  44.             <string>com.redpark.nettool</string>
  45.     </array>
  46.     <key>MinimumOSVersion</key>
  47.         <string>13.0</string>
  48.     <key>UIRequiredDeviceCapabilities</key>
  49.     <array/>
  50.         <key>UISupportedInterfaceOrientations</key>
  51.         <array>
  52.                 <string>UIInterfaceOrientationLandscapeLeft</string>
  53.                 <string>UIInterfaceOrientationLandscapeRight</string>
  54.         </array>
  55.         <key>UIStatusBarHidden</key>
  56.         <true/>
  57.         <key>UIViewControllerBasedStatusBarAppearance</key>
  58.         <false/>
  59.  
  60. <key>UILaunchImages~ipad</key>
  61. <array>
  62.     <dict>
  63.         <key>UILaunchImageMinimumOSVersion</key>
  64.         <string>13.0</string>
  65.         <key>UILaunchImageName</key>
  66.         <string>LaunchImage-Landscape@2x.png</string>
  67.         <key>UILaunchImageOrientation</key>
  68.         <string>Landscape</string>
  69.         <key>UILaunchImageSize</key>
  70.         <string>{768, 1024}</string>
  71.     </dict>
  72. </array>
  73.  
  74. <key>UIRequiresFullScreen</key>
  75. <true/>
  76.  
  77. </dict>
  78. </plist>
  79.  
Tags: plist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement