|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
objectVersion = 46;
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
42D2E1221456175C00FBC16A /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42D2E1211456175C00FBC16A /* main.cpp */; };
|
|
|
|
42D2E1241456175C00FBC16A /* AwesomeAttractorND.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 42D2E1231456175C00FBC16A /* AwesomeAttractorND.1 */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
42D2E11B1456175C00FBC16A /* CopyFiles */ = {
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
dstPath = /usr/share/man/man1/;
|
|
|
|
dstSubfolderSpec = 0;
|
|
|
|
files = (
|
|
|
|
42D2E1241456175C00FBC16A /* AwesomeAttractorND.1 in CopyFiles */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
|
|
};
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
428EFECF145AF6E0001DBE1B /* Canvas.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Canvas.hpp; sourceTree = "<group>"; };
|
|
|
|
428EFED4145AFAB4001DBE1B /* Tonemapper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Tonemapper.hpp; sourceTree = "<group>"; };
|
|
|
|
42C2D1521461676B001BF28D /* Image.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Image.hpp; sourceTree = "<group>"; };
|
|
|
|
42C2D1611461894E001BF28D /* Logging.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Logging.hpp; sourceTree = "<group>"; };
|
|
|
|
42C2D1621461E562001BF28D /* array.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = array.hpp; sourceTree = "<group>"; };
|
|
|
|
42D2E11D1456175C00FBC16A /* AwesomeAttractorND */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AwesomeAttractorND; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
42D2E1211456175C00FBC16A /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
|
|
|
|
42D2E1231456175C00FBC16A /* AwesomeAttractorND.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = AwesomeAttractorND.1; sourceTree = "<group>"; };
|
|
|
|
42D2E12A1456176800FBC16A /* nd_array.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nd_array.hpp; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
42D2E11A1456175C00FBC16A /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
42D2E1121456175C00FBC16A = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
42D2E1201456175C00FBC16A /* AwesomeAttractorND */,
|
|
|
|
42D2E11E1456175C00FBC16A /* Products */,
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
42D2E11E1456175C00FBC16A /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
42D2E11D1456175C00FBC16A /* AwesomeAttractorND */,
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
42D2E1201456175C00FBC16A /* AwesomeAttractorND */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
42D2E1211456175C00FBC16A /* main.cpp */,
|
|
|
|
42C2D1611461894E001BF28D /* Logging.hpp */,
|
|
|
|
42D2E12A1456176800FBC16A /* nd_array.hpp */,
|
|
|
|
428EFECF145AF6E0001DBE1B /* Canvas.hpp */,
|
|
|
|
42C2D1621461E562001BF28D /* array.hpp */,
|
|
|
|
428EFED4145AFAB4001DBE1B /* Tonemapper.hpp */,
|
|
|
|
42C2D1521461676B001BF28D /* Image.hpp */,
|
|
|
|
42D2E1231456175C00FBC16A /* AwesomeAttractorND.1 */,
|
|
|
|
);
|
|
|
|
path = AwesomeAttractorND;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
42D2E11C1456175C00FBC16A /* AwesomeAttractorND */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 42D2E1271456175C00FBC16A /* Build configuration list for PBXNativeTarget "AwesomeAttractorND" */;
|
|
|
|
buildPhases = (
|
|
|
|
42D2E1191456175C00FBC16A /* Sources */,
|
|
|
|
42D2E11A1456175C00FBC16A /* Frameworks */,
|
|
|
|
42D2E11B1456175C00FBC16A /* CopyFiles */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = AwesomeAttractorND;
|
|
|
|
productName = AwesomeAttractorND;
|
|
|
|
productReference = 42D2E11D1456175C00FBC16A /* AwesomeAttractorND */;
|
|
|
|
productType = "com.apple.product-type.tool";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
42D2E1141456175C00FBC16A /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
|
|
|
ORGANIZATIONNAME = Vadovas;
|
|
|
|
};
|
|
|
|
buildConfigurationList = 42D2E1171456175C00FBC16A /* Build configuration list for PBXProject "AwesomeAttractorND" */;
|
|
|
|
compatibilityVersion = "Xcode 3.2";
|
|
|
|
developmentRegion = English;
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
);
|
|
|
|
mainGroup = 42D2E1121456175C00FBC16A;
|
|
|
|
productRefGroup = 42D2E11E1456175C00FBC16A /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
42D2E11C1456175C00FBC16A /* AwesomeAttractorND */,
|
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
42D2E1191456175C00FBC16A /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
42D2E1221456175C00FBC16A /* main.cpp in Sources */,
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
42D2E1251456175C00FBC16A /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
|
|
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_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
HEADER_SEARCH_PATHS = /usr/local/include/;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SDKROOT = macosx;
|
|
|
|
WARNING_CFLAGS = (
|
|
|
|
"-Weffc++",
|
|
|
|
"-Wextra",
|
|
|
|
"-Wall",
|
|
|
|
);
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
42D2E1261456175C00FBC16A /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
|
|
COPY_PHASE_STRIP = YES;
|
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
HEADER_SEARCH_PATHS = /usr/local/include/;
|
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
|
|
SDKROOT = macosx;
|
|
|
|
WARNING_CFLAGS = (
|
|
|
|
"-Weffc++",
|
|
|
|
"-Wextra",
|
|
|
|
"-Wall",
|
|
|
|
);
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
42D2E1281456175C00FBC16A /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
42D2E1291456175C00FBC16A /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
42D2E1171456175C00FBC16A /* Build configuration list for PBXProject "AwesomeAttractorND" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
42D2E1251456175C00FBC16A /* Debug */,
|
|
|
|
42D2E1261456175C00FBC16A /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
42D2E1271456175C00FBC16A /* Build configuration list for PBXNativeTarget "AwesomeAttractorND" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
42D2E1281456175C00FBC16A /* Debug */,
|
|
|
|
42D2E1291456175C00FBC16A /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
};
|
|
|
|
rootObject = 42D2E1141456175C00FBC16A /* Project object */;
|
|
|
|
}
|