Add macOS bundle completion scripts #178

Open
queengooborg wants to merge 1 commits from unknown repository into master
queengooborg commented 2017-10-12 05:30:22 +00:00 (Migrated from github.com)

Two scripts I copied from another project of mine to help with completing the macOS bundle. Note: this is heavily dependent on a tool from CMake known as "BundleUtilities" (but trust me, it's worth it to use this, instead of trying to do it all by hand). Essentially, this is to be run after building the app.

qmake
make
cmake -P patches/macos/CompleteBundle.cmake <--
Two scripts I copied from another [project of mine](https://github.com/VaduNightwave/lightpad) to help with completing the macOS bundle. Note: this is heavily dependent on a tool from CMake known as "BundleUtilities" (but trust me, it's worth it to use this, instead of trying to do it all by hand). Essentially, this is to be run after building the app. ``` qmake make cmake -P patches/macos/CompleteBundle.cmake <-- ```
This pull request is broken due to missing fork information.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b unknown repository master
git pull origin unknown repository

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff unknown repository
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MapleShrine/mkxp#178
No description provided.