Skip to content

Commit 515ff59

Browse files
committed
Finished.
1 parent 08416ba commit 515ff59

12 files changed

+1467
-0
lines changed

English.lproj/InfoPlist.strings

482 Bytes
Binary file not shown.

Info.plist

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleDocumentTypes</key>
8+
<array>
9+
<dict>
10+
<key>CFBundleTypeRole</key>
11+
<string>QLGenerator</string>
12+
<key>LSItemContentTypes</key>
13+
<array>
14+
<string>dyn.ah62d4rv4ge80c65f</string>
15+
</array>
16+
</dict>
17+
</array>
18+
<key>CFBundleExecutable</key>
19+
<string>${EXECUTABLE_NAME}</string>
20+
<key>CFBundleName</key>
21+
<string>${PRODUCT_NAME}</string>
22+
<key>CFBundleIconFile</key>
23+
<string></string>
24+
<key>CFBundleIdentifier</key>
25+
<string>com.studioavante.quicklookase</string>
26+
<key>CFBundleInfoDictionaryVersion</key>
27+
<string>6.0</string>
28+
<key>CFBundleVersion</key>
29+
<string>1.0</string>
30+
<key>CFPlugInDynamicRegisterFunction</key>
31+
<string></string>
32+
<key>CFPlugInDynamicRegistration</key>
33+
<string>NO</string>
34+
<key>CFPlugInFactories</key>
35+
<dict>
36+
<key>660EBE04-BCB7-46E1-B107-88FBB16EE5AF</key>
37+
<string>QuickLookGeneratorPluginFactory</string>
38+
</dict>
39+
<key>CFPlugInTypes</key>
40+
<dict>
41+
<key>5E2D9680-5022-40FA-B806-43349622E5B9</key>
42+
<array>
43+
<string>660EBE04-BCB7-46E1-B107-88FBB16EE5AF</string>
44+
</array>
45+
</dict>
46+
<key>CFPlugInUnloadFunction</key>
47+
<string></string>
48+
<key>QLThumbnailMinimumSize</key>
49+
<real>17</real>
50+
<key>QLPreviewWidth</key>
51+
<real>600</real>
52+
<key>QLPreviewHeight</key>
53+
<real>800</real>
54+
<key>QLSupportsConcurrentRequests</key>
55+
<false/>
56+
<key>QLNeedsToBeRunInMainThread</key>
57+
<true/>
58+
</dict>
59+
</plist>
+320
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 42;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
440BBDE80B0537AC0075B7E5 /* QuickLookASE.qlgenerator in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */; };
11+
627414860B4EEC0B0069E3AD /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 627414850B4EEC0B0069E3AD /* ApplicationServices.framework */; };
12+
6274148C0B4EED590069E3AD /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6274148B0B4EED590069E3AD /* CoreServices.framework */; };
13+
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
14+
DBAD62E41D3C63B9005EA523 /* DataReader.h in Headers */ = {isa = PBXBuildFile; fileRef = DBAD62DD1D3C63B9005EA523 /* DataReader.h */; };
15+
DBAD62E51D3C63B9005EA523 /* DataReader.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62DE1D3C63B9005EA523 /* DataReader.m */; };
16+
DBAD62E61D3C63B9005EA523 /* GeneratePreviewForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62DF1D3C63B9005EA523 /* GeneratePreviewForURL.m */; };
17+
DBAD62E71D3C63B9005EA523 /* GenerateThumbnailForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62E01D3C63B9005EA523 /* GenerateThumbnailForURL.m */; };
18+
DBAD62E81D3C63B9005EA523 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62E11D3C63B9005EA523 /* main.c */; };
19+
DBAD62E91D3C63B9005EA523 /* SwatchDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = DBAD62E21D3C63B9005EA523 /* SwatchDocument.h */; };
20+
DBAD62EA1D3C63B9005EA523 /* SwatchDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62E31D3C63B9005EA523 /* SwatchDocument.m */; };
21+
F23287A00A761867004F5233 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F232879F0A761867004F5233 /* Cocoa.framework */; };
22+
F28CFC030A3EC0C6000ABFF5 /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F28CFC020A3EC0C6000ABFF5 /* QuickLook.framework */; };
23+
/* End PBXBuildFile section */
24+
25+
/* Begin PBXCopyFilesBuildPhase section */
26+
440BBDFA0B0537B10075B7E5 /* CopyFiles */ = {
27+
isa = PBXCopyFilesBuildPhase;
28+
buildActionMask = 2147483647;
29+
dstPath = "~/Library/QuickLook";
30+
dstSubfolderSpec = 0;
31+
files = (
32+
440BBDE80B0537AC0075B7E5 /* QuickLookASE.qlgenerator in CopyFiles */,
33+
);
34+
runOnlyForDeploymentPostprocessing = 0;
35+
};
36+
/* End PBXCopyFilesBuildPhase section */
37+
38+
/* Begin PBXFileReference section */
39+
089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
40+
622150340BBDD60C00126F4B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
41+
627414850B4EEC0B0069E3AD /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
42+
6274148B0B4EED590069E3AD /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
43+
8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QuickLookASE.qlgenerator; sourceTree = BUILT_PRODUCTS_DIR; };
44+
DB57D0DB1D0DB18600490A66 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
45+
DBAD62DD1D3C63B9005EA523 /* DataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DataReader.h; path = src/DataReader.h; sourceTree = "<group>"; };
46+
DBAD62DE1D3C63B9005EA523 /* DataReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DataReader.m; path = src/DataReader.m; sourceTree = "<group>"; };
47+
DBAD62DF1D3C63B9005EA523 /* GeneratePreviewForURL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GeneratePreviewForURL.m; path = src/GeneratePreviewForURL.m; sourceTree = "<group>"; };
48+
DBAD62E01D3C63B9005EA523 /* GenerateThumbnailForURL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GenerateThumbnailForURL.m; path = src/GenerateThumbnailForURL.m; sourceTree = "<group>"; };
49+
DBAD62E11D3C63B9005EA523 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = src/main.c; sourceTree = "<group>"; };
50+
DBAD62E21D3C63B9005EA523 /* SwatchDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SwatchDocument.h; path = src/SwatchDocument.h; sourceTree = "<group>"; };
51+
DBAD62E31D3C63B9005EA523 /* SwatchDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SwatchDocument.m; path = src/SwatchDocument.m; sourceTree = "<group>"; };
52+
F232879F0A761867004F5233 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
53+
F28CFC020A3EC0C6000ABFF5 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = /System/Library/Frameworks/QuickLook.framework; sourceTree = "<absolute>"; };
54+
/* End PBXFileReference section */
55+
56+
/* Begin PBXFrameworksBuildPhase section */
57+
8D576313048677EA00EA77CD /* Frameworks */ = {
58+
isa = PBXFrameworksBuildPhase;
59+
buildActionMask = 2147483647;
60+
files = (
61+
F28CFC030A3EC0C6000ABFF5 /* QuickLook.framework in Frameworks */,
62+
F23287A00A761867004F5233 /* Cocoa.framework in Frameworks */,
63+
627414860B4EEC0B0069E3AD /* ApplicationServices.framework in Frameworks */,
64+
6274148C0B4EED590069E3AD /* CoreServices.framework in Frameworks */,
65+
);
66+
runOnlyForDeploymentPostprocessing = 0;
67+
};
68+
/* End PBXFrameworksBuildPhase section */
69+
70+
/* Begin PBXGroup section */
71+
089C166AFE841209C02AAC07 /* QuickLookSketch */ = {
72+
isa = PBXGroup;
73+
children = (
74+
08FB77AFFE84173DC02AAC07 /* Quick Look Generator */,
75+
089C167CFE841241C02AAC07 /* Resources */,
76+
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
77+
19C28FB6FE9D52B211CA2CBB /* Products */,
78+
);
79+
name = QuickLookSketch;
80+
sourceTree = "<group>";
81+
};
82+
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
83+
isa = PBXGroup;
84+
children = (
85+
6274148B0B4EED590069E3AD /* CoreServices.framework */,
86+
F232879F0A761867004F5233 /* Cocoa.framework */,
87+
F28CFC020A3EC0C6000ABFF5 /* QuickLook.framework */,
88+
627414850B4EEC0B0069E3AD /* ApplicationServices.framework */,
89+
);
90+
name = "External Frameworks and Libraries";
91+
sourceTree = "<group>";
92+
};
93+
089C167CFE841241C02AAC07 /* Resources */ = {
94+
isa = PBXGroup;
95+
children = (
96+
DB57D0DB1D0DB18600490A66 /* README.md */,
97+
622150340BBDD60C00126F4B /* Info.plist */,
98+
8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
99+
);
100+
name = Resources;
101+
sourceTree = "<group>";
102+
};
103+
08FB77AFFE84173DC02AAC07 /* Quick Look Generator */ = {
104+
isa = PBXGroup;
105+
children = (
106+
DBAD62E11D3C63B9005EA523 /* main.c */,
107+
DBAD62DF1D3C63B9005EA523 /* GeneratePreviewForURL.m */,
108+
DBAD62E01D3C63B9005EA523 /* GenerateThumbnailForURL.m */,
109+
DBAD62E21D3C63B9005EA523 /* SwatchDocument.h */,
110+
DBAD62E31D3C63B9005EA523 /* SwatchDocument.m */,
111+
DBAD62DD1D3C63B9005EA523 /* DataReader.h */,
112+
DBAD62DE1D3C63B9005EA523 /* DataReader.m */,
113+
);
114+
name = "Quick Look Generator";
115+
sourceTree = "<group>";
116+
};
117+
19C28FB6FE9D52B211CA2CBB /* Products */ = {
118+
isa = PBXGroup;
119+
children = (
120+
8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */,
121+
);
122+
name = Products;
123+
sourceTree = "<group>";
124+
};
125+
/* End PBXGroup section */
126+
127+
/* Begin PBXHeadersBuildPhase section */
128+
8D57630E048677EA00EA77CD /* Headers */ = {
129+
isa = PBXHeadersBuildPhase;
130+
buildActionMask = 2147483647;
131+
files = (
132+
DBAD62E41D3C63B9005EA523 /* DataReader.h in Headers */,
133+
DBAD62E91D3C63B9005EA523 /* SwatchDocument.h in Headers */,
134+
);
135+
runOnlyForDeploymentPostprocessing = 0;
136+
};
137+
/* End PBXHeadersBuildPhase section */
138+
139+
/* Begin PBXNativeTarget section */
140+
8D57630D048677EA00EA77CD /* QuickLookASE */ = {
141+
isa = PBXNativeTarget;
142+
buildConfigurationList = 2CA3261E0896AD4900168862 /* Build configuration list for PBXNativeTarget "QuickLookASE" */;
143+
buildPhases = (
144+
8D57630E048677EA00EA77CD /* Headers */,
145+
8D57630F048677EA00EA77CD /* Resources */,
146+
8D576311048677EA00EA77CD /* Sources */,
147+
8D576313048677EA00EA77CD /* Frameworks */,
148+
8D576315048677EA00EA77CD /* Rez */,
149+
440BBDFA0B0537B10075B7E5 /* CopyFiles */,
150+
);
151+
buildRules = (
152+
);
153+
dependencies = (
154+
);
155+
name = QuickLookASE;
156+
productInstallPath = /Library/Spotlight;
157+
productName = QuickLookSketch;
158+
productReference = 8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */;
159+
productType = "com.apple.product-type.bundle";
160+
};
161+
/* End PBXNativeTarget section */
162+
163+
/* Begin PBXProject section */
164+
089C1669FE841209C02AAC07 /* Project object */ = {
165+
isa = PBXProject;
166+
attributes = {
167+
};
168+
buildConfigurationList = 2CA326220896AD4900168862 /* Build configuration list for PBXProject "QuickLookASE" */;
169+
compatibilityVersion = "Xcode 2.4";
170+
developmentRegion = English;
171+
hasScannedForEncodings = 1;
172+
knownRegions = (
173+
en,
174+
);
175+
mainGroup = 089C166AFE841209C02AAC07 /* QuickLookSketch */;
176+
projectDirPath = "";
177+
projectRoot = "";
178+
targets = (
179+
8D57630D048677EA00EA77CD /* QuickLookASE */,
180+
);
181+
};
182+
/* End PBXProject section */
183+
184+
/* Begin PBXResourcesBuildPhase section */
185+
8D57630F048677EA00EA77CD /* Resources */ = {
186+
isa = PBXResourcesBuildPhase;
187+
buildActionMask = 2147483647;
188+
files = (
189+
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
190+
);
191+
runOnlyForDeploymentPostprocessing = 0;
192+
};
193+
/* End PBXResourcesBuildPhase section */
194+
195+
/* Begin PBXRezBuildPhase section */
196+
8D576315048677EA00EA77CD /* Rez */ = {
197+
isa = PBXRezBuildPhase;
198+
buildActionMask = 2147483647;
199+
files = (
200+
);
201+
runOnlyForDeploymentPostprocessing = 0;
202+
};
203+
/* End PBXRezBuildPhase section */
204+
205+
/* Begin PBXSourcesBuildPhase section */
206+
8D576311048677EA00EA77CD /* Sources */ = {
207+
isa = PBXSourcesBuildPhase;
208+
buildActionMask = 2147483647;
209+
files = (
210+
DBAD62E51D3C63B9005EA523 /* DataReader.m in Sources */,
211+
DBAD62E81D3C63B9005EA523 /* main.c in Sources */,
212+
DBAD62E71D3C63B9005EA523 /* GenerateThumbnailForURL.m in Sources */,
213+
DBAD62EA1D3C63B9005EA523 /* SwatchDocument.m in Sources */,
214+
DBAD62E61D3C63B9005EA523 /* GeneratePreviewForURL.m in Sources */,
215+
);
216+
runOnlyForDeploymentPostprocessing = 0;
217+
};
218+
/* End PBXSourcesBuildPhase section */
219+
220+
/* Begin PBXVariantGroup section */
221+
8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
222+
isa = PBXVariantGroup;
223+
children = (
224+
089C167EFE841241C02AAC07 /* English */,
225+
);
226+
name = InfoPlist.strings;
227+
sourceTree = "<group>";
228+
};
229+
/* End PBXVariantGroup section */
230+
231+
/* Begin XCBuildConfiguration section */
232+
2CA3261F0896AD4900168862 /* Debug */ = {
233+
isa = XCBuildConfiguration;
234+
buildSettings = {
235+
COPY_PHASE_STRIP = NO;
236+
FRAMEWORK_SEARCH_PATHS = (
237+
"$(inherited)",
238+
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
239+
);
240+
FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks\"";
241+
GCC_DYNAMIC_NO_PIC = NO;
242+
GCC_ENABLE_FIX_AND_CONTINUE = YES;
243+
GCC_MODEL_TUNING = G5;
244+
GCC_OPTIMIZATION_LEVEL = 0;
245+
GCC_PRECOMPILE_PREFIX_HEADER = NO;
246+
INFOPLIST_FILE = Info.plist;
247+
INSTALL_PATH = /Library/QuickLook;
248+
LIBRARY_STYLE = Bundle;
249+
PRODUCT_NAME = QuickLookASE;
250+
WRAPPER_EXTENSION = qlgenerator;
251+
ZERO_LINK = YES;
252+
};
253+
name = Debug;
254+
};
255+
2CA326200896AD4900168862 /* Release */ = {
256+
isa = XCBuildConfiguration;
257+
buildSettings = {
258+
FRAMEWORK_SEARCH_PATHS = (
259+
"$(inherited)",
260+
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
261+
);
262+
FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks\"";
263+
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
264+
GCC_MODEL_TUNING = G5;
265+
GCC_PRECOMPILE_PREFIX_HEADER = NO;
266+
INFOPLIST_FILE = Info.plist;
267+
INSTALL_PATH = /Library/QuickLook;
268+
LIBRARY_STYLE = Bundle;
269+
PRODUCT_NAME = QuickLookASE;
270+
WRAPPER_EXTENSION = qlgenerator;
271+
};
272+
name = Release;
273+
};
274+
2CA326230896AD4900168862 /* Debug */ = {
275+
isa = XCBuildConfiguration;
276+
buildSettings = {
277+
GCC_C_LANGUAGE_STANDARD = c99;
278+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
279+
GCC_WARN_UNUSED_VARIABLE = YES;
280+
MACOSX_DEPLOYMENT_TARGET = 10.6;
281+
PREBINDING = NO;
282+
};
283+
name = Debug;
284+
};
285+
2CA326240896AD4900168862 /* Release */ = {
286+
isa = XCBuildConfiguration;
287+
buildSettings = {
288+
GCC_C_LANGUAGE_STANDARD = c99;
289+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
290+
GCC_WARN_UNUSED_VARIABLE = YES;
291+
MACOSX_DEPLOYMENT_TARGET = 10.6;
292+
PREBINDING = NO;
293+
};
294+
name = Release;
295+
};
296+
/* End XCBuildConfiguration section */
297+
298+
/* Begin XCConfigurationList section */
299+
2CA3261E0896AD4900168862 /* Build configuration list for PBXNativeTarget "QuickLookASE" */ = {
300+
isa = XCConfigurationList;
301+
buildConfigurations = (
302+
2CA3261F0896AD4900168862 /* Debug */,
303+
2CA326200896AD4900168862 /* Release */,
304+
);
305+
defaultConfigurationIsVisible = 0;
306+
defaultConfigurationName = Release;
307+
};
308+
2CA326220896AD4900168862 /* Build configuration list for PBXProject "QuickLookASE" */ = {
309+
isa = XCConfigurationList;
310+
buildConfigurations = (
311+
2CA326230896AD4900168862 /* Debug */,
312+
2CA326240896AD4900168862 /* Release */,
313+
);
314+
defaultConfigurationIsVisible = 0;
315+
defaultConfigurationName = Release;
316+
};
317+
/* End XCConfigurationList section */
318+
};
319+
rootObject = 089C1669FE841209C02AAC07 /* Project object */;
320+
}

QuickLookASE.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# QuickLookASE
22
Mac quicklook for ASE files (Adobe Swatch Exchange)
3+
4+
5+
How to find Adobe ASE UTI:
6+
mdls -name kMDItemContentType MySwatch.ase
7+

0 commit comments

Comments
 (0)