// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CA25599F19D0D1990073826D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA25599E19D0D1990073826D /* AppDelegate.swift */; }; CA2559A119D0D1990073826D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2559A019D0D1990073826D /* ViewController.swift */; }; CA2559A419D0D1990073826D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CA2559A219D0D1990073826D /* Main.storyboard */; }; CA2559A619D0D1990073826D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CA2559A519D0D1990073826D /* Images.xcassets */; }; CA2559A919D0D1990073826D /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = CA2559A719D0D1990073826D /* LaunchScreen.xib */; }; CA2559B519D0D1990073826D /* Reachability_SampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2559B419D0D1990073826D /* Reachability_SampleTests.swift */; }; CA2559BF19D0D1AF0073826D /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2559BE19D0D1AF0073826D /* Reachability.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ CA2559AF19D0D1990073826D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CA25599119D0D1990073826D /* Project object */; proxyType = 1; remoteGlobalIDString = CA25599819D0D1990073826D; remoteInfo = "Reachability Sample"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ CA25599919D0D1990073826D /* Reachability Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Reachability Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; }; CA25599D19D0D1990073826D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; CA25599E19D0D1990073826D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; CA2559A019D0D1990073826D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; CA2559A319D0D1990073826D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; CA2559A519D0D1990073826D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; CA2559A819D0D1990073826D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; CA2559AE19D0D1990073826D /* Reachability SampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Reachability SampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; CA2559B319D0D1990073826D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; CA2559B419D0D1990073826D /* Reachability_SampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Reachability_SampleTests.swift; sourceTree = ""; }; CA2559BE19D0D1AF0073826D /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = ../../Reachability.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CA25599619D0D1990073826D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; CA2559AB19D0D1990073826D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CA25599019D0D1990073826D = { isa = PBXGroup; children = ( CA25599B19D0D1990073826D /* Reachability Sample */, CA2559B119D0D1990073826D /* Reachability SampleTests */, CA25599A19D0D1990073826D /* Products */, ); sourceTree = ""; }; CA25599A19D0D1990073826D /* Products */ = { isa = PBXGroup; children = ( CA25599919D0D1990073826D /* Reachability Sample.app */, CA2559AE19D0D1990073826D /* Reachability SampleTests.xctest */, ); name = Products; sourceTree = ""; }; CA25599B19D0D1990073826D /* Reachability Sample */ = { isa = PBXGroup; children = ( CA2559BE19D0D1AF0073826D /* Reachability.swift */, CA25599E19D0D1990073826D /* AppDelegate.swift */, CA2559A019D0D1990073826D /* ViewController.swift */, CA2559A219D0D1990073826D /* Main.storyboard */, CA2559A519D0D1990073826D /* Images.xcassets */, CA2559A719D0D1990073826D /* LaunchScreen.xib */, CA25599C19D0D1990073826D /* Supporting Files */, ); path = "Reachability Sample"; sourceTree = ""; }; CA25599C19D0D1990073826D /* Supporting Files */ = { isa = PBXGroup; children = ( CA25599D19D0D1990073826D /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; CA2559B119D0D1990073826D /* Reachability SampleTests */ = { isa = PBXGroup; children = ( CA2559B419D0D1990073826D /* Reachability_SampleTests.swift */, CA2559B219D0D1990073826D /* Supporting Files */, ); path = "Reachability SampleTests"; sourceTree = ""; }; CA2559B219D0D1990073826D /* Supporting Files */ = { isa = PBXGroup; children = ( CA2559B319D0D1990073826D /* Info.plist */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ CA25599819D0D1990073826D /* Reachability Sample */ = { isa = PBXNativeTarget; buildConfigurationList = CA2559B819D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability Sample" */; buildPhases = ( CA25599519D0D1990073826D /* Sources */, CA25599619D0D1990073826D /* Frameworks */, CA25599719D0D1990073826D /* Resources */, ); buildRules = ( ); dependencies = ( ); name = "Reachability Sample"; productName = "Reachability Sample"; productReference = CA25599919D0D1990073826D /* Reachability Sample.app */; productType = "com.apple.product-type.application"; }; CA2559AD19D0D1990073826D /* Reachability SampleTests */ = { isa = PBXNativeTarget; buildConfigurationList = CA2559BB19D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability SampleTests" */; buildPhases = ( CA2559AA19D0D1990073826D /* Sources */, CA2559AB19D0D1990073826D /* Frameworks */, CA2559AC19D0D1990073826D /* Resources */, ); buildRules = ( ); dependencies = ( CA2559B019D0D1990073826D /* PBXTargetDependency */, ); name = "Reachability SampleTests"; productName = "Reachability SampleTests"; productReference = CA2559AE19D0D1990073826D /* Reachability SampleTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CA25599119D0D1990073826D /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0700; LastUpgradeCheck = 0700; ORGANIZATIONNAME = "Joylord Systems"; TargetAttributes = { CA25599819D0D1990073826D = { CreatedOnToolsVersion = 6.0.1; }; CA2559AD19D0D1990073826D = { CreatedOnToolsVersion = 6.0.1; TestTargetID = CA25599819D0D1990073826D; }; }; }; buildConfigurationList = CA25599419D0D1990073826D /* Build configuration list for PBXProject "Reachability Sample" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = CA25599019D0D1990073826D; productRefGroup = CA25599A19D0D1990073826D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( CA25599819D0D1990073826D /* Reachability Sample */, CA2559AD19D0D1990073826D /* Reachability SampleTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ CA25599719D0D1990073826D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( CA2559A419D0D1990073826D /* Main.storyboard in Resources */, CA2559A919D0D1990073826D /* LaunchScreen.xib in Resources */, CA2559A619D0D1990073826D /* Images.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; CA2559AC19D0D1990073826D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ CA25599519D0D1990073826D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CA2559A119D0D1990073826D /* ViewController.swift in Sources */, CA25599F19D0D1990073826D /* AppDelegate.swift in Sources */, CA2559BF19D0D1AF0073826D /* Reachability.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; CA2559AA19D0D1990073826D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CA2559B519D0D1990073826D /* Reachability_SampleTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ CA2559B019D0D1990073826D /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = CA25599819D0D1990073826D /* Reachability Sample */; targetProxy = CA2559AF19D0D1990073826D /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ CA2559A219D0D1990073826D /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( CA2559A319D0D1990073826D /* Base */, ); name = Main.storyboard; sourceTree = ""; }; CA2559A719D0D1990073826D /* LaunchScreen.xib */ = { isa = PBXVariantGroup; children = ( CA2559A819D0D1990073826D /* Base */, ); name = LaunchScreen.xib; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ CA2559B619D0D1990073826D /* 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; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = 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; IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; CA2559B719D0D1990073826D /* 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 = YES; 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; IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; CA2559B919D0D1990073826D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_STATIC_ANALYZER_MODE = deep; INFOPLIST_FILE = "Reachability Sample/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; RUN_CLANG_STATIC_ANALYZER = YES; }; name = Debug; }; CA2559BA19D0D1990073826D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_STATIC_ANALYZER_MODE = deep; INFOPLIST_FILE = "Reachability Sample/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; RUN_CLANG_STATIC_ANALYZER = YES; }; name = Release; }; CA2559BC19D0D1990073826D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "Reachability SampleTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample"; }; name = Debug; }; CA2559BD19D0D1990073826D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; INFOPLIST_FILE = "Reachability SampleTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CA25599419D0D1990073826D /* Build configuration list for PBXProject "Reachability Sample" */ = { isa = XCConfigurationList; buildConfigurations = ( CA2559B619D0D1990073826D /* Debug */, CA2559B719D0D1990073826D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CA2559B819D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability Sample" */ = { isa = XCConfigurationList; buildConfigurations = ( CA2559B919D0D1990073826D /* Debug */, CA2559BA19D0D1990073826D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CA2559BB19D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability SampleTests" */ = { isa = XCConfigurationList; buildConfigurations = ( CA2559BC19D0D1990073826D /* Debug */, CA2559BD19D0D1990073826D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = CA25599119D0D1990073826D /* Project object */; }