napframework / nap

NAP Framework source code
https://nap-framework.tech
Mozilla Public License 2.0
404 stars 22 forks source link

Osx app bundle #9

Closed stijnvanbeek closed 2 years ago

stijnvanbeek commented 2 years ago

I extended package_project_by_name.py in order to generate an app bundle next to the packaged project archive on OSX. The app bundle contains the required files to run, license docs and NAP.txt and an auto generated plist file.

It is relatively simple to generate a similar bundle for napkin, however it does not really make any sense right now because project.json is hidden inside the app bundle for the app. We could extend napkin in order to be able to open app bundles and programatically open project.json from within.

Screen Shot 2021-11-17 at 16 17 13