300 lines
12 KiB
Plaintext
300 lines
12 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
3B19AB2515DC06BF00A9737D /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2415DC06BF00A9737D /* QuickLook.framework */; };
|
|
3B19AB2715DC06BF00A9737D /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2615DC06BF00A9737D /* ApplicationServices.framework */; };
|
|
3B19AB2915DC06BF00A9737D /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2815DC06BF00A9737D /* CoreServices.framework */; };
|
|
3B19AB2B15DC06BF00A9737D /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2A15DC06BF00A9737D /* CoreFoundation.framework */; };
|
|
3B19AB3115DC06BF00A9737D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3B19AB2F15DC06BF00A9737D /* InfoPlist.strings */; };
|
|
3B19AB3315DC06BF00A9737D /* GenerateThumbnailForURL.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.c */; };
|
|
3B19AB3515DC06BF00A9737D /* GeneratePreviewForURL.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.c */; };
|
|
3B19AB3715DC06BF00A9737D /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3615DC06BF00A9737D /* main.c */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
3B19AB2115DC06BF00A9737D /* Kara Quick View.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Kara Quick View.qlgenerator"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
3B19AB2415DC06BF00A9737D /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; };
|
|
3B19AB2615DC06BF00A9737D /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
|
|
3B19AB2815DC06BF00A9737D /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
|
|
3B19AB2A15DC06BF00A9737D /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
|
3B19AB2E15DC06BF00A9737D /* Kara Quick View-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Kara Quick View-Info.plist"; sourceTree = "<group>"; };
|
|
3B19AB3015DC06BF00A9737D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenerateThumbnailForURL.c; sourceTree = "<group>"; };
|
|
3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GeneratePreviewForURL.c; sourceTree = "<group>"; };
|
|
3B19AB3615DC06BF00A9737D /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
|
3B19AB3815DC06BF00A9737D /* Kara Quick View-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Kara Quick View-Prefix.pch"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
3B19AB1C15DC06BF00A9737D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3B19AB2515DC06BF00A9737D /* QuickLook.framework in Frameworks */,
|
|
3B19AB2715DC06BF00A9737D /* ApplicationServices.framework in Frameworks */,
|
|
3B19AB2915DC06BF00A9737D /* CoreServices.framework in Frameworks */,
|
|
3B19AB2B15DC06BF00A9737D /* CoreFoundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
3B19AB1415DC06BF00A9737D = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B19AB2C15DC06BF00A9737D /* Kara Quick View */,
|
|
3B19AB2315DC06BF00A9737D /* Frameworks */,
|
|
3B19AB2215DC06BF00A9737D /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
3B19AB2215DC06BF00A9737D /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B19AB2115DC06BF00A9737D /* Kara Quick View.qlgenerator */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B19AB2315DC06BF00A9737D /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B19AB2415DC06BF00A9737D /* QuickLook.framework */,
|
|
3B19AB2615DC06BF00A9737D /* ApplicationServices.framework */,
|
|
3B19AB2815DC06BF00A9737D /* CoreServices.framework */,
|
|
3B19AB2A15DC06BF00A9737D /* CoreFoundation.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B19AB2C15DC06BF00A9737D /* Kara Quick View */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.c */,
|
|
3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.c */,
|
|
3B19AB3615DC06BF00A9737D /* main.c */,
|
|
3B19AB2D15DC06BF00A9737D /* Supporting Files */,
|
|
);
|
|
path = "Kara Quick View";
|
|
sourceTree = "<group>";
|
|
};
|
|
3B19AB2D15DC06BF00A9737D /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B19AB2E15DC06BF00A9737D /* Kara Quick View-Info.plist */,
|
|
3B19AB2F15DC06BF00A9737D /* InfoPlist.strings */,
|
|
3B19AB3815DC06BF00A9737D /* Kara Quick View-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
3B19AB1D15DC06BF00A9737D /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
3B19AB2015DC06BF00A9737D /* Kara Quick View */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 3B19AB3B15DC06BF00A9737D /* Build configuration list for PBXNativeTarget "Kara Quick View" */;
|
|
buildPhases = (
|
|
3B19AB1B15DC06BF00A9737D /* Sources */,
|
|
3B19AB1C15DC06BF00A9737D /* Frameworks */,
|
|
3B19AB1D15DC06BF00A9737D /* Headers */,
|
|
3B19AB1E15DC06BF00A9737D /* Resources */,
|
|
3B19AB1F15DC06BF00A9737D /* Rez */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Kara Quick View";
|
|
productName = "Kara Quick View";
|
|
productReference = 3B19AB2115DC06BF00A9737D /* Kara Quick View.qlgenerator */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
3B19AB1615DC06BF00A9737D /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0440;
|
|
};
|
|
buildConfigurationList = 3B19AB1915DC06BF00A9737D /* Build configuration list for PBXProject "Kara Quick View" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 3B19AB1415DC06BF00A9737D;
|
|
productRefGroup = 3B19AB2215DC06BF00A9737D /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
3B19AB2015DC06BF00A9737D /* Kara Quick View */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
3B19AB1E15DC06BF00A9737D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3B19AB3115DC06BF00A9737D /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXRezBuildPhase section */
|
|
3B19AB1F15DC06BF00A9737D /* Rez */ = {
|
|
isa = PBXRezBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXRezBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
3B19AB1B15DC06BF00A9737D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3B19AB3315DC06BF00A9737D /* GenerateThumbnailForURL.c in Sources */,
|
|
3B19AB3515DC06BF00A9737D /* GeneratePreviewForURL.c in Sources */,
|
|
3B19AB3715DC06BF00A9737D /* main.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
3B19AB2F15DC06BF00A9737D /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3B19AB3015DC06BF00A9737D /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
3B19AB3915DC06BF00A9737D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
3B19AB3A15DC06BF00A9737D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
3B19AB3C15DC06BF00A9737D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Kara Quick View/Kara Quick View-Prefix.pch";
|
|
INFOPLIST_FILE = "Kara Quick View/Kara Quick View-Info.plist";
|
|
INSTALL_PATH = /Library/QuickLook;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = qlgenerator;
|
|
};
|
|
name = Debug;
|
|
};
|
|
3B19AB3D15DC06BF00A9737D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Kara Quick View/Kara Quick View-Prefix.pch";
|
|
INFOPLIST_FILE = "Kara Quick View/Kara Quick View-Info.plist";
|
|
INSTALL_PATH = /Library/QuickLook;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = qlgenerator;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
3B19AB1915DC06BF00A9737D /* Build configuration list for PBXProject "Kara Quick View" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3B19AB3915DC06BF00A9737D /* Debug */,
|
|
3B19AB3A15DC06BF00A9737D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
3B19AB3B15DC06BF00A9737D /* Build configuration list for PBXNativeTarget "Kara Quick View" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3B19AB3C15DC06BF00A9737D /* Debug */,
|
|
3B19AB3D15DC06BF00A9737D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 3B19AB1615DC06BF00A9737D /* Project object */;
|
|
}
|