1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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>CFBundleDisplayName</key>
- <string>adSDKDemo</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.6</string>
- <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>1.0</string>
- <key>GADApplicationIdentifier</key>
- <string>ca-app-pub-8062454331047867~5404019706</string>
- <key>GADIsAdManagerApp</key>
- <true/>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>mqqwpa</string>
- </array>
- <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>
- <key>ironsource-app-key</key>
- <string>e30ca749</string>
- <key>ironsource-app-userId</key>
- <string>advTestDemo</string>
- <key>ironsource-video-unitId</key>
- <string>ca-app-pub-8062454331047867/9605824879</string>
- <key>kAppToken</key>
- <string>naklbjs7514w</string>
- <key>kLoginEventToken</key>
- <string>fz2j1x</string>
- <key>kRechargeEventToken</key>
- <string>ns9ynb</string>
- <key>kRegisterEventToken</key>
- <string>qsvt0a</string>
- <key>mob-native-unitId</key>
- <string>ca-app-pub-3940256099942544/3986624511</string>
- </dict>
- </plist>
|