File tree Expand file tree Collapse file tree 6 files changed +17
-12
lines changed
Expand file tree Collapse file tree 6 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ export "FLUTTER_APPLICATION_PATH=/Users/aming/testFile/flutter_book"
55export " FLUTTER_TARGET=/Users/aming/testFile/flutter_book/lib/main.dart"
66export " FLUTTER_BUILD_DIR=build"
77export " SYMROOT=${SOURCE_ROOT} /../build/ios"
8- export " FLUTTER_FRAMEWORK_DIR=/Users/aming/Applications/flutter/bin/cache/artifacts/engine/ios"
9- export " FLUTTER_BUILD_NAME=1.0.2 "
10- export " FLUTTER_BUILD_NUMBER=1.0.2 "
8+ export " FLUTTER_FRAMEWORK_DIR=/Users/aming/Applications/flutter/bin/cache/artifacts/engine/ios-release "
9+ export " FLUTTER_BUILD_NAME=1.0.3 "
10+ export " FLUTTER_BUILD_NUMBER=1.0.3 "
Original file line number Diff line number Diff line change 1616 - Flutter
1717
1818DEPENDENCIES:
19- - Flutter (from `.symlinks/flutter/ios`)
19+ - Flutter (from `.symlinks/flutter/ios-release `)
2020 - fluwx (from `.symlinks/plugins/fluwx/ios`)
2121 - image_cropper (from `.symlinks/plugins/image_cropper/ios`)
2222 - image_picker (from `.symlinks/plugins/image_picker/ios`)
@@ -30,7 +30,7 @@ SPEC REPOS:
3030
3131EXTERNAL SOURCES:
3232 Flutter:
33- :path: ".symlinks/flutter/ios"
33+ :path: ".symlinks/flutter/ios-release "
3434 fluwx:
3535 :path: ".symlinks/plugins/fluwx/ios"
3636 image_cropper:
Original file line number Diff line number Diff line change 188188 TargetAttributes = {
189189 97C146ED1CF9000F007C117D = {
190190 CreatedOnToolsVersion = 7.3.1;
191+ DevelopmentTeam = XXB3A2BN5T;
191192 };
192193 };
193194 };
396397 buildSettings = {
397398 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
398399 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
399- DEVELOPMENT_TEAM = S8QB4VV633 ;
400+ DEVELOPMENT_TEAM = XXB3A2BN5T ;
400401 ENABLE_BITCODE = NO;
401402 FRAMEWORK_SEARCH_PATHS = (
402403 "$(inherited)",
522523 buildSettings = {
523524 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
524525 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
526+ DEVELOPMENT_TEAM = XXB3A2BN5T;
525527 ENABLE_BITCODE = NO;
526528 FRAMEWORK_SEARCH_PATHS = (
527529 "$(inherited)",
545547 buildSettings = {
546548 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
547549 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
550+ DEVELOPMENT_TEAM = XXB3A2BN5T;
548551 ENABLE_BITCODE = NO;
549552 FRAMEWORK_SEARCH_PATHS = (
550553 "$(inherited)",
Original file line number Diff line number Diff line change @@ -38,10 +38,12 @@ class _LoginState extends State<Login> {
3838
3939 _initFluwx () async {
4040 await fluwx.register (
41- appId: "wxd930ea5d5a258f4f" ,
42- doOnAndroid: true ,
43- doOnIOS: true ,
44- enableMTA: false );
41+ appId: "wxd930ea5d5a258f4f" ,
42+ doOnAndroid: true ,
43+ doOnIOS: false ,
44+ universalLink: '' ,
45+ // enableMTA: false,
46+ );
4547 var result = await fluwx.isWeChatInstalled ();
4648 print ("is installed $result " );
4749 }
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ packages:
227227 name: fluwx
228228 url: "https://pub.flutter-io.cn"
229229 source: hosted
230- version: "1.1.0 "
230+ version: "1.1.3 "
231231 front_end:
232232 dependency: transitive
233233 description:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
2626 webview_flutter : ^0.3.14
2727 image_cropper : ^1.0.2
2828 image_picker : ^0.6.1+4
29- fluwx : ^1.1.0
29+ fluwx : ^1.1.3
3030
3131
3232 # The following adds the Cupertino Icons font to your application.
You can’t perform that action at this time.
0 commit comments