Skip to content

Commit 1374bb5

Browse files
Change ios project settings (#671)
1 parent 1b59837 commit 1374bb5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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 projects
2-
platform :ios, '13.0'
2+
platform :ios, '15.0'
33

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

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
);
193193
mainGroup = 97C146E51CF9000F007C117D;
194194
packageReferences = (
195-
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
195+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */,
196196
);
197197
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
198198
projectDirPath = "";
@@ -430,7 +430,7 @@
430430
);
431431
INFOPLIST_FILE = Runner/Info.plist;
432432
INFOPLIST_KEY_CFBundleDisplayName = InvenTree;
433-
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
433+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
434434
LD_RUNPATH_SEARCH_PATHS = (
435435
"$(inherited)",
436436
"@executable_path/Frameworks",
@@ -575,7 +575,7 @@
575575
);
576576
INFOPLIST_FILE = Runner/Info.plist;
577577
INFOPLIST_KEY_CFBundleDisplayName = InvenTree;
578-
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
578+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
579579
LD_RUNPATH_SEARCH_PATHS = (
580580
"$(inherited)",
581581
"@executable_path/Frameworks",
@@ -608,7 +608,7 @@
608608
);
609609
INFOPLIST_FILE = Runner/Info.plist;
610610
INFOPLIST_KEY_CFBundleDisplayName = InvenTree;
611-
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
611+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
612612
LD_RUNPATH_SEARCH_PATHS = (
613613
"$(inherited)",
614614
"@executable_path/Frameworks",
@@ -650,7 +650,7 @@
650650
/* End XCConfigurationList section */
651651

652652
/* Begin XCLocalSwiftPackageReference section */
653-
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = {
653+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = {
654654
isa = XCLocalSwiftPackageReference;
655655
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
656656
};

0 commit comments

Comments
 (0)