Commit 40e2e51a authored by Jack Jansen's avatar Jack Jansen

Install into /Applications/Python in stead of into /Applications.

parent b7276cdf
...@@ -287,9 +287,8 @@ ...@@ -287,9 +287,8 @@
buildSettings = { buildSettings = {
FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_SEARCH_PATHS = "";
HEADER_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = "";
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = /Applications/Python;
LIBRARY_SEARCH_PATHS = ""; LIBRARY_SEARCH_PATHS = "";
OTHER_CFLAGS = "";
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
PRODUCT_NAME = PythonLauncher; PRODUCT_NAME = PythonLauncher;
SECTORDER_FLAGS = ""; SECTORDER_FLAGS = "";
...@@ -300,7 +299,7 @@ ...@@ -300,7 +299,7 @@
); );
isa = PBXApplicationTarget; isa = PBXApplicationTarget;
name = PythonLauncher; name = PythonLauncher;
productInstallPath = "$(HOME)/Applications"; productInstallPath = /Applications/Python;
productName = PythonLauncher; productName = PythonLauncher;
productReference = 1758732AFF379DA111CA2CBB; productReference = 1758732AFF379DA111CA2CBB;
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment