-
Notifications
You must be signed in to change notification settings - Fork 359
Add authenticating to the XcodeInstallationStep
#613
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
Conversation
b5a5bb0 to
984d952
Compare
984d952 to
908e7ba
Compare
isProcessing(id: Xcode.ID) -> Bool to the AppStateauthenticating step to the AppState
authenticating step to the AppStateauthenticating step to the XcodeInstallationStep
authenticating step to the XcodeInstallationStepauthenticating to the XcodeInstallationStep
| "ja" : { | ||
| "stringUnit" : { | ||
| "state" : "translated", | ||
| "value" : "認証中" |
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.
Added only Japanese as it is my primary language but want the community help for others!
MattKiazyk
left a comment
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.
Can we please add Authenticating as the value for all languages? This will be default for all languages and needs to be unfortunately added
|
Thanks @chuganzy - just one change with adding the localization values for all the languages. 🙏 |
|
@MattKiazyk Thank you for reviewing & merging! |
Fixes #551
Thanks for creating this awesome app!
This PR aims to fix a minor issue where it keeps displaying the indicator on the install button on error.
To fix it, this PR introduces
authenticatingstate to theXcodeInstallationStepand makes it to theinstallingstate once "INSTALL" button is clicked.Screen Capture
Before
before.mov
After
after.mov