File tree Expand file tree Collapse file tree 10 files changed +194
-151
lines changed Expand file tree Collapse file tree 10 files changed +194
-151
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.2
2
+
3
+ * Upgraded Dart and Flutter versions
4
+
1
5
## 1.1.1
2
6
3
7
* Updated Readme
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >11 .0 </string >
24
+ <string >12 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '11 .0'
2
+ # platform :ios, '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 6
6
7
7
DEPENDENCIES:
8
8
- Flutter (from `Flutter`)
9
- - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/ios `)
9
+ - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin `)
10
10
11
11
EXTERNAL SOURCES:
12
12
Flutter:
13
13
:path: Flutter
14
14
shared_preferences_foundation:
15
- :path: ".symlinks/plugins/shared_preferences_foundation/ios "
15
+ :path: ".symlinks/plugins/shared_preferences_foundation/darwin "
16
16
17
17
SPEC CHECKSUMS:
18
- Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
19
- shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca
18
+ Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
19
+ shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
20
20
21
- PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
21
+ PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
22
22
23
- COCOAPODS: 1.11.3
23
+ COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change 156
156
97C146E61CF9000F007C117D /* Project object */ = {
157
157
isa = PBXProject;
158
158
attributes = {
159
- LastUpgradeCheck = 1300 ;
159
+ LastUpgradeCheck = 1430 ;
160
160
ORGANIZATIONNAME = "";
161
161
TargetAttributes = {
162
162
97C146ED1CF9000F007C117D = {
205
205
files = (
206
206
);
207
207
inputPaths = (
208
+ "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
208
209
);
209
210
name = "Thin Binary";
210
211
outputPaths = (
342
343
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
343
344
GCC_WARN_UNUSED_FUNCTION = YES;
344
345
GCC_WARN_UNUSED_VARIABLE = YES;
345
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
346
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
346
347
MTL_ENABLE_DEBUG_INFO = NO;
347
348
SDKROOT = iphoneos;
348
349
SUPPORTED_PLATFORMS = iphoneos;
416
417
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
417
418
GCC_WARN_UNUSED_FUNCTION = YES;
418
419
GCC_WARN_UNUSED_VARIABLE = YES;
419
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
420
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
420
421
MTL_ENABLE_DEBUG_INFO = YES;
421
422
ONLY_ACTIVE_ARCH = YES;
422
423
SDKROOT = iphoneos;
465
466
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
466
467
GCC_WARN_UNUSED_FUNCTION = YES;
467
468
GCC_WARN_UNUSED_VARIABLE = YES;
468
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
469
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
469
470
MTL_ENABLE_DEBUG_INFO = NO;
470
471
SDKROOT = iphoneos;
471
472
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1300 "
3
+ LastUpgradeVersion = " 1430 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments