// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ C08379711BF869FD000F4856 /* OpenGLView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C08379701BF869FD000F4856 /* OpenGLView.swift */; }; C08379791BF8EE97000F4856 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C08379781BF8EE97000F4856 /* GLKit.framework */; }; C083797A1BF8EF18000F4856 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C08379761BF8EE6A000F4856 /* OpenGL.framework */; }; C0B61B971BF70FD200B91C36 /* Renderer.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B61B961BF70FD200B91C36 /* Renderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; C0B61B9E1BF70FD200B91C36 /* Renderer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0B61B931BF70FD200B91C36 /* Renderer.framework */; }; C0B61BA31BF70FD200B91C36 /* RendererTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B61BA21BF70FD200B91C36 /* RendererTests.swift */; }; C0B61BB11BF8085B00B91C36 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B61BB01BF8085B00B91C36 /* Renderer.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ C0B61B9F1BF70FD200B91C36 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = C0B61B8A1BF70FD200B91C36 /* Project object */; proxyType = 1; remoteGlobalIDString = C0B61B921BF70FD200B91C36; remoteInfo = Renderer; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ C08379701BF869FD000F4856 /* OpenGLView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenGLView.swift; path = OpenGL/OpenGLView.swift; sourceTree = ""; }; C08379761BF8EE6A000F4856 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; C08379781BF8EE97000F4856 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; }; C0B61B931BF70FD200B91C36 /* Renderer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Renderer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C0B61B961BF70FD200B91C36 /* Renderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Renderer.h; sourceTree = ""; }; C0B61B981BF70FD200B91C36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; C0B61B9D1BF70FD200B91C36 /* RendererTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RendererTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; C0B61BA21BF70FD200B91C36 /* RendererTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RendererTests.swift; sourceTree = ""; }; C0B61BA41BF70FD200B91C36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; C0B61BB01BF8085B00B91C36 /* Renderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Renderer.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ C0B61B8F1BF70FD200B91C36 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( C083797A1BF8EF18000F4856 /* OpenGL.framework in Frameworks */, C08379791BF8EE97000F4856 /* GLKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; C0B61B9A1BF70FD200B91C36 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( C0B61B9E1BF70FD200B91C36 /* Renderer.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ C0B61B891BF70FD200B91C36 = { isa = PBXGroup; children = ( C0B61BAD1BF70FDC00B91C36 /* OpenGL */, C0B61B951BF70FD200B91C36 /* Renderer */, C0B61BA11BF70FD200B91C36 /* RendererTests */, C0B61B941BF70FD200B91C36 /* Products */, ); sourceTree = ""; }; C0B61B941BF70FD200B91C36 /* Products */ = { isa = PBXGroup; children = ( C0B61B931BF70FD200B91C36 /* Renderer.framework */, C0B61B9D1BF70FD200B91C36 /* RendererTests.xctest */, ); name = Products; sourceTree = ""; }; C0B61B951BF70FD200B91C36 /* Renderer */ = { isa = PBXGroup; children = ( C0B61B961BF70FD200B91C36 /* Renderer.h */, C0B61B981BF70FD200B91C36 /* Info.plist */, C0B61BB01BF8085B00B91C36 /* Renderer.swift */, ); path = Renderer; sourceTree = ""; }; C0B61BA11BF70FD200B91C36 /* RendererTests */ = { isa = PBXGroup; children = ( C0B61BA21BF70FD200B91C36 /* RendererTests.swift */, C0B61BA41BF70FD200B91C36 /* Info.plist */, ); path = RendererTests; sourceTree = ""; }; C0B61BAD1BF70FDC00B91C36 /* OpenGL */ = { isa = PBXGroup; children = ( C08379781BF8EE97000F4856 /* GLKit.framework */, C08379761BF8EE6A000F4856 /* OpenGL.framework */, C08379701BF869FD000F4856 /* OpenGLView.swift */, ); name = OpenGL; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ C0B61B901BF70FD200B91C36 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( C0B61B971BF70FD200B91C36 /* Renderer.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ C0B61B921BF70FD200B91C36 /* Renderer */ = { isa = PBXNativeTarget; buildConfigurationList = C0B61BA71BF70FD200B91C36 /* Build configuration list for PBXNativeTarget "Renderer" */; buildPhases = ( C0B61B8E1BF70FD200B91C36 /* Sources */, C0B61B8F1BF70FD200B91C36 /* Frameworks */, C0B61B901BF70FD200B91C36 /* Headers */, C0B61B911BF70FD200B91C36 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Renderer; productName = Renderer; productReference = C0B61B931BF70FD200B91C36 /* Renderer.framework */; productType = "com.apple.product-type.framework"; }; C0B61B9C1BF70FD200B91C36 /* RendererTests */ = { isa = PBXNativeTarget; buildConfigurationList = C0B61BAA1BF70FD200B91C36 /* Build configuration list for PBXNativeTarget "RendererTests" */; buildPhases = ( C0B61B991BF70FD200B91C36 /* Sources */, C0B61B9A1BF70FD200B91C36 /* Frameworks */, C0B61B9B1BF70FD200B91C36 /* Resources */, ); buildRules = ( ); dependencies = ( C0B61BA01BF70FD200B91C36 /* PBXTargetDependency */, ); name = RendererTests; productName = RendererTests; productReference = C0B61B9D1BF70FD200B91C36 /* RendererTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ C0B61B8A1BF70FD200B91C36 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0710; LastUpgradeCheck = 0710; ORGANIZATIONNAME = "Eryn Wells"; TargetAttributes = { C0B61B921BF70FD200B91C36 = { CreatedOnToolsVersion = 7.1.1; }; C0B61B9C1BF70FD200B91C36 = { CreatedOnToolsVersion = 7.1.1; }; }; }; buildConfigurationList = C0B61B8D1BF70FD200B91C36 /* Build configuration list for PBXProject "Renderer" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = C0B61B891BF70FD200B91C36; productRefGroup = C0B61B941BF70FD200B91C36 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( C0B61B921BF70FD200B91C36 /* Renderer */, C0B61B9C1BF70FD200B91C36 /* RendererTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ C0B61B911BF70FD200B91C36 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; C0B61B9B1BF70FD200B91C36 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ C0B61B8E1BF70FD200B91C36 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( C0B61BB11BF8085B00B91C36 /* Renderer.swift in Sources */, C08379711BF869FD000F4856 /* OpenGLView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; C0B61B991BF70FD200B91C36 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( C0B61BA31BF70FD200B91C36 /* RendererTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ C0B61BA01BF70FD200B91C36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = C0B61B921BF70FD200B91C36 /* Renderer */; targetProxy = C0B61B9F1BF70FD200B91C36 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ C0B61BA51BF70FD200B91C36 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.11; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; C0B61BA61BF70FD200B91C36 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.11; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; C0B61BA81BF70FD200B91C36 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; INFOPLIST_FILE = Renderer/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.Renderer; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; C0B61BA91BF70FD200B91C36 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; INFOPLIST_FILE = Renderer/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.Renderer; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; C0B61BAB1BF70FD200B91C36 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = RendererTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.RendererTests; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; C0B61BAC1BF70FD200B91C36 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = RendererTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.RendererTests; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ C0B61B8D1BF70FD200B91C36 /* Build configuration list for PBXProject "Renderer" */ = { isa = XCConfigurationList; buildConfigurations = ( C0B61BA51BF70FD200B91C36 /* Debug */, C0B61BA61BF70FD200B91C36 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; C0B61BA71BF70FD200B91C36 /* Build configuration list for PBXNativeTarget "Renderer" */ = { isa = XCConfigurationList; buildConfigurations = ( C0B61BA81BF70FD200B91C36 /* Debug */, C0B61BA91BF70FD200B91C36 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; C0B61BAA1BF70FD200B91C36 /* Build configuration list for PBXNativeTarget "RendererTests" */ = { isa = XCConfigurationList; buildConfigurations = ( C0B61BAB1BF70FD200B91C36 /* Debug */, C0B61BAC1BF70FD200B91C36 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = C0B61B8A1BF70FD200B91C36 /* Project object */; }