Sunday, 15 March 2015

osx - share xcode projects -



osx - share xcode projects -

i searched haven't found exact reply i'm looking for. i'm trying email friend/co-worker saved xcode project i'm working on. if send attach saved file in email when opens kinda reddish , theres no code or anything. how can send whole project can access it? thanks.

it sounds sending him xcode project file, need source files.

if assume project in:

/users/me/projects/mydeadgoodproject/ mydeadgoodproject (folder source) mydeadgoodproject.xcodeproj (project bundle)

(which standard)

then need send whole of top-level project directory structure.

this best done zipping whole lot, can done finder right-clicking , selecting "compress mydeadgoodproject" or command line (terminal.app) using zip:

$ cd ~/projects $ zip -r9 mydeadgoodproject.zip mydeadgoodproject

and e-mail him .zip file.

if co-operate else on regular basic it's best central git hosting going, much easier manage.

xcode osx file-sharing code-sharing

No comments:

Post a Comment