gcerquant / xcodearchive

xcodearchive is a command line tool to build and archive your Xcode projects.
111 stars 17 forks source link

Added an option to allow one to archive from an existing App path #11

Closed wprater closed 5 years ago

wprater commented 12 years ago

by specifying it's path.

wprater commented 12 years ago

There is an issue with running verbose with -A, I'll fix later today.

wprater commented 12 years ago

I also want to make some changes to mobile_provision_path and mobile_provision arg. As I was specifying the complete path and it looks as if you're using both the name and the full path, but expecting just the name for the mobile_provision argument.

gcerquant commented 12 years ago

Thank you for the pull request :) I made some feedback on the commit.

What is your use case to archive from an existing app? I'm curious what workflow would you follow to create (or receive?) an app in .app format that you need to archive.

wprater commented 12 years ago

Thanks for the suggestions. I'll implement and add some more fixes unthought of while sleeping.

The workflow is for an HTML 5 mobile app that gets built into an App from the Sencha Command tools. Sometimes we use Xcode and Cordova (phone gap) but others times just Sencha Command (which builds with nimble kit and no Xcode project needed)

Please excuse my brevity; message sent from a mobile device.

On Apr 13, 2012, at 6:07 AM, gcerquant reply@reply.github.com wrote:

Thank you for the pull request :) I made some feedback on the commit.

What is your use case to archive from an existing app? I'm curious what workflow would you follow to create (or receive?) an app in .app format that you need to archive.


Reply to this email directly or view it on GitHub: https://github.com/gcerquant/xcodearchive/pull/11#issuecomment-5114125

wprater commented 12 years ago

Posted some changes! Not sure if you get notifications about this or not.

Question: Does options[:mobile_provision] need to be a full path or can it be just a name, or both?

wprater commented 12 years ago

No worries at all. I know how client work can overcome side projects.

On Apr 26, 2012, at 8:43 AM, gcerquant wrote:

Hey Will,

Sorry I have other project with higher priority I need to take care before this.

I really appreciate the patches. I will pull them as soon as I can, probably next week (or after my holidays).

Cheers,

On 25 avr. 2012, at 23:02, Will Prater reply@reply.github.com wrote:

Posted some changes! Not sure if you get notifications about this or not.

Question: Does options[:mobile_provision] need to be a full path or can it be just a name, or both?


Reply to this email directly or view it on GitHub: https://github.com/gcerquant/xcodearchive/pull/11#issuecomment-5342755


Reply to this email directly or view it on GitHub: https://github.com/gcerquant/xcodearchive/pull/11#issuecomment-5359457