Skip to content

Commit 1aa8136

Browse files
committed
Added INSTALL file
1 parent 73c5603 commit 1aa8136

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

INSTALL.rtf

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf460
2+
{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Monaco;}
3+
{\colortbl;\red255\green255\blue255;\red36\green70\blue183;}
4+
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
5+
6+
\f0\b\fs48 \cf0 Installation
7+
\fs50 \
8+
9+
\b0\fs28 \
10+
\pard\tx566\tx6423\sl336\slmult1\ql\qnatural\pardirnatural
11+
\cf0 Place the file
12+
\b QuickLookCSV.qlgenerator
13+
\b0 into:\
14+
15+
\f1\fs26 \cf2 ~/Library/QuickLook/
16+
\f0\fs28 \cf0 to install it for yourself only\
17+
18+
\f1\fs26 \cf2 (Macintosh HD)/Library/QuickLook/
19+
\f0\fs28 \cf0 to install it for all users of your Mac\
20+
If the QuickLook-folder does not exist, simply create it manually.\
21+
\
22+
This is version
23+
\b 0.1
24+
\b0 of the plugin.\
25+
{\field{\*\fldinst{HYPERLINK "http://code.google.com/p/quicklook-csv/"}}{\fldrslt http://code.google.com/p/quicklook-csv/}}\
26+
}

QuickLookCSV.xcodeproj/pp.pbxuser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// !$*UTF8*$!
22
{
33
089C1669FE841209C02AAC07 /* Project object */ = {
4-
activeBuildConfigurationName = Debug;
4+
activeBuildConfigurationName = Release;
55
activeTarget = 8D57630D048677EA00EA77CD /* QuickLookCSV */;
66
addToTargets = (
77
8D57630D048677EA00EA77CD /* QuickLookCSV */,

QuickLookCSV.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
1515
C86B05270671AA6E00DD9006 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C86B05260671AA6E00DD9006 /* CoreServices.framework */; };
1616
EE77BE9C0FFEB3EA008B09DE /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = EE77BE9B0FFEB3EA008B09DE /* Localizable.strings */; };
17+
EE883107100141B9005590AE /* INSTALL.rtf in Resources */ = {isa = PBXBuildFile; fileRef = EE883106100141B9005590AE /* INSTALL.rtf */; };
1718
EEB3ED1C0FFE217E00B7462F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEB3ED1B0FFE217E00B7462F /* Cocoa.framework */; };
1819
EEB3EDCF0FFE38D800B7462F /* CSVDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = EEB3EDCD0FFE38D800B7462F /* CSVDocument.h */; };
1920
EEB3EDD00FFE38D800B7462F /* CSVDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = EEB3EDCE0FFE38D800B7462F /* CSVDocument.m */; };
@@ -35,6 +36,7 @@
3536
C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
3637
EE77BE4B0FFEB207008B09DE /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
3738
EE77BE9D0FFEB3F1008B09DE /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/Localizable.strings; sourceTree = "<group>"; };
39+
EE883106100141B9005590AE /* INSTALL.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = INSTALL.rtf; sourceTree = "<group>"; };
3840
EEB3ED1B0FFE217E00B7462F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
3941
EEB3EDCD0FFE38D800B7462F /* CSVDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSVDocument.h; sourceTree = "<group>"; };
4042
EEB3EDCE0FFE38D800B7462F /* CSVDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSVDocument.m; sourceTree = "<group>"; };
@@ -87,6 +89,7 @@
8789
089C167CFE841241C02AAC07 /* Resources */ = {
8890
isa = PBXGroup;
8991
children = (
92+
EE883106100141B9005590AE /* INSTALL.rtf */,
9093
EE77BE9B0FFEB3EA008B09DE /* Localizable.strings */,
9194
EEB3EE850FFE513200B7462F /* Style.css */,
9295
8D576317048677EA00EA77CD /* Info.plist */,
@@ -177,6 +180,7 @@
177180
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
178181
EEB3EE860FFE513200B7462F /* Style.css in Resources */,
179182
EE77BE9C0FFEB3EA008B09DE /* Localizable.strings in Resources */,
183+
EE883107100141B9005590AE /* INSTALL.rtf in Resources */,
180184
);
181185
runOnlyForDeploymentPostprocessing = 0;
182186
};

0 commit comments

Comments
 (0)