|
|
@@ -4,6 +4,8 @@
|
|
|
<dict>
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
<string>en</string>
|
|
|
+ <key>CFBundleDisplayName</key>
|
|
|
+ <string>我要电竞</string>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
@@ -11,7 +13,7 @@
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
<string>6.0</string>
|
|
|
<key>CFBundleName</key>
|
|
|
- <string>wanna_battle</string>
|
|
|
+ <string>我要电竞</string>
|
|
|
<key>CFBundlePackageType</key>
|
|
|
<string>APPL</string>
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
@@ -20,8 +22,16 @@
|
|
|
<string>????</string>
|
|
|
<key>CFBundleVersion</key>
|
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
|
+ <key>LSApplicationQueriesSchemes</key>
|
|
|
+ <array>
|
|
|
+ <string>pubgmhd1106467070</string>
|
|
|
+ </array>
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
<true/>
|
|
|
+ <key>NSCameraUsageDescription</key>
|
|
|
+ <string>需要相机权限才能继续使用</string>
|
|
|
+ <key>NSPhotoLibraryUsageDescription</key>
|
|
|
+ <string>需要相册权限才能继续使用</string>
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
<string>LaunchScreen</string>
|
|
|
<key>UIMainStoryboardFile</key>
|
|
|
@@ -41,13 +51,5 @@
|
|
|
</array>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
<false/>
|
|
|
- <key>NSPhotoLibraryUsageDescription</key>
|
|
|
- <string>需要相册权限才能继续使用</string>
|
|
|
- <key>NSCameraUsageDescription</key>
|
|
|
- <string>需要相机权限才能继续使用</string>
|
|
|
- <key>LSApplicationQueriesSchemes</key>
|
|
|
- <array>
|
|
|
- <string>pubgmhd1106467070</string>
|
|
|
- </array>
|
|
|
</dict>
|
|
|
</plist>
|