openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

compiled apps no longer appending .app #105

Closed jvcleave closed 11 years ago

jvcleave commented 11 years ago

Not sure if this was intentional or just something that needs to be requested/changed upstream but the compiled apps are no longer having .app appended to them

I think this is pretty useful as it allows easy .gitignore entries (.app already works with OF's existing .gitignore). It will also allow for easier post-compilation scripting

arturoc commented 11 years ago

I removed it because it's not a standard unix thing, excutables in unix don't have extensions. The app thing in osx is only in the folder that contains the executable + resources but the excutable itself doesn't have extension either. We can add a rule to ignire everything in bin except for the data folder

bakercp commented 11 years ago

Good thoughts. I'm closing this.