diff --git a/EVURLCache.xcodeproj/project.pbxproj b/EVURLCache.xcodeproj/project.pbxproj index 1bdf833..67ca773 100644 --- a/EVURLCache.xcodeproj/project.pbxproj +++ b/EVURLCache.xcodeproj/project.pbxproj @@ -17,12 +17,16 @@ 7F4A41D71BF1F5BF00969D1F /* .gitattributes in Resources */ = {isa = PBXBuildFile; fileRef = 7F4A41D61BF1F5BF00969D1F /* .gitattributes */; }; 7F4E25AD1C11A5C6009494A8 /* OSXcompileTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4E25AC1C11A5C6009494A8 /* OSXcompileTest.swift */; }; 7F4E25B21C11A5D0009494A8 /* EVURLCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4A0D611BEE497100059923 /* EVURLCache.swift */; }; + 99F6261C2C230A673771E610 /* Pods_EVURLCache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2AD5737E8C1A6D71C6B08B3 /* Pods_EVURLCache.framework */; }; C6963680666F6F39E8889141 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05EE26FC72733C70FFA7F10C /* Pods.framework */; }; + ED42B49C817E30B4184FF3CB /* Pods_OSXcompileTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D90674615B7F487EC50C864 /* Pods_OSXcompileTest.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 05B6D63F5AD4DF4C8A05B5BE /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; }; 05EE26FC72733C70FFA7F10C /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4C047154CFC9DF1818CEC72E /* Pods-OSXcompileTest.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OSXcompileTest.release.xcconfig"; path = "Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.release.xcconfig"; sourceTree = ""; }; + 56CD8100D494028833337516 /* Pods-OSXcompileTest.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OSXcompileTest.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.debug.xcconfig"; sourceTree = ""; }; 623B4A9A5C18474903C0C5B6 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; }; 7F4A0D4B1BEE481400059923 /* EVURLCache.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EVURLCache.app; sourceTree = BUILT_PRODUCTS_DIR; }; 7F4A0D4E1BEE481400059923 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -43,6 +47,8 @@ 7F4E25AA1C11A5C6009494A8 /* OSXcompileTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OSXcompileTest.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 7F4E25AC1C11A5C6009494A8 /* OSXcompileTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSXcompileTest.swift; sourceTree = ""; }; 7F4E25AE1C11A5C6009494A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9D90674615B7F487EC50C864 /* Pods_OSXcompileTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OSXcompileTest.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E2AD5737E8C1A6D71C6B08B3 /* Pods_EVURLCache.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_EVURLCache.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -51,6 +57,7 @@ buildActionMask = 2147483647; files = ( C6963680666F6F39E8889141 /* Pods.framework in Frameworks */, + 99F6261C2C230A673771E610 /* Pods_EVURLCache.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -58,6 +65,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + ED42B49C817E30B4184FF3CB /* Pods_OSXcompileTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -68,6 +76,8 @@ isa = PBXGroup; children = ( 05EE26FC72733C70FFA7F10C /* Pods.framework */, + E2AD5737E8C1A6D71C6B08B3 /* Pods_EVURLCache.framework */, + 9D90674615B7F487EC50C864 /* Pods_OSXcompileTest.framework */, ); name = Frameworks; sourceTree = ""; @@ -77,6 +87,8 @@ children = ( 05B6D63F5AD4DF4C8A05B5BE /* Pods.debug.xcconfig */, 623B4A9A5C18474903C0C5B6 /* Pods.release.xcconfig */, + 56CD8100D494028833337516 /* Pods-OSXcompileTest.debug.xcconfig */, + 4C047154CFC9DF1818CEC72E /* Pods-OSXcompileTest.release.xcconfig */, ); name = Pods; sourceTree = ""; @@ -167,9 +179,12 @@ isa = PBXNativeTarget; buildConfigurationList = 7F4E25B11C11A5C6009494A8 /* Build configuration list for PBXNativeTarget "OSXcompileTest" */; buildPhases = ( + 0F9DE3BE713EA5F5B740BD65 /* Check Pods Manifest.lock */, 7F4E25A61C11A5C6009494A8 /* Sources */, 7F4E25A71C11A5C6009494A8 /* Frameworks */, 7F4E25A81C11A5C6009494A8 /* Resources */, + C044E9BBBA9A6B831AD51CB9 /* Embed Pods Frameworks */, + F660546672402D4B7AED99BC /* Copy Pods Resources */, ); buildRules = ( ); @@ -240,6 +255,21 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + 0F9DE3BE713EA5F5B740BD65 /* Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; 434DF255FA382DE75AEAE930 /* Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -252,7 +282,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-resources.sh\"\n"; showEnvVarsInLog = 0; }; 66BC2DBBC5B5139CB7185871 /* Check Pods Manifest.lock */ = { @@ -282,7 +312,37 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + C044E9BBBA9A6B831AD51CB9 /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + F660546672402D4B7AED99BC /* Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-resources.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -438,6 +498,7 @@ }; 7F4E25AF1C11A5C6009494A8 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 56CD8100D494028833337516 /* Pods-OSXcompileTest.debug.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; @@ -452,6 +513,7 @@ }; 7F4E25B01C11A5C6009494A8 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 4C047154CFC9DF1818CEC72E /* Pods-OSXcompileTest.release.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; @@ -492,6 +554,7 @@ 7F4E25B01C11A5C6009494A8 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/Podfile b/Podfile index 4c523e6..e0797c9 100644 --- a/Podfile +++ b/Podfile @@ -2,3 +2,13 @@ source 'https://github.com/CocoaPods/Specs.git' use_frameworks! pod 'ReachabilitySwift', git: 'https://github.com/ashleymills/Reachability.swift' + +target 'EVURLCache' do + platform :ios, '8.0' + pod 'ReachabilitySwift', git: 'https://github.com/ashleymills/Reachability.swift' +end + +target 'OSXcompileTest' do + platform :osx, '10.9' + pod 'ReachabilitySwift', git: 'https://github.com/ashleymills/Reachability.swift' +end diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index ab955f5..dfef1eb 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -7,221 +7,485 @@ objects = { /* Begin PBXBuildFile section */ - 4E520E492532E2D25DD6237C9697BDA5 /* ReachabilitySwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 275E6C6BD881C64FF5A9275414CDD168 /* ReachabilitySwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 623155B1CD911FE2809FBA94C695C073 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = B69D4187F1B8F1EEEA7A0121DE67F2B7 /* Reachability.swift */; }; - 655CB59A4419AFB7E1D52B92C32D267C /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 894E5DA93A9F359521A89826BE6DA777 /* Pods-dummy.m */; }; - 90F348F4F598E809140ABC2ACD18C3C4 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CBB0853BD8CE1AE8CF5FE525E44C538C /* SystemConfiguration.framework */; }; - AAB326716AD2049B8AA11D8D70E6C4DA /* ReachabilitySwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B0173D02276968EB9711C6BF944032E /* ReachabilitySwift-dummy.m */; }; - D9C341FF57E2D4E5B66F13D3F0F864D2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D820BA2602BCBFDAEFA60A2883FB8F30 /* Foundation.framework */; }; - FA23B2A8D228E422F5AE8318C71A1574 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BCC458FDD5F692BBB2BFC64BB5701FC /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FBBE6A5A0AD900BC96B664AD7E5AF981 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D820BA2602BCBFDAEFA60A2883FB8F30 /* Foundation.framework */; }; + 089834B52544B55D195409CA1BD280E4 /* Pods-EVURLCache-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 252B6C83DDD8A41C7362E93113DA8815 /* Pods-EVURLCache-dummy.m */; }; + 1176AFF2BA5DFCBD5B44945D0305F754 /* Pods-EVURLCache-ReachabilitySwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1AC1A21B39CBC5422BEEF0CD656855 /* Pods-EVURLCache-ReachabilitySwift-dummy.m */; }; + 1299CC42FC17E5A9C8CA41E21320EB82 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F13D955ADC81A7DF4D90BADA06C6AFE /* Foundation.framework */; }; + 1BB60ED1B8F7C373349D68E38B4475DE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F13D955ADC81A7DF4D90BADA06C6AFE /* Foundation.framework */; }; + 2489A2B30541EDA877A2F2DA5FA52CD8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F13D955ADC81A7DF4D90BADA06C6AFE /* Foundation.framework */; }; + 28F8CCBCD007BCB9EBEEBC4FE81E2222 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F13D955ADC81A7DF4D90BADA06C6AFE /* Foundation.framework */; }; + 3F30E402D08EF59E8FD22D70E5FBF251 /* Pods-ReachabilitySwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E60C93A46BA1586089B7AC94087C35E0 /* Pods-ReachabilitySwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49616C00D6B6783E7AC5B9B1B6FBB0AF /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B79C3DF7C84EAD04815034B19AD1296 /* Reachability.swift */; }; + 59C3A7B64AE9060705A86057F936E241 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C30708370524E307A49ED2FFEA4FB54 /* Cocoa.framework */; }; + 5F53F0F38519E12212CAACB0BE740B4F /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B79C3DF7C84EAD04815034B19AD1296 /* Reachability.swift */; }; + 5F54EEDBCC5C4E57BC91FB5056317D1B /* Pods-OSXcompileTest-ReachabilitySwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 680D42488B922D55110B7719BA3CB4D2 /* Pods-OSXcompileTest-ReachabilitySwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75365301BF303A10AFCED966336AF44E /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3210F99ECF029ECD61C4491340A2625B /* SystemConfiguration.framework */; }; + 775A8A14B74B461D5C09F975FA38532B /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 472D5E497EE51A4EADB5B76DC19AE85F /* Pods-dummy.m */; }; + 797D6D109810DDB6D3E209625AD51254 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C30708370524E307A49ED2FFEA4FB54 /* Cocoa.framework */; }; + 81008473FF6452E6175863987B880E79 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D571D583132C2567E5D45016FA053C6 /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8848C2C36A915C03FE5E1E15B79DFAE8 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3210F99ECF029ECD61C4491340A2625B /* SystemConfiguration.framework */; }; + 943E4FF3819809EA1B09BBAE9039B69F /* Pods-OSXcompileTest-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2434D50388A4D9E3FBC68AC685205A0F /* Pods-OSXcompileTest-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1388E727AAB380A9054FE1D45623F14 /* Pods-ReachabilitySwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F6B190DDF3AB8D06BD522792EB5CF9 /* Pods-ReachabilitySwift-dummy.m */; }; + CFAFA60FA4B2086018D9131790BA3FFC /* Pods-EVURLCache-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 15DC273561E1DDABF649C15D52D3080A /* Pods-EVURLCache-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAC96E1CF0D84BC6CE6322F1A61A945E /* Pods-EVURLCache-ReachabilitySwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 27A82F133435FFA474F99670FBEB21D1 /* Pods-EVURLCache-ReachabilitySwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2460F1138EE3A9F010D15368C173A91 /* Pods-OSXcompileTest-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27337A1FC07B942770AB81F279F06F82 /* Pods-OSXcompileTest-dummy.m */; }; + E4A46FB07A727A400E2B8E8E9B47B988 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 518E616C57EE5A008D0A6DE80DCD26B7 /* SystemConfiguration.framework */; }; + F530E1506D3CF0E7E11E9CB6BFAE8E21 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B79C3DF7C84EAD04815034B19AD1296 /* Reachability.swift */; }; + FE798F730C612694278CD8BC6610A8FD /* Pods-OSXcompileTest-ReachabilitySwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7EAD808006E21B1FF4672EC87F06CE5 /* Pods-OSXcompileTest-ReachabilitySwift-dummy.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - DCE25504E070B74053675767635EFD55 /* PBXContainerItemProxy */ = { + 00DB20C3D0B92BA9887ACD566E41AB27 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = E2BE73BD78A20FD490B30FD816366EA3; - remoteInfo = ReachabilitySwift; + remoteGlobalIDString = 506944AA260D4B55F7E2726E2A5E58DD; + remoteInfo = "Pods-EVURLCache-ReachabilitySwift"; + }; + 319C2BC1FD96D1D51A57E91BD6E36B65 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 611C9A045340657B2C6F28B85E10831C; + remoteInfo = "Pods-ReachabilitySwift"; + }; + A7A44E53729BAEE0FD63D130A36E4813 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 877424B6C776EE522AF880DEFBA5B65A; + remoteInfo = "Pods-OSXcompileTest-ReachabilitySwift"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 022DFEACFD5D0041997A86770F17F9C8 /* ReachabilitySwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReachabilitySwift-prefix.pch"; sourceTree = ""; }; - 1BB2A29A6FDCDB14FFEAD8642AAFF91B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 275E6C6BD881C64FF5A9275414CDD168 /* ReachabilitySwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReachabilitySwift-umbrella.h"; sourceTree = ""; }; - 2BCC458FDD5F692BBB2BFC64BB5701FC /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; - 79A9DEDC89FE8336BF5FEDAAF75BF7FC /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; - 7B0173D02276968EB9711C6BF944032E /* ReachabilitySwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReachabilitySwift-dummy.m"; sourceTree = ""; }; - 87B213035BAC5F75386F62D3C75D2342 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; - 894E5DA93A9F359521A89826BE6DA777 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; - 977577C045EDA9D9D1F46E2598D19FC7 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; - B1571D7BE35A92C839919332CF4037AA /* ReachabilitySwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReachabilitySwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B69D4187F1B8F1EEEA7A0121DE67F2B7 /* Reachability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = Reachability/Reachability.swift; sourceTree = ""; }; + 07813F1FB0BE0AB0FFC01E3523F60AB5 /* Pods-OSXcompileTest-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OSXcompileTest-frameworks.sh"; sourceTree = ""; }; + 1276C9B0A31611C03E70EB9500D89826 /* Pods-EVURLCache-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EVURLCache-acknowledgements.plist"; sourceTree = ""; }; + 15DC273561E1DDABF649C15D52D3080A /* Pods-EVURLCache-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EVURLCache-umbrella.h"; sourceTree = ""; }; + 185D9F96E4EE95870953AAEDAB8419FE /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; + 20EBF1650C82DD83589B04CD69625904 /* Pods-EVURLCache-ReachabilitySwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-EVURLCache-ReachabilitySwift.modulemap"; sourceTree = ""; }; + 2434D50388A4D9E3FBC68AC685205A0F /* Pods-OSXcompileTest-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OSXcompileTest-umbrella.h"; sourceTree = ""; }; + 252B6C83DDD8A41C7362E93113DA8815 /* Pods-EVURLCache-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EVURLCache-dummy.m"; sourceTree = ""; }; + 26F6B190DDF3AB8D06BD522792EB5CF9 /* Pods-ReachabilitySwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-ReachabilitySwift-dummy.m"; path = "../Pods-ReachabilitySwift/Pods-ReachabilitySwift-dummy.m"; sourceTree = ""; }; + 27337A1FC07B942770AB81F279F06F82 /* Pods-OSXcompileTest-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OSXcompileTest-dummy.m"; sourceTree = ""; }; + 27A82F133435FFA474F99670FBEB21D1 /* Pods-EVURLCache-ReachabilitySwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EVURLCache-ReachabilitySwift-umbrella.h"; sourceTree = ""; }; + 3184C317EE973D03BD3E4742E47001E6 /* Pods-OSXcompileTest.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OSXcompileTest.release.xcconfig"; sourceTree = ""; }; + 3210F99ECF029ECD61C4491340A2625B /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; + 32674B22CBEFF096F6A6D1C5EBF6C356 /* Pods-OSXcompileTest-ReachabilitySwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OSXcompileTest-ReachabilitySwift.xcconfig"; path = "../Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.xcconfig"; sourceTree = ""; }; + 35338D4BCC524A2853019E84A4037872 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; + 3568F00D54973539FE2370F2A86B3AB9 /* Pods-EVURLCache-ReachabilitySwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EVURLCache-ReachabilitySwift.xcconfig"; sourceTree = ""; }; + 37B809B9882295F15751CCD446A21809 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3B79C3DF7C84EAD04815034B19AD1296 /* Reachability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = Reachability/Reachability.swift; sourceTree = ""; }; + 3E3B2A7CF5BFEB20C0E02A473A64C335 /* Pods-ReachabilitySwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-ReachabilitySwift-prefix.pch"; path = "../Pods-ReachabilitySwift/Pods-ReachabilitySwift-prefix.pch"; sourceTree = ""; }; + 408AF5E98A96107F16123D4AC400AE4F /* Pods-EVURLCache-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EVURLCache-resources.sh"; sourceTree = ""; }; + 4462A82C75A5819B83717B7A742EBEC8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 472D5E497EE51A4EADB5B76DC19AE85F /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; + 48068CCDF8FB23D9D50E394FF3B0ECA3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 50DB6DB7AA07C741B2DCAB3E45DA3293 /* ReachabilitySwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReachabilitySwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 518E616C57EE5A008D0A6DE80DCD26B7 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; + 5686D127AF1D7D18C792295B9F84CADF /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; + 5C30708370524E307A49ED2FFEA4FB54 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; + 5D571D583132C2567E5D45016FA053C6 /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; + 5E42A313A3A1A4A76F136CCC282E966A /* Pods-OSXcompileTest-ReachabilitySwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-OSXcompileTest-ReachabilitySwift-prefix.pch"; path = "../Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-prefix.pch"; sourceTree = ""; }; + 5F13D955ADC81A7DF4D90BADA06C6AFE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 647AD6728B167CFAA8A5264D4B683286 /* Pods-EVURLCache-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EVURLCache-acknowledgements.markdown"; sourceTree = ""; }; + 67B40B368D60B1DC2FCD4BCA33A8805F /* Pods-EVURLCache.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EVURLCache.release.xcconfig"; sourceTree = ""; }; + 680D42488B922D55110B7719BA3CB4D2 /* Pods-OSXcompileTest-ReachabilitySwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-OSXcompileTest-ReachabilitySwift-umbrella.h"; path = "../Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-umbrella.h"; sourceTree = ""; }; + 6A580E35FE8A2E1EC898A34B8AF83AAB /* Pods-OSXcompileTest-ReachabilitySwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-OSXcompileTest-ReachabilitySwift.modulemap"; path = "../Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.modulemap"; sourceTree = ""; }; + 6BB05B756510995A6017AE5BC3274630 /* Pods-ReachabilitySwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReachabilitySwift.xcconfig"; path = "../Pods-ReachabilitySwift/Pods-ReachabilitySwift.xcconfig"; sourceTree = ""; }; + 70EF50CAC2FC03D60DD1D185323A6DBB /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; + 78B4B673EEFE7957DE5967EBF5723FB1 /* Pods-OSXcompileTest-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-OSXcompileTest-acknowledgements.markdown"; sourceTree = ""; }; + 7D1AC1A21B39CBC5422BEEF0CD656855 /* Pods-EVURLCache-ReachabilitySwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EVURLCache-ReachabilitySwift-dummy.m"; sourceTree = ""; }; + 80A79E1F29FB4BEFE55A95808E68E76D /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; + 8105CF3A54DAA974BFAC436F852B8BD0 /* Pods-OSXcompileTest-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-OSXcompileTest-acknowledgements.plist"; sourceTree = ""; }; + 9288E179BEA2DA0F95AA20E4D7BE1554 /* Pods-ReachabilitySwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; name = "Pods-ReachabilitySwift.modulemap"; path = "../Pods-ReachabilitySwift/Pods-ReachabilitySwift.modulemap"; sourceTree = ""; }; + 93D0B28B7E2D2DE96B9A84AA11AA3EDA /* Pods-EVURLCache-ReachabilitySwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EVURLCache-ReachabilitySwift-prefix.pch"; sourceTree = ""; }; + 9435DDEE6A74E9A7FE9C4D4797ACB191 /* Pods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-frameworks.sh"; sourceTree = ""; }; + 9633800B57843DD985EFE1C7E82DBEB3 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; + 9E269EF7779F78B52497AADD886C1082 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-ReachabilitySwift/Info.plist"; sourceTree = ""; }; + 9E54F9F94491A9F405C9875759E6ACE2 /* Pods-EVURLCache.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-EVURLCache.modulemap"; sourceTree = ""; }; + A2992409FD9C05839F8EA7D3AA64ADA5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B1CDECCB1DBE64A48CCFCC7426694E1B /* Pods-EVURLCache.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EVURLCache.debug.xcconfig"; sourceTree = ""; }; BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C83B22AA12F333F2726894B4319B4CB2 /* ReachabilitySwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = ReachabilitySwift.modulemap; sourceTree = ""; }; - CBB0853BD8CE1AE8CF5FE525E44C538C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - CBC0F7C552B739C909B650A0F42F7F38 /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; - CC1729837FA72EDA3F674BB5F8F95139 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D0405803033A2A777B8E4DFA0C1800ED /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; - D820BA2602BCBFDAEFA60A2883FB8F30 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - DA312349A49333542E6F4B36B329960E /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; - E2D2A444FC528FC0D4C80F57A3D32F88 /* ReachabilitySwift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReachabilitySwift.xcconfig; sourceTree = ""; }; - E7F21354943D9F42A70697D5A5EF72E9 /* Pods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-frameworks.sh"; sourceTree = ""; }; - E8446514FBAD26C0E18F24A5715AEF67 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C092F51493528BB50F040314DD5AFE23 /* Pods-OSXcompileTest.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-OSXcompileTest.modulemap"; sourceTree = ""; }; + CBED07C35DEC95FE471AE3E9329F064E /* Pods-EVURLCache-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EVURLCache-frameworks.sh"; sourceTree = ""; }; + D29DC443EBCA105FD113890A908E3415 /* Pods-OSXcompileTest-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-OSXcompileTest-resources.sh"; sourceTree = ""; }; + D7702102EF2FED634E574AE0E27F6A2F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + D8BA870301F8E56B5C21AB45B9C25F13 /* Pods-OSXcompileTest.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OSXcompileTest.debug.xcconfig"; sourceTree = ""; }; + DDFCD19A5DE8C49A407A7C6AEB831F23 /* Pods_EVURLCache.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_EVURLCache.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + DEF9DA7E66D914C6E87F7F27E412B1E4 /* Pods_OSXcompileTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OSXcompileTest.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E60C93A46BA1586089B7AC94087C35E0 /* Pods-ReachabilitySwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-ReachabilitySwift-umbrella.h"; path = "../Pods-ReachabilitySwift/Pods-ReachabilitySwift-umbrella.h"; sourceTree = ""; }; + F7EAD808006E21B1FF4672EC87F06CE5 /* Pods-OSXcompileTest-ReachabilitySwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Pods-OSXcompileTest-ReachabilitySwift-dummy.m"; path = "../Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-dummy.m"; sourceTree = ""; }; + FFD2D7FDBA4EFB6CF22A270FDD9B43DF /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Pods-OSXcompileTest-ReachabilitySwift/Info.plist"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 1A67545BA556F20F6F903EDD145B6058 /* Frameworks */ = { + 37790407C944091BF4325FF365F3C4D9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 797D6D109810DDB6D3E209625AD51254 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 84CEEEBE31E435606E1BB422AAA4A5DC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FBBE6A5A0AD900BC96B664AD7E5AF981 /* Foundation.framework in Frameworks */, - 90F348F4F598E809140ABC2ACD18C3C4 /* SystemConfiguration.framework in Frameworks */, + 1BB60ED1B8F7C373349D68E38B4475DE /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 298348C4D16E0ED40597B83AE61709B2 /* Frameworks */ = { + 8A22DCAE25FB6A4084D5A7A95CC754EF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D9C341FF57E2D4E5B66F13D3F0F864D2 /* Foundation.framework in Frameworks */, + 1299CC42FC17E5A9C8CA41E21320EB82 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A4E9AD5303DB18B0A8F94A9B645FAFD3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 28F8CCBCD007BCB9EBEEBC4FE81E2222 /* Foundation.framework in Frameworks */, + 75365301BF303A10AFCED966336AF44E /* SystemConfiguration.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CC5F60A864CC9C5C1759EEB96A57B212 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 59C3A7B64AE9060705A86057F936E241 /* Cocoa.framework in Frameworks */, + E4A46FB07A727A400E2B8E8E9B47B988 /* SystemConfiguration.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ED59A6A62880A4930AB01BEE92D5099E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2489A2B30541EDA877A2F2DA5FA52CD8 /* Foundation.framework in Frameworks */, + 8848C2C36A915C03FE5E1E15B79DFAE8 /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0D1A9B04773EF0CA51E38942760CD6D4 /* iOS */ = { + 24D2F133A289CDAE91484BB7903DE8E1 /* Support Files */ = { isa = PBXGroup; children = ( - D820BA2602BCBFDAEFA60A2883FB8F30 /* Foundation.framework */, - CBB0853BD8CE1AE8CF5FE525E44C538C /* SystemConfiguration.framework */, + FFD2D7FDBA4EFB6CF22A270FDD9B43DF /* Info.plist */, + D7702102EF2FED634E574AE0E27F6A2F /* Info.plist */, + 9E269EF7779F78B52497AADD886C1082 /* Info.plist */, + 20EBF1650C82DD83589B04CD69625904 /* Pods-EVURLCache-ReachabilitySwift.modulemap */, + 3568F00D54973539FE2370F2A86B3AB9 /* Pods-EVURLCache-ReachabilitySwift.xcconfig */, + 7D1AC1A21B39CBC5422BEEF0CD656855 /* Pods-EVURLCache-ReachabilitySwift-dummy.m */, + 93D0B28B7E2D2DE96B9A84AA11AA3EDA /* Pods-EVURLCache-ReachabilitySwift-prefix.pch */, + 27A82F133435FFA474F99670FBEB21D1 /* Pods-EVURLCache-ReachabilitySwift-umbrella.h */, + 6A580E35FE8A2E1EC898A34B8AF83AAB /* Pods-OSXcompileTest-ReachabilitySwift.modulemap */, + 32674B22CBEFF096F6A6D1C5EBF6C356 /* Pods-OSXcompileTest-ReachabilitySwift.xcconfig */, + F7EAD808006E21B1FF4672EC87F06CE5 /* Pods-OSXcompileTest-ReachabilitySwift-dummy.m */, + 5E42A313A3A1A4A76F136CCC282E966A /* Pods-OSXcompileTest-ReachabilitySwift-prefix.pch */, + 680D42488B922D55110B7719BA3CB4D2 /* Pods-OSXcompileTest-ReachabilitySwift-umbrella.h */, + 9288E179BEA2DA0F95AA20E4D7BE1554 /* Pods-ReachabilitySwift.modulemap */, + 6BB05B756510995A6017AE5BC3274630 /* Pods-ReachabilitySwift.xcconfig */, + 26F6B190DDF3AB8D06BD522792EB5CF9 /* Pods-ReachabilitySwift-dummy.m */, + 3E3B2A7CF5BFEB20C0E02A473A64C335 /* Pods-ReachabilitySwift-prefix.pch */, + E60C93A46BA1586089B7AC94087C35E0 /* Pods-ReachabilitySwift-umbrella.h */, ); - name = iOS; + name = "Support Files"; + path = "../Target Support Files/Pods-EVURLCache-ReachabilitySwift"; sourceTree = ""; }; - 433CD3331B6C3787F473C941B61FC68F /* Frameworks */ = { + 33D47369240F6C1F49177885699DA599 /* OS X */ = { isa = PBXGroup; children = ( - 0D1A9B04773EF0CA51E38942760CD6D4 /* iOS */, + 5C30708370524E307A49ED2FFEA4FB54 /* Cocoa.framework */, + 518E616C57EE5A008D0A6DE80DCD26B7 /* SystemConfiguration.framework */, ); - name = Frameworks; + name = "OS X"; sourceTree = ""; }; - 75D98FF52E597A11900E131B6C4E1ADA /* Pods */ = { + 4A91758D26FA3A30BA877007DE1CBEB1 /* Targets Support Files */ = { isa = PBXGroup; children = ( - E8446514FBAD26C0E18F24A5715AEF67 /* Info.plist */, - 79A9DEDC89FE8336BF5FEDAAF75BF7FC /* Pods.modulemap */, - D0405803033A2A777B8E4DFA0C1800ED /* Pods-acknowledgements.markdown */, - 87B213035BAC5F75386F62D3C75D2342 /* Pods-acknowledgements.plist */, - 894E5DA93A9F359521A89826BE6DA777 /* Pods-dummy.m */, - E7F21354943D9F42A70697D5A5EF72E9 /* Pods-frameworks.sh */, - CBC0F7C552B739C909B650A0F42F7F38 /* Pods-resources.sh */, - 2BCC458FDD5F692BBB2BFC64BB5701FC /* Pods-umbrella.h */, - 977577C045EDA9D9D1F46E2598D19FC7 /* Pods.debug.xcconfig */, - DA312349A49333542E6F4B36B329960E /* Pods.release.xcconfig */, + B7EA612F81C979C0192D296957243612 /* Pods */, + ED5F009767A9EA4E6384E01C79B9137F /* Pods-EVURLCache */, + 4F50159C47F3227A323BAA483CA0411E /* Pods-OSXcompileTest */, ); - name = Pods; - path = "Target Support Files/Pods"; + name = "Targets Support Files"; + sourceTree = ""; + }; + 4F50159C47F3227A323BAA483CA0411E /* Pods-OSXcompileTest */ = { + isa = PBXGroup; + children = ( + A2992409FD9C05839F8EA7D3AA64ADA5 /* Info.plist */, + C092F51493528BB50F040314DD5AFE23 /* Pods-OSXcompileTest.modulemap */, + 78B4B673EEFE7957DE5967EBF5723FB1 /* Pods-OSXcompileTest-acknowledgements.markdown */, + 8105CF3A54DAA974BFAC436F852B8BD0 /* Pods-OSXcompileTest-acknowledgements.plist */, + 27337A1FC07B942770AB81F279F06F82 /* Pods-OSXcompileTest-dummy.m */, + 07813F1FB0BE0AB0FFC01E3523F60AB5 /* Pods-OSXcompileTest-frameworks.sh */, + D29DC443EBCA105FD113890A908E3415 /* Pods-OSXcompileTest-resources.sh */, + 2434D50388A4D9E3FBC68AC685205A0F /* Pods-OSXcompileTest-umbrella.h */, + D8BA870301F8E56B5C21AB45B9C25F13 /* Pods-OSXcompileTest.debug.xcconfig */, + 3184C317EE973D03BD3E4742E47001E6 /* Pods-OSXcompileTest.release.xcconfig */, + ); + name = "Pods-OSXcompileTest"; + path = "Target Support Files/Pods-OSXcompileTest"; sourceTree = ""; }; 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, - 433CD3331B6C3787F473C941B61FC68F /* Frameworks */, + A944112664219A87DE27239EDD7E0B22 /* Frameworks */, 9BCD5CBAACE7E3EBED55F693896BB924 /* Pods */, - CD5550B449395C1BE55F299DA788425F /* Products */, - B7B80995527643776607AFFA75B91E24 /* Targets Support Files */, + F40642B925A6E8D762626DFA1B651A3A /* Products */, + 4A91758D26FA3A30BA877007DE1CBEB1 /* Targets Support Files */, ); sourceTree = ""; }; + 998CD490B7DF9F0D59B4DAD49B9D17CE /* ReachabilitySwift */ = { + isa = PBXGroup; + children = ( + 3B79C3DF7C84EAD04815034B19AD1296 /* Reachability.swift */, + 24D2F133A289CDAE91484BB7903DE8E1 /* Support Files */, + ); + path = ReachabilitySwift; + sourceTree = ""; + }; 9BCD5CBAACE7E3EBED55F693896BB924 /* Pods */ = { isa = PBXGroup; children = ( - F47FCCB16BA3F38D5553162F93FAF492 /* ReachabilitySwift */, + 998CD490B7DF9F0D59B4DAD49B9D17CE /* ReachabilitySwift */, ); name = Pods; sourceTree = ""; }; - A9ED4EC8142E9CD679F2F17116535C39 /* Support Files */ = { + A944112664219A87DE27239EDD7E0B22 /* Frameworks */ = { isa = PBXGroup; children = ( - 1BB2A29A6FDCDB14FFEAD8642AAFF91B /* Info.plist */, - C83B22AA12F333F2726894B4319B4CB2 /* ReachabilitySwift.modulemap */, - E2D2A444FC528FC0D4C80F57A3D32F88 /* ReachabilitySwift.xcconfig */, - 7B0173D02276968EB9711C6BF944032E /* ReachabilitySwift-dummy.m */, - 022DFEACFD5D0041997A86770F17F9C8 /* ReachabilitySwift-prefix.pch */, - 275E6C6BD881C64FF5A9275414CDD168 /* ReachabilitySwift-umbrella.h */, + B2002FBAABB5AEB87DCF1B4215AB3AAA /* iOS */, + 33D47369240F6C1F49177885699DA599 /* OS X */, ); - name = "Support Files"; - path = "../Target Support Files/ReachabilitySwift"; + name = Frameworks; sourceTree = ""; }; - B7B80995527643776607AFFA75B91E24 /* Targets Support Files */ = { + B2002FBAABB5AEB87DCF1B4215AB3AAA /* iOS */ = { isa = PBXGroup; children = ( - 75D98FF52E597A11900E131B6C4E1ADA /* Pods */, + 5F13D955ADC81A7DF4D90BADA06C6AFE /* Foundation.framework */, + 3210F99ECF029ECD61C4491340A2625B /* SystemConfiguration.framework */, ); - name = "Targets Support Files"; + name = iOS; sourceTree = ""; }; - CD5550B449395C1BE55F299DA788425F /* Products */ = { + B7EA612F81C979C0192D296957243612 /* Pods */ = { isa = PBXGroup; children = ( - CC1729837FA72EDA3F674BB5F8F95139 /* Pods.framework */, - B1571D7BE35A92C839919332CF4037AA /* ReachabilitySwift.framework */, + 4462A82C75A5819B83717B7A742EBEC8 /* Info.plist */, + 70EF50CAC2FC03D60DD1D185323A6DBB /* Pods.modulemap */, + 5686D127AF1D7D18C792295B9F84CADF /* Pods-acknowledgements.markdown */, + 35338D4BCC524A2853019E84A4037872 /* Pods-acknowledgements.plist */, + 472D5E497EE51A4EADB5B76DC19AE85F /* Pods-dummy.m */, + 9435DDEE6A74E9A7FE9C4D4797ACB191 /* Pods-frameworks.sh */, + 185D9F96E4EE95870953AAEDAB8419FE /* Pods-resources.sh */, + 5D571D583132C2567E5D45016FA053C6 /* Pods-umbrella.h */, + 80A79E1F29FB4BEFE55A95808E68E76D /* Pods.debug.xcconfig */, + 9633800B57843DD985EFE1C7E82DBEB3 /* Pods.release.xcconfig */, ); - name = Products; + name = Pods; + path = "Target Support Files/Pods"; sourceTree = ""; }; - F47FCCB16BA3F38D5553162F93FAF492 /* ReachabilitySwift */ = { + ED5F009767A9EA4E6384E01C79B9137F /* Pods-EVURLCache */ = { isa = PBXGroup; children = ( - B69D4187F1B8F1EEEA7A0121DE67F2B7 /* Reachability.swift */, - A9ED4EC8142E9CD679F2F17116535C39 /* Support Files */, + 48068CCDF8FB23D9D50E394FF3B0ECA3 /* Info.plist */, + 9E54F9F94491A9F405C9875759E6ACE2 /* Pods-EVURLCache.modulemap */, + 647AD6728B167CFAA8A5264D4B683286 /* Pods-EVURLCache-acknowledgements.markdown */, + 1276C9B0A31611C03E70EB9500D89826 /* Pods-EVURLCache-acknowledgements.plist */, + 252B6C83DDD8A41C7362E93113DA8815 /* Pods-EVURLCache-dummy.m */, + CBED07C35DEC95FE471AE3E9329F064E /* Pods-EVURLCache-frameworks.sh */, + 408AF5E98A96107F16123D4AC400AE4F /* Pods-EVURLCache-resources.sh */, + 15DC273561E1DDABF649C15D52D3080A /* Pods-EVURLCache-umbrella.h */, + B1CDECCB1DBE64A48CCFCC7426694E1B /* Pods-EVURLCache.debug.xcconfig */, + 67B40B368D60B1DC2FCD4BCA33A8805F /* Pods-EVURLCache.release.xcconfig */, ); - path = ReachabilitySwift; + name = "Pods-EVURLCache"; + path = "Target Support Files/Pods-EVURLCache"; + sourceTree = ""; + }; + F40642B925A6E8D762626DFA1B651A3A /* Products */ = { + isa = PBXGroup; + children = ( + 37B809B9882295F15751CCD446A21809 /* Pods.framework */, + DDFCD19A5DE8C49A407A7C6AEB831F23 /* Pods_EVURLCache.framework */, + DEF9DA7E66D914C6E87F7F27E412B1E4 /* Pods_OSXcompileTest.framework */, + 50DB6DB7AA07C741B2DCAB3E45DA3293 /* ReachabilitySwift.framework */, + ); + name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 8EC508DF477670198D31587F287569F4 /* Headers */ = { + 1AA889F33932A81ED29125A868310DB3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3F30E402D08EF59E8FD22D70E5FBF251 /* Pods-ReachabilitySwift-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2B963E3F16E9BEA01E2C76ED29EB5B4E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4E520E492532E2D25DD6237C9697BDA5 /* ReachabilitySwift-umbrella.h in Headers */, + DAC96E1CF0D84BC6CE6322F1A61A945E /* Pods-EVURLCache-ReachabilitySwift-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A18916702EA19B431A45F554C2BA9478 /* Headers */ = { + 700BC59FFDFEEEBC1695156355CAE76D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FA23B2A8D228E422F5AE8318C71A1574 /* Pods-umbrella.h in Headers */, + 5F54EEDBCC5C4E57BC91FB5056317D1B /* Pods-OSXcompileTest-ReachabilitySwift-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8ADDEB91A09CD8EA0251959F948019A3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 943E4FF3819809EA1B09BBAE9039B69F /* Pods-OSXcompileTest-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ADDC706CDADD055456BBDA90A38067B4 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + CFAFA60FA4B2086018D9131790BA3FFC /* Pods-EVURLCache-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D40B1379142A297C896EBDF5F152899F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 81008473FF6452E6175863987B880E79 /* Pods-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 1108E8EB936C32CF3494D734808E1525 /* Pods */ = { + 4FBF259B1C4D6EB69E18A0E5BF6832E8 /* Pods-OSXcompileTest */ = { isa = PBXNativeTarget; - buildConfigurationList = F90054D42E918F0DEFF466A914A9494B /* Build configuration list for PBXNativeTarget "Pods" */; + buildConfigurationList = A30630261223E0006D3A24D4F315AD30 /* Build configuration list for PBXNativeTarget "Pods-OSXcompileTest" */; buildPhases = ( - E90E8B6243151978693EE80DEA862231 /* Sources */, - 298348C4D16E0ED40597B83AE61709B2 /* Frameworks */, - A18916702EA19B431A45F554C2BA9478 /* Headers */, + BABB929D2CE2D9DBC00800F64F38351F /* Sources */, + 37790407C944091BF4325FF365F3C4D9 /* Frameworks */, + 8ADDEB91A09CD8EA0251959F948019A3 /* Headers */, ); buildRules = ( ); dependencies = ( - 42CDC67BD96F42C9B34811A58BFE2082 /* PBXTargetDependency */, + E18A10973D8601845F041EE3EAE2D8F0 /* PBXTargetDependency */, ); - name = Pods; - productName = Pods; - productReference = CC1729837FA72EDA3F674BB5F8F95139 /* Pods.framework */; + name = "Pods-OSXcompileTest"; + productName = "Pods-OSXcompileTest"; + productReference = DEF9DA7E66D914C6E87F7F27E412B1E4 /* Pods_OSXcompileTest.framework */; + productType = "com.apple.product-type.framework"; + }; + 506944AA260D4B55F7E2726E2A5E58DD /* Pods-EVURLCache-ReachabilitySwift */ = { + isa = PBXNativeTarget; + buildConfigurationList = C28EFAB151613C07806273E0E6DD8825 /* Build configuration list for PBXNativeTarget "Pods-EVURLCache-ReachabilitySwift" */; + buildPhases = ( + 0CB8516D8BE6EA36D4BA3D94842B1BEA /* Sources */, + ED59A6A62880A4930AB01BEE92D5099E /* Frameworks */, + 2B963E3F16E9BEA01E2C76ED29EB5B4E /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-EVURLCache-ReachabilitySwift"; + productName = "Pods-EVURLCache-ReachabilitySwift"; + productReference = 50DB6DB7AA07C741B2DCAB3E45DA3293 /* ReachabilitySwift.framework */; + productType = "com.apple.product-type.framework"; + }; + 611C9A045340657B2C6F28B85E10831C /* Pods-ReachabilitySwift */ = { + isa = PBXNativeTarget; + buildConfigurationList = A15E6F9C0A157C859E8BEAB5AFA8E696 /* Build configuration list for PBXNativeTarget "Pods-ReachabilitySwift" */; + buildPhases = ( + 21CA6FB890ACBFBD50D925757BB0FFF5 /* Sources */, + A4E9AD5303DB18B0A8F94A9B645FAFD3 /* Frameworks */, + 1AA889F33932A81ED29125A868310DB3 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-ReachabilitySwift"; + productName = "Pods-ReachabilitySwift"; + productReference = 50DB6DB7AA07C741B2DCAB3E45DA3293 /* ReachabilitySwift.framework */; + productType = "com.apple.product-type.framework"; + }; + 877424B6C776EE522AF880DEFBA5B65A /* Pods-OSXcompileTest-ReachabilitySwift */ = { + isa = PBXNativeTarget; + buildConfigurationList = DFA7E9E17BCC08C223A655B60477076D /* Build configuration list for PBXNativeTarget "Pods-OSXcompileTest-ReachabilitySwift" */; + buildPhases = ( + 84971D13B6CFF34A288BFB84E83A7B87 /* Sources */, + CC5F60A864CC9C5C1759EEB96A57B212 /* Frameworks */, + 700BC59FFDFEEEBC1695156355CAE76D /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-OSXcompileTest-ReachabilitySwift"; + productName = "Pods-OSXcompileTest-ReachabilitySwift"; + productReference = 50DB6DB7AA07C741B2DCAB3E45DA3293 /* ReachabilitySwift.framework */; + productType = "com.apple.product-type.framework"; + }; + 8DEA8B708B750F16114CD506E4C528C0 /* Pods-EVURLCache */ = { + isa = PBXNativeTarget; + buildConfigurationList = 43C7430B059F8850C5DDB6D3FB6FA942 /* Build configuration list for PBXNativeTarget "Pods-EVURLCache" */; + buildPhases = ( + 27434F164BC3004C49E1CA91B5BA1B6B /* Sources */, + 84CEEEBE31E435606E1BB422AAA4A5DC /* Frameworks */, + ADDC706CDADD055456BBDA90A38067B4 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 9D666B9DE7B8219F347E2DB1A78B7977 /* PBXTargetDependency */, + ); + name = "Pods-EVURLCache"; + productName = "Pods-EVURLCache"; + productReference = DDFCD19A5DE8C49A407A7C6AEB831F23 /* Pods_EVURLCache.framework */; productType = "com.apple.product-type.framework"; }; - E2BE73BD78A20FD490B30FD816366EA3 /* ReachabilitySwift */ = { + 99AF2DE718BFA9C409AEAC66723DC6B1 /* Pods */ = { isa = PBXNativeTarget; - buildConfigurationList = 7FCD49A1A9BAB515A1BB48DAC6D92846 /* Build configuration list for PBXNativeTarget "ReachabilitySwift" */; + buildConfigurationList = FD0210866A5B34E42DF7C9E0D53BBF06 /* Build configuration list for PBXNativeTarget "Pods" */; buildPhases = ( - AD04BFDBEBAC70F439AFAF2A8E03FE7B /* Sources */, - 1A67545BA556F20F6F903EDD145B6058 /* Frameworks */, - 8EC508DF477670198D31587F287569F4 /* Headers */, + 08C85D8C2D4242A489BAA441F4428F6E /* Sources */, + 8A22DCAE25FB6A4084D5A7A95CC754EF /* Frameworks */, + D40B1379142A297C896EBDF5F152899F /* Headers */, ); buildRules = ( ); dependencies = ( + B7D0581A29534CDF07236A00EBCFEC6B /* PBXTargetDependency */, ); - name = ReachabilitySwift; - productName = ReachabilitySwift; - productReference = B1571D7BE35A92C839919332CF4037AA /* ReachabilitySwift.framework */; + name = Pods; + productName = Pods; + productReference = 37B809B9882295F15751CCD446A21809 /* Pods.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -241,49 +505,99 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = CD5550B449395C1BE55F299DA788425F /* Products */; + productRefGroup = F40642B925A6E8D762626DFA1B651A3A /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 1108E8EB936C32CF3494D734808E1525 /* Pods */, - E2BE73BD78A20FD490B30FD816366EA3 /* ReachabilitySwift */, + 99AF2DE718BFA9C409AEAC66723DC6B1 /* Pods */, + 8DEA8B708B750F16114CD506E4C528C0 /* Pods-EVURLCache */, + 506944AA260D4B55F7E2726E2A5E58DD /* Pods-EVURLCache-ReachabilitySwift */, + 4FBF259B1C4D6EB69E18A0E5BF6832E8 /* Pods-OSXcompileTest */, + 877424B6C776EE522AF880DEFBA5B65A /* Pods-OSXcompileTest-ReachabilitySwift */, + 611C9A045340657B2C6F28B85E10831C /* Pods-ReachabilitySwift */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ - AD04BFDBEBAC70F439AFAF2A8E03FE7B /* Sources */ = { + 08C85D8C2D4242A489BAA441F4428F6E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 775A8A14B74B461D5C09F975FA38532B /* Pods-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0CB8516D8BE6EA36D4BA3D94842B1BEA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 623155B1CD911FE2809FBA94C695C073 /* Reachability.swift in Sources */, - AAB326716AD2049B8AA11D8D70E6C4DA /* ReachabilitySwift-dummy.m in Sources */, + 1176AFF2BA5DFCBD5B44945D0305F754 /* Pods-EVURLCache-ReachabilitySwift-dummy.m in Sources */, + 5F53F0F38519E12212CAACB0BE740B4F /* Reachability.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E90E8B6243151978693EE80DEA862231 /* Sources */ = { + 21CA6FB890ACBFBD50D925757BB0FFF5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 655CB59A4419AFB7E1D52B92C32D267C /* Pods-dummy.m in Sources */, + B1388E727AAB380A9054FE1D45623F14 /* Pods-ReachabilitySwift-dummy.m in Sources */, + F530E1506D3CF0E7E11E9CB6BFAE8E21 /* Reachability.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 27434F164BC3004C49E1CA91B5BA1B6B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 089834B52544B55D195409CA1BD280E4 /* Pods-EVURLCache-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 84971D13B6CFF34A288BFB84E83A7B87 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FE798F730C612694278CD8BC6610A8FD /* Pods-OSXcompileTest-ReachabilitySwift-dummy.m in Sources */, + 49616C00D6B6783E7AC5B9B1B6FBB0AF /* Reachability.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BABB929D2CE2D9DBC00800F64F38351F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E2460F1138EE3A9F010D15368C173A91 /* Pods-OSXcompileTest-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 42CDC67BD96F42C9B34811A58BFE2082 /* PBXTargetDependency */ = { + 9D666B9DE7B8219F347E2DB1A78B7977 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReachabilitySwift; - target = E2BE73BD78A20FD490B30FD816366EA3 /* ReachabilitySwift */; - targetProxy = DCE25504E070B74053675767635EFD55 /* PBXContainerItemProxy */; + name = "Pods-EVURLCache-ReachabilitySwift"; + target = 506944AA260D4B55F7E2726E2A5E58DD /* Pods-EVURLCache-ReachabilitySwift */; + targetProxy = 00DB20C3D0B92BA9887ACD566E41AB27 /* PBXContainerItemProxy */; + }; + B7D0581A29534CDF07236A00EBCFEC6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-ReachabilitySwift"; + target = 611C9A045340657B2C6F28B85E10831C /* Pods-ReachabilitySwift */; + targetProxy = 319C2BC1FD96D1D51A57E91BD6E36B65 /* PBXContainerItemProxy */; + }; + E18A10973D8601845F041EE3EAE2D8F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-OSXcompileTest-ReachabilitySwift"; + target = 877424B6C776EE522AF880DEFBA5B65A /* Pods-OSXcompileTest-ReachabilitySwift */; + targetProxy = A7A44E53729BAEE0FD63D130A36E4813 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 6C84BFBB10148321BCAECB2E51B21B3B /* Release */ = { + 094E89B5E155D8FE365A8BB8CD9F73F0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2D2A444FC528FC0D4C80F57A3D32F88 /* ReachabilitySwift.xcconfig */; + baseConfigurationReference = B1CDECCB1DBE64A48CCFCC7426694E1B /* Pods-EVURLCache.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -292,25 +606,57 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/ReachabilitySwift/ReachabilitySwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ReachabilitySwift/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-EVURLCache/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/ReachabilitySwift/ReachabilitySwift.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = ReachabilitySwift; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-EVURLCache/Pods-EVURLCache.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods_EVURLCache; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; + }; + 0D20FDF891AF30A4BF7DE5F477C982AB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 32674B22CBEFF096F6A6D1C5EBF6C356 /* Pods-OSXcompileTest-ReachabilitySwift.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + FRAMEWORK_VERSION = A; + GCC_PREFIX_HEADER = "Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MODULEMAP_FILE = "Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = ReachabilitySwift; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; }; - 8577ABAEDD115331E07EB8163C5E3372 /* Release */ = { + 2C878B27A511060E2118827332713436 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA312349A49333542E6F4B36B329960E /* Pods.release.xcconfig */; + baseConfigurationReference = 6BB05B756510995A6017AE5BC3274630 /* Pods-ReachabilitySwift.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -319,17 +665,14 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-ReachabilitySwift/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods; + PRODUCT_NAME = ReachabilitySwift; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -338,38 +681,66 @@ }; name = Release; }; - 8AF819B97A15CB79717D796A721D2D9C /* Debug */ = { + 4263DF5F38317DD6922110674DE31258 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 977577C045EDA9D9D1F46E2598D19FC7 /* Pods.debug.xcconfig */; + baseConfigurationReference = 32674B22CBEFF096F6A6D1C5EBF6C356 /* Pods-OSXcompileTest-ReachabilitySwift.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + FRAMEWORK_VERSION = A; + GCC_PREFIX_HEADER = "Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MODULEMAP_FILE = "Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = ReachabilitySwift; + SDKROOT = macosx; + SKIP_INSTALL = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 5288929B92846117B05C6671A367B030 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3184C317EE973D03BD3E4742E47001E6 /* Pods-OSXcompileTest.release.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "Target Support Files/Pods-OSXcompileTest/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MODULEMAP_FILE = "Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods; - SDKROOT = iphoneos; + PRODUCT_NAME = Pods_OSXcompileTest; + SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - C074F63C9EE7CB4D8C618390A32CEC35 /* Debug */ = { + 5309DBFFC6EDE3BDF2D1D673444EC4F5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -401,14 +772,220 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MACOSX_DEPLOYMENT_TARGET = 10.9; ONLY_ACTIVE_ARCH = YES; STRIP_INSTALLED_PRODUCT = NO; SYMROOT = "${SRCROOT}/../build"; }; name = Debug; }; - E43846B588E1892F3093F3B7082B6DFB /* Release */ = { + 61B1B7749D63BD3BAD999442BFF17E2B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D8BA870301F8E56B5C21AB45B9C25F13 /* Pods-OSXcompileTest.debug.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "Target Support Files/Pods-OSXcompileTest/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MODULEMAP_FILE = "Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods_OSXcompileTest; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 6D2C66DDBA9B6394D05720F579F81FDF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3568F00D54973539FE2370F2A86B3AB9 /* Pods-EVURLCache-ReachabilitySwift.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-EVURLCache-ReachabilitySwift/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = ReachabilitySwift; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 858260646299EA4F94A538894B24FEF2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 67B40B368D60B1DC2FCD4BCA33A8805F /* Pods-EVURLCache.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + INFOPLIST_FILE = "Target Support Files/Pods-EVURLCache/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-EVURLCache/Pods-EVURLCache.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods_EVURLCache; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 935B7C78D904BC8ACB44AF38E429371E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3568F00D54973539FE2370F2A86B3AB9 /* Pods-EVURLCache-ReachabilitySwift.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-EVURLCache-ReachabilitySwift/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = ReachabilitySwift; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 984085E518F54259CC171393D4AAD9EB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9633800B57843DD985EFE1C7E82DBEB3 /* Pods.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.1; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + BF0A2B3790B7D572AA4FF9AB478A0ABB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 80A79E1F29FB4BEFE55A95808E68E76D /* Pods.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.1; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods/Pods.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_NAME = Pods; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D62FD464567B3580D17511666D60212E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6BB05B756510995A6017AE5BC3274630 /* Pods-ReachabilitySwift.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_PREFIX_HEADER = "Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Pods-ReachabilitySwift/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.1; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = ReachabilitySwift; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + FD8884DBD2C651E2D937D1E7682F8C19 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -435,67 +1012,76 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MACOSX_DEPLOYMENT_TARGET = 10.9; STRIP_INSTALLED_PRODUCT = NO; SYMROOT = "${SRCROOT}/../build"; VALIDATE_PRODUCT = YES; }; name = Release; }; - E44D365BA23701393A7AA7AE7F8EA8FA /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E2D2A444FC528FC0D4C80F57A3D32F88 /* ReachabilitySwift.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/ReachabilitySwift/ReachabilitySwift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ReachabilitySwift/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/ReachabilitySwift/ReachabilitySwift.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = ReachabilitySwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - C074F63C9EE7CB4D8C618390A32CEC35 /* Debug */, - E43846B588E1892F3093F3B7082B6DFB /* Release */, + 5309DBFFC6EDE3BDF2D1D673444EC4F5 /* Debug */, + FD8884DBD2C651E2D937D1E7682F8C19 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 43C7430B059F8850C5DDB6D3FB6FA942 /* Build configuration list for PBXNativeTarget "Pods-EVURLCache" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 094E89B5E155D8FE365A8BB8CD9F73F0 /* Debug */, + 858260646299EA4F94A538894B24FEF2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A15E6F9C0A157C859E8BEAB5AFA8E696 /* Build configuration list for PBXNativeTarget "Pods-ReachabilitySwift" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D62FD464567B3580D17511666D60212E /* Debug */, + 2C878B27A511060E2118827332713436 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A30630261223E0006D3A24D4F315AD30 /* Build configuration list for PBXNativeTarget "Pods-OSXcompileTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 61B1B7749D63BD3BAD999442BFF17E2B /* Debug */, + 5288929B92846117B05C6671A367B030 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C28EFAB151613C07806273E0E6DD8825 /* Build configuration list for PBXNativeTarget "Pods-EVURLCache-ReachabilitySwift" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 935B7C78D904BC8ACB44AF38E429371E /* Debug */, + 6D2C66DDBA9B6394D05720F579F81FDF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7FCD49A1A9BAB515A1BB48DAC6D92846 /* Build configuration list for PBXNativeTarget "ReachabilitySwift" */ = { + DFA7E9E17BCC08C223A655B60477076D /* Build configuration list for PBXNativeTarget "Pods-OSXcompileTest-ReachabilitySwift" */ = { isa = XCConfigurationList; buildConfigurations = ( - E44D365BA23701393A7AA7AE7F8EA8FA /* Debug */, - 6C84BFBB10148321BCAECB2E51B21B3B /* Release */, + 0D20FDF891AF30A4BF7DE5F477C982AB /* Debug */, + 4263DF5F38317DD6922110674DE31258 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F90054D42E918F0DEFF466A914A9494B /* Build configuration list for PBXNativeTarget "Pods" */ = { + FD0210866A5B34E42DF7C9E0D53BBF06 /* Build configuration list for PBXNativeTarget "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8AF819B97A15CB79717D796A721D2D9C /* Debug */, - 8577ABAEDD115331E07EB8163C5E3372 /* Release */, + BF0A2B3790B7D572AA4FF9AB478A0ABB /* Debug */, + 984085E518F54259CC171393D4AAD9EB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Target Support Files/ReachabilitySwift/Info.plist b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Info.plist similarity index 100% rename from Pods/Target Support Files/ReachabilitySwift/Info.plist rename to Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Info.plist diff --git a/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-dummy.m b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-dummy.m new file mode 100644 index 0000000..6ddfde3 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_EVURLCache_ReachabilitySwift : NSObject +@end +@implementation PodsDummy_Pods_EVURLCache_ReachabilitySwift +@end diff --git a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-prefix.pch b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-prefix.pch similarity index 100% rename from Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-prefix.pch rename to Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-prefix.pch diff --git a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-umbrella.h b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-umbrella.h similarity index 100% rename from Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-umbrella.h rename to Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift-umbrella.h diff --git a/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.modulemap b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.modulemap new file mode 100644 index 0000000..c12c91f --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.modulemap @@ -0,0 +1,6 @@ +framework module ReachabilitySwift { + umbrella header "Pods-EVURLCache-ReachabilitySwift-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.xcconfig b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.xcconfig new file mode 100644 index 0000000..2eb82cd --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache-ReachabilitySwift/Pods-EVURLCache-ReachabilitySwift.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = $PODS_FRAMEWORK_BUILD_PATH +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReachabilitySwift" "${PODS_ROOT}/Headers/Public" +OTHER_LDFLAGS = -framework "SystemConfiguration" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-EVURLCache +PODS_ROOT = ${SRCROOT} +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-EVURLCache/Info.plist b/Pods/Target Support Files/Pods-EVURLCache/Info.plist new file mode 100644 index 0000000..6974542 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.markdown b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.markdown new file mode 100644 index 0000000..db01da8 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.markdown @@ -0,0 +1,28 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## ReachabilitySwift + +/* +Copyright (c) 2014, Ashley Mills +All rights reserved. + +Redistribution and use in source, with or without modification, is permitted provided that the following condition is met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +*/ + +Generated by CocoaPods - http://cocoapods.org diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.plist b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.plist new file mode 100644 index 0000000..c51d9c5 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-acknowledgements.plist @@ -0,0 +1,58 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + /* +Copyright (c) 2014, Ashley Mills +All rights reserved. + +Redistribution and use in source, with or without modification, is permitted provided that the following condition is met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +*/ + + Title + ReachabilitySwift + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - http://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-dummy.m b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-dummy.m new file mode 100644 index 0000000..be7b025 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_EVURLCache : NSObject +@end +@implementation PodsDummy_Pods_EVURLCache +@end diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-frameworks.sh b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-frameworks.sh new file mode 100755 index 0000000..1fca4e8 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-frameworks.sh @@ -0,0 +1,91 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "Pods-EVURLCache/ReachabilitySwift.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "Pods-EVURLCache/ReachabilitySwift.framework" +fi diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-resources.sh b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-resources.sh new file mode 100755 index 0000000..16774fb --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-resources.sh @@ -0,0 +1,95 @@ +#!/bin/sh +set -e + +mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +realpath() { + DIRECTORY="$(cd "${1%/*}" && pwd)" + FILENAME="${1##*/}" + echo "$DIRECTORY/$FILENAME" +} + +install_resource() +{ + case $1 in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.framework) + echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" + xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + /*) + echo "$1" + echo "$1" >> "$RESOURCES_TO_COPY" + ;; + *) + echo "${PODS_ROOT}/$1" + echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; + esac + + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-umbrella.h b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-umbrella.h new file mode 100644 index 0000000..5266cf0 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_EVURLCacheVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_EVURLCacheVersionString[]; + diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.debug.xcconfig b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.debug.xcconfig new file mode 100644 index 0000000..851cea1 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.debug.xcconfig @@ -0,0 +1,9 @@ +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/ReachabilitySwift.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ReachabilitySwift" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-EVURLCache +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.modulemap b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.modulemap new file mode 100644 index 0000000..3932bc9 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.modulemap @@ -0,0 +1,6 @@ +framework module Pods_EVURLCache { + umbrella header "Pods-EVURLCache-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.release.xcconfig b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.release.xcconfig new file mode 100644 index 0000000..851cea1 --- /dev/null +++ b/Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.release.xcconfig @@ -0,0 +1,9 @@ +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/ReachabilitySwift.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ReachabilitySwift" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-EVURLCache +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Info.plist b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Info.plist new file mode 100644 index 0000000..fb4ddf0 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.3 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-dummy.m b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-dummy.m new file mode 100644 index 0000000..196c546 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_OSXcompileTest_ReachabilitySwift : NSObject +@end +@implementation PodsDummy_Pods_OSXcompileTest_ReachabilitySwift +@end diff --git a/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-prefix.pch b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-prefix.pch new file mode 100644 index 0000000..b9c163b --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-umbrella.h b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-umbrella.h new file mode 100644 index 0000000..fdc4bca --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double ReachabilitySwiftVersionNumber; +FOUNDATION_EXPORT const unsigned char ReachabilitySwiftVersionString[]; + diff --git a/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.modulemap b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.modulemap new file mode 100644 index 0000000..e3fd522 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.modulemap @@ -0,0 +1,6 @@ +framework module ReachabilitySwift { + umbrella header "Pods-OSXcompileTest-ReachabilitySwift-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.xcconfig b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.xcconfig new file mode 100644 index 0000000..a1390c0 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest-ReachabilitySwift/Pods-OSXcompileTest-ReachabilitySwift.xcconfig @@ -0,0 +1,10 @@ +CODE_SIGN_IDENTITY = +CONFIGURATION_BUILD_DIR = $PODS_FRAMEWORK_BUILD_PATH +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReachabilitySwift" "${PODS_ROOT}/Headers/Public" +OTHER_LDFLAGS = -framework "SystemConfiguration" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-OSXcompileTest +PODS_ROOT = ${SRCROOT} +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Info.plist b/Pods/Target Support Files/Pods-OSXcompileTest/Info.plist new file mode 100644 index 0000000..6974542 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.markdown b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.markdown new file mode 100644 index 0000000..db01da8 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.markdown @@ -0,0 +1,28 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## ReachabilitySwift + +/* +Copyright (c) 2014, Ashley Mills +All rights reserved. + +Redistribution and use in source, with or without modification, is permitted provided that the following condition is met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +*/ + +Generated by CocoaPods - http://cocoapods.org diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.plist b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.plist new file mode 100644 index 0000000..c51d9c5 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-acknowledgements.plist @@ -0,0 +1,58 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + /* +Copyright (c) 2014, Ashley Mills +All rights reserved. + +Redistribution and use in source, with or without modification, is permitted provided that the following condition is met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +*/ + + Title + ReachabilitySwift + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - http://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-dummy.m b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-dummy.m new file mode 100644 index 0000000..5cc3dc2 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_OSXcompileTest : NSObject +@end +@implementation PodsDummy_Pods_OSXcompileTest +@end diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-frameworks.sh b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-frameworks.sh new file mode 100755 index 0000000..c576f03 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-frameworks.sh @@ -0,0 +1,91 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "Pods-OSXcompileTest/ReachabilitySwift.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "Pods-OSXcompileTest/ReachabilitySwift.framework" +fi diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-resources.sh b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-resources.sh new file mode 100755 index 0000000..16774fb --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-resources.sh @@ -0,0 +1,95 @@ +#!/bin/sh +set -e + +mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +realpath() { + DIRECTORY="$(cd "${1%/*}" && pwd)" + FILENAME="${1##*/}" + echo "$DIRECTORY/$FILENAME" +} + +install_resource() +{ + case $1 in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" + ;; + *.framework) + echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" + xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + /*) + echo "$1" + echo "$1" >> "$RESOURCES_TO_COPY" + ;; + *) + echo "${PODS_ROOT}/$1" + echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; + esac + + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-umbrella.h b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-umbrella.h new file mode 100644 index 0000000..01e1fb7 --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_OSXcompileTestVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_OSXcompileTestVersionString[]; + diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.debug.xcconfig b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.debug.xcconfig new file mode 100644 index 0000000..1ed10dd --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.debug.xcconfig @@ -0,0 +1,10 @@ +CODE_SIGN_IDENTITY = +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/ReachabilitySwift.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ReachabilitySwift" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-OSXcompileTest +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.modulemap b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.modulemap new file mode 100644 index 0000000..beb1fef --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.modulemap @@ -0,0 +1,6 @@ +framework module Pods_OSXcompileTest { + umbrella header "Pods-OSXcompileTest-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.release.xcconfig b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.release.xcconfig new file mode 100644 index 0000000..1ed10dd --- /dev/null +++ b/Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.release.xcconfig @@ -0,0 +1,10 @@ +CODE_SIGN_IDENTITY = +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/ReachabilitySwift.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ReachabilitySwift" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-OSXcompileTest +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-ReachabilitySwift/Info.plist b/Pods/Target Support Files/Pods-ReachabilitySwift/Info.plist new file mode 100644 index 0000000..fb4ddf0 --- /dev/null +++ b/Pods/Target Support Files/Pods-ReachabilitySwift/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.3 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-dummy.m b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-dummy.m new file mode 100644 index 0000000..db8d214 --- /dev/null +++ b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_ReachabilitySwift : NSObject +@end +@implementation PodsDummy_Pods_ReachabilitySwift +@end diff --git a/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-prefix.pch b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-umbrella.h b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-umbrella.h new file mode 100644 index 0000000..8e93a44 --- /dev/null +++ b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double ReachabilitySwiftVersionNumber; +FOUNDATION_EXPORT const unsigned char ReachabilitySwiftVersionString[]; + diff --git a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift.modulemap b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.modulemap similarity index 58% rename from Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift.modulemap rename to Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.modulemap index b86cb6a..6e19675 100644 --- a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift.modulemap +++ b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.modulemap @@ -1,5 +1,5 @@ framework module ReachabilitySwift { - umbrella header "ReachabilitySwift-umbrella.h" + umbrella header "Pods-ReachabilitySwift-umbrella.h" export * module * { export * } diff --git a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift.xcconfig b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.xcconfig similarity index 61% rename from Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift.xcconfig rename to Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.xcconfig index f9b4552..d6efc65 100644 --- a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift.xcconfig +++ b/Pods/Target Support Files/Pods-ReachabilitySwift/Pods-ReachabilitySwift.xcconfig @@ -1,6 +1,9 @@ +CONFIGURATION_BUILD_DIR = $PODS_FRAMEWORK_BUILD_PATH +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReachabilitySwift" "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = -framework "SystemConfiguration" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods PODS_ROOT = ${SRCROOT} SKIP_INSTALL = YES \ No newline at end of file diff --git a/Pods/Target Support Files/Pods/Pods.debug.xcconfig b/Pods/Target Support Files/Pods/Pods.debug.xcconfig index 1ffac18..acfd914 100644 --- a/Pods/Target Support Files/Pods/Pods.debug.xcconfig +++ b/Pods/Target Support Files/Pods/Pods.debug.xcconfig @@ -1,7 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/ReachabilitySwift.framework/Headers" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/ReachabilitySwift.framework/Headers" OTHER_LDFLAGS = $(inherited) -framework "ReachabilitySwift" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods diff --git a/Pods/Target Support Files/Pods/Pods.release.xcconfig b/Pods/Target Support Files/Pods/Pods.release.xcconfig index 1ffac18..acfd914 100644 --- a/Pods/Target Support Files/Pods/Pods.release.xcconfig +++ b/Pods/Target Support Files/Pods/Pods.release.xcconfig @@ -1,7 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/ReachabilitySwift.framework/Headers" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/ReachabilitySwift.framework/Headers" OTHER_LDFLAGS = $(inherited) -framework "ReachabilitySwift" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods diff --git a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-dummy.m b/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-dummy.m deleted file mode 100644 index 5b7a617..0000000 --- a/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_ReachabilitySwift : NSObject -@end -@implementation PodsDummy_ReachabilitySwift -@end