From ebf81a1e2742cc536bb84c0a057814f303b34da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 16 Oct 2015 10:44:17 -0700 Subject: [iOS] Upgraded to AliSoftware/OHHTTPStubs@4.3.0 --- .../Headers/Private/OHHTTPStubs/Compatibility.h | 1 + .../Private/OHHTTPStubs/OHHTTPStubsResponse+JSON.h | 2 +- .../Headers/Private/OHHTTPStubs/OHPathHelpers.h | 2 +- .../Pods/Local Podspecs/OHHTTPStubs.podspec.json | 100 +++- .../OHHTTPStubs/Examples/Swift/Pods/Manifest.lock | 21 +- .../Swift/Pods/Pods.xcodeproj/project.pbxproj | 633 +++++++++++++-------- .../xcshareddata/xcschemes/OHHTTPStubs.xcscheme | 71 +++ .../Target Support Files/OHHTTPStubs/Info.plist | 26 + .../OHHTTPStubs/OHHTTPStubs-Private.xcconfig | 7 + .../OHHTTPStubs/OHHTTPStubs-dummy.m | 5 + .../OHHTTPStubs/OHHTTPStubs-prefix.pch | 4 + .../OHHTTPStubs/OHHTTPStubs-umbrella.h | 12 + .../OHHTTPStubs/OHHTTPStubs.modulemap | 6 + .../OHHTTPStubs/OHHTTPStubs.xcconfig | 1 + .../Target Support Files/Pods/Pods-frameworks.sh | 42 +- .../Target Support Files/Pods/Pods-resources.sh | 6 +- .../Target Support Files/Pods/Pods.debug.xcconfig | 7 +- .../Pods/Pods.release.xcconfig | 7 +- 18 files changed, 664 insertions(+), 289 deletions(-) create mode 120000 test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/Compatibility.h create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/xcshareddata/xcschemes/OHHTTPStubs.xcscheme create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/Info.plist create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-Private.xcconfig create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-dummy.m create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-umbrella.h create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap create mode 100644 test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.xcconfig (limited to 'test/ios/OHHTTPStubs/Examples/Swift/Pods') diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/Compatibility.h b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/Compatibility.h new file mode 120000 index 0000000000..7a6d07a0a9 --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/Compatibility.h @@ -0,0 +1 @@ +../../../../../../OHHTTPStubs/Sources/Compatibility.h \ No newline at end of file diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHHTTPStubsResponse+JSON.h b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHHTTPStubsResponse+JSON.h index 247257b1d8..f976df50d7 120000 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHHTTPStubsResponse+JSON.h +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHHTTPStubsResponse+JSON.h @@ -1 +1 @@ -../../../../../../OHHTTPStubs/Sources/OHHTTPStubsResponse+JSON.h \ No newline at end of file +../../../../../../OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.h \ No newline at end of file diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHPathHelpers.h b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHPathHelpers.h index 6a6273c69c..81aae9624d 120000 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHPathHelpers.h +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Headers/Private/OHHTTPStubs/OHPathHelpers.h @@ -1 +1 @@ -../../../../../../OHHTTPStubs/Sources/OHPathHelpers.h \ No newline at end of file +../../../../../../OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.h \ No newline at end of file diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json index 3be5f2250f..a1bed26164 100644 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Local Podspecs/OHHTTPStubs.podspec.json @@ -1,8 +1,8 @@ { "name": "OHHTTPStubs", - "version": "4.0.1", + "version": "4.3.0", "summary": "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest.", - "description": "A class to stub network requests easily:\n\n * Test your apps with fake network data (stubbed from file)\n * You can also customize your response headers and status code\n * Use customized stubs depending on the requests\n * Use custom response time to simulate slow network.\n * This works with any request (HTTP, HTTPS, or any protocol) sent using\n the iOS URL Loading System (NSURLConnection, NSURLSession, AFNetworking, …)\n * This is really useful in unit testing, when you need to test network features\n but don't want to hit the real network and fake some response data instead.\n * Has useful convenience methods to stub JSON content or fixture from a file\n * Compatible with Swift\n", + "description": "A class to stub network requests easily:\n\n * Test your apps with fake network data (stubbed from file)\n * You can also customize your response headers and status code\n * Use customized stubs depending on the requests\n * Use custom response time to simulate slow network.\n * This works with any request (HTTP, HTTPS, or any protocol) sent using\n the iOS URL Loading System (NSURLConnection, NSURLSession, AFNetworking, …)\n * This is really useful in unit testing, when you need to test network features\n but don't want to hit the real network and fake some response data instead.\n * Has useful convenience methods to stub JSON content or fixture from a file\n * Compatible with Swift", "homepage": "https://github.com/AliSoftware/OHHTTPStubs", "license": "MIT", "authors": { @@ -10,10 +10,8 @@ }, "source": { "git": "https://github.com/AliSoftware/OHHTTPStubs.git", - "tag": "4.0.1" + "tag": "4.3.0" }, - "source_files": "OHHTTPStubs/Sources/*.{h,m}", - "public_header_files": "OHHTTPStubs/Sources/*.h", "frameworks": [ "Foundation", "CFNetwork" @@ -21,6 +19,94 @@ "requires_arc": true, "platforms": { "ios": "5.0", - "osx": "10.7" - } + "osx": "10.7", + "watchos": "2.0" + }, + "default_subspecs": "Default", + "subspecs": [ + { + "name": "Default", + "dependencies": { + "OHHTTPStubs/Core": [ + + ], + "OHHTTPStubs/NSURLSession": [ + + ], + "OHHTTPStubs/JSON": [ + + ], + "OHHTTPStubs/OHPathHelpers": [ + + ] + } + }, + { + "name": "Core", + "source_files": "OHHTTPStubs/Sources/*.{h,m}", + "public_header_files": "OHHTTPStubs/Sources/*.h" + }, + { + "name": "NSURLSession", + "dependencies": { + "OHHTTPStubs/Core": [ + + ] + }, + "source_files": "OHHTTPStubs/Sources/NSURLSession/*.{h,m}" + }, + { + "name": "JSON", + "dependencies": { + "OHHTTPStubs/Core": [ + + ] + }, + "source_files": "OHHTTPStubs/Sources/JSON/*.{h,m}", + "public_header_files": "OHHTTPStubs/Sources/JSON/*.h" + }, + { + "name": "HTTPMessage", + "dependencies": { + "OHHTTPStubs/Core": [ + + ] + }, + "source_files": "OHHTTPStubs/Sources/HTTPMessage/*.{h,m}", + "public_header_files": "OHHTTPStubs/Sources/HTTPMessage/*.h" + }, + { + "name": "Mocktail", + "dependencies": { + "OHHTTPStubs/Core": [ + + ] + }, + "source_files": "OHHTTPStubs/Sources/Mocktail/*.{h,m}", + "public_header_files": "OHHTTPStubs/Sources/Mocktail/*.h" + }, + { + "name": "OHPathHelpers", + "source_files": [ + "OHHTTPStubs/Sources/OHPathHelpers/*.{h,m}", + "OHHTTPStubs/Sources/Compatibility.h" + ], + "public_header_files": [ + "OHHTTPStubs/Sources/OHPathHelpers/*.h", + "OHHTTPStubs/Sources/Compatibility.h" + ] + }, + { + "name": "Swift", + "platforms": { + "ios": "8.0" + }, + "dependencies": { + "OHHTTPStubs/Core": [ + + ] + }, + "source_files": "OHHTTPStubs/Sources/Swift/*.swift" + } + ] } diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Manifest.lock b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Manifest.lock index 8192540ce7..834a7de58b 100644 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Manifest.lock +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Manifest.lock @@ -1,14 +1,29 @@ PODS: - - OHHTTPStubs (4.0.1) + - OHHTTPStubs (4.3.0): + - OHHTTPStubs/Default (= 4.3.0) + - OHHTTPStubs/Core (4.3.0) + - OHHTTPStubs/Default (4.3.0): + - OHHTTPStubs/Core + - OHHTTPStubs/JSON + - OHHTTPStubs/NSURLSession + - OHHTTPStubs/OHPathHelpers + - OHHTTPStubs/JSON (4.3.0): + - OHHTTPStubs/Core + - OHHTTPStubs/NSURLSession (4.3.0): + - OHHTTPStubs/Core + - OHHTTPStubs/OHPathHelpers (4.3.0) + - OHHTTPStubs/Swift (4.3.0): + - OHHTTPStubs/Core DEPENDENCIES: - OHHTTPStubs (from `../..`) + - OHHTTPStubs/Swift (from `../..`) EXTERNAL SOURCES: OHHTTPStubs: :path: "../.." SPEC CHECKSUMS: - OHHTTPStubs: 69b1d48b7dfe838a355fdf48d8592d1042e3d85f + OHHTTPStubs: 0aec5755528693a165bd616cb79f69387de306a8 -COCOAPODS: 0.37.0 +COCOAPODS: 0.38.2 diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/project.pbxproj b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/project.pbxproj index 5c218cc64d..c30d5eaa4d 100644 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/project.pbxproj +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/project.pbxproj @@ -7,343 +7,478 @@ objects = { /* Begin PBXBuildFile section */ - 025EDA37E7DE8225A36E9533 /* OHHTTPStubs.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A6726A194863F5663B3675B /* OHHTTPStubs.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 04A739CC8DD477CF2DD1049A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCC1018CD76A5124E04BCF56 /* Foundation.framework */; }; - 075B64EB9838CF1EC0D30922 /* OHHTTPStubsResponse+JSON.m in Sources */ = {isa = PBXBuildFile; fileRef = B78D37976D52B166349E5E6F /* OHHTTPStubsResponse+JSON.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 14483D9A6C49CA7A40EFE534 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCC1018CD76A5124E04BCF56 /* Foundation.framework */; }; - 166C7DCBA88C67DD08E2213F /* Pods-OHHTTPStubs-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D519BA859D6F5C634D553D4 /* Pods-OHHTTPStubs-dummy.m */; }; - 2838C1C53AE2A4B7A0CB6B2D /* OHPathHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 78DEBA4FE0386495BD23333C /* OHPathHelpers.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 2A5F193F83B7231858F7168E /* OHHTTPStubsResponse+HTTPMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C4EA7ED7B1527D723F8E532 /* OHHTTPStubsResponse+HTTPMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 476FA37EB9E1E2550A09B791 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF5E38002A9F6264D56C1B71 /* Pods-dummy.m */; }; - 88E7C5F2FEE4A3B2BB0F62AC /* OHHTTPStubsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F20EE5AC3F660475C1B1C0 /* OHHTTPStubsResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9C7CAB43CDB46B8F62A9BEE /* OHHTTPStubs.h in Headers */ = {isa = PBXBuildFile; fileRef = E0D231B2CD70092197143783 /* OHHTTPStubs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF155DE6DF34A3513FD4E824 /* OHHTTPStubsResponse+HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BCF165693C58B3CF965CBD9 /* OHHTTPStubsResponse+HTTPMessage.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - D6E4E9277A6BE0092AB01AB6 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AEB564388B3581B65467A32 /* CFNetwork.framework */; }; - DD462307456DA68D48B3DD09 /* Pods-OHHTTPStubs-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F9BE2226EACE897333DC5A85 /* Pods-OHHTTPStubs-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBF36E9C2568E24826C031B5 /* OHPathHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A996F9D34EDC707D02187F0 /* OHPathHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F0720B4AF2F6D426ED586B80 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 41DF781F1D5A3BD5192A49E9 /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FA49795CDB854B8AF5215EA9 /* OHHTTPStubsResponse+JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F033017DBD2D340A327913A /* OHHTTPStubsResponse+JSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD0D1769D5FA62B3B81F4A7B /* OHHTTPStubs+NSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 657749B5FFBC67FB429EF8C8 /* OHHTTPStubs+NSURLSessionConfiguration.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - FECF1D77B5EA6D3A14324E0E /* OHHTTPStubsResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 90935C1FB6D11C0CF2A1C0D0 /* OHHTTPStubsResponse.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 01AEB03E8483ACA53AF80E1FFDA86AF8 /* OHPathHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B1955DB3BC2AF4F682608D8FF0D624 /* OHPathHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EBA52FF0AFA395687FA91CC019016DA /* OHHTTPStubs-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 20519E15379B984F750153B36E7394D3 /* OHHTTPStubs-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BAD53602D602364900BA4C2B1340BA0 /* OHHTTPStubsResponse+JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = A093F030A33DDC9AAEEF7E9F14B0FF88 /* OHHTTPStubsResponse+JSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A5277EF28380E91E978DD2088524148 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10547EF778E963224C44E3DD07279968 /* CFNetwork.framework */; }; + 615390616715B7664F020DE4BD224412 /* OHHTTPStubsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 816F0DF573D42162E8EF6A0478A9AD20 /* OHHTTPStubsResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 714352D1C49C82CC1C2BB334C6078822 /* OHHTTPStubs.h in Headers */ = {isa = PBXBuildFile; fileRef = 526BDDE02F26D6A21C3A83B38BF77DD8 /* OHHTTPStubs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75F5A85AE83AE0A724DA8D0D8C6F9B16 /* Pods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 420A99A0B765D0ED2083F6FDBC6495F9 /* Pods-dummy.m */; }; + 84C7162BF05BC724A780924027DB3C81 /* Pods-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B418BF5BFE825617E6FC6F338A7A41B3 /* Pods-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B21C4C8FCBF1ECFC2820A90951485D9 /* OHHTTPStubs.m in Sources */ = {isa = PBXBuildFile; fileRef = DB4613DB9F32F714B08FD3002ABD191C /* OHHTTPStubs.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + A7C8208E5907F0513544C5D4900FD13F /* OHPathHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = A85729A0857A5ADFB5DE2F4761728C48 /* OHPathHelpers.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + B23A5673AC7B96172FC957C0EE86C35E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35B1BF887EDB66869F39210F0D0113EC /* Foundation.framework */; }; + B4554EAE499DFE50903C2D9B08DD484C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35B1BF887EDB66869F39210F0D0113EC /* Foundation.framework */; }; + B7221632BDBC018D3FA9132D8FDA7EE8 /* Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 22CC4B00DBF23E8510640D6E21E1A4BB /* Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA20C865C55183386A2800324C914AEF /* OHHTTPStubs+NSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 82F0038F0A6F0803A025D593705DFF8A /* OHHTTPStubs+NSURLSessionConfiguration.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + DC7B52DA1EA844B71094AA994E07CDAA /* OHHTTPStubsSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5BFE81C806A1181EB729F8B85875DCC /* OHHTTPStubsSwift.swift */; }; + EDC8DCA7C73131307348C9D63316C2CA /* OHHTTPStubs-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 818E8BC59D03357E477813C312ED028E /* OHHTTPStubs-dummy.m */; }; + F04C71194F78C9603C88D5D11EBA2B83 /* OHHTTPStubsResponse+JSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F1517C0755061DEF0DE2E2C7C67AD96 /* OHHTTPStubsResponse+JSON.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + F12ACD0A3F73E62C5985015CE379CC69 /* OHHTTPStubsResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D2AB23F8DEE2375D8270F8121BB79A4 /* OHHTTPStubsResponse.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - C797270235A90C615B678C99 /* PBXContainerItemProxy */ = { + 2C3B56B01EA7FF98CA038F2723DFF9D8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = C2CBDA3936450283A6DE5391 /* Project object */; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = D30DD3818F4A6F62029AA2A7; - remoteInfo = "Pods-OHHTTPStubs"; + remoteGlobalIDString = E4F3908DF65694388E03EE338E6F07FA; + remoteInfo = OHHTTPStubs; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0A6726A194863F5663B3675B /* OHHTTPStubs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OHHTTPStubs.m; sourceTree = ""; }; - 0C4EA7ED7B1527D723F8E532 /* OHHTTPStubsResponse+HTTPMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubsResponse+HTTPMessage.h"; sourceTree = ""; }; - 0D519BA859D6F5C634D553D4 /* Pods-OHHTTPStubs-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-OHHTTPStubs-dummy.m"; sourceTree = ""; }; - 0E1F5577F3CB2A1A816F4766 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; - 18547927D8BAD627CE1F2767 /* Pods-environment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-environment.h"; sourceTree = ""; }; - 1BCF165693C58B3CF965CBD9 /* OHHTTPStubsResponse+HTTPMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubsResponse+HTTPMessage.m"; sourceTree = ""; }; - 3133227F412A22268B8AF43A /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; - 3C4E18BA425FF99FB4BC94B2 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 41DF781F1D5A3BD5192A49E9 /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; - 50D1B3B17AC91BE94D7AC1C3 /* Pods-OHHTTPStubs.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-OHHTTPStubs.modulemap"; sourceTree = ""; }; - 5A996F9D34EDC707D02187F0 /* OHPathHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OHPathHelpers.h; sourceTree = ""; }; - 5C62297C51CB5C28BA2B8A3D /* Pods-OHHTTPStubs-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OHHTTPStubs-Private.xcconfig"; sourceTree = ""; }; - 5F033017DBD2D340A327913A /* OHHTTPStubsResponse+JSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubsResponse+JSON.h"; sourceTree = ""; }; - 657749B5FFBC67FB429EF8C8 /* OHHTTPStubs+NSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubs+NSURLSessionConfiguration.m"; sourceTree = ""; }; - 68E4D04F52C1DCB5E40CC71F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 776DB99A4E43C19DCEDA35EE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 78DEBA4FE0386495BD23333C /* OHPathHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OHPathHelpers.m; sourceTree = ""; }; - 7AEB564388B3581B65467A32 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - 7CC91F06E268AD95D8E87E07 /* Pods-OHHTTPStubs-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OHHTTPStubs-prefix.pch"; sourceTree = ""; }; - 86F20EE5AC3F660475C1B1C0 /* OHHTTPStubsResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OHHTTPStubsResponse.h; sourceTree = ""; }; - 90935C1FB6D11C0CF2A1C0D0 /* OHHTTPStubsResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OHHTTPStubsResponse.m; sourceTree = ""; }; - B421722C71E69397A2EF865C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B78D37976D52B166349E5E6F /* OHHTTPStubsResponse+JSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubsResponse+JSON.m"; sourceTree = ""; }; - BE72840BBC26E4AACDC7A559 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; - C9E457A0D563C1AA75CE83B1 /* Pods-OHHTTPStubs.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-OHHTTPStubs.xcconfig"; sourceTree = ""; }; - CB7B8D454F792A091232FCE4 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; - DF8436795410709AD8A59E65 /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; - E0D231B2CD70092197143783 /* OHHTTPStubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OHHTTPStubs.h; sourceTree = ""; }; - E2B7684424038D4C151FBB37 /* Pods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-frameworks.sh"; sourceTree = ""; }; - E9DC5D74566513AD12B939E0 /* OHHTTPStubs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OHHTTPStubs.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EC618A869241D8D41FCA5D66 /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; - EF5E38002A9F6264D56C1B71 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; - F9BE2226EACE897333DC5A85 /* Pods-OHHTTPStubs-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-OHHTTPStubs-umbrella.h"; sourceTree = ""; }; - FCC1018CD76A5124E04BCF56 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 0D2AB23F8DEE2375D8270F8121BB79A4 /* OHHTTPStubsResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OHHTTPStubsResponse.m; sourceTree = ""; }; + 0FF50A663B4A56B65F3DCF8C040FADF6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 10547EF778E963224C44E3DD07279968 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; + 20519E15379B984F750153B36E7394D3 /* OHHTTPStubs-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubs-umbrella.h"; sourceTree = ""; }; + 22CC4B00DBF23E8510640D6E21E1A4BB /* Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Compatibility.h; sourceTree = ""; }; + 2F51C2407DAD4E7B26B575BE58823017 /* OHHTTPStubs-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubs-prefix.pch"; sourceTree = ""; }; + 35B1BF887EDB66869F39210F0D0113EC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 420A99A0B765D0ED2083F6FDBC6495F9 /* Pods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dummy.m"; sourceTree = ""; }; + 423AAE6EE3A0BCC7D84AA1359E082EAE /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.release.xcconfig; sourceTree = ""; }; + 4D757121C5A3B1CAF9CF985DC980AF1E /* OHHTTPStubs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OHHTTPStubs.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 526BDDE02F26D6A21C3A83B38BF77DD8 /* OHHTTPStubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OHHTTPStubs.h; sourceTree = ""; }; + 52CF58D8498977B487A6E5AE97CC5A38 /* OHHTTPStubs-Private.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OHHTTPStubs-Private.xcconfig"; sourceTree = ""; }; + 66C60215A49AF925829AECDD08DD6351 /* OHHTTPStubs.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OHHTTPStubs.xcconfig; sourceTree = ""; }; + 79A9DEDC89FE8336BF5FEDAAF75BF7FC /* Pods.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Pods.modulemap; sourceTree = ""; }; + 7F1517C0755061DEF0DE2E2C7C67AD96 /* OHHTTPStubsResponse+JSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubsResponse+JSON.m"; sourceTree = ""; }; + 816F0DF573D42162E8EF6A0478A9AD20 /* OHHTTPStubsResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OHHTTPStubsResponse.h; sourceTree = ""; }; + 818E8BC59D03357E477813C312ED028E /* OHHTTPStubs-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubs-dummy.m"; sourceTree = ""; }; + 82F0038F0A6F0803A025D593705DFF8A /* OHHTTPStubs+NSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubs+NSURLSessionConfiguration.m"; sourceTree = ""; }; + 87B213035BAC5F75386F62D3C75D2342 /* Pods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-acknowledgements.plist"; sourceTree = ""; }; + 955EB79B39DB7421EB742249D338E88F /* OHHTTPStubs.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = OHHTTPStubs.modulemap; sourceTree = ""; }; + A093F030A33DDC9AAEEF7E9F14B0FF88 /* OHHTTPStubsResponse+JSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubsResponse+JSON.h"; sourceTree = ""; }; + A5287C4E0E01604D9A5C077402CF0287 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pods.debug.xcconfig; sourceTree = ""; }; + A85729A0857A5ADFB5DE2F4761728C48 /* OHPathHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OHPathHelpers.m; sourceTree = ""; }; + B418BF5BFE825617E6FC6F338A7A41B3 /* Pods-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-umbrella.h"; sourceTree = ""; }; + B8B1955DB3BC2AF4F682608D8FF0D624 /* OHPathHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = OHPathHelpers.h; sourceTree = ""; }; + BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BCE0366425966FB14819C23632E95AC3 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C5BFE81C806A1181EB729F8B85875DCC /* OHHTTPStubsSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = OHHTTPStubsSwift.swift; sourceTree = ""; }; + CBC0F7C552B739C909B650A0F42F7F38 /* Pods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-resources.sh"; sourceTree = ""; }; + D0405803033A2A777B8E4DFA0C1800ED /* Pods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-acknowledgements.markdown"; sourceTree = ""; }; + DB4613DB9F32F714B08FD3002ABD191C /* OHHTTPStubs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OHHTTPStubs.m; 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 = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - BB29665972FBB8C2BDF6B926 /* Frameworks */ = { + 6C9B2B4840401BAA9FF1C1ED50EE4781 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04A739CC8DD477CF2DD1049A /* Foundation.framework in Frameworks */, + 4A5277EF28380E91E978DD2088524148 /* CFNetwork.framework in Frameworks */, + B4554EAE499DFE50903C2D9B08DD484C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C668BD504E49E41CBCEF977A /* Frameworks */ = { + 9FDA97DA87FCDC508CEFD6A216D976A5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D6E4E9277A6BE0092AB01AB6 /* CFNetwork.framework in Frameworks */, - 14483D9A6C49CA7A40EFE534 /* Foundation.framework in Frameworks */, + B23A5673AC7B96172FC957C0EE86C35E /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 06A88E21739F55C66513EA3C /* Frameworks */ = { + 26001308FC69575317F3E2328FEAB687 /* OHPathHelpers */ = { isa = PBXGroup; children = ( - 1FD2921CB92E9A0D66A7B44F /* iOS */, + B8B1955DB3BC2AF4F682608D8FF0D624 /* OHPathHelpers.h */, + A85729A0857A5ADFB5DE2F4761728C48 /* OHPathHelpers.m */, ); - name = Frameworks; + path = OHPathHelpers; sourceTree = ""; }; - 1FD2921CB92E9A0D66A7B44F /* iOS */ = { + 2CD25D9BF4A75B000E30EED3ECADFB05 /* Sources */ = { isa = PBXGroup; children = ( - 7AEB564388B3581B65467A32 /* CFNetwork.framework */, - FCC1018CD76A5124E04BCF56 /* Foundation.framework */, + 2E0908F937F9E0CE24CD1B49C8B1832F /* Swift */, ); - name = iOS; + path = Sources; sourceTree = ""; }; - 50BB6BBA29675CDD0CA50ED6 /* Targets Support Files */ = { + 2E0908F937F9E0CE24CD1B49C8B1832F /* Swift */ = { isa = PBXGroup; children = ( - CE249CD186D7B774C5BED5DA /* Pods */, + C5BFE81C806A1181EB729F8B85875DCC /* OHHTTPStubsSwift.swift */, ); - name = "Targets Support Files"; + path = Swift; sourceTree = ""; }; - 5F05422CA8CFAC32170B6ED8 /* Development Pods */ = { + 2F6AF01C76E27E8A3EE5DA937FD5A91F /* JSON */ = { isa = PBXGroup; children = ( - DE8EEB58B39A5A1D181D097D /* OHHTTPStubs */, + A093F030A33DDC9AAEEF7E9F14B0FF88 /* OHHTTPStubsResponse+JSON.h */, + 7F1517C0755061DEF0DE2E2C7C67AD96 /* OHHTTPStubsResponse+JSON.m */, ); - name = "Development Pods"; + path = JSON; + sourceTree = ""; + }; + 2FD330A03A1D0B761BD13C06863E2D0E /* OHPathHelpers */ = { + isa = PBXGroup; + children = ( + 4C8988BCA515BF21A55FF44EDAA3E021 /* OHHTTPStubs */, + ); + name = OHPathHelpers; sourceTree = ""; }; - 77B40E05B7BF4D0C1E0E9964 /* Support Files */ = { + 399E53B6C0258D92AC1FD3AE99008B6E /* Swift */ = { isa = PBXGroup; children = ( - B421722C71E69397A2EF865C /* Info.plist */, - 50D1B3B17AC91BE94D7AC1C3 /* Pods-OHHTTPStubs.modulemap */, - C9E457A0D563C1AA75CE83B1 /* Pods-OHHTTPStubs.xcconfig */, - 5C62297C51CB5C28BA2B8A3D /* Pods-OHHTTPStubs-Private.xcconfig */, - 0D519BA859D6F5C634D553D4 /* Pods-OHHTTPStubs-dummy.m */, - 7CC91F06E268AD95D8E87E07 /* Pods-OHHTTPStubs-prefix.pch */, - F9BE2226EACE897333DC5A85 /* Pods-OHHTTPStubs-umbrella.h */, + 42F25FBC502A757DAE352E5B09E9FF66 /* OHHTTPStubs */, + ); + name = Swift; + sourceTree = ""; + }; + 3BE2D87AAACBE3971F6F35207007F4AB /* NSURLSession */ = { + isa = PBXGroup; + children = ( + 82F0038F0A6F0803A025D593705DFF8A /* OHHTTPStubs+NSURLSessionConfiguration.m */, + ); + path = NSURLSession; + sourceTree = ""; + }; + 406BDF33AD0EDE741B447F9849C05786 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0FF50A663B4A56B65F3DCF8C040FADF6 /* Info.plist */, + 955EB79B39DB7421EB742249D338E88F /* OHHTTPStubs.modulemap */, + 66C60215A49AF925829AECDD08DD6351 /* OHHTTPStubs.xcconfig */, + 52CF58D8498977B487A6E5AE97CC5A38 /* OHHTTPStubs-Private.xcconfig */, + 818E8BC59D03357E477813C312ED028E /* OHHTTPStubs-dummy.m */, + 2F51C2407DAD4E7B26B575BE58823017 /* OHHTTPStubs-prefix.pch */, + 20519E15379B984F750153B36E7394D3 /* OHHTTPStubs-umbrella.h */, ); name = "Support Files"; - path = "Examples/Swift/Pods/Target Support Files/Pods-OHHTTPStubs"; + path = "Examples/Swift/Pods/Target Support Files/OHHTTPStubs"; sourceTree = ""; }; - CE249CD186D7B774C5BED5DA /* Pods */ = { + 42F25FBC502A757DAE352E5B09E9FF66 /* OHHTTPStubs */ = { isa = PBXGroup; children = ( - 776DB99A4E43C19DCEDA35EE /* Info.plist */, - 3133227F412A22268B8AF43A /* Pods.modulemap */, - EC618A869241D8D41FCA5D66 /* Pods-acknowledgements.markdown */, - CB7B8D454F792A091232FCE4 /* Pods-acknowledgements.plist */, - EF5E38002A9F6264D56C1B71 /* Pods-dummy.m */, - 18547927D8BAD627CE1F2767 /* Pods-environment.h */, - E2B7684424038D4C151FBB37 /* Pods-frameworks.sh */, - DF8436795410709AD8A59E65 /* Pods-resources.sh */, - 41DF781F1D5A3BD5192A49E9 /* Pods-umbrella.h */, - BE72840BBC26E4AACDC7A559 /* Pods.debug.xcconfig */, - 0E1F5577F3CB2A1A816F4766 /* Pods.release.xcconfig */, + 2CD25D9BF4A75B000E30EED3ECADFB05 /* Sources */, + ); + path = OHHTTPStubs; + sourceTree = ""; + }; + 433CD3331B6C3787F473C941B61FC68F /* Frameworks */ = { + isa = PBXGroup; + children = ( + A4692D0E73946F1C6A29E627D41155D5 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + 4C8988BCA515BF21A55FF44EDAA3E021 /* OHHTTPStubs */ = { + isa = PBXGroup; + children = ( + BC61886E3F31F15D9B01758FA65305B7 /* Sources */, + ); + path = OHHTTPStubs; + sourceTree = ""; + }; + 4EA0C436B902A2172FF4F8F3196A748F /* Development Pods */ = { + isa = PBXGroup; + children = ( + 8DEC13B28F5FD4DFEEB939C9AA4C87EA /* OHHTTPStubs */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 5D1807FCE432BF223191CC0C4D6153D8 /* Sources */ = { + isa = PBXGroup; + children = ( + 22CC4B00DBF23E8510640D6E21E1A4BB /* Compatibility.h */, + 526BDDE02F26D6A21C3A83B38BF77DD8 /* OHHTTPStubs.h */, + DB4613DB9F32F714B08FD3002ABD191C /* OHHTTPStubs.m */, + 816F0DF573D42162E8EF6A0478A9AD20 /* OHHTTPStubsResponse.h */, + 0D2AB23F8DEE2375D8270F8121BB79A4 /* OHHTTPStubsResponse.m */, + ); + path = Sources; + sourceTree = ""; + }; + 7518C35D2C3AA6260B56CAFC097A521B /* OHHTTPStubs */ = { + isa = PBXGroup; + children = ( + 5D1807FCE432BF223191CC0C4D6153D8 /* Sources */, + ); + path = OHHTTPStubs; + sourceTree = ""; + }; + 75D98FF52E597A11900E131B6C4E1ADA /* Pods */ = { + isa = PBXGroup; + children = ( + E8446514FBAD26C0E18F24A5715AEF67 /* Info.plist */, + 79A9DEDC89FE8336BF5FEDAAF75BF7FC /* Pods.modulemap */, + D0405803033A2A777B8E4DFA0C1800ED /* Pods-acknowledgements.markdown */, + 87B213035BAC5F75386F62D3C75D2342 /* Pods-acknowledgements.plist */, + 420A99A0B765D0ED2083F6FDBC6495F9 /* Pods-dummy.m */, + E7F21354943D9F42A70697D5A5EF72E9 /* Pods-frameworks.sh */, + CBC0F7C552B739C909B650A0F42F7F38 /* Pods-resources.sh */, + B418BF5BFE825617E6FC6F338A7A41B3 /* Pods-umbrella.h */, + A5287C4E0E01604D9A5C077402CF0287 /* Pods.debug.xcconfig */, + 423AAE6EE3A0BCC7D84AA1359E082EAE /* Pods.release.xcconfig */, ); name = Pods; path = "Target Support Files/Pods"; sourceTree = ""; }; - D2A210717D0CD3840C8071EA /* Sources */ = { + 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( - E0D231B2CD70092197143783 /* OHHTTPStubs.h */, - 0A6726A194863F5663B3675B /* OHHTTPStubs.m */, - 657749B5FFBC67FB429EF8C8 /* OHHTTPStubs+NSURLSessionConfiguration.m */, - 86F20EE5AC3F660475C1B1C0 /* OHHTTPStubsResponse.h */, - 90935C1FB6D11C0CF2A1C0D0 /* OHHTTPStubsResponse.m */, - 0C4EA7ED7B1527D723F8E532 /* OHHTTPStubsResponse+HTTPMessage.h */, - 1BCF165693C58B3CF965CBD9 /* OHHTTPStubsResponse+HTTPMessage.m */, - 5F033017DBD2D340A327913A /* OHHTTPStubsResponse+JSON.h */, - B78D37976D52B166349E5E6F /* OHHTTPStubsResponse+JSON.m */, - 5A996F9D34EDC707D02187F0 /* OHPathHelpers.h */, - 78DEBA4FE0386495BD23333C /* OHPathHelpers.m */, + BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, + 4EA0C436B902A2172FF4F8F3196A748F /* Development Pods */, + 433CD3331B6C3787F473C941B61FC68F /* Frameworks */, + CCA510CFBEA2D207524CDA0D73C3B561 /* Products */, + B7B80995527643776607AFFA75B91E24 /* Targets Support Files */, ); - path = Sources; sourceTree = ""; }; - DB5D8EF15D472590591893B1 /* Products */ = { + 891B86CE0EBE541B2C7B947998EE90B3 /* OHHTTPStubs */ = { isa = PBXGroup; children = ( - E9DC5D74566513AD12B939E0 /* OHHTTPStubs.framework */, - 3C4E18BA425FF99FB4BC94B2 /* Pods.framework */, + A438C33C2AAB93E303E6682059132F4A /* Sources */, ); - name = Products; + path = OHHTTPStubs; sourceTree = ""; }; - DE8EEB58B39A5A1D181D097D /* OHHTTPStubs */ = { + 8DEC13B28F5FD4DFEEB939C9AA4C87EA /* OHHTTPStubs */ = { isa = PBXGroup; children = ( - E4D8AAB427BAAC84F3957D3F /* OHHTTPStubs */, - 77B40E05B7BF4D0C1E0E9964 /* Support Files */, + 985BF658FCDE47E3B9EB88F4AA6FA101 /* Core */, + FEE70E0F2961F31E9B52D300967F8B6E /* JSON */, + CA1C072DFF59852F7FB6458D31B28064 /* NSURLSession */, + 2FD330A03A1D0B761BD13C06863E2D0E /* OHPathHelpers */, + 406BDF33AD0EDE741B447F9849C05786 /* Support Files */, + 399E53B6C0258D92AC1FD3AE99008B6E /* Swift */, ); name = OHHTTPStubs; path = ../../..; sourceTree = ""; }; - E4D8AAB427BAAC84F3957D3F /* OHHTTPStubs */ = { + 93A49C76EBA19CF15CC485546C29B1C6 /* OHHTTPStubs */ = { isa = PBXGroup; children = ( - D2A210717D0CD3840C8071EA /* Sources */, + A9D1051AFDBF5E4C4D220B819997F065 /* Sources */, ); path = OHHTTPStubs; sourceTree = ""; }; - F83DE1D494882E34A62D48B1 = { + 985BF658FCDE47E3B9EB88F4AA6FA101 /* Core */ = { + isa = PBXGroup; + children = ( + 7518C35D2C3AA6260B56CAFC097A521B /* OHHTTPStubs */, + ); + name = Core; + sourceTree = ""; + }; + A438C33C2AAB93E303E6682059132F4A /* Sources */ = { + isa = PBXGroup; + children = ( + 3BE2D87AAACBE3971F6F35207007F4AB /* NSURLSession */, + ); + path = Sources; + sourceTree = ""; + }; + A4692D0E73946F1C6A29E627D41155D5 /* iOS */ = { + isa = PBXGroup; + children = ( + 10547EF778E963224C44E3DD07279968 /* CFNetwork.framework */, + 35B1BF887EDB66869F39210F0D0113EC /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; + A9D1051AFDBF5E4C4D220B819997F065 /* Sources */ = { + isa = PBXGroup; + children = ( + 2F6AF01C76E27E8A3EE5DA937FD5A91F /* JSON */, + ); + path = Sources; + sourceTree = ""; + }; + B7B80995527643776607AFFA75B91E24 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 75D98FF52E597A11900E131B6C4E1ADA /* Pods */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + BC61886E3F31F15D9B01758FA65305B7 /* Sources */ = { + isa = PBXGroup; + children = ( + 26001308FC69575317F3E2328FEAB687 /* OHPathHelpers */, + ); + path = Sources; + sourceTree = ""; + }; + CA1C072DFF59852F7FB6458D31B28064 /* NSURLSession */ = { + isa = PBXGroup; + children = ( + 891B86CE0EBE541B2C7B947998EE90B3 /* OHHTTPStubs */, + ); + name = NSURLSession; + sourceTree = ""; + }; + CCA510CFBEA2D207524CDA0D73C3B561 /* Products */ = { + isa = PBXGroup; + children = ( + 4D757121C5A3B1CAF9CF985DC980AF1E /* OHHTTPStubs.framework */, + BCE0366425966FB14819C23632E95AC3 /* Pods.framework */, + ); + name = Products; + sourceTree = ""; + }; + FEE70E0F2961F31E9B52D300967F8B6E /* JSON */ = { isa = PBXGroup; children = ( - 68E4D04F52C1DCB5E40CC71F /* Podfile */, - 5F05422CA8CFAC32170B6ED8 /* Development Pods */, - 06A88E21739F55C66513EA3C /* Frameworks */, - DB5D8EF15D472590591893B1 /* Products */, - 50BB6BBA29675CDD0CA50ED6 /* Targets Support Files */, + 93A49C76EBA19CF15CC485546C29B1C6 /* OHHTTPStubs */, ); + name = JSON; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 6109CBCD7C1C4DD48A864FB1 /* Headers */ = { + 773392B2C9B39011294EDCA7791E8497 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B9C7CAB43CDB46B8F62A9BEE /* OHHTTPStubs.h in Headers */, - 2A5F193F83B7231858F7168E /* OHHTTPStubsResponse+HTTPMessage.h in Headers */, - FA49795CDB854B8AF5215EA9 /* OHHTTPStubsResponse+JSON.h in Headers */, - 88E7C5F2FEE4A3B2BB0F62AC /* OHHTTPStubsResponse.h in Headers */, - EBF36E9C2568E24826C031B5 /* OHPathHelpers.h in Headers */, - DD462307456DA68D48B3DD09 /* Pods-OHHTTPStubs-umbrella.h in Headers */, + B7221632BDBC018D3FA9132D8FDA7EE8 /* Compatibility.h in Headers */, + 1EBA52FF0AFA395687FA91CC019016DA /* OHHTTPStubs-umbrella.h in Headers */, + 714352D1C49C82CC1C2BB334C6078822 /* OHHTTPStubs.h in Headers */, + 2BAD53602D602364900BA4C2B1340BA0 /* OHHTTPStubsResponse+JSON.h in Headers */, + 615390616715B7664F020DE4BD224412 /* OHHTTPStubsResponse.h in Headers */, + 01AEB03E8483ACA53AF80E1FFDA86AF8 /* OHPathHelpers.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6B304C1E935C3B6D384BFC1A /* Headers */ = { + 7A9A1C09CA01BC9F20220C0D9D9A6A4E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F0720B4AF2F6D426ED586B80 /* Pods-umbrella.h in Headers */, + 84C7162BF05BC724A780924027DB3C81 /* Pods-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 520A8502FB55654F3D44663F /* Pods */ = { + 86C62275EF6F6A139E340789D6F6E477 /* Pods */ = { isa = PBXNativeTarget; - buildConfigurationList = 35920CD46DC6721D6B943E13 /* Build configuration list for PBXNativeTarget "Pods" */; + buildConfigurationList = 136FDDCDFAE05C936354947EBAA06449 /* Build configuration list for PBXNativeTarget "Pods" */; buildPhases = ( - 87574F723CF88872A3710C10 /* Sources */, - BB29665972FBB8C2BDF6B926 /* Frameworks */, - 6B304C1E935C3B6D384BFC1A /* Headers */, + C165E3FDE37B1538C36C3E8AD6AB0A23 /* Sources */, + 9FDA97DA87FCDC508CEFD6A216D976A5 /* Frameworks */, + 7A9A1C09CA01BC9F20220C0D9D9A6A4E /* Headers */, ); buildRules = ( ); dependencies = ( - 3E902AAFC88492FC4CC25BCC /* PBXTargetDependency */, + 94D1B597547076E84E38DBF659631C2D /* PBXTargetDependency */, ); name = Pods; productName = Pods; - productReference = 3C4E18BA425FF99FB4BC94B2 /* Pods.framework */; + productReference = BCE0366425966FB14819C23632E95AC3 /* Pods.framework */; productType = "com.apple.product-type.framework"; }; - D30DD3818F4A6F62029AA2A7 /* Pods-OHHTTPStubs */ = { + E4F3908DF65694388E03EE338E6F07FA /* OHHTTPStubs */ = { isa = PBXNativeTarget; - buildConfigurationList = 9E320C31BC20443632AE890E /* Build configuration list for PBXNativeTarget "Pods-OHHTTPStubs" */; + buildConfigurationList = 1D2222AAB7DEC39ECD354B5EC4BFE024 /* Build configuration list for PBXNativeTarget "OHHTTPStubs" */; buildPhases = ( - 70302128C9E296DA5A01A392 /* Sources */, - C668BD504E49E41CBCEF977A /* Frameworks */, - 6109CBCD7C1C4DD48A864FB1 /* Headers */, + 0F226F8A1646BA706F459212FC25E627 /* Sources */, + 6C9B2B4840401BAA9FF1C1ED50EE4781 /* Frameworks */, + 773392B2C9B39011294EDCA7791E8497 /* Headers */, ); buildRules = ( ); dependencies = ( ); - name = "Pods-OHHTTPStubs"; - productName = "Pods-OHHTTPStubs"; - productReference = E9DC5D74566513AD12B939E0 /* OHHTTPStubs.framework */; + name = OHHTTPStubs; + productName = OHHTTPStubs; + productReference = 4D757121C5A3B1CAF9CF985DC980AF1E /* OHHTTPStubs.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - C2CBDA3936450283A6DE5391 /* Project object */ = { + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0640; + LastSwiftUpdateCheck = 0700; + LastUpgradeCheck = 0700; }; - buildConfigurationList = 5DAD56263AD60CAD28B28D71 /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); - mainGroup = F83DE1D494882E34A62D48B1; - productRefGroup = DB5D8EF15D472590591893B1 /* Products */; + mainGroup = 7DB346D0F39D3F0E887471402A8071AB; + productRefGroup = CCA510CFBEA2D207524CDA0D73C3B561 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 520A8502FB55654F3D44663F /* Pods */, - D30DD3818F4A6F62029AA2A7 /* Pods-OHHTTPStubs */, + E4F3908DF65694388E03EE338E6F07FA /* OHHTTPStubs */, + 86C62275EF6F6A139E340789D6F6E477 /* Pods */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ - 70302128C9E296DA5A01A392 /* Sources */ = { + 0F226F8A1646BA706F459212FC25E627 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FD0D1769D5FA62B3B81F4A7B /* OHHTTPStubs+NSURLSessionConfiguration.m in Sources */, - 025EDA37E7DE8225A36E9533 /* OHHTTPStubs.m in Sources */, - BF155DE6DF34A3513FD4E824 /* OHHTTPStubsResponse+HTTPMessage.m in Sources */, - 075B64EB9838CF1EC0D30922 /* OHHTTPStubsResponse+JSON.m in Sources */, - FECF1D77B5EA6D3A14324E0E /* OHHTTPStubsResponse.m in Sources */, - 2838C1C53AE2A4B7A0CB6B2D /* OHPathHelpers.m in Sources */, - 166C7DCBA88C67DD08E2213F /* Pods-OHHTTPStubs-dummy.m in Sources */, + DA20C865C55183386A2800324C914AEF /* OHHTTPStubs+NSURLSessionConfiguration.m in Sources */, + EDC8DCA7C73131307348C9D63316C2CA /* OHHTTPStubs-dummy.m in Sources */, + 8B21C4C8FCBF1ECFC2820A90951485D9 /* OHHTTPStubs.m in Sources */, + F04C71194F78C9603C88D5D11EBA2B83 /* OHHTTPStubsResponse+JSON.m in Sources */, + F12ACD0A3F73E62C5985015CE379CC69 /* OHHTTPStubsResponse.m in Sources */, + DC7B52DA1EA844B71094AA994E07CDAA /* OHHTTPStubsSwift.swift in Sources */, + A7C8208E5907F0513544C5D4900FD13F /* OHPathHelpers.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 87574F723CF88872A3710C10 /* Sources */ = { + C165E3FDE37B1538C36C3E8AD6AB0A23 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 476FA37EB9E1E2550A09B791 /* Pods-dummy.m in Sources */, + 75F5A85AE83AE0A724DA8D0D8C6F9B16 /* Pods-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 3E902AAFC88492FC4CC25BCC /* PBXTargetDependency */ = { + 94D1B597547076E84E38DBF659631C2D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Pods-OHHTTPStubs"; - target = D30DD3818F4A6F62029AA2A7 /* Pods-OHHTTPStubs */; - targetProxy = C797270235A90C615B678C99 /* PBXContainerItemProxy */; + name = OHHTTPStubs; + target = E4F3908DF65694388E03EE338E6F07FA /* OHHTTPStubs */; + targetProxy = 2C3B56B01EA7FF98CA038F2723DFF9D8 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 204E7D31CAF5A4F252A4D622 /* Debug */ = { + 8D8037ED98B93F867F21E1A00E40CA25 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C62297C51CB5C28BA2B8A3D /* Pods-OHHTTPStubs-Private.xcconfig */; + baseConfigurationReference = 423AAE6EE3A0BCC7D84AA1359E082EAE /* Pods.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -352,39 +487,80 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-OHHTTPStubs/Pods-OHHTTPStubs-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-OHHTTPStubs/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods/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-OHHTTPStubs/Pods-OHHTTPStubs.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = OHHTTPStubs; + 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; + }; + A70CDAD61F90AC503C7D04CC22DA2923 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ONLY_ACTIVE_ARCH = YES; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; name = Debug; }; - 2AE519C01027BBCA761BBBAC /* Release */ = { + AE050CF0675A77F0187F1B57B0216453 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C62297C51CB5C28BA2B8A3D /* Pods-OHHTTPStubs-Private.xcconfig */; + baseConfigurationReference = 52CF58D8498977B487A6E5AE97CC5A38 /* OHHTTPStubs-Private.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 4.3.0; DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; + DYLIB_COMPATIBILITY_VERSION = 4; + DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/Pods-OHHTTPStubs/Pods-OHHTTPStubs-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Pods-OHHTTPStubs/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/OHHTTPStubs/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-OHHTTPStubs/Pods-OHHTTPStubs.modulemap"; + MODULEMAP_FILE = "Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = OHHTTPStubs; SDKROOT = iphoneos; @@ -395,9 +571,9 @@ }; name = Release; }; - 4C97FCFEC9543CEEE63EBFA1 /* Debug */ = { + D5363C7463136E690514EA53C85C0C8D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE72840BBC26E4AACDC7A559 /* Pods.debug.xcconfig */; + baseConfigurationReference = A5287C4E0E01604D9A5C077402CF0287 /* Pods.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -418,42 +594,42 @@ 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; }; - 4E419842EB75B63AB6EB7CD9 /* Release */ = { + DAF781A30B6956A7D7C315691EC7CB4E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0E1F5577F3CB2A1A816F4766 /* Pods.release.xcconfig */; + baseConfigurationReference = 52CF58D8498977B487A6E5AE97CC5A38 /* OHHTTPStubs-Private.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 4.3.0; DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; + DYLIB_COMPATIBILITY_VERSION = 4; + DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/OHHTTPStubs/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/Pods.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods; + MODULEMAP_FILE = "Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = OHHTTPStubs; 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; }; - 8B7B96657207941542B8A42E /* Release */ = { + FB45FFD90572718D82AB9092B750F0CA /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -487,76 +663,37 @@ }; name = Release; }; - F3155A251F8FB27D033C80B7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - ONLY_ACTIVE_ARCH = YES; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 35920CD46DC6721D6B943E13 /* Build configuration list for PBXNativeTarget "Pods" */ = { + 136FDDCDFAE05C936354947EBAA06449 /* Build configuration list for PBXNativeTarget "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4C97FCFEC9543CEEE63EBFA1 /* Debug */, - 4E419842EB75B63AB6EB7CD9 /* Release */, + D5363C7463136E690514EA53C85C0C8D /* Debug */, + 8D8037ED98B93F867F21E1A00E40CA25 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5DAD56263AD60CAD28B28D71 /* Build configuration list for PBXProject "Pods" */ = { + 1D2222AAB7DEC39ECD354B5EC4BFE024 /* Build configuration list for PBXNativeTarget "OHHTTPStubs" */ = { isa = XCConfigurationList; buildConfigurations = ( - F3155A251F8FB27D033C80B7 /* Debug */, - 8B7B96657207941542B8A42E /* Release */, + DAF781A30B6956A7D7C315691EC7CB4E /* Debug */, + AE050CF0675A77F0187F1B57B0216453 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9E320C31BC20443632AE890E /* Build configuration list for PBXNativeTarget "Pods-OHHTTPStubs" */ = { + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 204E7D31CAF5A4F252A4D622 /* Debug */, - 2AE519C01027BBCA761BBBAC /* Release */, + A70CDAD61F90AC503C7D04CC22DA2923 /* Debug */, + FB45FFD90572718D82AB9092B750F0CA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = C2CBDA3936450283A6DE5391 /* Project object */; + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; } diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/xcshareddata/xcschemes/OHHTTPStubs.xcscheme b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/xcshareddata/xcschemes/OHHTTPStubs.xcscheme new file mode 100644 index 0000000000..699b998d1c --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Pods.xcodeproj/xcshareddata/xcschemes/OHHTTPStubs.xcscheme @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/Info.plist b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/Info.plist new file mode 100644 index 0000000000..cea441462f --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/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 + 4.3.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-Private.xcconfig b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-Private.xcconfig new file mode 100644 index 0000000000..cf3a26e1ef --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-Private.xcconfig @@ -0,0 +1,7 @@ +#include "OHHTTPStubs.xcconfig" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/OHHTTPStubs" "${PODS_ROOT}/Headers/Public" +OTHER_LDFLAGS = ${OHHTTPSTUBS_OTHER_LDFLAGS} +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_ROOT = ${SRCROOT} +SKIP_INSTALL = YES \ No newline at end of file diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-dummy.m b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-dummy.m new file mode 100644 index 0000000000..4deafde22c --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_OHHTTPStubs : NSObject +@end +@implementation PodsDummy_OHHTTPStubs +@end diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch new file mode 100644 index 0000000000..aa992a4adb --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-umbrella.h b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-umbrella.h new file mode 100644 index 0000000000..d95666a8a9 --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-umbrella.h @@ -0,0 +1,12 @@ +#import + +#import "Compatibility.h" +#import "OHHTTPStubs.h" +#import "OHHTTPStubsResponse.h" +#import "OHHTTPStubsResponse+JSON.h" +#import "OHPathHelpers.h" +#import "Compatibility.h" + +FOUNDATION_EXPORT double OHHTTPStubsVersionNumber; +FOUNDATION_EXPORT const unsigned char OHHTTPStubsVersionString[]; + diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap new file mode 100644 index 0000000000..268a7c33d4 --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap @@ -0,0 +1,6 @@ +framework module OHHTTPStubs { + umbrella header "OHHTTPStubs-umbrella.h" + + export * + module * { export * } +} diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.xcconfig b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.xcconfig new file mode 100644 index 0000000000..a14c030722 --- /dev/null +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.xcconfig @@ -0,0 +1 @@ +OHHTTPSTUBS_OTHER_LDFLAGS = -framework "CFNetwork" -framework "Foundation" \ No newline at end of file diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-frameworks.sh b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-frameworks.sh index 5b176d2615..91e9c70b4d 100755 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-frameworks.sh +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-frameworks.sh @@ -8,48 +8,52 @@ SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { - local source="${BUILT_PRODUCTS_DIR}/Pods/$1" + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + else + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + fi + local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then echo "Symlinked..." - source=$(readlink "${source}") + 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}" + 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}" + # Resign the code if required by the build settings to avoid unstable apps - if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then - code_sign "${destination}/$1" - fi + code_sign_if_enabled "${destination}/$(basename "$1")" # Embed linked Swift runtime libraries local basename - basename=$(echo $1 | sed -E s/\\..+// && exit ${PIPESTATUS[0]}) + basename="$(basename "$1" | sed -E s/\\..+// && exit ${PIPESTATUS[0]})" local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/$1/${basename}" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + swift_runtime_libs=$(xcrun otool -LX "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/${basename}.framework/${basename}" | 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}" - if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then - code_sign "${destination}/${lib}" - fi + code_sign_if_enabled "${destination}/${lib}" done } # Signs a framework with the provided identity -code_sign() { - # 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" +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 } if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework 'OHHTTPStubs.framework' + install_framework 'Pods/OHHTTPStubs.framework' fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework 'OHHTTPStubs.framework' + install_framework 'Pods/OHHTTPStubs.framework' fi diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-resources.sh b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-resources.sh index 43f08523e1..ea685a22b1 100755 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-resources.sh +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods-resources.sh @@ -9,7 +9,7 @@ RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt XCASSET_FILES=() realpath() { - DIRECTORY=$(cd "${1%/*}" && pwd) + DIRECTORY="$(cd "${1%/*}" && pwd)" FILENAME="${1##*/}" echo "$DIRECTORY/$FILENAME" } @@ -22,7 +22,7 @@ install_resource() 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}" + 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) @@ -58,8 +58,10 @@ install_resource() 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" ]]; 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" diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.debug.xcconfig b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.debug.xcconfig index c7ebebe606..a5a034c3e4 100644 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.debug.xcconfig +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.debug.xcconfig @@ -1,8 +1,7 @@ -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/OHHTTPStubs.framework/Headers" -OTHER_LDFLAGS = $(inherited) -ObjC -framework "OHHTTPStubs" -OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/OHHTTPStubs.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "OHHTTPStubs" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.release.xcconfig b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.release.xcconfig index c7ebebe606..a5a034c3e4 100644 --- a/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.release.xcconfig +++ b/test/ios/OHHTTPStubs/Examples/Swift/Pods/Target Support Files/Pods/Pods.release.xcconfig @@ -1,8 +1,7 @@ -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/OHHTTPStubs.framework/Headers" -OTHER_LDFLAGS = $(inherited) -ObjC -framework "OHHTTPStubs" -OTHER_LIBTOOLFLAGS = $(OTHER_LDFLAGS) +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/OHHTTPStubs.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "OHHTTPStubs" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file -- cgit v1.2.1