Skip to content

Commit fa47cd2

Browse files
committed
File organization
1 parent afbc719 commit fa47cd2

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

QuickLookCSV.xcodeproj/project.pbxproj

+21-4
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
3737
EE77BE4B0FFEB207008B09DE /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
3838
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>"; };
4242
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>"; };
4444
EE883106100141B9005590AE /* INSTALL.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = INSTALL.rtf; sourceTree = "<group>"; };
4545
EEB3ED1B0FFE217E00B7462F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
4646
EEB3EDCD0FFE38D800B7462F /* CSVDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSVDocument.h; sourceTree = "<group>"; };
@@ -153,6 +153,7 @@
153153
8D57630F048677EA00EA77CD /* Resources */,
154154
8D576311048677EA00EA77CD /* Sources */,
155155
8D576313048677EA00EA77CD /* Frameworks */,
156+
EEAD58EE16376AE2002ABAF7 /* ShellScript */,
156157
);
157158
buildRules = (
158159
);
@@ -202,6 +203,22 @@
202203
};
203204
/* End PBXResourcesBuildPhase section */
204205

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+
205222
/* Begin PBXSourcesBuildPhase section */
206223
8D576311048677EA00EA77CD /* Sources */ = {
207224
isa = PBXSourcesBuildPhase;

test.csv Test/test.csv

File renamed without changes.

testHeight.csv Test/testHeight.csv

File renamed without changes.

testMini.csv Test/testMini.csv

File renamed without changes.

testWidth.csv Test/testWidth.csv

File renamed without changes.

0 commit comments

Comments
 (0)