Skip to content

Instantly share code, notes, and snippets.

@Raztor0
Created December 29, 2017 21:58
Show Gist options
  • Save Raztor0/6b2615434ef3e4c86341ad0eb5017f27 to your computer and use it in GitHub Desktop.
Save Raztor0/6b2615434ef3e4c86341ad0eb5017f27 to your computer and use it in GitHub Desktop.
Info.plist
<?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">
<plist version="1.0">
<dict>
<key>DTXcode</key>
<string>0720</string>
<key>DTSDKName</key>
<string>iphoneos9.2</string>
<key>CFBundleName</key>
<string>RS Xchange</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleIcons~ipad</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon29x29</string>
<string>AppIcon40x40</string>
<string>AppIcon57x57</string>
<string>AppIcon60x60</string>
<string>AppIcon50x50</string>
<string>AppIcon72x72</string>
<string>AppIcon76x76</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>DTSDKBuild</key>
<string>13C75</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleVersion</key>
<string>21</string>
<key>BuildMachineOSBuild</key>
<string>15D21</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>Fabric</key>
<dict>
<key>Kits</key>
<array>
<dict>
<key>KitName</key>
<string>Crashlytics</string>
<key>KitInfo</key>
<dict/>
</dict>
</array>
<key>APIKey</key>
<string>some_key</string>
</dict>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>CFBundleExecutable</key>
<string>RS Xchange</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CFBundleIdentifier</key>
<string>co.razio.RS-Exchange</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>DTXcodeBuild</key>
<string>7C68</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon29x29</string>
<string>AppIcon40x40</string>
<string>AppIcon57x57</string>
<string>AppIcon60x60</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>DTPlatformVersion</key>
<string>9.2</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
</array>
<key>DTPlatformBuild</key>
<string>13C75</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment