diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-11-25 13:11:06 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-11-25 13:11:06 (GMT) |
commit | 2095c06cecde2616187686e0f35e6e07461370bc (patch) | |
tree | 88e43e2ee69114a2d6b411cff5250ca95ad1f9ff /Mac/OSX/PythonLauncher/PythonLauncher.pbproj | |
parent | b5c980b8028af0876e40f71c94b82cd02e327bf0 (diff) | |
download | cpython-2095c06cecde2616187686e0f35e6e07461370bc.zip cpython-2095c06cecde2616187686e0f35e6e07461370bc.tar.gz cpython-2095c06cecde2616187686e0f35e6e07461370bc.tar.bz2 |
Lots of restructuring, mostly suggested by Bill Bumgarner. Main
externally visible difference is that the factory defaults are
now in a plist file in the bundle, in stead of being hard-coded in
the application.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PythonLauncher.pbproj')
-rwxr-xr-x | Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj index 063339c..93bd1ea 100755 --- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj +++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj @@ -235,6 +235,7 @@ 2A37F4B4FDCFA73011CA2CEA, F5A4C13E02F203F601000102, 089C165FFE840EACC02AAC07, + F5A42167038BDD8E0110C447, ); isa = PBXGroup; name = Resources; @@ -291,6 +292,7 @@ INSTALL_MODE_FLAG = "a+rX"; INSTALL_PATH = /Applications/Python; LIBRARY_SEARCH_PATHS = ""; + OPTIMIZATION_CFLAGS = "-O0"; OTHER_LDFLAGS = ""; PRODUCT_NAME = PythonLauncher; SECTORDER_FLAGS = ""; @@ -430,6 +432,7 @@ F58D4A3F02F1F94B01000102, F5A4C13F02F203F701000102, F5449B4C02FB3F7E01000102, + F5A42168038BDD8E0110C447, ); isa = PBXResourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -577,6 +580,17 @@ settings = { }; }; + F5A42167038BDD8E0110C447 = { + isa = PBXFileReference; + path = factorySettings.plist; + refType = 4; + }; + F5A42168038BDD8E0110C447 = { + fileRef = F5A42167038BDD8E0110C447; + isa = PBXBuildFile; + settings = { + }; + }; F5A4C13E02F203F601000102 = { isa = PBXFileReference; path = PreferenceWindow.nib; |