Skip to content

Commit

Permalink
Increased the minimum target of swift sdk from 11 to 14 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtulCel authored Nov 5, 2024
1 parent 5354d9a commit 19db447
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions FilestackSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -1112,6 +1112,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
INFOPLIST_FILE = FilestackSDK.xcodeproj/FilestackSDK_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -1138,6 +1139,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
INFOPLIST_FILE = FilestackSDK.xcodeproj/FilestackSDK_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -1197,7 +1199,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
Expand Down Expand Up @@ -1246,7 +1248,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 19db447

Please sign in to comment.