Info.plist 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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>English</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>$(MARKETING_VERSION)</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLName</key>
  29. <string>line</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>line3rdp.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  33. </array>
  34. </dict>
  35. <dict>
  36. <key>CFBundleTypeRole</key>
  37. <string>Editor</string>
  38. <key>CFBundleURLName</key>
  39. <string>google</string>
  40. <key>CFBundleURLSchemes</key>
  41. <array>
  42. <string>com.googleusercontent.apps.335082713048-hcg4nm21vclg34b7b0uj3bue5h4q73al</string>
  43. </array>
  44. </dict>
  45. </array>
  46. <key>CFBundleVersion</key>
  47. <string>6.3</string>
  48. <key>GIDClientID</key>
  49. <string>335082713048-hcg4nm21vclg34b7b0uj3bue5h4q73al.apps.googleusercontent.com</string>
  50. <key>ITSAppUsesNonExemptEncryption</key>
  51. <false/>
  52. <key>LSApplicationQueriesSchemes</key>
  53. <array>
  54. <string>lineauth2</string>
  55. <string>google</string>
  56. <string>com.google.gpp.signin</string>
  57. </array>
  58. <key>LSRequiresIPhoneOS</key>
  59. <true/>
  60. <key>LineSDKConfig</key>
  61. <dict>
  62. <key>ChannelID</key>
  63. <string>2008795912</string>
  64. </dict>
  65. <key>NSAppTransportSecurity</key>
  66. <dict>
  67. <key>NSAllowsArbitraryLoads</key>
  68. <true/>
  69. </dict>
  70. <key>NSMicrophoneUsageDescription</key>
  71. <string>食糊啦需要麥克風權限以便提供語音交互服務</string>
  72. <key>UIBackgroundModes</key>
  73. <array>
  74. <string>remote-notification</string>
  75. </array>
  76. <key>UILaunchStoryboardName</key>
  77. <string>LaunchScreen</string>
  78. <key>UIPrerenderedIcon</key>
  79. <true/>
  80. <key>UIRequiresFullScreen</key>
  81. <true/>
  82. <key>UIStatusBarHidden</key>
  83. <true/>
  84. <key>UISupportedInterfaceOrientations</key>
  85. <array>
  86. <string>UIInterfaceOrientationLandscapeRight</string>
  87. <string>UIInterfaceOrientationLandscapeLeft</string>
  88. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  89. </array>
  90. <key>compileBitcode</key>
  91. <false/>
  92. <key>method</key>
  93. <string>ad-hoc</string>
  94. <key>uploadBitcode</key>
  95. <false/>
  96. <key>uploadSymbols</key>
  97. <true/>
  98. </dict>
  99. </plist>