From e423e5615250435ea03a0bbf2f0dd3346be9a717 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Sat, 18 Feb 2023 13:18:35 +0800 Subject: [PATCH] try solve `file_picker` --- ios/Podfile | 1 - ios/Podfile.lock | 4 ++-- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ lib/data/res/build_data.dart | 8 ++++---- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 4b7f1ab0..5261db4e 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -30,7 +30,6 @@ flutter_ios_podfile_setup # Used for flutter lib "file_picker" Pod::PICKER_MEDIA = false Pod::PICKER_AUDIO = false -Pod::PICKER_DOCUMENT = false target 'Runner' do use_frameworks! diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 6aca1e61..f101de8c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -46,7 +46,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: countly_flutter: 135f1a4930f8e26ba223a14201d3f265ea7b4c83 - file_picker: ec55172937ec2d774460eb4538bad01df0171d81 + file_picker: 1d63c4949e05e386da864365f8c13e1e64787675 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef path_provider_foundation: 37748e03f12783f9de2cb2c4eadfaa25fe6d4852 @@ -54,6 +54,6 @@ SPEC CHECKSUMS: share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68 url_launcher_ios: ae1517e5e344f5544fb090b079e11f399dfbe4d2 -PODFILE CHECKSUM: 2b69360f043c9ddaf997545332dc5203c4792a49 +PODFILE CHECKSUM: 7fb15c416f8685fca4966867a8da218ec592ec2e COCOAPODS: 1.11.3 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 5c2ea065..dda89ee9 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -356,7 +356,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 223; + CURRENT_PROJECT_VERSION = 224; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -364,7 +364,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.223; + MARKETING_VERSION = 1.0.224; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -486,7 +486,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 223; + CURRENT_PROJECT_VERSION = 224; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -494,7 +494,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.223; + MARKETING_VERSION = 1.0.224; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -510,7 +510,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 223; + CURRENT_PROJECT_VERSION = 224; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -518,7 +518,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.223; + MARKETING_VERSION = 1.0.224; PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/lib/data/res/build_data.dart b/lib/data/res/build_data.dart index 67785fab..f4bda050 100644 --- a/lib/data/res/build_data.dart +++ b/lib/data/res/build_data.dart @@ -2,8 +2,8 @@ class BuildData { static const String name = "ServerBox"; - static const int build = 223; - static const String engine = "Flutter 3.7.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 9944297138 (8 days ago) • 2023-02-08 15:46:04 -0800\nEngine • revision 248290d6d5\nTools • Dart 2.19.2 • DevTools 2.20.1\n"; - static const String buildAt = "2023-02-17 18:51:44.086252"; - static const int modifications = 7; + static const int build = 224; + static const String engine = "Flutter 3.7.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 9944297138 (9 days ago) • 2023-02-08 15:46:04 -0800\nEngine • revision 248290d6d5\nTools • Dart 2.19.2 • DevTools 2.20.1\n"; + static const String buildAt = "2023-02-18 13:16:46.172437"; + static const int modifications = 1; }