Skip to content

Commit 9b95352

Browse files
committed
Updated Dart and Flutter versions
1 parent f2b5ded commit 9b95352

File tree

10 files changed

+194
-151
lines changed

10 files changed

+194
-151
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.2
2+
3+
* Upgraded Dart and Flutter versions
4+
15
## 1.1.1
26

37
* Updated Readme

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>11.0</string>
24+
<string>12.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '11.0'
2+
# platform :ios, '12.0'
33

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

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ PODS:
66

77
DEPENDENCIES:
88
- 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`)
1010

1111
EXTERNAL SOURCES:
1212
Flutter:
1313
:path: Flutter
1414
shared_preferences_foundation:
15-
:path: ".symlinks/plugins/shared_preferences_foundation/ios"
15+
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
1616

1717
SPEC CHECKSUMS:
18-
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
19-
shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca
18+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
19+
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
2020

21-
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
21+
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
2222

23-
COCOAPODS: 1.11.3
23+
COCOAPODS: 1.12.1

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
97C146E61CF9000F007C117D /* Project object */ = {
157157
isa = PBXProject;
158158
attributes = {
159-
LastUpgradeCheck = 1300;
159+
LastUpgradeCheck = 1430;
160160
ORGANIZATIONNAME = "";
161161
TargetAttributes = {
162162
97C146ED1CF9000F007C117D = {
@@ -205,6 +205,7 @@
205205
files = (
206206
);
207207
inputPaths = (
208+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
208209
);
209210
name = "Thin Binary";
210211
outputPaths = (
@@ -342,7 +343,7 @@
342343
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
343344
GCC_WARN_UNUSED_FUNCTION = YES;
344345
GCC_WARN_UNUSED_VARIABLE = YES;
345-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
346+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
346347
MTL_ENABLE_DEBUG_INFO = NO;
347348
SDKROOT = iphoneos;
348349
SUPPORTED_PLATFORMS = iphoneos;
@@ -416,7 +417,7 @@
416417
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
417418
GCC_WARN_UNUSED_FUNCTION = YES;
418419
GCC_WARN_UNUSED_VARIABLE = YES;
419-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
420+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
420421
MTL_ENABLE_DEBUG_INFO = YES;
421422
ONLY_ACTIVE_ARCH = YES;
422423
SDKROOT = iphoneos;
@@ -465,7 +466,7 @@
465466
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
466467
GCC_WARN_UNUSED_FUNCTION = YES;
467468
GCC_WARN_UNUSED_VARIABLE = YES;
468-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
469+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
469470
MTL_ENABLE_DEBUG_INFO = NO;
470471
SDKROOT = iphoneos;
471472
SUPPORTED_PLATFORMS = iphoneos;

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)