| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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>English</string>
- <key>CFBundleDisplayName</key>
- <string>食糊啦</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>$(MARKETING_VERSION)</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>line</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>line3rdp.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>google</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>com.googleusercontent.apps.335082713048-hcg4nm21vclg34b7b0uj3bue5h4q73al</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>6.3</string>
- <key>GIDClientID</key>
- <string>335082713048-hcg4nm21vclg34b7b0uj3bue5h4q73al.apps.googleusercontent.com</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>lineauth2</string>
- <string>google</string>
- <string>com.google.gpp.signin</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>LineSDKConfig</key>
- <dict>
- <key>ChannelID</key>
- <string>2008795912</string>
- </dict>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSMicrophoneUsageDescription</key>
- <string>食糊啦需要麥克風權限以便提供語音交互服務</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>remote-notification</string>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIPrerenderedIcon</key>
- <true/>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>UIStatusBarHidden</key>
- <true/>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
- <key>compileBitcode</key>
- <false/>
- <key>method</key>
- <string>ad-hoc</string>
- <key>uploadBitcode</key>
- <false/>
- <key>uploadSymbols</key>
- <true/>
- </dict>
- </plist>
|