Skip to content

Commit b6be80e

Browse files
committed
chore(deps): Update iOS and macOS dependencies
- Updated the iOS deployment target from 11.0 to 12.0 in the `Podfile` and `project.pbxproj`. - Updated dependency checksums in `macos/Podfile.lock` for `FlutterMacOS`, `path_provider_foundation`, and `shared_preferences_foundation`.
1 parent e6fa1bb commit b6be80e

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

ios/Podfile

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

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

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -219,10 +219,14 @@
219219
inputFileListPaths = (
220220
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
221221
);
222+
inputPaths = (
223+
);
222224
name = "[CP] Embed Pods Frameworks";
223225
outputFileListPaths = (
224226
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
225227
);
228+
outputPaths = (
229+
);
226230
runOnlyForDeploymentPostprocessing = 0;
227231
shellPath = /bin/sh;
228232
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
@@ -360,6 +364,7 @@
360364
INFOPLIST_FILE = Runner/Info.plist;
361365
INFOPLIST_KEY_CFBundleDisplayName = "Escape Wild";
362366
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.strategy-games";
367+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
363368
LD_RUNPATH_SEARCH_PATHS = (
364369
"$(inherited)",
365370
"@executable_path/Frameworks",
@@ -491,6 +496,7 @@
491496
INFOPLIST_FILE = Runner/Info.plist;
492497
INFOPLIST_KEY_CFBundleDisplayName = "Escape Wild";
493498
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.strategy-games";
499+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
494500
LD_RUNPATH_SEARCH_PATHS = (
495501
"$(inherited)",
496502
"@executable_path/Frameworks",
@@ -516,6 +522,7 @@
516522
INFOPLIST_FILE = Runner/Info.plist;
517523
INFOPLIST_KEY_CFBundleDisplayName = "Escape Wild";
518524
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.strategy-games";
525+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
519526
LD_RUNPATH_SEARCH_PATHS = (
520527
"$(inherited)",
521528
"@executable_path/Frameworks",

macos/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ EXTERNAL SOURCES:
2121
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
2222

2323
SPEC CHECKSUMS:
24-
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
25-
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
26-
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
24+
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
25+
path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
26+
shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb
2727

2828
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2929

0 commit comments

Comments
 (0)