| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- AA7344761BE7678B008AFE69 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7344751BE7678B008AFE69 /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
- AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344921BE76820008AFE69 /* AppDelegate.swift */; };
- AA7344951BE76820008AFE69 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344941BE76820008AFE69 /* ViewController.swift */; };
- AA7344981BE76820008AFE69 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA7344961BE76820008AFE69 /* Main.storyboard */; };
- AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA7344991BE76820008AFE69 /* Assets.xcassets */; };
- AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344B01BE76862008AFE69 /* Reachability.swift */; };
- AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */; };
- CA9C94E81C033FD800E82950 /* ReachabilityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA9C94E71C033FD800E82950 /* ReachabilityTests.swift */; };
- CA9C94EA1C033FD800E82950 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
- CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
- CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- CA9C94EB1C033FD800E82950 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = AA7344711BE7678B008AFE69;
- remoteInfo = Reachability;
- };
- CA9C94F01C03711F00E82950 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = AA73448F1BE76820008AFE69;
- remoteInfo = ReachabilitySample;
- };
- CAC230C71BF2180000F6464E /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = AA7344711BE7678B008AFE69;
- remoteInfo = Reachability;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- CAC230C91BF2180100F6464E /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- AA7344721BE7678B008AFE69 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- AA7344751BE7678B008AFE69 /* Reachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
- AA7344771BE7678B008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- AA7344901BE76820008AFE69 /* ReachabilitySample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilitySample.app; sourceTree = BUILT_PRODUCTS_DIR; };
- AA7344921BE76820008AFE69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- AA7344941BE76820008AFE69 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- AA7344971BE76820008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- AA7344991BE76820008AFE69 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- AA73449E1BE76820008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- AA7344B01BE76862008AFE69 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = "<group>"; };
- AA7344B41BE769D6008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
- CA9C94E51C033FD800E82950 /* ReachabilityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReachabilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- CA9C94E71C033FD800E82950 /* ReachabilityTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReachabilityTests.swift; sourceTree = "<group>"; };
- CA9C94E91C033FD800E82950 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- AA73446E1BE7678B008AFE69 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- AA73448D1BE76820008AFE69 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CA9C94E21C033FD800E82950 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CA9C94EA1C033FD800E82950 /* Reachability.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- AA7344681BE7678B008AFE69 = {
- isa = PBXGroup;
- children = (
- AA7344741BE7678B008AFE69 /* Reachability */,
- AA7344911BE76820008AFE69 /* ReachabilitySample */,
- CA9C94E61C033FD800E82950 /* ReachabilityTests */,
- AA7344731BE7678B008AFE69 /* Products */,
- );
- sourceTree = "<group>";
- };
- AA7344731BE7678B008AFE69 /* Products */ = {
- isa = PBXGroup;
- children = (
- AA7344721BE7678B008AFE69 /* Reachability.framework */,
- AA7344901BE76820008AFE69 /* ReachabilitySample.app */,
- CA9C94E51C033FD800E82950 /* ReachabilityTests.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- AA7344741BE7678B008AFE69 /* Reachability */ = {
- isa = PBXGroup;
- children = (
- AA7344B01BE76862008AFE69 /* Reachability.swift */,
- AA7344751BE7678B008AFE69 /* Reachability.h */,
- AA7344771BE7678B008AFE69 /* Info.plist */,
- );
- path = Reachability;
- sourceTree = "<group>";
- };
- AA7344911BE76820008AFE69 /* ReachabilitySample */ = {
- isa = PBXGroup;
- children = (
- AA7344921BE76820008AFE69 /* AppDelegate.swift */,
- AA7344941BE76820008AFE69 /* ViewController.swift */,
- AA7344961BE76820008AFE69 /* Main.storyboard */,
- AA7344991BE76820008AFE69 /* Assets.xcassets */,
- AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */,
- AA73449E1BE76820008AFE69 /* Info.plist */,
- );
- path = ReachabilitySample;
- sourceTree = "<group>";
- };
- CA9C94E61C033FD800E82950 /* ReachabilityTests */ = {
- isa = PBXGroup;
- children = (
- CA9C94E71C033FD800E82950 /* ReachabilityTests.swift */,
- CA9C94E91C033FD800E82950 /* Info.plist */,
- );
- path = ReachabilityTests;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- AA73446F1BE7678B008AFE69 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- AA7344761BE7678B008AFE69 /* Reachability.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- AA7344711BE7678B008AFE69 /* Reachability */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */;
- buildPhases = (
- AA73446D1BE7678B008AFE69 /* Sources */,
- AA73446E1BE7678B008AFE69 /* Frameworks */,
- AA73446F1BE7678B008AFE69 /* Headers */,
- AA7344701BE7678B008AFE69 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Reachability;
- productName = Reachability;
- productReference = AA7344721BE7678B008AFE69 /* Reachability.framework */;
- productType = "com.apple.product-type.framework";
- };
- AA73448F1BE76820008AFE69 /* ReachabilitySample */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */;
- buildPhases = (
- AA73448C1BE76820008AFE69 /* Sources */,
- AA73448D1BE76820008AFE69 /* Frameworks */,
- AA73448E1BE76820008AFE69 /* Resources */,
- CAC230C91BF2180100F6464E /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- CAC230C81BF2180000F6464E /* PBXTargetDependency */,
- );
- name = ReachabilitySample;
- productName = ReachabilitySample;
- productReference = AA7344901BE76820008AFE69 /* ReachabilitySample.app */;
- productType = "com.apple.product-type.application";
- };
- CA9C94E41C033FD800E82950 /* ReachabilityTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = CA9C94EF1C033FD800E82950 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */;
- buildPhases = (
- CA9C94E11C033FD800E82950 /* Sources */,
- CA9C94E21C033FD800E82950 /* Frameworks */,
- CA9C94E31C033FD800E82950 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- CA9C94EC1C033FD800E82950 /* PBXTargetDependency */,
- CA9C94F11C03711F00E82950 /* PBXTargetDependency */,
- );
- name = ReachabilityTests;
- productName = ReachabilityTests;
- productReference = CA9C94E51C033FD800E82950 /* ReachabilityTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- AA7344691BE7678B008AFE69 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0710;
- LastUpgradeCheck = 0710;
- ORGANIZATIONNAME = "Ashley Mills";
- TargetAttributes = {
- AA7344711BE7678B008AFE69 = {
- CreatedOnToolsVersion = 7.1;
- };
- AA73448F1BE76820008AFE69 = {
- CreatedOnToolsVersion = 7.1;
- };
- CA9C94E41C033FD800E82950 = {
- CreatedOnToolsVersion = 7.1.1;
- };
- };
- };
- buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = AA7344681BE7678B008AFE69;
- productRefGroup = AA7344731BE7678B008AFE69 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- AA7344711BE7678B008AFE69 /* Reachability */,
- AA73448F1BE76820008AFE69 /* ReachabilitySample */,
- CA9C94E41C033FD800E82950 /* ReachabilityTests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- AA7344701BE7678B008AFE69 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- AA73448E1BE76820008AFE69 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */,
- AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */,
- AA7344981BE76820008AFE69 /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CA9C94E31C033FD800E82950 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- AA73446D1BE7678B008AFE69 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- AA73448C1BE76820008AFE69 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- AA7344951BE76820008AFE69 /* ViewController.swift in Sources */,
- AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CA9C94E11C033FD800E82950 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CA9C94E81C033FD800E82950 /* ReachabilityTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- CA9C94EC1C033FD800E82950 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = AA7344711BE7678B008AFE69 /* Reachability */;
- targetProxy = CA9C94EB1C033FD800E82950 /* PBXContainerItemProxy */;
- };
- CA9C94F11C03711F00E82950 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = AA73448F1BE76820008AFE69 /* ReachabilitySample */;
- targetProxy = CA9C94F01C03711F00E82950 /* PBXContainerItemProxy */;
- };
- CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = AA7344711BE7678B008AFE69 /* Reachability */;
- targetProxy = CAC230C71BF2180000F6464E /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- AA7344961BE76820008AFE69 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- AA7344971BE76820008AFE69 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */ = {
- isa = PBXVariantGroup;
- children = (
- AA7344B41BE769D6008AFE69 /* Base */,
- );
- name = LaunchScreen.xib;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- AA7344841BE7678B008AFE69 /* 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;
- 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;
- 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";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- AA7344851BE7678B008AFE69 /* 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;
- 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;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- AA7344871BE7678B008AFE69 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CLANG_STATIC_ANALYZER_MODE = deep;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Reachability/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
- PRODUCT_NAME = "$(TARGET_NAME)";
- RUN_CLANG_STATIC_ANALYZER = YES;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- AA7344881BE7678B008AFE69 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CLANG_STATIC_ANALYZER_MODE = deep;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Reachability/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
- PRODUCT_NAME = "$(TARGET_NAME)";
- RUN_CLANG_STATIC_ANALYZER = YES;
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- AA7344AB1BE76820008AFE69 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CLANG_STATIC_ANALYZER_MODE = deep;
- EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
- INFOPLIST_FILE = ReachabilitySample/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
- PRODUCT_NAME = "$(TARGET_NAME)";
- RUN_CLANG_STATIC_ANALYZER = YES;
- };
- name = Debug;
- };
- AA7344AC1BE76820008AFE69 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CLANG_STATIC_ANALYZER_MODE = deep;
- EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
- INFOPLIST_FILE = ReachabilitySample/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
- PRODUCT_NAME = "$(TARGET_NAME)";
- RUN_CLANG_STATIC_ANALYZER = YES;
- };
- name = Release;
- };
- CA9C94ED1C033FD800E82950 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- INFOPLIST_FILE = ReachabilityTests/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.1;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- OTHER_SWIFT_FLAGS = "";
- PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilityTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- CA9C94EE1C033FD800E82950 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- INFOPLIST_FILE = ReachabilityTests/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.1;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- OTHER_SWIFT_FLAGS = "";
- PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilityTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- AA7344841BE7678B008AFE69 /* Debug */,
- AA7344851BE7678B008AFE69 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- AA7344871BE7678B008AFE69 /* Debug */,
- AA7344881BE7678B008AFE69 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- AA7344AB1BE76820008AFE69 /* Debug */,
- AA7344AC1BE76820008AFE69 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- CA9C94EF1C033FD800E82950 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CA9C94ED1C033FD800E82950 /* Debug */,
- CA9C94EE1C033FD800E82950 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = AA7344691BE7678B008AFE69 /* Project object */;
- }
|