laullon / gitx

GitX (L) - A gitk clone for OS X
http://gitx.laullon.com/
Other
836 stars 76 forks source link

Where does XCode put the built app? #201

Open bluemont opened 12 years ago

bluemont commented 12 years ago

I want to try to build from source. I loaded the project in Xcode, pressed Apple-B, and got "Build Succeeded."

Pardon my ignorance, but where did the built executable go? Can you put a few more words in the README about this? Thanks.

I have looked in the:

laullon commented 12 years ago

you have to use "Archive" ;)

Sent from my iPhone Check out my new app: http://dedupeapp.com

El 17/07/2012, a las 20:45, David Jamesreply@reply.github.com escribió:

I want to try to build from source. I loaded the project in Xcode, pressed Apple-B, and got "Build Succeeded."

Pardon my ignorance, but where did the built executable go? Can you put a few more words in the README about this? Thanks.

I have looked in the:

  • git source directory: nothing
  • ~/Library/Developer/Xcode/DerivedData: stuff is there, but no application that I can tell

Reply to this email directly or view it on GitHub: https://github.com/laullon/gitx/issues/201

bluemont commented 12 years ago

Thanks... still, I'm only getting the cli to get built and archived.

tsnow commented 12 years ago

@bluemont https://gist.github.com/3144755

bluemont commented 12 years ago

@tsnow Thank you very much! I tweaked it just a little bit: https://gist.github.com/3145700

tsnow commented 12 years ago

Thanks!