moai / moai-dev

This is the development repo of Moai SDK.
http://getmoai.com
939 stars 314 forks source link

minor tweaks to osx pito #1150

Closed patrickmeehan closed 8 years ago

patrickmeehan commented 8 years ago

Some changes to pito. Open to discuss these. My thoughts:

1 - Use the xcode project to build. I maintain this project and work with it every day, so for me it is "the" moai. 2 - Think of the bin/folder as a fallback. So if pito/moai exists, always prefer that. Otherwise use bin. 3 - Think of the bin folder as representing "the" moai. People building custom moai's for their own projects should not put anything under the moai project tree. They should instead submodule moai in their repo and have their own build folder. 4 - Not sure if there is ever a reason to have a custom moai in pito. Since pito offers a fixed, known set of functionality it should be fine for it to use "the" moai for any given release. 5 - If there ever is a reason, users can copy moai into pito. Or maybe use a pito command to do that. Then pito will use their special moai.

seclorum commented 8 years ago

Putting a moai bin in the pito folder (maybe we should rename util/ to pito/?) means that no matter what the user does, pito will still continue to work - i.e. if the user blows away their build, there's still a way to run pito independently from what you might do with MOAI builds ..