| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <plist version="1.0">
- <dict>
- <key>CFBundleDisplayName</key>
- <string>Esenthel</string>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFiles</key>
- <array>
- <string>Icon-76.png</string>
- <string>[email protected]</string>
- <string>[email protected]</string>
- <string>[email protected]</string>
- <string>[email protected]</string>
- </array>
- <key>CFBundleIdentifier</key>
- <string>com.esenthel.editor</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>58</string>
- <key>CFBundleShortVersionString</key>
- <string>58</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSMainNibFile</key>
- <string>iOS</string>
- <key>UILaunchStoryboardName</key>
- <string>iOS</string>
- <key>UIStatusBarHidden</key>
- <true/>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSLocationAlwaysUsageDescription</key>
- <string></string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string></string>
- <key>FacebookAppID</key>
- <string>0</string>
- <key>FacebookDisplayName</key>
- <string>Esenthel</string>
- <key>ChartboostAppID</key>
- <string></string>
- <key>ChartboostAppSignature</key>
- <string></string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>fb0</string>
- </array>
- </dict>
- </array>
- </dict>
- </plist>
|