优惠券swift版马甲包

Info.plist 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>花生记</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>2.0</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>tbopen25904249</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>1</string>
  34. <key>LSRequiresIPhoneOS</key>
  35. <true/>
  36. <key>NSAppTransportSecurity</key>
  37. <dict>
  38. <key>NSAllowsArbitraryLoads</key>
  39. <true/>
  40. <key>NSExceptionDomains</key>
  41. <dict>
  42. <key>example.com</key>
  43. <dict>
  44. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  45. <true/>
  46. <key>NSIncludesSubdomains</key>
  47. <true/>
  48. </dict>
  49. </dict>
  50. </dict>
  51. <key>NSPhotoLibraryAddUsageDescription</key>
  52. <string>是否允许访问相册</string>
  53. <key>NSPhotoLibraryUsageDescription</key>
  54. <string>是否允许用户使用相册</string>
  55. <key>UIMainStoryboardFile</key>
  56. <string>Main</string>
  57. <key>UIRequiredDeviceCapabilities</key>
  58. <array>
  59. <string>armv7</string>
  60. </array>
  61. <key>UIStatusBarStyle</key>
  62. <string>UIStatusBarStyleDefault</string>
  63. <key>UISupportedInterfaceOrientations</key>
  64. <array>
  65. <string>UIInterfaceOrientationPortrait</string>
  66. </array>
  67. <key>UISupportedInterfaceOrientations~ipad</key>
  68. <array>
  69. <string>UIInterfaceOrientationPortrait</string>
  70. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  71. <string>UIInterfaceOrientationLandscapeLeft</string>
  72. <string>UIInterfaceOrientationLandscapeRight</string>
  73. </array>
  74. <key>UIViewControllerBasedStatusBarAppearance</key>
  75. <false/>
  76. </dict>
  77. </plist>