-
Notifications
You must be signed in to change notification settings - Fork 199
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
fix(tools): change the tools script to comply with amplify-app changes #445
Conversation
trunk: | ||
https://cdn.cocoapods.org/: |
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.
@palpatim is this expected/correct?
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.
Yep!
@@ -25,7 +25,10 @@ amplifyRegion=$region | |||
amplifyEnvName=$envName | |||
|
|||
if $amplifyModelgen; then |
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.
not familiar with this syntax, i would have expected to check if amplifyModelgen is not set by using:
if [[ ! -z $amplifyModelgen ]]; then
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.
I'm not familiar either tbh
@@ -24,7 +24,7 @@ DEPENDENCIES: | |||
- SwiftLint | |||
|
|||
SPEC REPOS: | |||
trunk: | |||
https://cdn.cocoapods.org/: |
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.
per tim's comment above -- same with this.. is this expected? i would have probably reverted this change.
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.
me too, but why did my cocoapods make that change? If that's not supposed to happen then I'm very confused 😕
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.
See aws-amplify/amplify-cli#4268 for details
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.