// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 2A6F1FBB1DF357BF00E5244B /* EditAddTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A6F1FBA1DF357BF00E5244B /* EditAddTableViewController.m */; settings = {ASSET_TAGS = (); }; }; A47005FB1DF0A47E007D7CE1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A47005FA1DF0A47E007D7CE1 /* main.m */; }; A47005FE1DF0A47E007D7CE1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A47005FD1DF0A47E007D7CE1 /* AppDelegate.m */; }; A47006041DF0A47E007D7CE1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A47006021DF0A47E007D7CE1 /* Main.storyboard */; }; A47006061DF0A47E007D7CE1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A47006051DF0A47E007D7CE1 /* Assets.xcassets */; }; A47006091DF0A47E007D7CE1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A47006071DF0A47E007D7CE1 /* LaunchScreen.storyboard */; }; A4972AB61DF0A7EA00792F0A /* ProfListTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A4972AB51DF0A7EA00792F0A /* ProfListTableViewController.m */; }; A4972ABA1DF0A9D100792F0A /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A4972AB91DF0A9D100792F0A /* libsqlite3.tbd */; }; A4972ABC1DF0B19100792F0A /* app.db in Resources */ = {isa = PBXBuildFile; fileRef = A4972ABB1DF0B19100792F0A /* app.db */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 2A6F1FB91DF357BF00E5244B /* EditAddTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditAddTableViewController.h; sourceTree = ""; }; 2A6F1FBA1DF357BF00E5244B /* EditAddTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditAddTableViewController.m; sourceTree = ""; }; A47005F61DF0A47E007D7CE1 /* pg4.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pg4.app; sourceTree = BUILT_PRODUCTS_DIR; }; A47005FA1DF0A47E007D7CE1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A47005FC1DF0A47E007D7CE1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A47005FD1DF0A47E007D7CE1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A47006031DF0A47E007D7CE1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A47006051DF0A47E007D7CE1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; A47006081DF0A47E007D7CE1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; A470060A1DF0A47E007D7CE1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; A4972AB41DF0A7EA00792F0A /* ProfListTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProfListTableViewController.h; sourceTree = ""; }; A4972AB51DF0A7EA00792F0A /* ProfListTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProfListTableViewController.m; sourceTree = ""; }; A4972AB91DF0A9D100792F0A /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; }; A4972ABB1DF0B19100792F0A /* app.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = app.db; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A47005F31DF0A47E007D7CE1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A4972ABA1DF0A9D100792F0A /* libsqlite3.tbd in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A47005ED1DF0A47E007D7CE1 = { isa = PBXGroup; children = ( A4972AB91DF0A9D100792F0A /* libsqlite3.tbd */, A47005F81DF0A47E007D7CE1 /* pg4 */, A47005F71DF0A47E007D7CE1 /* Products */, ); sourceTree = ""; }; A47005F71DF0A47E007D7CE1 /* Products */ = { isa = PBXGroup; children = ( A47005F61DF0A47E007D7CE1 /* pg4.app */, ); name = Products; sourceTree = ""; }; A47005F81DF0A47E007D7CE1 /* pg4 */ = { isa = PBXGroup; children = ( A47005FC1DF0A47E007D7CE1 /* AppDelegate.h */, A47005FD1DF0A47E007D7CE1 /* AppDelegate.m */, A4972AB41DF0A7EA00792F0A /* ProfListTableViewController.h */, A4972AB51DF0A7EA00792F0A /* ProfListTableViewController.m */, 2A6F1FB91DF357BF00E5244B /* EditAddTableViewController.h */, 2A6F1FBA1DF357BF00E5244B /* EditAddTableViewController.m */, A4972ABB1DF0B19100792F0A /* app.db */, A47006021DF0A47E007D7CE1 /* Main.storyboard */, A47006051DF0A47E007D7CE1 /* Assets.xcassets */, A47006071DF0A47E007D7CE1 /* LaunchScreen.storyboard */, A470060A1DF0A47E007D7CE1 /* Info.plist */, A47005F91DF0A47E007D7CE1 /* Supporting Files */, ); path = pg4; sourceTree = ""; }; A47005F91DF0A47E007D7CE1 /* Supporting Files */ = { isa = PBXGroup; children = ( A47005FA1DF0A47E007D7CE1 /* main.m */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A47005F51DF0A47E007D7CE1 /* pg4 */ = { isa = PBXNativeTarget; buildConfigurationList = A470060D1DF0A47E007D7CE1 /* Build configuration list for PBXNativeTarget "pg4" */; buildPhases = ( A47005F21DF0A47E007D7CE1 /* Sources */, A47005F31DF0A47E007D7CE1 /* Frameworks */, A47005F41DF0A47E007D7CE1 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = pg4; productName = pg4; productReference = A47005F61DF0A47E007D7CE1 /* pg4.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A47005EE1DF0A47E007D7CE1 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0730; ORGANIZATIONNAME = benharris; TargetAttributes = { A47005F51DF0A47E007D7CE1 = { CreatedOnToolsVersion = 7.3.1; }; }; }; buildConfigurationList = A47005F11DF0A47E007D7CE1 /* Build configuration list for PBXProject "pg4" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A47005ED1DF0A47E007D7CE1; productRefGroup = A47005F71DF0A47E007D7CE1 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A47005F51DF0A47E007D7CE1 /* pg4 */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A47005F41DF0A47E007D7CE1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A47006091DF0A47E007D7CE1 /* LaunchScreen.storyboard in Resources */, A47006061DF0A47E007D7CE1 /* Assets.xcassets in Resources */, A47006041DF0A47E007D7CE1 /* Main.storyboard in Resources */, A4972ABC1DF0B19100792F0A /* app.db in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A47005F21DF0A47E007D7CE1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A47005FE1DF0A47E007D7CE1 /* AppDelegate.m in Sources */, A4972AB61DF0A7EA00792F0A /* ProfListTableViewController.m in Sources */, A47005FB1DF0A47E007D7CE1 /* main.m in Sources */, 2A6F1FBB1DF357BF00E5244B /* EditAddTableViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ A47006021DF0A47E007D7CE1 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A47006031DF0A47E007D7CE1 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A47006071DF0A47E007D7CE1 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( A47006081DF0A47E007D7CE1 /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A470060B1DF0A47E007D7CE1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; 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.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; A470060C1DF0A47E007D7CE1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; 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.3; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; A470060E1DF0A47E007D7CE1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = pg4/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SYSTEM_LIBRARY_DIR)/Tcl/sqlite3", ); PRODUCT_BUNDLE_IDENTIFIER = ch.benharris.pg4; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; A470060F1DF0A47E007D7CE1 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = pg4/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(SYSTEM_LIBRARY_DIR)/Tcl/sqlite3", ); PRODUCT_BUNDLE_IDENTIFIER = ch.benharris.pg4; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A47005F11DF0A47E007D7CE1 /* Build configuration list for PBXProject "pg4" */ = { isa = XCConfigurationList; buildConfigurations = ( A470060B1DF0A47E007D7CE1 /* Debug */, A470060C1DF0A47E007D7CE1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A470060D1DF0A47E007D7CE1 /* Build configuration list for PBXNativeTarget "pg4" */ = { isa = XCConfigurationList; buildConfigurations = ( A470060E1DF0A47E007D7CE1 /* Debug */, A470060F1DF0A47E007D7CE1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = A47005EE1DF0A47E007D7CE1 /* Project object */; }