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

making produce and download screenshots optional #11

Merged
merged 16 commits into from
Jun 30, 2016
Merged

Conversation

ryuyu
Copy link
Member

@ryuyu ryuyu commented Jun 15, 2016

Update the release command to make the App Store entry production and screenshot download user accessible options.
EDIT:
Addresses #10 by removing IPA parsing and just requesting the bundle ID
Addresses #6

@rub8n @shishirx34 @lostintangent

EDIT: PR has been updated to cover a few more things.

pilotArgs.push("-u");
pilotArgs.push(credentials.username);
pilotArgs.push("-i");
pilotArgs.push(ipaPath);

Choose a reason for hiding this comment

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

nit:

var pilotArgs = ["upload", "-u", credentials.username, "-i", ipaPath];

@shishirx34
Copy link

LGTM

@rub8n
Copy link
Contributor

rub8n commented Jun 16, 2016

Not sure what's causing it but something broke on the "Publish to TestFlight" task:

##[Error] 2016-06-16T22:04:40.021Z: Unhandled: Unexpected token u
##[Error] 2016-06-16T22:04:40.022Z:

@rub8n
Copy link
Contributor

rub8n commented Jun 20, 2016

Seems like "deliver init" is still getting called. :(

@rub8n
Copy link
Contributor

rub8n commented Jun 20, 2016

Also, can you please update the "Download Screenshots" help string from:

"helpMarkDown": "Checking this box will download only your screenshots from iTunes Connect before uploading.",

to:

"helpMarkDown": "Download latest screenshots from iTunes Connect to replace local ones before uploading.",

@rub8n
Copy link
Contributor

rub8n commented Jun 21, 2016

Seems like the release task is no longer calling "deliver init". However, we still seem to be an extra deliver call to download screenshots on the promote task.

I'll open a new issue to track that one so we can finally close this PR.

@rub8n
Copy link
Contributor

rub8n commented Jun 21, 2016

Btw I like the "Download Metadata from App Store Listing" option you added but now the "Download Screenshots" one seems redundant.

How about we remove the screenshots one and simply leave the metadata one?

Also I created #14 but I believe its related to this PR.

@ryuyu
Copy link
Member Author

ryuyu commented Jun 21, 2016

Updated to address #14 and #13

@rub8n
Copy link
Contributor

rub8n commented Jun 30, 2016

I'll merge this now with master to resolve #14 and resolve #13.

@rub8n rub8n reopened this Jun 30, 2016
@rub8n rub8n merged commit a34977c into master Jun 30, 2016
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.

None yet

3 participants