// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ C70651A01B7CC4A20005FDD9 /* app.c in Sources */ = {isa = PBXBuildFile; fileRef = C706519F1B7CC4A20005FDD9 /* app.c */; }; C70651A81B7CC56F0005FDD9 /* simulator-osx.c in Sources */ = {isa = PBXBuildFile; fileRef = C70651A71B7CC56F0005FDD9 /* simulator-osx.c */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ C713650E1B7CC2E500AB8010 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ C706519F1B7CC4A20005FDD9 /* app.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = app.c; path = ../../src/app.c; sourceTree = ""; }; C70651A11B7CC4B20005FDD9 /* app_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = app_defs.h; path = ../../include/app_defs.h; sourceTree = ""; }; C70651A21B7CC4B20005FDD9 /* app.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = app.h; path = ../../include/app.h; sourceTree = ""; }; C70651A71B7CC56F0005FDD9 /* simulator-osx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "simulator-osx.c"; sourceTree = ""; }; C71365101B7CC2E500AB8010 /* simulator */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = simulator; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ C713650D1B7CC2E500AB8010 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ C70651A51B7CC4D60005FDD9 /* source */ = { isa = PBXGroup; children = ( C70651A71B7CC56F0005FDD9 /* simulator-osx.c */, C706519F1B7CC4A20005FDD9 /* app.c */, ); name = source; sourceTree = ""; }; C70651A61B7CC4DF0005FDD9 /* include */ = { isa = PBXGroup; children = ( C70651A11B7CC4B20005FDD9 /* app_defs.h */, C70651A21B7CC4B20005FDD9 /* app.h */, ); name = include; sourceTree = ""; }; C71365071B7CC2E500AB8010 = { isa = PBXGroup; children = ( C70651A61B7CC4DF0005FDD9 /* include */, C70651A51B7CC4D60005FDD9 /* source */, C71365111B7CC2E500AB8010 /* Products */, ); sourceTree = ""; }; C71365111B7CC2E500AB8010 /* Products */ = { isa = PBXGroup; children = ( C71365101B7CC2E500AB8010 /* simulator */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ C713650F1B7CC2E500AB8010 /* simulator */ = { isa = PBXNativeTarget; buildConfigurationList = C71365171B7CC2E500AB8010 /* Build configuration list for PBXNativeTarget "simulator" */; buildPhases = ( C713650C1B7CC2E500AB8010 /* Sources */, C713650D1B7CC2E500AB8010 /* Frameworks */, C713650E1B7CC2E500AB8010 /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = simulator; productName = simulator; productReference = C71365101B7CC2E500AB8010 /* simulator */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ C71365081B7CC2E500AB8010 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0620; ORGANIZATIONNAME = "Focusrite Audio Engineering Ltd."; TargetAttributes = { C713650F1B7CC2E500AB8010 = { CreatedOnToolsVersion = 6.2; }; }; }; buildConfigurationList = C713650B1B7CC2E500AB8010 /* Build configuration list for PBXProject "simulator" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = C71365071B7CC2E500AB8010; productRefGroup = C71365111B7CC2E500AB8010 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( C713650F1B7CC2E500AB8010 /* simulator */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ C713650C1B7CC2E500AB8010 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( C70651A81B7CC56F0005FDD9 /* simulator-osx.c in Sources */, C70651A01B7CC4A20005FDD9 /* app.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ C71365151B7CC2E500AB8010 /* 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; COPY_PHASE_STRIP = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; 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_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.9; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Debug; }; C71365161B7CC2E500AB8010 /* 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; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; 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.9; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; }; name = Release; }; C71365181B7CC2E500AB8010 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; C71365191B7CC2E500AB8010 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ C713650B1B7CC2E500AB8010 /* Build configuration list for PBXProject "simulator" */ = { isa = XCConfigurationList; buildConfigurations = ( C71365151B7CC2E500AB8010 /* Debug */, C71365161B7CC2E500AB8010 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; C71365171B7CC2E500AB8010 /* Build configuration list for PBXNativeTarget "simulator" */ = { isa = XCConfigurationList; buildConfigurations = ( C71365181B7CC2E500AB8010 /* Debug */, C71365191B7CC2E500AB8010 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = C71365081B7CC2E500AB8010 /* Project object */; }