Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Reimplement macOS application (.app) build scripts #2217

Merged
merged 3 commits into from
Apr 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
442 changes: 0 additions & 442 deletions scripts/build-osx-app-template.sh

This file was deleted.

191 changes: 0 additions & 191 deletions scripts/build-osx-app.sh

This file was deleted.

49 changes: 0 additions & 49 deletions scripts/bundle-lite/Orange.app/Contents/Info.plist

This file was deleted.

14 changes: 14 additions & 0 deletions scripts/macos/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Orange macOS application (.app) build scripts
---------------------------------------------

Contents:

python-framework.sh
Download, unpack and make relocatable the official python.org framework
installers (used by build-macos-app.sh)

build-macos-app.sh
Build an Orange.app application bundle from scratch

create-dmg-installer.sh
Pack the Orange.app applicaiton into a .dmg installer disk image
Loading