Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ios)!: Bump minimum deployment target to 14.0 #7679

Merged
merged 3 commits into from
Sep 30, 2024
Merged

Conversation

jcesarmobile
Copy link
Member

Bump the minimum deployment target to 14 for podspec files, native projecs and tests projects (for some of them I had to downgrade)

Remove code that becomes irrelevant after the bump.

@@ -1116,7 +1118,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, was there a specific reason this was previously set to 17.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's from a "CodableTests" subproject, probably when created, Xcode set the version to 17 as the default and was not changed. Doesn't really affect the project or the users, but changed it for consistency.

Copy link
Contributor

@theproducer theproducer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some of the CLI tests are failing for iOS. Seems to be related to the test project its using having a version lower than the new deployment target set.

@jcesarmobile
Copy link
Member Author

Yeah, I'm updating the deployment target for the CLI and once that's merged should fix this

@theproducer theproducer self-requested a review September 26, 2024 15:18
@jcesarmobile jcesarmobile merged commit 8e11231 into main Sep 30, 2024
6 checks passed
@jcesarmobile jcesarmobile deleted the RDMR-278 branch September 30, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants