Skip to content

Commit 4baa34f

Browse files
committed
更新 iOS 和 MacOS
1 parent c7fd481 commit 4baa34f

7 files changed

Lines changed: 54 additions & 40 deletions

File tree

darwin/sqlite3_simple.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.ios.dependency 'Flutter'
1616
s.osx.dependency 'FlutterMacOS'
1717
s.ios.deployment_target = '12.0'
18-
s.osx.deployment_target = '10.11'
18+
s.osx.deployment_target = '10.14'
1919

2020
# Flutter.framework does not contain a i386 slice.
2121

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
33

44
# Uncomment this line to define a global platform for your project
5-
# platform :ios, '12.0'
5+
# platform :ios, '13.0'
66

77
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
88
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,32 @@ PODS:
55
- path_provider_foundation (0.0.1):
66
- Flutter
77
- FlutterMacOS
8-
- sqlite3 (3.49.0):
9-
- sqlite3/common (= 3.49.0)
10-
- sqlite3/common (3.49.0)
11-
- sqlite3/dbstatvtab (3.49.0):
8+
- sqlite3 (3.50.4):
9+
- sqlite3/common (= 3.50.4)
10+
- sqlite3/common (3.50.4)
11+
- sqlite3/dbstatvtab (3.50.4):
1212
- sqlite3/common
13-
- sqlite3/fts5 (3.49.0):
13+
- sqlite3/fts5 (3.50.4):
1414
- sqlite3/common
15-
- sqlite3/perf-threadsafe (3.49.0):
15+
- sqlite3/math (3.50.4):
1616
- sqlite3/common
17-
- sqlite3/rtree (3.49.0):
17+
- sqlite3/perf-threadsafe (3.50.4):
18+
- sqlite3/common
19+
- sqlite3/rtree (3.50.4):
20+
- sqlite3/common
21+
- sqlite3/session (3.50.4):
1822
- sqlite3/common
1923
- sqlite3_flutter_libs (0.0.1):
2024
- Flutter
2125
- FlutterMacOS
22-
- sqlite3 (~> 3.49.0)
26+
- sqlite3 (~> 3.50.4)
2327
- sqlite3/dbstatvtab
2428
- sqlite3/fts5
29+
- sqlite3/math
2530
- sqlite3/perf-threadsafe
2631
- sqlite3/rtree
27-
- sqlite3_simple (1.0.6):
32+
- sqlite3/session
33+
- sqlite3_simple (1.0.7):
2834
- Flutter
2935
- FlutterMacOS
3036

@@ -52,13 +58,13 @@ EXTERNAL SOURCES:
5258
:path: ".symlinks/plugins/sqlite3_simple/darwin"
5359

5460
SPEC CHECKSUMS:
55-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
61+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
5662
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
57-
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
58-
sqlite3: 4922312598b67e1825c6a6c821296dcbf6783046
59-
sqlite3_flutter_libs: 069c435986dd4b63461aecd68f4b30be4a9e9daa
60-
sqlite3_simple: 521c760f7c23aca3fa09ca333c5706c84e022150
63+
path_provider_foundation: 0b743cbb62d8e47eab856f09262bb8c1ddcfe6ba
64+
sqlite3: 73513155ec6979715d3904ef53a8d68892d4032b
65+
sqlite3_flutter_libs: 86f82662868ee26ff3451f73cac9c5fc2a1f57fa
66+
sqlite3_simple: 3181b0f775bf365a47100a7a62fbedce73318cac
6167

62-
PODFILE CHECKSUM: 8bf07c9a68c26d0e0c40a3d9e3fea3aa6c79d4b7
68+
PODFILE CHECKSUM: 13ef514beecdb0dc5d3f5ec77eedc252f0003363
6369

6470
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
D810E88927565A345F971167 /* Pods-RunnerTests.release.xcconfig */,
106106
18F95144434D4DEA1081A613 /* Pods-RunnerTests.profile.xcconfig */,
107107
);
108-
name = Pods;
109108
path = Pods;
110109
sourceTree = "<group>";
111110
};
@@ -455,7 +454,7 @@
455454
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
456455
GCC_WARN_UNUSED_FUNCTION = YES;
457456
GCC_WARN_UNUSED_VARIABLE = YES;
458-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
457+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
459458
MTL_ENABLE_DEBUG_INFO = NO;
460459
SDKROOT = iphoneos;
461460
SUPPORTED_PLATFORMS = iphoneos;
@@ -471,6 +470,7 @@
471470
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
472471
CLANG_ENABLE_MODULES = YES;
473472
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
473+
DEVELOPMENT_TEAM = KXHV73W692;
474474
ENABLE_BITCODE = NO;
475475
INFOPLIST_FILE = Runner/Info.plist;
476476
LD_RUNPATH_SEARCH_PATHS = (
@@ -584,7 +584,7 @@
584584
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
585585
GCC_WARN_UNUSED_FUNCTION = YES;
586586
GCC_WARN_UNUSED_VARIABLE = YES;
587-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
587+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
588588
MTL_ENABLE_DEBUG_INFO = YES;
589589
ONLY_ACTIVE_ARCH = YES;
590590
SDKROOT = iphoneos;
@@ -635,7 +635,7 @@
635635
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
636636
GCC_WARN_UNUSED_FUNCTION = YES;
637637
GCC_WARN_UNUSED_VARIABLE = YES;
638-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
638+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
639639
MTL_ENABLE_DEBUG_INFO = NO;
640640
SDKROOT = iphoneos;
641641
SUPPORTED_PLATFORMS = iphoneos;
@@ -653,6 +653,7 @@
653653
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
654654
CLANG_ENABLE_MODULES = YES;
655655
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
656+
DEVELOPMENT_TEAM = KXHV73W692;
656657
ENABLE_BITCODE = NO;
657658
INFOPLIST_FILE = Runner/Info.plist;
658659
LD_RUNPATH_SEARCH_PATHS = (
@@ -675,6 +676,7 @@
675676
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
676677
CLANG_ENABLE_MODULES = YES;
677678
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
679+
DEVELOPMENT_TEAM = KXHV73W692;
678680
ENABLE_BITCODE = NO;
679681
INFOPLIST_FILE = Runner/Info.plist;
680682
LD_RUNPATH_SEARCH_PATHS = (

example/macos/Podfile.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,32 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- sqlite3 (3.49.0):
7-
- sqlite3/common (= 3.49.0)
8-
- sqlite3/common (3.49.0)
9-
- sqlite3/dbstatvtab (3.49.0):
6+
- sqlite3 (3.50.4):
7+
- sqlite3/common (= 3.50.4)
8+
- sqlite3/common (3.50.4)
9+
- sqlite3/dbstatvtab (3.50.4):
1010
- sqlite3/common
11-
- sqlite3/fts5 (3.49.0):
11+
- sqlite3/fts5 (3.50.4):
1212
- sqlite3/common
13-
- sqlite3/perf-threadsafe (3.49.0):
13+
- sqlite3/math (3.50.4):
1414
- sqlite3/common
15-
- sqlite3/rtree (3.49.0):
15+
- sqlite3/perf-threadsafe (3.50.4):
16+
- sqlite3/common
17+
- sqlite3/rtree (3.50.4):
18+
- sqlite3/common
19+
- sqlite3/session (3.50.4):
1620
- sqlite3/common
1721
- sqlite3_flutter_libs (0.0.1):
1822
- Flutter
1923
- FlutterMacOS
20-
- sqlite3 (~> 3.49.0)
24+
- sqlite3 (~> 3.50.4)
2125
- sqlite3/dbstatvtab
2226
- sqlite3/fts5
27+
- sqlite3/math
2328
- sqlite3/perf-threadsafe
2429
- sqlite3/rtree
25-
- sqlite3_simple (1.0.6):
30+
- sqlite3/session
31+
- sqlite3_simple (1.0.7):
2632
- Flutter
2733
- FlutterMacOS
2834

@@ -47,12 +53,12 @@ EXTERNAL SOURCES:
4753
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_simple/darwin
4854

4955
SPEC CHECKSUMS:
50-
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
51-
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
52-
sqlite3: 4922312598b67e1825c6a6c821296dcbf6783046
53-
sqlite3_flutter_libs: 069c435986dd4b63461aecd68f4b30be4a9e9daa
54-
sqlite3_simple: 521c760f7c23aca3fa09ca333c5706c84e022150
56+
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
57+
path_provider_foundation: 0b743cbb62d8e47eab856f09262bb8c1ddcfe6ba
58+
sqlite3: 73513155ec6979715d3904ef53a8d68892d4032b
59+
sqlite3_flutter_libs: 86f82662868ee26ff3451f73cac9c5fc2a1f57fa
60+
sqlite3_simple: 3181b0f775bf365a47100a7a62fbedce73318cac
5561

56-
PODFILE CHECKSUM: 728a4379ea3c06d69c05545b1b9041063a29456f
62+
PODFILE CHECKSUM: 20f5b78b4f7da53124c0a2855c65c0dd55e8978d
5763

5864
COCOAPODS: 1.16.2

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
558558
GCC_WARN_UNUSED_FUNCTION = YES;
559559
GCC_WARN_UNUSED_VARIABLE = YES;
560-
MACOSX_DEPLOYMENT_TARGET = 10.14;
560+
MACOSX_DEPLOYMENT_TARGET = 10.15;
561561
MTL_ENABLE_DEBUG_INFO = NO;
562562
SDKROOT = macosx;
563563
SWIFT_COMPILATION_MODE = wholemodule;
@@ -639,7 +639,7 @@
639639
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
640640
GCC_WARN_UNUSED_FUNCTION = YES;
641641
GCC_WARN_UNUSED_VARIABLE = YES;
642-
MACOSX_DEPLOYMENT_TARGET = 10.14;
642+
MACOSX_DEPLOYMENT_TARGET = 10.15;
643643
MTL_ENABLE_DEBUG_INFO = YES;
644644
ONLY_ACTIVE_ARCH = YES;
645645
SDKROOT = macosx;
@@ -689,7 +689,7 @@
689689
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
690690
GCC_WARN_UNUSED_FUNCTION = YES;
691691
GCC_WARN_UNUSED_VARIABLE = YES;
692-
MACOSX_DEPLOYMENT_TARGET = 10.14;
692+
MACOSX_DEPLOYMENT_TARGET = 10.15;
693693
MTL_ENABLE_DEBUG_INFO = NO;
694694
SDKROOT = macosx;
695695
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)