Info.plist 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>adSDKDemo</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1.6</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeRole</key>
  25. <string>Editor</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>app2013</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>1.0</string>
  34. <key>GADApplicationIdentifier</key>
  35. <string>ca-app-pub-8062454331047867~5404019706</string>
  36. <key>GADIsAdManagerApp</key>
  37. <true/>
  38. <key>LSApplicationQueriesSchemes</key>
  39. <array>
  40. <string>mqqwpa</string>
  41. </array>
  42. <key>LSRequiresIPhoneOS</key>
  43. <true/>
  44. <key>NSAppTransportSecurity</key>
  45. <dict>
  46. <key>NSAllowsArbitraryLoads</key>
  47. <true/>
  48. </dict>
  49. <key>NSPhotoLibraryUsageDescription</key>
  50. <string>?</string>
  51. <key>UILaunchStoryboardName</key>
  52. <string>LaunchScreen</string>
  53. <key>UIMainStoryboardFile</key>
  54. <string>Main</string>
  55. <key>UIRequiredDeviceCapabilities</key>
  56. <array>
  57. <string>armv7</string>
  58. </array>
  59. <key>UISupportedInterfaceOrientations</key>
  60. <array>
  61. <string>UIInterfaceOrientationLandscapeLeft</string>
  62. <string>UIInterfaceOrientationLandscapeRight</string>
  63. <string>UIInterfaceOrientationPortrait</string>
  64. </array>
  65. <key>UISupportedInterfaceOrientations~ipad</key>
  66. <array>
  67. <string>UIInterfaceOrientationPortrait</string>
  68. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  69. <string>UIInterfaceOrientationLandscapeLeft</string>
  70. <string>UIInterfaceOrientationLandscapeRight</string>
  71. </array>
  72. <key>ironsource-app-key</key>
  73. <string>e30ca749</string>
  74. <key>ironsource-app-userId</key>
  75. <string>advTestDemo</string>
  76. <key>ironsource-video-unitId</key>
  77. <string>ca-app-pub-8062454331047867/9605824879</string>
  78. <key>kAppToken</key>
  79. <string>naklbjs7514w</string>
  80. <key>kLoginEventToken</key>
  81. <string>fz2j1x</string>
  82. <key>kRechargeEventToken</key>
  83. <string>ns9ynb</string>
  84. <key>kRegisterEventToken</key>
  85. <string>qsvt0a</string>
  86. <key>mob-native-unitId</key>
  87. <string>ca-app-pub-3940256099942544/3986624511</string>
  88. </dict>
  89. </plist>