|
18 | 18 | E1E4B5221518E6F70063F299 /* QSiTerm2TerminalMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = E1E4B5211518E6F70063F299 /* QSiTerm2TerminalMediator.m */; }; |
19 | 19 | /* End PBXBuildFile section */ |
20 | 20 |
|
21 | | -/* Begin PBXBuildRule section */ |
22 | | - E188D3F61520F0E100176E28 /* PBXBuildRule */ = { |
23 | | - isa = PBXBuildRule; |
24 | | - compilerSpec = com.apple.compilers.proxy.script; |
25 | | - filePatterns = "*.app"; |
26 | | - fileType = pattern.proxy; |
27 | | - inputFiles = ( |
28 | | - ); |
29 | | - isEditable = 1; |
30 | | - outputFiles = ( |
31 | | - "$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).h", |
32 | | - ); |
33 | | - script = "if [[ -z \"${GITHUB_ACTIONS}\" ]]; then\nsdef \"$INPUT_FILE_PATH\" | sdp -fh -o \"$DERIVED_FILES_DIR\" --basename \"$INPUT_FILE_BASE\" --bundleid `defaults read \"$INPUT_FILE_PATH/Contents/Info\" CFBundleIdentifier`\nfi\n"; |
34 | | - }; |
35 | | -/* End PBXBuildRule section */ |
36 | | - |
37 | 21 | /* Begin PBXFileReference section */ |
38 | 22 | CD7B3E462D60066D008B8715 /* QSFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QSFoundation.framework; path = ../../../../../private/tmp/QS/build/Debug/QSFoundation.framework; sourceTree = "<group>"; }; |
39 | 23 | CD7B3E482D600677008B8715 /* QSCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QSCore.framework; path = ../../../../../private/tmp/QS/build/Debug/QSCore.framework; sourceTree = "<group>"; }; |
|
151 | 135 | isa = PBXNativeTarget; |
152 | 136 | buildConfigurationList = E1E4B5191518E4D00063F299 /* Build configuration list for PBXNativeTarget "iTerm2" */; |
153 | 137 | buildPhases = ( |
| 138 | + CD74C78E2DF5E98800C548DE /* ShellScript */, |
154 | 139 | E1E4B4F81518E4D00063F299 /* Update version and documentation */, |
155 | 140 | E1E4B4F51518E4D00063F299 /* Sources */, |
156 | 141 | E1E4B4F61518E4D00063F299 /* Frameworks */, |
157 | 142 | E1E4B4F71518E4D00063F299 /* Resources */, |
158 | 143 | ); |
159 | 144 | buildRules = ( |
160 | | - E188D3F61520F0E100176E28 /* PBXBuildRule */, |
161 | 145 | ); |
162 | 146 | dependencies = ( |
163 | 147 | ); |
|
211 | 195 | /* End PBXResourcesBuildPhase section */ |
212 | 196 |
|
213 | 197 | /* Begin PBXShellScriptBuildPhase section */ |
| 198 | + CD74C78E2DF5E98800C548DE /* ShellScript */ = { |
| 199 | + isa = PBXShellScriptBuildPhase; |
| 200 | + buildActionMask = 2147483647; |
| 201 | + files = ( |
| 202 | + ); |
| 203 | + inputFileListPaths = ( |
| 204 | + ); |
| 205 | + inputPaths = ( |
| 206 | + /Applications/iTerm.app, |
| 207 | + ); |
| 208 | + outputFileListPaths = ( |
| 209 | + ); |
| 210 | + outputPaths = ( |
| 211 | + "$(DERIVED_FILE_DIR)/iTerm2/iTerm.h", |
| 212 | + ); |
| 213 | + runOnlyForDeploymentPostprocessing = 0; |
| 214 | + shellPath = /bin/sh; |
| 215 | + shellScript = "INPUT_FILE_PATH=\"/Applications/iTerm.app\"\nif [[ -z \"${GITHUB_ACTIONS}\" ]]; then\nsdef \"$INPUT_FILE_PATH\" | sdp -fh -o \"$DERIVED_FILES_DIR\" --basename \"iTerm\" --bundleid `defaults read \"$INPUT_FILE_PATH/Contents/Info\" CFBundleIdentifier` -o iTerm2\nfi\n"; |
| 216 | + }; |
214 | 217 | E1E4B4F81518E4D00063F299 /* Update version and documentation */ = { |
215 | 218 | isa = PBXShellScriptBuildPhase; |
216 | 219 | buildActionMask = 2147483647; |
|
0 commit comments