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

feat: upgrade to min deployment version to iOS 12 #586

Merged
merged 7 commits into from
Apr 23, 2024
Merged

feat: upgrade to min deployment version to iOS 12 #586

merged 7 commits into from
Apr 23, 2024

Conversation

lawmicha
Copy link
Contributor

@lawmicha lawmicha commented Mar 11, 2024

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lawmicha lawmicha requested a review from a team as a code owner March 11, 2024 20:28
5d
5d previously approved these changes Mar 11, 2024
@lawmicha lawmicha changed the title feat: upgrade to min deployment version to iOS 11 feat: upgrade to min deployment version to iOS 12 Mar 13, 2024
.gitignore Outdated
@@ -7,3 +7,4 @@ Carthage
Pods
.build/
build/
Pods/
Copy link
Member

Choose a reason for hiding this comment

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

Isn't this included with the Pods in line 7? 🤷‍♂️

Copy link
Contributor

Choose a reason for hiding this comment

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

oh, this is due to a auto merge with main. I will remove this line

@@ -2387,7 +2387,7 @@
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = AWSAppSyncTestAppUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
Copy link
Member

Choose a reason for hiding this comment

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

You've downgraded some targets from 12.1 to 12.0.

Just to be sure, did you validate that these changes are safe?

Copy link
Contributor

Choose a reason for hiding this comment

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

Here the AWSAppSyncTestAppUITests is an empty test project. I've verified all the other downgraded targets are success to build.

@5d 5d merged commit 28da4f2 into main Apr 23, 2024
@5d 5d deleted the feat/ios-11 branch April 23, 2024 21:26
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.

3 participants