// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 6C574E4A21AE653E0003399E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C574E4921AE653E0003399E /* main.m */; }; 6C574E4D21AE653E0003399E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C574E4C21AE653E0003399E /* AppDelegate.m */; }; 6C574E5021AE653E0003399E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C574E4F21AE653E0003399E /* ViewController.m */; }; 6C574E5321AE653E0003399E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6C574E5121AE653E0003399E /* Main.storyboard */; }; 6C574E5521AE653E0003399E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6C574E5421AE653E0003399E /* Assets.xcassets */; }; 6C574E5821AE653E0003399E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6C574E5621AE653E0003399E /* LaunchScreen.storyboard */; }; 6C574E6221AE67150003399E /* libcsbiasv235.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C574E6121AE67150003399E /* libcsbiasv235.a */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 6C574E4521AE653E0003399E /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6C574E4921AE653E0003399E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 6C574E4B21AE653E0003399E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 6C574E4C21AE653E0003399E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; 6C574E4E21AE653E0003399E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; 6C574E4F21AE653E0003399E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; 6C574E5221AE653E0003399E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 6C574E5421AE653E0003399E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 6C574E5721AE653E0003399E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 6C574E5921AE653E0003399E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 6C574E6021AE67150003399E /* CSBIASV235.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSBIASV235.h; sourceTree = ""; }; 6C574E6121AE67150003399E /* libcsbiasv235.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libcsbiasv235.a; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 6C574E4221AE653E0003399E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 6C574E6221AE67150003399E /* libcsbiasv235.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 6C574E3C21AE653E0003399E = { isa = PBXGroup; children = ( 6C574E4721AE653E0003399E /* Demo */, 6C574E4621AE653E0003399E /* Products */, ); sourceTree = ""; }; 6C574E4621AE653E0003399E /* Products */ = { isa = PBXGroup; children = ( 6C574E4521AE653E0003399E /* Demo.app */, ); name = Products; sourceTree = ""; }; 6C574E4721AE653E0003399E /* Demo */ = { isa = PBXGroup; children = ( 6C574E5F21AE67150003399E /* Csbiasv235SDK */, 6C574E4B21AE653E0003399E /* AppDelegate.h */, 6C574E4C21AE653E0003399E /* AppDelegate.m */, 6C574E4E21AE653E0003399E /* ViewController.h */, 6C574E4F21AE653E0003399E /* ViewController.m */, 6C574E5121AE653E0003399E /* Main.storyboard */, 6C574E5421AE653E0003399E /* Assets.xcassets */, 6C574E5621AE653E0003399E /* LaunchScreen.storyboard */, 6C574E5921AE653E0003399E /* Info.plist */, 6C574E4821AE653E0003399E /* Supporting Files */, ); path = Demo; sourceTree = ""; }; 6C574E4821AE653E0003399E /* Supporting Files */ = { isa = PBXGroup; children = ( 6C574E4921AE653E0003399E /* main.m */, ); name = "Supporting Files"; sourceTree = ""; }; 6C574E5F21AE67150003399E /* Csbiasv235SDK */ = { isa = PBXGroup; children = ( 6C574E6021AE67150003399E /* CSBIASV235.h */, 6C574E6121AE67150003399E /* libcsbiasv235.a */, ); path = Csbiasv235SDK; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 6C574E4421AE653E0003399E /* Demo */ = { isa = PBXNativeTarget; buildConfigurationList = 6C574E5C21AE653E0003399E /* Build configuration list for PBXNativeTarget "Demo" */; buildPhases = ( 6C574E4121AE653E0003399E /* Sources */, 6C574E4221AE653E0003399E /* Frameworks */, 6C574E4321AE653E0003399E /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Demo; productName = Demo; productReference = 6C574E4521AE653E0003399E /* Demo.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 6C574E3D21AE653E0003399E /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0720; ORGANIZATIONNAME = chipsea; TargetAttributes = { 6C574E4421AE653E0003399E = { CreatedOnToolsVersion = 7.2; }; }; }; buildConfigurationList = 6C574E4021AE653E0003399E /* Build configuration list for PBXProject "Demo" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 6C574E3C21AE653E0003399E; productRefGroup = 6C574E4621AE653E0003399E /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 6C574E4421AE653E0003399E /* Demo */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 6C574E4321AE653E0003399E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 6C574E5821AE653E0003399E /* LaunchScreen.storyboard in Resources */, 6C574E5521AE653E0003399E /* Assets.xcassets in Resources */, 6C574E5321AE653E0003399E /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 6C574E4121AE653E0003399E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 6C574E5021AE653E0003399E /* ViewController.m in Sources */, 6C574E4D21AE653E0003399E /* AppDelegate.m in Sources */, 6C574E4A21AE653E0003399E /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 6C574E5121AE653E0003399E /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 6C574E5221AE653E0003399E /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 6C574E5621AE653E0003399E /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( 6C574E5721AE653E0003399E /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 6C574E5A21AE653E0003399E /* 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[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; 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; IPHONEOS_DEPLOYMENT_TARGET = 9.2; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; 6C574E5B21AE653E0003399E /* 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[sdk=iphoneos*]" = "iPhone Developer"; 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_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; IPHONEOS_DEPLOYMENT_TARGET = 9.2; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; 6C574E5D21AE653E0003399E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = Demo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Demo/Csbiasv235SDK", ); PRODUCT_BUNDLE_IDENTIFIER = com.chipsea.Demo; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 6C574E5E21AE653E0003399E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = Demo/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Demo/Csbiasv235SDK", ); PRODUCT_BUNDLE_IDENTIFIER = com.chipsea.Demo; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 6C574E4021AE653E0003399E /* Build configuration list for PBXProject "Demo" */ = { isa = XCConfigurationList; buildConfigurations = ( 6C574E5A21AE653E0003399E /* Debug */, 6C574E5B21AE653E0003399E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 6C574E5C21AE653E0003399E /* Build configuration list for PBXNativeTarget "Demo" */ = { isa = XCConfigurationList; buildConfigurations = ( 6C574E5D21AE653E0003399E /* Debug */, 6C574E5E21AE653E0003399E /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 6C574E3D21AE653E0003399E /* Project object */; }