Commit d3c2451dc9cc81aed3b4dd14a45c625db068a405

Authored by xiaoyu
1 parent dd3a2881

配置修改

ios/Runner.xcodeproj/project.pbxproj
@@ -2327,7 +2327,7 @@ @@ -2327,7 +2327,7 @@
2327 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; 2327 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
2328 CODE_SIGN_IDENTITY = "Apple Development"; 2328 CODE_SIGN_IDENTITY = "Apple Development";
2329 CODE_SIGN_STYLE = Automatic; 2329 CODE_SIGN_STYLE = Automatic;
2330 - CURRENT_PROJECT_VERSION = 17; 2330 + CURRENT_PROJECT_VERSION = 22;
2331 DEVELOPMENT_TEAM = T8P9KW8GWH; 2331 DEVELOPMENT_TEAM = T8P9KW8GWH;
2332 ENABLE_BITCODE = NO; 2332 ENABLE_BITCODE = NO;
2333 INFOPLIST_FILE = Runner/Info.plist; 2333 INFOPLIST_FILE = Runner/Info.plist;
@@ -2336,7 +2336,7 @@ @@ -2336,7 +2336,7 @@
2336 "$(inherited)", 2336 "$(inherited)",
2337 "@executable_path/Frameworks", 2337 "@executable_path/Frameworks",
2338 ); 2338 );
2339 - MARKETING_VERSION = 1.7.3; 2339 + MARKETING_VERSION = 1.7.7;
2340 OTHER_CFLAGS = ( 2340 OTHER_CFLAGS = (
2341 "-DNDEBUG", 2341 "-DNDEBUG",
2342 "'-std=gnu99'", 2342 "'-std=gnu99'",
@@ -2669,7 +2669,7 @@ @@ -2669,7 +2669,7 @@
2669 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; 2669 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
2670 CODE_SIGN_IDENTITY = "Apple Development"; 2670 CODE_SIGN_IDENTITY = "Apple Development";
2671 CODE_SIGN_STYLE = Automatic; 2671 CODE_SIGN_STYLE = Automatic;
2672 - CURRENT_PROJECT_VERSION = 17; 2672 + CURRENT_PROJECT_VERSION = 22;
2673 DEVELOPMENT_TEAM = T8P9KW8GWH; 2673 DEVELOPMENT_TEAM = T8P9KW8GWH;
2674 ENABLE_BITCODE = NO; 2674 ENABLE_BITCODE = NO;
2675 HEADER_SEARCH_PATHS = ( 2675 HEADER_SEARCH_PATHS = (
@@ -2700,7 +2700,7 @@ @@ -2700,7 +2700,7 @@
2700 "$(inherited)", 2700 "$(inherited)",
2701 "@executable_path/Frameworks", 2701 "@executable_path/Frameworks",
2702 ); 2702 );
2703 - MARKETING_VERSION = 1.7.3; 2703 + MARKETING_VERSION = 1.7.7;
2704 ONLY_ACTIVE_ARCH = NO; 2704 ONLY_ACTIVE_ARCH = NO;
2705 OTHER_CFLAGS = "'-std=gnu99'"; 2705 OTHER_CFLAGS = "'-std=gnu99'";
2706 OTHER_CPLUSPLUSFLAGS = "'-std=c++11'"; 2706 OTHER_CPLUSPLUSFLAGS = "'-std=c++11'";
@@ -2872,7 +2872,7 @@ @@ -2872,7 +2872,7 @@
2872 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; 2872 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
2873 CODE_SIGN_IDENTITY = "Apple Development"; 2873 CODE_SIGN_IDENTITY = "Apple Development";
2874 CODE_SIGN_STYLE = Automatic; 2874 CODE_SIGN_STYLE = Automatic;
2875 - CURRENT_PROJECT_VERSION = 17; 2875 + CURRENT_PROJECT_VERSION = 22;
2876 DEVELOPMENT_TEAM = T8P9KW8GWH; 2876 DEVELOPMENT_TEAM = T8P9KW8GWH;
2877 ENABLE_BITCODE = NO; 2877 ENABLE_BITCODE = NO;
2878 INFOPLIST_FILE = Runner/Info.plist; 2878 INFOPLIST_FILE = Runner/Info.plist;
@@ -2881,7 +2881,7 @@ @@ -2881,7 +2881,7 @@
2881 "$(inherited)", 2881 "$(inherited)",
2882 "@executable_path/Frameworks", 2882 "@executable_path/Frameworks",
2883 ); 2883 );
2884 - MARKETING_VERSION = 1.7.3; 2884 + MARKETING_VERSION = 1.7.7;
2885 OTHER_CFLAGS = ( 2885 OTHER_CFLAGS = (
2886 "-DNDEBUG", 2886 "-DNDEBUG",
2887 "'-std=gnu99'", 2887 "'-std=gnu99'",
ios/Runner/Info.plist
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 <key>CFBundleVersion</key> 58 <key>CFBundleVersion</key>
59 <string>$(CURRENT_PROJECT_VERSION)</string> 59 <string>$(CURRENT_PROJECT_VERSION)</string>
60 <key>LSApplicationCategoryType</key> 60 <key>LSApplicationCategoryType</key>
61 - <string></string> 61 + <string/>
62 <key>LSApplicationQueriesSchemes</key> 62 <key>LSApplicationQueriesSchemes</key>
63 <array> 63 <array>
64 <string>tel</string> 64 <string>tel</string>
@@ -68,6 +68,7 @@ @@ -68,6 +68,7 @@
68 <string>weixinURLParamsAPI</string> 68 <string>weixinURLParamsAPI</string>
69 <string>alipay</string> 69 <string>alipay</string>
70 <string>alipayshare</string> 70 <string>alipayshare</string>
  71 + <string>alipays</string>
71 </array> 72 </array>
72 <key>LSRequiresIPhoneOS</key> 73 <key>LSRequiresIPhoneOS</key>
73 <true/> 74 <true/>
@@ -75,6 +76,8 @@ @@ -75,6 +76,8 @@
75 <dict> 76 <dict>
76 <key>NSAllowsArbitraryLoads</key> 77 <key>NSAllowsArbitraryLoads</key>
77 <true/> 78 <true/>
  79 + <key>NSAllowsArbitraryLoadsInWebContent</key>
  80 + <true/>
78 </dict> 81 </dict>
79 <key>NSCameraUsageDescription</key> 82 <key>NSCameraUsageDescription</key>
80 <string>需要访问相机,完成修改头像功能</string> 83 <string>需要访问相机,完成修改头像功能</string>