Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:openframeworks/openFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Dec 27, 2009
2 parents a8f97a5 + 37721ed commit 52ff43d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions readme.osx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,21 @@ You can also uncheck the documentation if you wish to save disk space.

a) copy the folder inside of apps/exampleApps/ and paste in the same directory

ie (copy "emptyExample" and paste "copy of emptyExample")
ie: (copy "emptyExample" and paste "copy of emptyExample")

b) rename the folder, and inside the folder, rename the .xcodeproj file
b) rename the folder, and inside the folder, rename the .xcodeproj file - ie: myExperimentalApp.xcodeproj

c) open the project

d) in the sidebar scroll down to Targets and expand it to show the target. ie: emptyExample

e) with the target selected do Get Info ( either right click or Command-i )

f) in the General Tab rename the Name text field ie: from emptyExample to myExperimentalApp

e and f alternative ) you can also just do right click on the target -> rename in the sidebar directly

g) after you have renamed the target you should change the build from Debug to Release then back again. This refreshes the target app.



Expand Down

0 comments on commit 52ff43d

Please sign in to comment.