evan 4 سال پیش
والد
کامیت
5b1e5dd1fd
3فایلهای تغییر یافته به همراه51 افزوده شده و 1 حذف شده
  1. 44 0
      ios/Runner/Info.plist
  2. 1 1
      lib/paegs/gang_page/gang_in_page/pay_to_the_helper_page/pay_to_the_helper_page.dart
  3. 6 0
      update.sh

+ 44 - 0
ios/Runner/Info.plist

@@ -20,8 +20,50 @@
 	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>bbyyy</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>com.bh.bbyyy</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>weixin</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>wxbf2180b47169d83a</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>alipay</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>tobiasexample</string>
+			</array>
+		</dict>
+	</array>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>com.bh.bbyyy</string>
+		<string>bbyyy</string>
+		<string>wechat</string>
+		<string>weixin</string>
+		<string>weixinulapi</string>
+		<string>weixinULAPI</string>
+	</array>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>NSAppTransportSecurity</key>
@@ -62,5 +104,7 @@
 	</array>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>
+	<key>io.flutter.embedded_views_preview</key>
+	<true/>
 </dict>
 </plist>

+ 1 - 1
lib/paegs/gang_page/gang_in_page/pay_to_the_helper_page/pay_to_the_helper_page.dart

@@ -118,7 +118,7 @@ class _PayToTheHelperPageState extends State<PayToTheHelperPage> {
                                       fontWeight: FontWeight.bold,
                                       height: 1.3,
                                       letterSpacing: 0.2),
-                                  keyboardType: TextInputType.number,
+                                  keyboardType: TextInputType.numberWithOptions(decimal: true),
                                   onChanged: (t) {
                                     setState(() {});
                                   },

+ 6 - 0
update.sh

@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+git pull
+pon
+flutter pub get
+cd ios
+pod install