|
97 | 97 | 2A32957218C59D0A00EEDD1C /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = "<group>"; }; |
98 | 98 | 2A32957718C59D0A00EEDD1C /* io.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = io.py; sourceTree = "<group>"; }; |
99 | 99 | 2A32957918C59D0A00EEDD1C /* pathmatics.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = pathmatics.py; sourceTree = "<group>"; }; |
100 | | - 2A36AE2C2868B4E50088976E /* Python.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Python.framework; path = app/deps/framework/Python.framework; sourceTree = "<group>"; }; |
| 100 | + 2A36AE2C2868B4E50088976E /* Python.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Python.framework; path = deps/framework/Python.framework; sourceTree = "<group>"; }; |
101 | 101 | 2A36AE55286CA75B0088976E /* en */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = en; path = "Resources/en.lproj/placeholder-light.pdf"; sourceTree = "<group>"; }; |
102 | 102 | 2A36AE57286CA75B0088976E /* en */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = en; path = "Resources/en.lproj/placeholder-dark.pdf"; sourceTree = "<group>"; }; |
103 | 103 | 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; |
104 | 104 | 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; |
105 | 105 | 2A591FEF185C17D200D1833D /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; |
106 | | - 2A64AB46195F4E78001E4E69 /* deps */ = {isa = PBXFileReference; lastKnownFileType = folder; name = deps; path = app/deps; sourceTree = "<group>"; }; |
| 106 | + 2A64AB46195F4E78001E4E69 /* deps */ = {isa = PBXFileReference; lastKnownFileType = folder; name = deps; path = deps; sourceTree = "<group>"; }; |
107 | 107 | 2A66ECDE18A992BD002903DE /* ace.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; name = ace.js; path = Resources/ui/js/ace.js; sourceTree = "<group>"; }; |
108 | 108 | 2A66ECDF18A992BD002903DE /* editor.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; name = editor.js; path = Resources/ui/js/editor.js; sourceTree = "<group>"; }; |
109 | 109 | 2A66ECE018A992BD002903DE /* jquery-2.1.0.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; name = "jquery-2.1.0.js"; path = "Resources/ui/js/jquery-2.1.0.js"; sourceTree = "<group>"; }; |
|
462 | 462 | ); |
463 | 463 | runOnlyForDeploymentPostprocessing = 0; |
464 | 464 | shellPath = /bin/sh; |
465 | | - shellScript = "# have the build fail if setup.py isn't successful\nset -e\n\n# build a relocatable Python.framework with our dependencies pre-installed\ncd app/deps/framework\nmake\n"; |
| 465 | + shellScript = "# have the build fail if setup.py isn't successful\nset -e\n\n# build a relocatable Python.framework with our dependencies pre-installed\ncd deps/framework\nmake\n"; |
466 | 466 | showEnvVarsInLog = 0; |
467 | 467 | }; |
468 | 468 | 2A36AE34286B81290088976E /* Symlink Command Line Tool */ = { |
|
601 | 601 | COPY_PHASE_STRIP = NO; |
602 | 602 | FRAMEWORK_SEARCH_PATHS = ( |
603 | 603 | "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/**", |
604 | | - "$(PROJECT_DIR)/app/deps/framework", |
| 604 | + "$(PROJECT_DIR)/deps/framework", |
605 | 605 | ); |
606 | 606 | GCC_DYNAMIC_NO_PIC = NO; |
607 | 607 | GCC_MODEL_TUNING = G5; |
|
631 | 631 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
632 | 632 | FRAMEWORK_SEARCH_PATHS = ( |
633 | 633 | "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/**", |
634 | | - "$(PROJECT_DIR)/app/deps/framework", |
| 634 | + "$(PROJECT_DIR)/deps/framework", |
635 | 635 | ); |
636 | 636 | GCC_MODEL_TUNING = G5; |
637 | 637 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
|
0 commit comments