|
36 | 36 | C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
|
37 | 37 | EE77BE4B0FFEB207008B09DE /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
|
38 | 38 | EE77BE9D0FFEB3F1008B09DE /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/Localizable.strings; sourceTree = "<group>"; };
|
39 |
| - EE801DFA16375DC800090402 /* test.csv */ = {isa = PBXFileReference; lastKnownFileType = text; path = test.csv; sourceTree = "<group>"; }; |
40 |
| - EE801DFB16375DC800090402 /* testHeight.csv */ = {isa = PBXFileReference; lastKnownFileType = text; path = testHeight.csv; sourceTree = "<group>"; }; |
41 |
| - EE801DFC16375DC800090402 /* testWidth.csv */ = {isa = PBXFileReference; lastKnownFileType = text; path = testWidth.csv; sourceTree = "<group>"; }; |
| 39 | + EE801DFA16375DC800090402 /* test.csv */ = {isa = PBXFileReference; lastKnownFileType = text; name = test.csv; path = Test/test.csv; sourceTree = "<group>"; }; |
| 40 | + EE801DFB16375DC800090402 /* testHeight.csv */ = {isa = PBXFileReference; lastKnownFileType = text; name = testHeight.csv; path = Test/testHeight.csv; sourceTree = "<group>"; }; |
| 41 | + EE801DFC16375DC800090402 /* testWidth.csv */ = {isa = PBXFileReference; lastKnownFileType = text; name = testWidth.csv; path = Test/testWidth.csv; sourceTree = "<group>"; }; |
42 | 42 | EE801DFD1637611700090402 /* testBig.csv */ = {isa = PBXFileReference; lastKnownFileType = text; name = testBig.csv; path = ../../../Desktop/CSV/testBig.csv; sourceTree = "<group>"; };
|
43 |
| - EE801DFE163763E200090402 /* testMini.csv */ = {isa = PBXFileReference; lastKnownFileType = text; path = testMini.csv; sourceTree = "<group>"; }; |
| 43 | + EE801DFE163763E200090402 /* testMini.csv */ = {isa = PBXFileReference; lastKnownFileType = text; name = testMini.csv; path = Test/testMini.csv; sourceTree = "<group>"; }; |
44 | 44 | EE883106100141B9005590AE /* INSTALL.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = INSTALL.rtf; sourceTree = "<group>"; };
|
45 | 45 | EEB3ED1B0FFE217E00B7462F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
46 | 46 | EEB3EDCD0FFE38D800B7462F /* CSVDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSVDocument.h; sourceTree = "<group>"; };
|
|
153 | 153 | 8D57630F048677EA00EA77CD /* Resources */,
|
154 | 154 | 8D576311048677EA00EA77CD /* Sources */,
|
155 | 155 | 8D576313048677EA00EA77CD /* Frameworks */,
|
| 156 | + EEAD58EE16376AE2002ABAF7 /* ShellScript */, |
156 | 157 | );
|
157 | 158 | buildRules = (
|
158 | 159 | );
|
|
202 | 203 | };
|
203 | 204 | /* End PBXResourcesBuildPhase section */
|
204 | 205 |
|
| 206 | +/* Begin PBXShellScriptBuildPhase section */ |
| 207 | + EEAD58EE16376AE2002ABAF7 /* ShellScript */ = { |
| 208 | + isa = PBXShellScriptBuildPhase; |
| 209 | + buildActionMask = 2147483647; |
| 210 | + files = ( |
| 211 | + ); |
| 212 | + inputPaths = ( |
| 213 | + ); |
| 214 | + outputPaths = ( |
| 215 | + ); |
| 216 | + runOnlyForDeploymentPostprocessing = 0; |
| 217 | + shellPath = /bin/sh; |
| 218 | + shellScript = "if [ 'Release' == $CONFIGURATION ]; then\n cd ~/Desktop\n mkdir \"QuickLook CSV\"\n cd \"QuickLook CSV\"\n ln -s ~/Library/QuickLook \"Plugins (User)\"\n ln -s /Library/QuickLook \"Plugins (System Wide)\"\n \n mkdir \"Test Files\"\n cp ${SRCROOT}/Test/* \"Test Files\"\nfi"; |
| 219 | + }; |
| 220 | +/* End PBXShellScriptBuildPhase section */ |
| 221 | + |
205 | 222 | /* Begin PBXSourcesBuildPhase section */
|
206 | 223 | 8D576311048677EA00EA77CD /* Sources */ = {
|
207 | 224 | isa = PBXSourcesBuildPhase;
|
|
0 commit comments