x1ongzhu hace 6 años
padre
commit
be09a03515
Se han modificado 3 ficheros con 21 adiciones y 2 borrados
  1. 1 1
      ios/Flutter/flutter_export_environment.sh
  2. 19 0
      ios/Runner/Info.plist
  3. 1 1
      pubspec.yaml

+ 1 - 1
ios/Flutter/flutter_export_environment.sh

@@ -6,5 +6,5 @@ export "FLUTTER_TARGET=lib/main.dart"
 export "FLUTTER_BUILD_DIR=build"
 export "SYMROOT=${SOURCE_ROOT}/../build/ios"
 export "FLUTTER_FRAMEWORK_DIR=/Users/drew/Library/flutter/bin/cache/artifacts/engine/ios-release"
-export "FLUTTER_BUILD_NAME=1.0.1"
+export "FLUTTER_BUILD_NAME=1.0.3"
 export "FLUTTER_BUILD_NUMBER=4"

+ 19 - 0
ios/Runner/Info.plist

@@ -60,5 +60,24 @@
 	</array>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
+    <key>ITSAppUsesNonExemptEncryption</key>
+    <false/>
+    <key>LSApplicationQueriesSchemes</key>
+    <array>
+        <string>pubgmhd1106467070</string>
+        <string>weixin</string>
+        <string>alipay</string>
+    </array>
+    <key>CFBundleURLTypes</key>
+    <array>
+        <dict>
+            <key>CFBundleTypeRole</key>
+            <string>Editor</string>
+            <key>CFBundleURLSchemes</key>
+            <array>
+                <string>wjt.cmel365.com</string>
+            </array>
+        </dict>
+    </array>
 </dict>
 </plist>

+ 1 - 1
pubspec.yaml

@@ -1,7 +1,7 @@
 name: wanna_battle
 description: A new Flutter project.
 
-version: 1.0.3+2
+version: 1.0.3+4
 
 environment:
   sdk: ">=2.1.0 <3.0.0"