Skip to content

Commit c444587

Browse files
committed
验证 iOS 和 MacOS,更新 CHANGELOG.md
1 parent 838d120 commit c444587

File tree

3 files changed

+35
-28
lines changed

3 files changed

+35
-28
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.5
2+
3+
* 更新 Simple 原生库至 [v0.5.0](https://github.com/wangfenjin/simple/tree/v0.5.0)
4+
* 由于 [sqlite-ohos.dart](https://github.com/SageMik/sqlite3-ohos.dart) 崩溃问题,暂时停止 HarmonyOS NEXT 适配,删除相关说明。
5+
16
## 1.0.4
27

38
* 新增 HarmonyOS 和 Linux 支持。

example/ios/Podfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,34 @@ PODS:
55
- path_provider_foundation (0.0.1):
66
- Flutter
77
- FlutterMacOS
8-
- "sqlite3 (3.46.1+1)":
9-
- "sqlite3/common (= 3.46.1+1)"
10-
- "sqlite3/common (3.46.1+1)"
11-
- "sqlite3/dbstatvtab (3.46.1+1)":
8+
- sqlite3 (3.49.0):
9+
- sqlite3/common (= 3.49.0)
10+
- sqlite3/common (3.49.0)
11+
- sqlite3/dbstatvtab (3.49.0):
1212
- sqlite3/common
13-
- "sqlite3/fts5 (3.46.1+1)":
13+
- sqlite3/fts5 (3.49.0):
1414
- sqlite3/common
15-
- "sqlite3/perf-threadsafe (3.46.1+1)":
15+
- sqlite3/perf-threadsafe (3.49.0):
1616
- sqlite3/common
17-
- "sqlite3/rtree (3.46.1+1)":
17+
- sqlite3/rtree (3.49.0):
1818
- sqlite3/common
1919
- sqlite3_flutter_libs (0.0.1):
2020
- Flutter
21-
- "sqlite3 (~> 3.46.0+1)"
21+
- FlutterMacOS
22+
- sqlite3 (~> 3.49.0)
2223
- sqlite3/dbstatvtab
2324
- sqlite3/fts5
2425
- sqlite3/perf-threadsafe
2526
- sqlite3/rtree
26-
- sqlite3_simple (1.0.4):
27+
- sqlite3_simple (1.0.5):
2728
- Flutter
2829
- FlutterMacOS
2930

3031
DEPENDENCIES:
3132
- Flutter (from `Flutter`)
3233
- integration_test (from `.symlinks/plugins/integration_test/ios`)
3334
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
34-
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
35+
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/darwin`)
3536
- sqlite3_simple (from `.symlinks/plugins/sqlite3_simple/darwin`)
3637

3738
SPEC REPOS:
@@ -46,17 +47,17 @@ EXTERNAL SOURCES:
4647
path_provider_foundation:
4748
:path: ".symlinks/plugins/path_provider_foundation/darwin"
4849
sqlite3_flutter_libs:
49-
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
50+
:path: ".symlinks/plugins/sqlite3_flutter_libs/darwin"
5051
sqlite3_simple:
5152
:path: ".symlinks/plugins/sqlite3_simple/darwin"
5253

5354
SPEC CHECKSUMS:
5455
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
5556
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
5657
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
57-
sqlite3: 0bb0e6389d824e40296f531b858a2a0b71c0d2fb
58-
sqlite3_flutter_libs: c00457ebd31e59fa6bb830380ddba24d44fbcd3b
59-
sqlite3_simple: 9219c8c81d79091646d4475c7552bda4a9175381
58+
sqlite3: 4922312598b67e1825c6a6c821296dcbf6783046
59+
sqlite3_flutter_libs: 069c435986dd4b63461aecd68f4b30be4a9e9daa
60+
sqlite3_simple: 2eddcff7f44d3eba77fde205baa20af67eabaef8
6061

6162
PODFILE CHECKSUM: 8bf07c9a68c26d0e0c40a3d9e3fea3aa6c79d4b7
6263

example/macos/Podfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,33 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- "sqlite3 (3.46.1+1)":
7-
- "sqlite3/common (= 3.46.1+1)"
8-
- "sqlite3/common (3.46.1+1)"
9-
- "sqlite3/dbstatvtab (3.46.1+1)":
6+
- sqlite3 (3.49.0):
7+
- sqlite3/common (= 3.49.0)
8+
- sqlite3/common (3.49.0)
9+
- sqlite3/dbstatvtab (3.49.0):
1010
- sqlite3/common
11-
- "sqlite3/fts5 (3.46.1+1)":
11+
- sqlite3/fts5 (3.49.0):
1212
- sqlite3/common
13-
- "sqlite3/perf-threadsafe (3.46.1+1)":
13+
- sqlite3/perf-threadsafe (3.49.0):
1414
- sqlite3/common
15-
- "sqlite3/rtree (3.46.1+1)":
15+
- sqlite3/rtree (3.49.0):
1616
- sqlite3/common
1717
- sqlite3_flutter_libs (0.0.1):
18+
- Flutter
1819
- FlutterMacOS
19-
- "sqlite3 (~> 3.46.0+1)"
20+
- sqlite3 (~> 3.49.0)
2021
- sqlite3/dbstatvtab
2122
- sqlite3/fts5
2223
- sqlite3/perf-threadsafe
2324
- sqlite3/rtree
24-
- sqlite3_simple (1.0.4):
25+
- sqlite3_simple (1.0.5):
2526
- Flutter
2627
- FlutterMacOS
2728

2829
DEPENDENCIES:
2930
- FlutterMacOS (from `Flutter/ephemeral`)
3031
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
31-
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
32+
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin`)
3233
- sqlite3_simple (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_simple/darwin`)
3334

3435
SPEC REPOS:
@@ -41,16 +42,16 @@ EXTERNAL SOURCES:
4142
path_provider_foundation:
4243
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
4344
sqlite3_flutter_libs:
44-
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos
45+
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin
4546
sqlite3_simple:
4647
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_simple/darwin
4748

4849
SPEC CHECKSUMS:
4950
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
5051
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
51-
sqlite3: 0bb0e6389d824e40296f531b858a2a0b71c0d2fb
52-
sqlite3_flutter_libs: 5ca46c1a04eddfbeeb5b16566164aa7ad1616e7b
53-
sqlite3_simple: 9219c8c81d79091646d4475c7552bda4a9175381
52+
sqlite3: 4922312598b67e1825c6a6c821296dcbf6783046
53+
sqlite3_flutter_libs: 069c435986dd4b63461aecd68f4b30be4a9e9daa
54+
sqlite3_simple: 2eddcff7f44d3eba77fde205baa20af67eabaef8
5455

5556
PODFILE CHECKSUM: 728a4379ea3c06d69c05545b1b9041063a29456f
5657

0 commit comments

Comments
 (0)