-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
1,467 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleDocumentTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleTypeRole</key> | ||
<string>QLGenerator</string> | ||
<key>LSItemContentTypes</key> | ||
<array> | ||
<string>dyn.ah62d4rv4ge80c65f</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>CFBundleExecutable</key> | ||
<string>${EXECUTABLE_NAME}</string> | ||
<key>CFBundleName</key> | ||
<string>${PRODUCT_NAME}</string> | ||
<key>CFBundleIconFile</key> | ||
<string></string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.studioavante.quicklookase</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0</string> | ||
<key>CFPlugInDynamicRegisterFunction</key> | ||
<string></string> | ||
<key>CFPlugInDynamicRegistration</key> | ||
<string>NO</string> | ||
<key>CFPlugInFactories</key> | ||
<dict> | ||
<key>660EBE04-BCB7-46E1-B107-88FBB16EE5AF</key> | ||
<string>QuickLookGeneratorPluginFactory</string> | ||
</dict> | ||
<key>CFPlugInTypes</key> | ||
<dict> | ||
<key>5E2D9680-5022-40FA-B806-43349622E5B9</key> | ||
<array> | ||
<string>660EBE04-BCB7-46E1-B107-88FBB16EE5AF</string> | ||
</array> | ||
</dict> | ||
<key>CFPlugInUnloadFunction</key> | ||
<string></string> | ||
<key>QLThumbnailMinimumSize</key> | ||
<real>17</real> | ||
<key>QLPreviewWidth</key> | ||
<real>600</real> | ||
<key>QLPreviewHeight</key> | ||
<real>800</real> | ||
<key>QLSupportsConcurrentRequests</key> | ||
<false/> | ||
<key>QLNeedsToBeRunInMainThread</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,320 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 42; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
440BBDE80B0537AC0075B7E5 /* QuickLookASE.qlgenerator in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */; }; | ||
627414860B4EEC0B0069E3AD /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 627414850B4EEC0B0069E3AD /* ApplicationServices.framework */; }; | ||
6274148C0B4EED590069E3AD /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6274148B0B4EED590069E3AD /* CoreServices.framework */; }; | ||
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; }; | ||
DBAD62E41D3C63B9005EA523 /* DataReader.h in Headers */ = {isa = PBXBuildFile; fileRef = DBAD62DD1D3C63B9005EA523 /* DataReader.h */; }; | ||
DBAD62E51D3C63B9005EA523 /* DataReader.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62DE1D3C63B9005EA523 /* DataReader.m */; }; | ||
DBAD62E61D3C63B9005EA523 /* GeneratePreviewForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62DF1D3C63B9005EA523 /* GeneratePreviewForURL.m */; }; | ||
DBAD62E71D3C63B9005EA523 /* GenerateThumbnailForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62E01D3C63B9005EA523 /* GenerateThumbnailForURL.m */; }; | ||
DBAD62E81D3C63B9005EA523 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62E11D3C63B9005EA523 /* main.c */; }; | ||
DBAD62E91D3C63B9005EA523 /* SwatchDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = DBAD62E21D3C63B9005EA523 /* SwatchDocument.h */; }; | ||
DBAD62EA1D3C63B9005EA523 /* SwatchDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAD62E31D3C63B9005EA523 /* SwatchDocument.m */; }; | ||
F23287A00A761867004F5233 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F232879F0A761867004F5233 /* Cocoa.framework */; }; | ||
F28CFC030A3EC0C6000ABFF5 /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F28CFC020A3EC0C6000ABFF5 /* QuickLook.framework */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXCopyFilesBuildPhase section */ | ||
440BBDFA0B0537B10075B7E5 /* CopyFiles */ = { | ||
isa = PBXCopyFilesBuildPhase; | ||
buildActionMask = 2147483647; | ||
dstPath = "~/Library/QuickLook"; | ||
dstSubfolderSpec = 0; | ||
files = ( | ||
440BBDE80B0537AC0075B7E5 /* QuickLookASE.qlgenerator in CopyFiles */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
622150340BBDD60C00126F4B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
627414850B4EEC0B0069E3AD /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; | ||
6274148B0B4EED590069E3AD /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; | ||
8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QuickLookASE.qlgenerator; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
DB57D0DB1D0DB18600490A66 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; | ||
DBAD62DD1D3C63B9005EA523 /* DataReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DataReader.h; path = src/DataReader.h; sourceTree = "<group>"; }; | ||
DBAD62DE1D3C63B9005EA523 /* DataReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DataReader.m; path = src/DataReader.m; sourceTree = "<group>"; }; | ||
DBAD62DF1D3C63B9005EA523 /* GeneratePreviewForURL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GeneratePreviewForURL.m; path = src/GeneratePreviewForURL.m; sourceTree = "<group>"; }; | ||
DBAD62E01D3C63B9005EA523 /* GenerateThumbnailForURL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GenerateThumbnailForURL.m; path = src/GenerateThumbnailForURL.m; sourceTree = "<group>"; }; | ||
DBAD62E11D3C63B9005EA523 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = src/main.c; sourceTree = "<group>"; }; | ||
DBAD62E21D3C63B9005EA523 /* SwatchDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SwatchDocument.h; path = src/SwatchDocument.h; sourceTree = "<group>"; }; | ||
DBAD62E31D3C63B9005EA523 /* SwatchDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SwatchDocument.m; path = src/SwatchDocument.m; sourceTree = "<group>"; }; | ||
F232879F0A761867004F5233 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | ||
F28CFC020A3EC0C6000ABFF5 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = /System/Library/Frameworks/QuickLook.framework; sourceTree = "<absolute>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
8D576313048677EA00EA77CD /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
F28CFC030A3EC0C6000ABFF5 /* QuickLook.framework in Frameworks */, | ||
F23287A00A761867004F5233 /* Cocoa.framework in Frameworks */, | ||
627414860B4EEC0B0069E3AD /* ApplicationServices.framework in Frameworks */, | ||
6274148C0B4EED590069E3AD /* CoreServices.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
089C166AFE841209C02AAC07 /* QuickLookSketch */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
08FB77AFFE84173DC02AAC07 /* Quick Look Generator */, | ||
089C167CFE841241C02AAC07 /* Resources */, | ||
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, | ||
19C28FB6FE9D52B211CA2CBB /* Products */, | ||
); | ||
name = QuickLookSketch; | ||
sourceTree = "<group>"; | ||
}; | ||
089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
6274148B0B4EED590069E3AD /* CoreServices.framework */, | ||
F232879F0A761867004F5233 /* Cocoa.framework */, | ||
F28CFC020A3EC0C6000ABFF5 /* QuickLook.framework */, | ||
627414850B4EEC0B0069E3AD /* ApplicationServices.framework */, | ||
); | ||
name = "External Frameworks and Libraries"; | ||
sourceTree = "<group>"; | ||
}; | ||
089C167CFE841241C02AAC07 /* Resources */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
DB57D0DB1D0DB18600490A66 /* README.md */, | ||
622150340BBDD60C00126F4B /* Info.plist */, | ||
8D5B49A704867FD3000E48DA /* InfoPlist.strings */, | ||
); | ||
name = Resources; | ||
sourceTree = "<group>"; | ||
}; | ||
08FB77AFFE84173DC02AAC07 /* Quick Look Generator */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
DBAD62E11D3C63B9005EA523 /* main.c */, | ||
DBAD62DF1D3C63B9005EA523 /* GeneratePreviewForURL.m */, | ||
DBAD62E01D3C63B9005EA523 /* GenerateThumbnailForURL.m */, | ||
DBAD62E21D3C63B9005EA523 /* SwatchDocument.h */, | ||
DBAD62E31D3C63B9005EA523 /* SwatchDocument.m */, | ||
DBAD62DD1D3C63B9005EA523 /* DataReader.h */, | ||
DBAD62DE1D3C63B9005EA523 /* DataReader.m */, | ||
); | ||
name = "Quick Look Generator"; | ||
sourceTree = "<group>"; | ||
}; | ||
19C28FB6FE9D52B211CA2CBB /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXHeadersBuildPhase section */ | ||
8D57630E048677EA00EA77CD /* Headers */ = { | ||
isa = PBXHeadersBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
DBAD62E41D3C63B9005EA523 /* DataReader.h in Headers */, | ||
DBAD62E91D3C63B9005EA523 /* SwatchDocument.h in Headers */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXHeadersBuildPhase section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
8D57630D048677EA00EA77CD /* QuickLookASE */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 2CA3261E0896AD4900168862 /* Build configuration list for PBXNativeTarget "QuickLookASE" */; | ||
buildPhases = ( | ||
8D57630E048677EA00EA77CD /* Headers */, | ||
8D57630F048677EA00EA77CD /* Resources */, | ||
8D576311048677EA00EA77CD /* Sources */, | ||
8D576313048677EA00EA77CD /* Frameworks */, | ||
8D576315048677EA00EA77CD /* Rez */, | ||
440BBDFA0B0537B10075B7E5 /* CopyFiles */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = QuickLookASE; | ||
productInstallPath = /Library/Spotlight; | ||
productName = QuickLookSketch; | ||
productReference = 8D576316048677EA00EA77CD /* QuickLookASE.qlgenerator */; | ||
productType = "com.apple.product-type.bundle"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
089C1669FE841209C02AAC07 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
}; | ||
buildConfigurationList = 2CA326220896AD4900168862 /* Build configuration list for PBXProject "QuickLookASE" */; | ||
compatibilityVersion = "Xcode 2.4"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 1; | ||
knownRegions = ( | ||
en, | ||
); | ||
mainGroup = 089C166AFE841209C02AAC07 /* QuickLookSketch */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
8D57630D048677EA00EA77CD /* QuickLookASE */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
8D57630F048677EA00EA77CD /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXRezBuildPhase section */ | ||
8D576315048677EA00EA77CD /* Rez */ = { | ||
isa = PBXRezBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXRezBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
8D576311048677EA00EA77CD /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
DBAD62E51D3C63B9005EA523 /* DataReader.m in Sources */, | ||
DBAD62E81D3C63B9005EA523 /* main.c in Sources */, | ||
DBAD62E71D3C63B9005EA523 /* GenerateThumbnailForURL.m in Sources */, | ||
DBAD62EA1D3C63B9005EA523 /* SwatchDocument.m in Sources */, | ||
DBAD62E61D3C63B9005EA523 /* GeneratePreviewForURL.m in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
089C167EFE841241C02AAC07 /* English */, | ||
); | ||
name = InfoPlist.strings; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
2CA3261F0896AD4900168862 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
COPY_PHASE_STRIP = NO; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", | ||
); | ||
FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks\""; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_ENABLE_FIX_AND_CONTINUE = YES; | ||
GCC_MODEL_TUNING = G5; | ||
GCC_OPTIMIZATION_LEVEL = 0; | ||
GCC_PRECOMPILE_PREFIX_HEADER = NO; | ||
INFOPLIST_FILE = Info.plist; | ||
INSTALL_PATH = /Library/QuickLook; | ||
LIBRARY_STYLE = Bundle; | ||
PRODUCT_NAME = QuickLookASE; | ||
WRAPPER_EXTENSION = qlgenerator; | ||
ZERO_LINK = YES; | ||
}; | ||
name = Debug; | ||
}; | ||
2CA326200896AD4900168862 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", | ||
); | ||
FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks\""; | ||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | ||
GCC_MODEL_TUNING = G5; | ||
GCC_PRECOMPILE_PREFIX_HEADER = NO; | ||
INFOPLIST_FILE = Info.plist; | ||
INSTALL_PATH = /Library/QuickLook; | ||
LIBRARY_STYLE = Bundle; | ||
PRODUCT_NAME = QuickLookASE; | ||
WRAPPER_EXTENSION = qlgenerator; | ||
}; | ||
name = Release; | ||
}; | ||
2CA326230896AD4900168862 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_C_LANGUAGE_STANDARD = c99; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
MACOSX_DEPLOYMENT_TARGET = 10.6; | ||
PREBINDING = NO; | ||
}; | ||
name = Debug; | ||
}; | ||
2CA326240896AD4900168862 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_C_LANGUAGE_STANDARD = c99; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
MACOSX_DEPLOYMENT_TARGET = 10.6; | ||
PREBINDING = NO; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
2CA3261E0896AD4900168862 /* Build configuration list for PBXNativeTarget "QuickLookASE" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
2CA3261F0896AD4900168862 /* Debug */, | ||
2CA326200896AD4900168862 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
2CA326220896AD4900168862 /* Build configuration list for PBXProject "QuickLookASE" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
2CA326230896AD4900168862 /* Debug */, | ||
2CA326240896AD4900168862 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 089C1669FE841209C02AAC07 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
QuickLookASE.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# QuickLookASE | ||
Mac quicklook for ASE files (Adobe Swatch Exchange) | ||
|
||
|
||
How to find Adobe ASE UTI: | ||
mdls -name kMDItemContentType MySwatch.ase | ||
|
Oops, something went wrong.