-
Notifications
You must be signed in to change notification settings - Fork 130
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
Conversation
.gitignore
Outdated
@@ -7,3 +7,4 @@ Carthage | |||
Pods | |||
.build/ | |||
build/ | |||
Pods/ |
There was a problem hiding this comment.
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? 🤷♂️
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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.