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