1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>2</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>LSApplicationCategoryType</key>
- <string></string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>GADIsAdManagerApp</key>
- <true/>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>app2013</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>10</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>mqqwpa</string>
- </array>
- <key>SKAdNetworkItems</key>
- <array>
- <dict>
- <key>SKAdNetworkIdentifier</key>
- <string>su67r6k2v3.skadnetwork</string>
- </dict>
- </array>
- <key>ironsource-app-key</key>
- <string>8545d415</string>
- <key>ironsource-app-userId</key>
- <string>demoApp</string>
- <key>mob-banner-unitId</key>
- <string>ca-app-pub-3940256099943544/3986624511</string>
- <key>mob-native-unitId</key>
- <string>ca-app-pub-3940256029942544/3986624511</string>
- <key>ironsource-video-unitId</key>
- <string>ca-app-pub-3940252029942544/3986624511</string>
- <key>ironsource-Interstitial-unitId</key>
- <string>ca-app-pub-3940252029942544/3986624511</string>
-
-
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>?</string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- </dict>
- </plist>
|