Skip to content

Commit

Permalink
chore(Mobile): Deplyoment target is now iOS 17
Browse files Browse the repository at this point in the history
macmade committed Dec 11, 2024
1 parent bd46449 commit f079476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDO-Mobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -449,7 +449,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 05CE14442D05D3A100C757FD /* Debug.xcconfig */;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
@@ -459,7 +459,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 05CE14492D05D3A100C757FD /* Release.xcconfig */;
buildSettings = {
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};

0 comments on commit f079476

Please sign in to comment.