Skip to content

Commit 7bc1475

Browse files
committed
build{ios): Upgraded app to 2.10.0 (58)
1 parent 7c52d6f commit 7bc1475

File tree

3 files changed

+64
-65
lines changed

3 files changed

+64
-65
lines changed

ios/Podfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ PODS:
77
- Flutter
88
- connectivity_plus (0.0.1):
99
- Flutter
10-
- FlutterMacOS
1110
- device_info_plus (0.0.1):
1211
- Flutter
1312
- DKImagePickerController/Core (4.3.9):
@@ -84,7 +83,7 @@ PODS:
8483
DEPENDENCIES:
8584
- barcode_scan2 (from `.symlinks/plugins/barcode_scan2/ios`)
8685
- blurhash (from `.symlinks/plugins/blurhash/ios`)
87-
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/darwin`)
86+
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
8887
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
8988
- file_picker (from `.symlinks/plugins/file_picker/ios`)
9089
- Flutter (from `Flutter`)
@@ -117,7 +116,7 @@ EXTERNAL SOURCES:
117116
blurhash:
118117
:path: ".symlinks/plugins/blurhash/ios"
119118
connectivity_plus:
120-
:path: ".symlinks/plugins/connectivity_plus/darwin"
119+
:path: ".symlinks/plugins/connectivity_plus/ios"
121120
device_info_plus:
122121
:path: ".symlinks/plugins/device_info_plus/ios"
123122
file_picker:
@@ -152,7 +151,7 @@ EXTERNAL SOURCES:
152151
SPEC CHECKSUMS:
153152
barcode_scan2: 0af2bb63c81b4565aab6cd78278e4c0fa136dbb0
154153
blurhash: 7f29ee116e0c2674e0a765b5df1f9767239bc279
155-
connectivity_plus: 18382e7311ba19efcaee94442b23b32507b20695
154+
connectivity_plus: 2a701ffec2c0ae28a48cf7540e279787e77c447d
156155
device_info_plus: bf2e3232933866d73fe290f2942f2156cdd10342
157156
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
158157
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -487,19 +487,19 @@
487487
CLANG_ENABLE_MODULES = YES;
488488
CODE_SIGN_IDENTITY = "Apple Development";
489489
CODE_SIGN_STYLE = Automatic;
490-
CURRENT_PROJECT_VERSION = 57;
490+
CURRENT_PROJECT_VERSION = 58;
491491
DEVELOPMENT_TEAM = 9LL87RQMCY;
492492
ENABLE_BITCODE = NO;
493-
FLUTTER_BUILD_NAME = 2.9.0;
494-
FLUTTER_BUILD_NUMBER = 57;
493+
FLUTTER_BUILD_NAME = 2.10.0;
494+
FLUTTER_BUILD_NUMBER = 58;
495495
INFOPLIST_FILE = Runner/Info.plist;
496496
INFOPLIST_KEY_CFBundleDisplayName = Openreads;
497497
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
498498
LD_RUNPATH_SEARCH_PATHS = (
499499
"$(inherited)",
500500
"@executable_path/Frameworks",
501501
);
502-
MARKETING_VERSION = 2.9.0;
502+
MARKETING_VERSION = 2.10.0;
503503
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
504504
PRODUCT_NAME = "$(TARGET_NAME)";
505505
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -679,19 +679,19 @@
679679
CLANG_ENABLE_MODULES = YES;
680680
CODE_SIGN_IDENTITY = "Apple Development";
681681
CODE_SIGN_STYLE = Automatic;
682-
CURRENT_PROJECT_VERSION = 57;
682+
CURRENT_PROJECT_VERSION = 58;
683683
DEVELOPMENT_TEAM = 9LL87RQMCY;
684684
ENABLE_BITCODE = NO;
685-
FLUTTER_BUILD_NAME = 2.9.0;
686-
FLUTTER_BUILD_NUMBER = 57;
685+
FLUTTER_BUILD_NAME = 2.10.0;
686+
FLUTTER_BUILD_NUMBER = 58;
687687
INFOPLIST_FILE = Runner/Info.plist;
688688
INFOPLIST_KEY_CFBundleDisplayName = Openreads;
689689
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
690690
LD_RUNPATH_SEARCH_PATHS = (
691691
"$(inherited)",
692692
"@executable_path/Frameworks",
693693
);
694-
MARKETING_VERSION = 2.9.0;
694+
MARKETING_VERSION = 2.10.0;
695695
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
696696
PRODUCT_NAME = "$(TARGET_NAME)";
697697
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -715,19 +715,19 @@
715715
CLANG_ENABLE_MODULES = YES;
716716
CODE_SIGN_IDENTITY = "Apple Development";
717717
CODE_SIGN_STYLE = Automatic;
718-
CURRENT_PROJECT_VERSION = 57;
718+
CURRENT_PROJECT_VERSION = 58;
719719
DEVELOPMENT_TEAM = 9LL87RQMCY;
720720
ENABLE_BITCODE = NO;
721-
FLUTTER_BUILD_NAME = 2.9.0;
722-
FLUTTER_BUILD_NUMBER = 57;
721+
FLUTTER_BUILD_NAME = 2.10.0;
722+
FLUTTER_BUILD_NUMBER = 58;
723723
INFOPLIST_FILE = Runner/Info.plist;
724724
INFOPLIST_KEY_CFBundleDisplayName = Openreads;
725725
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
726726
LD_RUNPATH_SEARCH_PATHS = (
727727
"$(inherited)",
728728
"@executable_path/Frameworks",
729729
);
730-
MARKETING_VERSION = 2.9.0;
730+
MARKETING_VERSION = 2.10.0;
731731
PRODUCT_BUNDLE_IDENTIFIER = software.mdev.bookstracker;
732732
PRODUCT_NAME = "$(TARGET_NAME)";
733733
PROVISIONING_PROFILE_SPECIFIER = "";

pubspec.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ packages:
2929
dependency: transitive
3030
description:
3131
name: async
32-
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
32+
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "2.12.0"
35+
version: "2.11.0"
3636
barcode_scan2:
3737
dependency: "direct main"
3838
description:
@@ -70,10 +70,10 @@ packages:
7070
dependency: transitive
7171
description:
7272
name: boolean_selector
73-
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
73+
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
7474
url: "https://pub.dev"
7575
source: hosted
76-
version: "2.1.2"
76+
version: "2.1.1"
7777
cached_network_image:
7878
dependency: "direct main"
7979
description:
@@ -102,10 +102,10 @@ packages:
102102
dependency: transitive
103103
description:
104104
name: characters
105-
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
105+
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
106106
url: "https://pub.dev"
107107
source: hosted
108-
version: "1.4.0"
108+
version: "1.3.0"
109109
checked_yaml:
110110
dependency: transitive
111111
description:
@@ -126,18 +126,18 @@ packages:
126126
dependency: transitive
127127
description:
128128
name: clock
129-
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
129+
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
130130
url: "https://pub.dev"
131131
source: hosted
132-
version: "1.1.2"
132+
version: "1.1.1"
133133
collection:
134134
dependency: transitive
135135
description:
136136
name: collection
137-
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
137+
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
138138
url: "https://pub.dev"
139139
source: hosted
140-
version: "1.19.1"
140+
version: "1.19.0"
141141
connectivity_plus:
142142
dependency: "direct main"
143143
description:
@@ -270,10 +270,10 @@ packages:
270270
dependency: transitive
271271
description:
272272
name: fake_async
273-
sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
273+
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
274274
url: "https://pub.dev"
275275
source: hosted
276-
version: "1.3.2"
276+
version: "1.3.1"
277277
ffi:
278278
dependency: transitive
279279
description:
@@ -698,18 +698,18 @@ packages:
698698
dependency: transitive
699699
description:
700700
name: leak_tracker
701-
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
701+
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
702702
url: "https://pub.dev"
703703
source: hosted
704-
version: "10.0.8"
704+
version: "10.0.7"
705705
leak_tracker_flutter_testing:
706706
dependency: transitive
707707
description:
708708
name: leak_tracker_flutter_testing
709-
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
709+
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
710710
url: "https://pub.dev"
711711
source: hosted
712-
version: "3.0.9"
712+
version: "3.0.8"
713713
leak_tracker_testing:
714714
dependency: transitive
715715
description:
@@ -738,10 +738,10 @@ packages:
738738
dependency: transitive
739739
description:
740740
name: matcher
741-
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
741+
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
742742
url: "https://pub.dev"
743743
source: hosted
744-
version: "0.12.17"
744+
version: "0.12.16+1"
745745
material_color_utilities:
746746
dependency: transitive
747747
description:
@@ -754,10 +754,10 @@ packages:
754754
dependency: transitive
755755
description:
756756
name: meta
757-
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
757+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
758758
url: "https://pub.dev"
759759
source: hosted
760-
version: "1.16.0"
760+
version: "1.15.0"
761761
mime:
762762
dependency: transitive
763763
description:
@@ -818,10 +818,10 @@ packages:
818818
dependency: "direct main"
819819
description:
820820
name: path
821-
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
821+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
822822
url: "https://pub.dev"
823823
source: hosted
824-
version: "1.9.1"
824+
version: "1.9.0"
825825
path_drawing:
826826
dependency: transitive
827827
description:
@@ -938,10 +938,10 @@ packages:
938938
dependency: transitive
939939
description:
940940
name: petitparser
941-
sha256: "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646"
941+
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
942942
url: "https://pub.dev"
943943
source: hosted
944-
version: "6.1.0"
944+
version: "6.0.2"
945945
platform:
946946
dependency: transitive
947947
description:
@@ -1143,10 +1143,10 @@ packages:
11431143
dependency: transitive
11441144
description:
11451145
name: source_span
1146-
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
1146+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
11471147
url: "https://pub.dev"
11481148
source: hosted
1149-
version: "1.10.1"
1149+
version: "1.10.0"
11501150
sprintf:
11511151
dependency: transitive
11521152
description:
@@ -1159,34 +1159,34 @@ packages:
11591159
dependency: "direct main"
11601160
description:
11611161
name: sqflite
1162-
sha256: e2297b1da52f127bc7a3da11439985d9b536f75070f3325e62ada69a5c585d03
1162+
sha256: "2d7299468485dca85efeeadf5d38986909c5eb0cd71fd3db2c2f000e6c9454bb"
11631163
url: "https://pub.dev"
11641164
source: hosted
1165-
version: "2.4.2"
1165+
version: "2.4.1"
11661166
sqflite_android:
11671167
dependency: transitive
11681168
description:
11691169
name: sqflite_android
1170-
sha256: "2b3070c5fa881839f8b402ee4a39c1b4d561704d4ebbbcfb808a119bc2a1701b"
1170+
sha256: "78f489aab276260cdd26676d2169446c7ecd3484bbd5fead4ca14f3ed4dd9ee3"
11711171
url: "https://pub.dev"
11721172
source: hosted
1173-
version: "2.4.1"
1173+
version: "2.4.0"
11741174
sqflite_common:
11751175
dependency: transitive
11761176
description:
11771177
name: sqflite_common
1178-
sha256: "84731e8bfd8303a3389903e01fb2141b6e59b5973cacbb0929021df08dddbe8b"
1178+
sha256: "761b9740ecbd4d3e66b8916d784e581861fd3c3553eda85e167bc49fdb68f709"
11791179
url: "https://pub.dev"
11801180
source: hosted
1181-
version: "2.5.5"
1181+
version: "2.5.4+6"
11821182
sqflite_darwin:
11831183
dependency: transitive
11841184
description:
11851185
name: sqflite_darwin
1186-
sha256: "279832e5cde3fe99e8571879498c9211f3ca6391b0d818df4e17d9fff5c6ccb3"
1186+
sha256: "22adfd9a2c7d634041e96d6241e6e1c8138ca6817018afc5d443fef91dcefa9c"
11871187
url: "https://pub.dev"
11881188
source: hosted
1189-
version: "2.4.2"
1189+
version: "2.4.1+1"
11901190
sqflite_platform_interface:
11911191
dependency: transitive
11921192
description:
@@ -1199,50 +1199,50 @@ packages:
11991199
dependency: transitive
12001200
description:
12011201
name: stack_trace
1202-
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
1202+
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
12031203
url: "https://pub.dev"
12041204
source: hosted
1205-
version: "1.12.1"
1205+
version: "1.12.0"
12061206
stream_channel:
12071207
dependency: transitive
12081208
description:
12091209
name: stream_channel
1210-
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
1210+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
12111211
url: "https://pub.dev"
12121212
source: hosted
1213-
version: "2.1.4"
1213+
version: "2.1.2"
12141214
string_scanner:
12151215
dependency: transitive
12161216
description:
12171217
name: string_scanner
1218-
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
1218+
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
12191219
url: "https://pub.dev"
12201220
source: hosted
1221-
version: "1.4.1"
1221+
version: "1.3.0"
12221222
synchronized:
12231223
dependency: transitive
12241224
description:
12251225
name: synchronized
1226-
sha256: "0669c70faae6270521ee4f05bffd2919892d42d1276e6c495be80174b6bc0ef6"
1226+
sha256: "69fe30f3a8b04a0be0c15ae6490fc859a78ef4c43ae2dd5e8a623d45bfcf9225"
12271227
url: "https://pub.dev"
12281228
source: hosted
1229-
version: "3.3.1"
1229+
version: "3.3.0+3"
12301230
term_glyph:
12311231
dependency: transitive
12321232
description:
12331233
name: term_glyph
1234-
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
1234+
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
12351235
url: "https://pub.dev"
12361236
source: hosted
1237-
version: "1.2.2"
1237+
version: "1.2.1"
12381238
test_api:
12391239
dependency: transitive
12401240
description:
12411241
name: test_api
1242-
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
1242+
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
12431243
url: "https://pub.dev"
12441244
source: hosted
1245-
version: "0.7.4"
1245+
version: "0.7.3"
12461246
typed_data:
12471247
dependency: transitive
12481248
description:
@@ -1335,10 +1335,10 @@ packages:
13351335
dependency: transitive
13361336
description:
13371337
name: vm_service
1338-
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
1338+
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
13391339
url: "https://pub.dev"
13401340
source: hosted
1341-
version: "14.3.1"
1341+
version: "14.3.0"
13421342
web:
13431343
dependency: transitive
13441344
description:
@@ -1388,5 +1388,5 @@ packages:
13881388
source: hosted
13891389
version: "3.1.3"
13901390
sdks:
1391-
dart: ">=3.7.0 <4.0.0"
1391+
dart: ">=3.6.0 <4.0.0"
13921392
flutter: ">=3.27.0"

0 commit comments

Comments
 (0)