// !$*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 */ 4235C47014655A4000C4E90F /* Vectors.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Vectors.hpp; sourceTree = ""; }; 424F11B914643DD5005B8843 /* AttractorKernel.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = AttractorKernel.hpp; sourceTree = ""; }; 428EFECF145AF6E0001DBE1B /* Canvas.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Canvas.hpp; sourceTree = ""; }; 428EFED4145AFAB4001DBE1B /* Tonemapper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Tonemapper.hpp; sourceTree = ""; }; 42C2D1521461676B001BF28D /* Image.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Image.hpp; sourceTree = ""; }; 42C2D1611461894E001BF28D /* Logging.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Logging.hpp; sourceTree = ""; }; 42C2D1621461E562001BF28D /* array.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = array.hpp; sourceTree = ""; }; 42D0F939146E7F6A002B1025 /* ImageFormatBMP.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ImageFormatBMP.hpp; sourceTree = ""; }; 42D0F93B146E805D002B1025 /* ImageFormatPNG.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ImageFormatPNG.hpp; sourceTree = ""; }; 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 = ""; }; 42D2E1231456175C00FBC16A /* AwesomeAttractorND.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = AwesomeAttractorND.1; sourceTree = ""; }; /* 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 = ""; }; 42D2E11E1456175C00FBC16A /* Products */ = { isa = PBXGroup; children = ( 42D2E11D1456175C00FBC16A /* AwesomeAttractorND */, ); name = Products; sourceTree = ""; }; 42D2E1201456175C00FBC16A /* AwesomeAttractorND */ = { isa = PBXGroup; children = ( 42D2E1211456175C00FBC16A /* main.cpp */, 42C2D1611461894E001BF28D /* Logging.hpp */, 428EFECF145AF6E0001DBE1B /* Canvas.hpp */, 42C2D1621461E562001BF28D /* array.hpp */, 424F11B914643DD5005B8843 /* AttractorKernel.hpp */, 4235C47014655A4000C4E90F /* Vectors.hpp */, 428EFED4145AFAB4001DBE1B /* Tonemapper.hpp */, 42C2D1521461676B001BF28D /* Image.hpp */, 42D0F939146E7F6A002B1025 /* ImageFormatBMP.hpp */, 42D0F93B146E805D002B1025 /* ImageFormatPNG.hpp */, 42D2E1231456175C00FBC16A /* AwesomeAttractorND.1 */, ); path = AwesomeAttractorND; sourceTree = ""; }; /* 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 = { LastUpgradeCheck = 0420; 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 = NO; GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; GCC_WARN_PEDANTIC = YES; GCC_WARN_SIGN_COMPARE = YES; GCC_WARN_UNINITIALIZED_AUTOS = 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++", "-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 = NO; GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; GCC_WARN_PEDANTIC = YES; GCC_WARN_SIGN_COMPARE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; HEADER_SEARCH_PATHS = /usr/local/include/; MACOSX_DEPLOYMENT_TARGET = 10.7; SDKROOT = macosx; WARNING_CFLAGS = ( "-Weffc++", "-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 */; }