|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 019AFA1E2361E9CD00B03F57 /* DemoFullScreenViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019AFA1D2361E9CC00B03F57 /* DemoFullScreenViewController.swift */; }; |
11 | 11 | 019AFA202361F10D00B03F57 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019AFA1F2361F10D00B03F57 /* Utilities.swift */; }; |
| 12 | + 01D6A808257E89CE0017AD5A /* VCR.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A7F3257E89CE0017AD5A /* VCR.m */; }; |
| 13 | + 01D6A809257E89CF0017AD5A /* VCRRecordingURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A7F5257E89CE0017AD5A /* VCRRecordingURLProtocol.m */; }; |
| 14 | + 01D6A80A257E89CF0017AD5A /* VCRReplayingURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A7F6257E89CE0017AD5A /* VCRReplayingURLProtocol.m */; }; |
| 15 | + 01D6A80B257E89CF0017AD5A /* VCRRecording.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A7F8257E89CE0017AD5A /* VCRRecording.m */; }; |
| 16 | + 01D6A80C257E89CF0017AD5A /* VCRErrorSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A7FA257E89CE0017AD5A /* VCRErrorSerialization.m */; }; |
| 17 | + 01D6A80D257E89CF0017AD5A /* VCRCassette.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A7FD257E89CE0017AD5A /* VCRCassette.m */; }; |
| 18 | + 01D6A80E257E89CF0017AD5A /* VCR+NSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A802257E89CE0017AD5A /* VCR+NSURLSessionConfiguration.m */; }; |
| 19 | + 01D6A80F257E89CF0017AD5A /* VCROrderedMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A804257E89CE0017AD5A /* VCROrderedMutableDictionary.m */; }; |
| 20 | + 01D6A810257E89CF0017AD5A /* VCRCassetteManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A805257E89CE0017AD5A /* VCRCassetteManager.m */; }; |
| 21 | + 01D6A811257E89CF0017AD5A /* VCRRequestKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D6A807257E89CE0017AD5A /* VCRRequestKey.m */; }; |
12 | 22 | 01E88BD523690B75002523D1 /* AVPlayerViewControllerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01E88BD423690B75002523D1 /* AVPlayerViewControllerManager.swift */; }; |
13 | 23 | 0ADD88CC5EC5E9D286D8A8E0 /* libPods-XCDYouTubeKit iOS Demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B3DDE49D0638521AD03AA01 /* libPods-XCDYouTubeKit iOS Demo.a */; }; |
14 | 24 | 6941B80FC7AE87BA698FDD61 /* libPods-XCDYouTubeKit OS X Demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CF61ADAFAE5A8C5F8C082438 /* libPods-XCDYouTubeKit OS X Demo.a */; }; |
|
93 | 103 | 019AFA1C2361E9CC00B03F57 /* XCDYouTubeKit iOS Demo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XCDYouTubeKit iOS Demo-Bridging-Header.h"; sourceTree = "<group>"; }; |
94 | 104 | 019AFA1D2361E9CC00B03F57 /* DemoFullScreenViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoFullScreenViewController.swift; sourceTree = "<group>"; }; |
95 | 105 | 019AFA1F2361F10D00B03F57 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = "<group>"; }; |
| 106 | + 01D6A7F3257E89CE0017AD5A /* VCR.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCR.m; sourceTree = "<group>"; }; |
| 107 | + 01D6A7F4257E89CE0017AD5A /* VCRCassette.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRCassette.h; sourceTree = "<group>"; }; |
| 108 | + 01D6A7F5257E89CE0017AD5A /* VCRRecordingURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCRRecordingURLProtocol.m; sourceTree = "<group>"; }; |
| 109 | + 01D6A7F6257E89CE0017AD5A /* VCRReplayingURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCRReplayingURLProtocol.m; sourceTree = "<group>"; }; |
| 110 | + 01D6A7F7257E89CE0017AD5A /* VCROrderedMutableDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCROrderedMutableDictionary.h; sourceTree = "<group>"; }; |
| 111 | + 01D6A7F8257E89CE0017AD5A /* VCRRecording.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCRRecording.m; sourceTree = "<group>"; }; |
| 112 | + 01D6A7F9257E89CE0017AD5A /* VCR+NSURLSessionConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "VCR+NSURLSessionConfiguration.h"; sourceTree = "<group>"; }; |
| 113 | + 01D6A7FA257E89CE0017AD5A /* VCRErrorSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCRErrorSerialization.m; sourceTree = "<group>"; }; |
| 114 | + 01D6A7FB257E89CE0017AD5A /* VCRRequestKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRRequestKey.h; sourceTree = "<group>"; }; |
| 115 | + 01D6A7FC257E89CE0017AD5A /* VCRCassetteManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRCassetteManager.h; sourceTree = "<group>"; }; |
| 116 | + 01D6A7FD257E89CE0017AD5A /* VCRCassette.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCRCassette.m; sourceTree = "<group>"; }; |
| 117 | + 01D6A7FE257E89CE0017AD5A /* VCR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCR.h; sourceTree = "<group>"; }; |
| 118 | + 01D6A7FF257E89CE0017AD5A /* VCRReplayingURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRReplayingURLProtocol.h; sourceTree = "<group>"; }; |
| 119 | + 01D6A800257E89CE0017AD5A /* VCRRecordingURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRRecordingURLProtocol.h; sourceTree = "<group>"; }; |
| 120 | + 01D6A801257E89CE0017AD5A /* VCRErrorSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRErrorSerialization.h; sourceTree = "<group>"; }; |
| 121 | + 01D6A802257E89CE0017AD5A /* VCR+NSURLSessionConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "VCR+NSURLSessionConfiguration.m"; sourceTree = "<group>"; }; |
| 122 | + 01D6A803257E89CE0017AD5A /* VCRRecording.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRRecording.h; sourceTree = "<group>"; }; |
| 123 | + 01D6A804257E89CE0017AD5A /* VCROrderedMutableDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCROrderedMutableDictionary.m; sourceTree = "<group>"; }; |
| 124 | + 01D6A805257E89CE0017AD5A /* VCRCassetteManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCRCassetteManager.m; sourceTree = "<group>"; }; |
| 125 | + 01D6A806257E89CE0017AD5A /* VCRCassette_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCRCassette_Private.h; sourceTree = "<group>"; }; |
| 126 | + 01D6A807257E89CE0017AD5A /* VCRRequestKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCRRequestKey.m; sourceTree = "<group>"; }; |
96 | 127 | 01E88BD423690B75002523D1 /* AVPlayerViewControllerManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVPlayerViewControllerManager.swift; sourceTree = "<group>"; }; |
97 | 128 | 044E71F373F947A64C774319 /* Pods-XCDYouTubeKit iOS Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XCDYouTubeKit iOS Demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-XCDYouTubeKit iOS Demo/Pods-XCDYouTubeKit iOS Demo.debug.xcconfig"; sourceTree = "<group>"; }; |
98 | 129 | 4805F31947DAD8E88035A44A /* Pods-XCDYouTubeKit OS X Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XCDYouTubeKit OS X Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-XCDYouTubeKit OS X Demo/Pods-XCDYouTubeKit OS X Demo.release.xcconfig"; sourceTree = "<group>"; }; |
|
196 | 227 | /* End PBXFrameworksBuildPhase section */ |
197 | 228 |
|
198 | 229 | /* Begin PBXGroup section */ |
| 230 | + 01D6A7F2257E89CE0017AD5A /* VCRURLConnection */ = { |
| 231 | + isa = PBXGroup; |
| 232 | + children = ( |
| 233 | + 01D6A7F3257E89CE0017AD5A /* VCR.m */, |
| 234 | + 01D6A7F4257E89CE0017AD5A /* VCRCassette.h */, |
| 235 | + 01D6A7F5257E89CE0017AD5A /* VCRRecordingURLProtocol.m */, |
| 236 | + 01D6A7F6257E89CE0017AD5A /* VCRReplayingURLProtocol.m */, |
| 237 | + 01D6A7F7257E89CE0017AD5A /* VCROrderedMutableDictionary.h */, |
| 238 | + 01D6A7F8257E89CE0017AD5A /* VCRRecording.m */, |
| 239 | + 01D6A7F9257E89CE0017AD5A /* VCR+NSURLSessionConfiguration.h */, |
| 240 | + 01D6A7FA257E89CE0017AD5A /* VCRErrorSerialization.m */, |
| 241 | + 01D6A7FB257E89CE0017AD5A /* VCRRequestKey.h */, |
| 242 | + 01D6A7FC257E89CE0017AD5A /* VCRCassetteManager.h */, |
| 243 | + 01D6A7FD257E89CE0017AD5A /* VCRCassette.m */, |
| 244 | + 01D6A7FE257E89CE0017AD5A /* VCR.h */, |
| 245 | + 01D6A7FF257E89CE0017AD5A /* VCRReplayingURLProtocol.h */, |
| 246 | + 01D6A800257E89CE0017AD5A /* VCRRecordingURLProtocol.h */, |
| 247 | + 01D6A801257E89CE0017AD5A /* VCRErrorSerialization.h */, |
| 248 | + 01D6A802257E89CE0017AD5A /* VCR+NSURLSessionConfiguration.m */, |
| 249 | + 01D6A803257E89CE0017AD5A /* VCRRecording.h */, |
| 250 | + 01D6A804257E89CE0017AD5A /* VCROrderedMutableDictionary.m */, |
| 251 | + 01D6A805257E89CE0017AD5A /* VCRCassetteManager.m */, |
| 252 | + 01D6A806257E89CE0017AD5A /* VCRCassette_Private.h */, |
| 253 | + 01D6A807257E89CE0017AD5A /* VCRRequestKey.m */, |
| 254 | + ); |
| 255 | + name = VCRURLConnection; |
| 256 | + path = "../../XCDYouTubeKit Tests/VCRURLConnection/VCRURLConnection"; |
| 257 | + sourceTree = "<group>"; |
| 258 | + }; |
199 | 259 | C2428AD7191C3C1400065504 /* OS X Demo */ = { |
200 | 260 | isa = PBXGroup; |
201 | 261 | children = ( |
| 262 | + 01D6A7F2257E89CE0017AD5A /* VCRURLConnection */, |
202 | 263 | C2428AE3191C3C1400065504 /* AppDelegate.h */, |
203 | 264 | C2428AE4191C3C1400065504 /* AppDelegate.m */, |
204 | 265 | C2428AE6191C3C1400065504 /* MainMenu.xib */, |
|
623 | 684 | isa = PBXSourcesBuildPhase; |
624 | 685 | buildActionMask = 2147483647; |
625 | 686 | files = ( |
| 687 | + 01D6A808257E89CE0017AD5A /* VCR.m in Sources */, |
| 688 | + 01D6A809257E89CF0017AD5A /* VCRRecordingURLProtocol.m in Sources */, |
626 | 689 | C2428B07191C3DE400065504 /* main.m in Sources */, |
| 690 | + 01D6A80B257E89CF0017AD5A /* VCRRecording.m in Sources */, |
| 691 | + 01D6A80A257E89CF0017AD5A /* VCRReplayingURLProtocol.m in Sources */, |
| 692 | + 01D6A80C257E89CF0017AD5A /* VCRErrorSerialization.m in Sources */, |
| 693 | + 01D6A80F257E89CF0017AD5A /* VCROrderedMutableDictionary.m in Sources */, |
| 694 | + 01D6A80E257E89CF0017AD5A /* VCR+NSURLSessionConfiguration.m in Sources */, |
627 | 695 | C2428AE5191C3C1400065504 /* AppDelegate.m in Sources */, |
| 696 | + 01D6A80D257E89CF0017AD5A /* VCRCassette.m in Sources */, |
| 697 | + 01D6A810257E89CF0017AD5A /* VCRCassetteManager.m in Sources */, |
| 698 | + 01D6A811257E89CF0017AD5A /* VCRRequestKey.m in Sources */, |
628 | 699 | ); |
629 | 700 | runOnlyForDeploymentPostprocessing = 0; |
630 | 701 | }; |
|
760 | 831 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
761 | 832 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
762 | 833 | COPY_PHASE_STRIP = NO; |
763 | | - CURRENT_PROJECT_VERSION = 2.15.1; |
| 834 | + CURRENT_PROJECT_VERSION = 2.15.2; |
764 | 835 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
765 | 836 | ENABLE_TESTABILITY = YES; |
766 | 837 | GCC_C_LANGUAGE_STANDARD = gnu99; |
|
804 | 875 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
805 | 876 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
806 | 877 | COPY_PHASE_STRIP = YES; |
807 | | - CURRENT_PROJECT_VERSION = 2.15.1; |
| 878 | + CURRENT_PROJECT_VERSION = 2.15.2; |
808 | 879 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
809 | 880 | GCC_C_LANGUAGE_STANDARD = gnu99; |
810 | 881 | GCC_NO_COMMON_BLOCKS = YES; |
|
0 commit comments