mirror of
https://github.com/ksherlock/ProFUSE-Image-Opener.git
synced 2024-12-22 22:29:26 +00:00
383 lines
16 KiB
Plaintext
383 lines
16 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
B61F50B11329D7040061B88D /* fuse_pascal in Copy Files */ = {isa = PBXBuildFile; fileRef = B61F50AD1329D6DD0061B88D /* fuse_pascal */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
B61F50B21329D7040061B88D /* profuse in Copy Files */ = {isa = PBXBuildFile; fileRef = B61F50AF1329D6E90061B88D /* profuse */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
B63BC07E1D6552EB00412B44 /* IODocument.m in Sources */ = {isa = PBXBuildFile; fileRef = B63BC07D1D6552EA00412B44 /* IODocument.m */; };
|
|
B672604B131DF025002ABC91 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B672604A131DF025002ABC91 /* Cocoa.framework */; };
|
|
B6726055131DF025002ABC91 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B6726053131DF025002ABC91 /* InfoPlist.strings */; };
|
|
B6726058131DF025002ABC91 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B6726057131DF025002ABC91 /* main.m */; };
|
|
B672605B131DF025002ABC91 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = B6726059131DF025002ABC91 /* Credits.rtf */; };
|
|
B672605E131DF025002ABC91 /* Image_OpenerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B672605D131DF025002ABC91 /* Image_OpenerAppDelegate.m */; };
|
|
B6726061131DF025002ABC91 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = B672605F131DF025002ABC91 /* MainMenu.xib */; };
|
|
B6726069131DF054002ABC91 /* IODocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6726067131DF054002ABC91 /* IODocument.xib */; };
|
|
B672607D131F5570002ABC91 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = B672607C131F5570002ABC91 /* Icon.icns */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
B68ACF7E1320918A00B64522 /* Copy Files */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 6;
|
|
files = (
|
|
B61F50B11329D7040061B88D /* fuse_pascal in Copy Files */,
|
|
B61F50B21329D7040061B88D /* profuse in Copy Files */,
|
|
);
|
|
name = "Copy Files";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
B61F50AD1329D6DD0061B88D /* fuse_pascal */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = fuse_pascal; sourceTree = "<group>"; };
|
|
B61F50AF1329D6E90061B88D /* profuse */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = profuse; sourceTree = "<group>"; };
|
|
B63BC07C1D6552EA00412B44 /* IODocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IODocument.h; sourceTree = "<group>"; };
|
|
B63BC07D1D6552EA00412B44 /* IODocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IODocument.m; sourceTree = "<group>"; };
|
|
B63BC07F1D65DFF100412B44 /* Image Opener.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Image Opener.entitlements"; sourceTree = "<group>"; };
|
|
B6726046131DF025002ABC91 /* Image Opener.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Image Opener.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
B672604A131DF025002ABC91 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
B672604D131DF025002ABC91 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
B672604E131DF025002ABC91 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
B672604F131DF025002ABC91 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
B6726052131DF025002ABC91 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
B6726054131DF025002ABC91 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
B6726056131DF025002ABC91 /* Image_Opener-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Image_Opener-Prefix.pch"; sourceTree = "<group>"; };
|
|
B6726057131DF025002ABC91 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
B672605A131DF025002ABC91 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
|
B672605C131DF025002ABC91 /* Image_OpenerAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Image_OpenerAppDelegate.h; sourceTree = "<group>"; };
|
|
B672605D131DF025002ABC91 /* Image_OpenerAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Image_OpenerAppDelegate.m; sourceTree = "<group>"; };
|
|
B6726060131DF025002ABC91 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
B6726068131DF054002ABC91 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/IODocument.xib; sourceTree = "<group>"; };
|
|
B672607C131F5570002ABC91 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
B6726043131DF025002ABC91 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B672604B131DF025002ABC91 /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
B672603B131DF025002ABC91 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B6726050131DF025002ABC91 /* Image Opener */,
|
|
B6726049131DF025002ABC91 /* Frameworks */,
|
|
B6726047131DF025002ABC91 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
B6726047131DF025002ABC91 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B6726046131DF025002ABC91 /* Image Opener.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
B6726049131DF025002ABC91 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B672604A131DF025002ABC91 /* Cocoa.framework */,
|
|
B672604C131DF025002ABC91 /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
B672604C131DF025002ABC91 /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B672604D131DF025002ABC91 /* AppKit.framework */,
|
|
B672604E131DF025002ABC91 /* CoreData.framework */,
|
|
B672604F131DF025002ABC91 /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
B6726050131DF025002ABC91 /* Image Opener */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B63BC07F1D65DFF100412B44 /* Image Opener.entitlements */,
|
|
B63BC07C1D6552EA00412B44 /* IODocument.h */,
|
|
B63BC07D1D6552EA00412B44 /* IODocument.m */,
|
|
B672605C131DF025002ABC91 /* Image_OpenerAppDelegate.h */,
|
|
B672605D131DF025002ABC91 /* Image_OpenerAppDelegate.m */,
|
|
B672606A131DF0CD002ABC91 /* Resources */,
|
|
B6726051131DF025002ABC91 /* Supporting Files */,
|
|
);
|
|
path = "Image Opener";
|
|
sourceTree = "<group>";
|
|
};
|
|
B6726051131DF025002ABC91 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B6726052131DF025002ABC91 /* Info.plist */,
|
|
B6726053131DF025002ABC91 /* InfoPlist.strings */,
|
|
B6726056131DF025002ABC91 /* Image_Opener-Prefix.pch */,
|
|
B6726057131DF025002ABC91 /* main.m */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
B672606A131DF0CD002ABC91 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B61F50AD1329D6DD0061B88D /* fuse_pascal */,
|
|
B61F50AF1329D6E90061B88D /* profuse */,
|
|
B672607C131F5570002ABC91 /* Icon.icns */,
|
|
B6726059131DF025002ABC91 /* Credits.rtf */,
|
|
B672605F131DF025002ABC91 /* MainMenu.xib */,
|
|
B6726067131DF054002ABC91 /* IODocument.xib */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
B6726045131DF025002ABC91 /* Image Opener */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B6726064131DF025002ABC91 /* Build configuration list for PBXNativeTarget "Image Opener" */;
|
|
buildPhases = (
|
|
B6726042131DF025002ABC91 /* Sources */,
|
|
B6726043131DF025002ABC91 /* Frameworks */,
|
|
B6726044131DF025002ABC91 /* Resources */,
|
|
B68ACF7E1320918A00B64522 /* Copy Files */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Image Opener";
|
|
productName = "Image Opener";
|
|
productReference = B6726046131DF025002ABC91 /* Image Opener.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
B672603D131DF025002ABC91 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0800;
|
|
TargetAttributes = {
|
|
B6726045131DF025002ABC91 = {
|
|
SystemCapabilities = {
|
|
com.apple.Sandbox = {
|
|
enabled = 1;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = B6726040131DF025002ABC91 /* Build configuration list for PBXProject "Image Opener" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = B672603B131DF025002ABC91;
|
|
productRefGroup = B6726047131DF025002ABC91 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
B6726045131DF025002ABC91 /* Image Opener */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
B6726044131DF025002ABC91 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B6726055131DF025002ABC91 /* InfoPlist.strings in Resources */,
|
|
B672605B131DF025002ABC91 /* Credits.rtf in Resources */,
|
|
B6726061131DF025002ABC91 /* MainMenu.xib in Resources */,
|
|
B6726069131DF054002ABC91 /* IODocument.xib in Resources */,
|
|
B672607D131F5570002ABC91 /* Icon.icns in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
B6726042131DF025002ABC91 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B6726058131DF025002ABC91 /* main.m in Sources */,
|
|
B63BC07E1D6552EB00412B44 /* IODocument.m in Sources */,
|
|
B672605E131DF025002ABC91 /* Image_OpenerAppDelegate.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
B6726053131DF025002ABC91 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
B6726054131DF025002ABC91 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
B6726059131DF025002ABC91 /* Credits.rtf */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
B672605A131DF025002ABC91 /* en */,
|
|
);
|
|
name = Credits.rtf;
|
|
sourceTree = "<group>";
|
|
};
|
|
B672605F131DF025002ABC91 /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
B6726060131DF025002ABC91 /* en */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
B6726067131DF054002ABC91 /* IODocument.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
B6726068131DF054002ABC91 /* en */,
|
|
);
|
|
name = IODocument.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
B6726062131DF025002ABC91 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B6726063131DF025002ABC91 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
B6726065131DF025002ABC91 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CODE_SIGN_ENTITLEMENTS = "Image Opener/Image Opener.entitlements";
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Image Opener/Image_Opener-Prefix.pch";
|
|
INFOPLIST_FILE = "Image Opener/Info.plist";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.ksherlock.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B6726066131DF025002ABC91 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CODE_SIGN_ENTITLEMENTS = "Image Opener/Image Opener.entitlements";
|
|
CODE_SIGN_IDENTITY = "-";
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Image Opener/Image_Opener-Prefix.pch";
|
|
INFOPLIST_FILE = "Image Opener/Info.plist";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.ksherlock.${PRODUCT_NAME:rfc1034identifier}";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
B6726040131DF025002ABC91 /* Build configuration list for PBXProject "Image Opener" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B6726062131DF025002ABC91 /* Debug */,
|
|
B6726063131DF025002ABC91 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B6726064131DF025002ABC91 /* Build configuration list for PBXNativeTarget "Image Opener" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B6726065131DF025002ABC91 /* Debug */,
|
|
B6726066131DF025002ABC91 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = B672603D131DF025002ABC91 /* Project object */;
|
|
}
|