|
31 | 31 | 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; |
32 | 32 | 8D1107310486CEB800E47090 /* MiniBrowser-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "MiniBrowser-Info.plist"; path = "mac/MiniBrowser-Info.plist"; sourceTree = "<group>"; }; |
33 | 33 | 8D1107320486CEB800E47090 /* MiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 34 | + BC1770121188DF19007D9E9A /* make-launchable.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "make-launchable.sh"; path = "mac/make-launchable.sh"; sourceTree = "<group>"; }; |
34 | 35 | BC329486116A92E2008635D0 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = mac/main.m; sourceTree = "<group>"; }; |
35 | 36 | BC329496116A941B008635D0 /* BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserWindowController.h; path = mac/BrowserWindowController.h; sourceTree = "<group>"; }; |
36 | 37 | BC329497116A941B008635D0 /* BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BrowserWindowController.m; path = mac/BrowserWindowController.m; sourceTree = "<group>"; }; |
|
100 | 101 | 080E96DDFE201D6D7F000001 /* Classes */, |
101 | 102 | 29B97315FDCFA39411CA2CEA /* Other Sources */, |
102 | 103 | 29B97317FDCFA39411CA2CEA /* Resources */, |
| 104 | + BC1770481188EB05007D9E9A /* Scripts */, |
103 | 105 | 29B97323FDCFA39411CA2CEA /* Frameworks */, |
104 | 106 | 19C28FACFE9D520D11CA2CBB /* Products */, |
105 | 107 | ); |
|
136 | 138 | name = Frameworks; |
137 | 139 | sourceTree = "<group>"; |
138 | 140 | }; |
| 141 | + BC1770481188EB05007D9E9A /* Scripts */ = { |
| 142 | + isa = PBXGroup; |
| 143 | + children = ( |
| 144 | + BC1770121188DF19007D9E9A /* make-launchable.sh */, |
| 145 | + ); |
| 146 | + name = Scripts; |
| 147 | + sourceTree = "<group>"; |
| 148 | + }; |
139 | 149 | /* End PBXGroup section */ |
140 | 150 |
|
141 | 151 | /* Begin PBXNativeTarget section */ |
|
146 | 156 | 8D1107290486CEB800E47090 /* Resources */, |
147 | 157 | 8D11072C0486CEB800E47090 /* Sources */, |
148 | 158 | 8D11072E0486CEB800E47090 /* Frameworks */, |
| 159 | + BC17701E1188DFB4007D9E9A /* Make Launchable */, |
149 | 160 | ); |
150 | 161 | buildRules = ( |
151 | 162 | ); |
|
188 | 199 | }; |
189 | 200 | /* End PBXResourcesBuildPhase section */ |
190 | 201 |
|
| 202 | +/* Begin PBXShellScriptBuildPhase section */ |
| 203 | + BC17701E1188DFB4007D9E9A /* Make Launchable */ = { |
| 204 | + isa = PBXShellScriptBuildPhase; |
| 205 | + buildActionMask = 2147483647; |
| 206 | + files = ( |
| 207 | + ); |
| 208 | + inputPaths = ( |
| 209 | + ); |
| 210 | + name = "Make Launchable"; |
| 211 | + outputPaths = ( |
| 212 | + ); |
| 213 | + runOnlyForDeploymentPostprocessing = 0; |
| 214 | + shellPath = /bin/sh; |
| 215 | + shellScript = "mac/make-launchable.sh\n"; |
| 216 | + }; |
| 217 | +/* End PBXShellScriptBuildPhase section */ |
| 218 | + |
191 | 219 | /* Begin PBXSourcesBuildPhase section */ |
192 | 220 | 8D11072C0486CEB800E47090 /* Sources */ = { |
193 | 221 | isa = PBXSourcesBuildPhase; |
|
0 commit comments