Skip to content

Commit

Permalink
Update deployment targets for tests (#4145)
Browse files Browse the repository at this point in the history
Updates the deployment targets for a couple of test suites to match
their corresponding frameworks.

Specifically updates for `RevenueCatUITests` and for `AllAPITestsTests`
(yeah, I don't love the name either, but that's the _test suite_ tied to
the AllAPITests framework)
  • Loading branch information
aboedo authored and nyeu committed Oct 1, 2024
1 parent 60c16e6 commit 41937f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions RevenueCat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6948,7 +6948,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
Expand All @@ -6975,7 +6975,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
MTL_FAST_MATH = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1306,8 +1306,8 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 8SXR2327BM;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.revenuecat.AllAPITestsTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1327,8 +1327,8 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 8SXR2327BM;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
MACOSX_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.revenuecat.AllAPITestsTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 41937f5

Please sign in to comment.