Commit 0031f9cd87b2982c417e6b577c5d2d4ef05ed93a

Authored by liushiyu
1 parent b27b2e9b

创建元码分组结构,导入相关三方网络库

Showing 34 changed files with 829 additions and 281 deletions
... ... @@ -6,6 +6,7 @@ target 'metaCode' do
6 6 use_frameworks!
7 7  
8 8 pod 'Alamofire'
  9 + pod 'Moya'
9 10  
10 11 # Pods for metaCode
11 12  
... ...
Podfile.lock
1 1 PODS:
2 2 - Alamofire (5.7.1)
  3 + - Moya (15.0.0):
  4 + - Moya/Core (= 15.0.0)
  5 + - Moya/Core (15.0.0):
  6 + - Alamofire (~> 5.0)
3 7  
4 8 DEPENDENCIES:
5 9 - Alamofire
  10 + - Moya
6 11  
7 12 SPEC REPOS:
8 13 trunk:
9 14 - Alamofire
  15 + - Moya
10 16  
11 17 SPEC CHECKSUMS:
12 18 Alamofire: 0123a34370cb170936ae79a8df46cc62b2edeb88
  19 + Moya: 138f0573e53411fb3dc17016add0b748dfbd78ee
13 20  
14   -PODFILE CHECKSUM: eff4d6eae7591679717a1823b39a746e49739fe5
  21 +PODFILE CHECKSUM: 442c78584a02fcf1354da6ef1b93ca3e5ce4fae6
15 22  
16   -COCOAPODS: 1.11.3
  23 +COCOAPODS: 1.11.2
... ...
Pods/Manifest.lock
1 1 PODS:
2 2 - Alamofire (5.7.1)
  3 + - Moya (15.0.0):
  4 + - Moya/Core (= 15.0.0)
  5 + - Moya/Core (15.0.0):
  6 + - Alamofire (~> 5.0)
3 7  
4 8 DEPENDENCIES:
5 9 - Alamofire
  10 + - Moya
6 11  
7 12 SPEC REPOS:
8 13 trunk:
9 14 - Alamofire
  15 + - Moya
10 16  
11 17 SPEC CHECKSUMS:
12 18 Alamofire: 0123a34370cb170936ae79a8df46cc62b2edeb88
  19 + Moya: 138f0573e53411fb3dc17016add0b748dfbd78ee
13 20  
14   -PODFILE CHECKSUM: eff4d6eae7591679717a1823b39a746e49739fe5
  21 +PODFILE CHECKSUM: 442c78584a02fcf1354da6ef1b93ca3e5ce4fae6
15 22  
16   -COCOAPODS: 1.11.3
  23 +COCOAPODS: 1.11.2
... ...
Pods/Pods.xcodeproj/project.pbxproj
... ... @@ -7,74 +7,122 @@
7 7 objects = {
8 8  
9 9 /* Begin PBXBuildFile section */
10   - 04A8430BFC619C34E5F4D3878D094380 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77226E8FC7B56CA1068824166848ADBF /* CachedResponseHandler.swift */; };
11   - 079F0820555C5B86C9FBD5EC6344137F /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60D19AFBBBB00EEE64CE63E5D70649F6 /* Protected.swift */; };
12   - 11CCD832BD537718892C6A216A38490A /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0C1B9BA6444238057611BDA7CACFA5 /* URLRequest+Alamofire.swift */; };
13   - 197457852FC83E905248660B0F930452 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B206CABA3E5C254320AB3AD7135A3CE /* AuthenticationInterceptor.swift */; };
14   - 1AFD57838680DF58184FF94D14C7F3FF /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F66307C1CA0F8DA20D1A6B668D1860 /* RequestInterceptor.swift */; };
15   - 249F618CCB33EEDB4B72D019C8196C2C /* Pods-metaCode-metaCodeUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 936BF129B183429DDF8AC075D4D2BE97 /* Pods-metaCode-metaCodeUITests-dummy.m */; };
16   - 282FCD4EA8B05830E9108690B8CD336B /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2BD68F2EB883212FFD2A289C9C6AFFD /* Session.swift */; };
17   - 320C0D7A88AA812EFB20016BA1F5D7AE /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A436FE54641F2D107C7A36EEE579A711 /* AFError.swift */; };
18   - 385BC4B250B6A6DB8AAAEA77D5B7A46F /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D2AF8C623656CFD56B345D33E2C372 /* Combine.swift */; };
19   - 3A59D8FBAF9A54906E3644AC80465AFB /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B82D59AE35645D50D3A84BED8E57BBC /* Notifications.swift */; };
20   - 3FA127A261BB563409868A0DC21807B2 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22C5241B5E7FD5A8798EE42B92946C37 /* ResponseSerialization.swift */; };
21   - 41C509E4C9392543209C3D70057A6C12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
22   - 482B74C0548970BB9C095E2D8530E421 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 920D8F2C20208E53D68F47064E2AADAC /* ParameterEncoding.swift */; };
23   - 529173B31EFCD3D199E79866AFBEC86C /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 888DDD453AE7EBF323FD5C58AFC3C36A /* HTTPHeaders.swift */; };
  10 + 04A8430BFC619C34E5F4D3878D094380 /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE0856E5C43C73B123AEFE04DEF6BBD8 /* CachedResponseHandler.swift */; };
  11 + 0618E661B571A4FCC8B886F792E756CE /* MoyaProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DC5279B0523B662D66D2B7A20442371 /* MoyaProvider.swift */; };
  12 + 079F0820555C5B86C9FBD5EC6344137F /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C33AC7D25C0A3D7299ED6CDE9DE1099 /* Protected.swift */; };
  13 + 0C080D5202A572C8434CA8635D35B29C /* ValidationType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42694095BB7D7A2AB8BEAA1DD3F79573 /* ValidationType.swift */; };
  14 + 0EA96364E99A403FB19009B589203048 /* NetworkLoggerPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75649AE27FF86050C648816E127937F1 /* NetworkLoggerPlugin.swift */; };
  15 + 11CCD832BD537718892C6A216A38490A /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = A408C77E5F176E536942A9561234B929 /* URLRequest+Alamofire.swift */; };
  16 + 197457852FC83E905248660B0F930452 /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58DB2C7D52949ACA3927D674EE06DBC9 /* AuthenticationInterceptor.swift */; };
  17 + 1AFD57838680DF58184FF94D14C7F3FF /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D53C1E5BE3420A1223537A525BF7FABA /* RequestInterceptor.swift */; };
  18 + 241FB0C1BD55CC6F05C7FD78590EE5A1 /* MultiTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 083947DB5909773D01C62AD2C4D2494D /* MultiTarget.swift */; };
  19 + 282FCD4EA8B05830E9108690B8CD336B /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72D4AE0F79C77E6D0DF8F0BF3AF4AA80 /* Session.swift */; };
  20 + 2AA5064ABDA1A14FD82F98F25CF853D8 /* Atomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = C45C06673D142C7F4EF8F0A644327A73 /* Atomic.swift */; };
  21 + 320C0D7A88AA812EFB20016BA1F5D7AE /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAFE5218469F54D8E33B9763E918EDC2 /* AFError.swift */; };
  22 + 375CAADA212D838EE018E292E684F61E /* Cancellable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D450CF5126B52808973293C9A3E620 /* Cancellable.swift */; };
  23 + 385BC4B250B6A6DB8AAAEA77D5B7A46F /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1529B340E7A2E10A172EE22C0767F3A7 /* Combine.swift */; };
  24 + 3A59D8FBAF9A54906E3644AC80465AFB /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 923F1CACC71864989736A8988E619E33 /* Notifications.swift */; };
  25 + 3FA127A261BB563409868A0DC21807B2 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931B1E6CD5616D5D9ABCE23241C58A57 /* ResponseSerialization.swift */; };
  26 + 482B74C0548970BB9C095E2D8530E421 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EE199DED3543AE7C9B9095FEC6B7B59 /* ParameterEncoding.swift */; };
  27 + 529173B31EFCD3D199E79866AFBEC86C /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = E13B6743601C669E9386504B2CE4BD01 /* HTTPHeaders.swift */; };
24 28 540761B1CA45C72FF663D98D1EF57049 /* Pods-metaCodeTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F9C380EF5921654B8209D1961891D8E3 /* Pods-metaCodeTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
25 29 56561D1C0642EFE59EC5FC377580D710 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
26   - 5B92A66A66BD639411C3D839A0F87B0C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDAE996B4E9D2DB7B306B601909915C7 /* Request.swift */; };
27   - 643A7AFFB7AEB70B2B9B7E0926055023 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31FF77F272823F291CC1199FF15724F9 /* RetryPolicy.swift */; };
28   - 67B10FEAA3B7E5387D20E76B1085E94D /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C748480AB66C4D2CE843052F31C9C0D4 /* URLSessionConfiguration+Alamofire.swift */; };
29   - 732C29255F73EF3D83D49BD4F8FEAA8F /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24767B05C71B09A12209F0C3C0CE3CB9 /* MultipartUpload.swift */; };
30   - 737747B9A98257DB58112C3A23686669 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 592CA37CBFF826891439B792D0D405E6 /* MultipartFormData.swift */; };
31   - 77AB6AF4BFC6DE016DA7C057B5799C84 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8EC1AD74376CBE8B70B0820F6A611BA /* ServerTrustEvaluation.swift */; };
32   - 78B1DD1219182494A6AFAD26AAB20AA6 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAC7B7C6D7F8B176EF5F9FB19EC1561 /* Concurrency.swift */; };
33   - 7D64BC3E6CAA4AB54EAC0AAADE93F578 /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 910E01056C25BE91CB35F0ED509E6324 /* OperationQueue+Alamofire.swift */; };
34   - 81E6A0FF7F286008345ECFA3A2103FA8 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06058CC4DC17D97D816E6291418C188D /* Alamofire.swift */; };
35   - 82FD97FBBEFE51E2D3B434AF4954FC93 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 366002D2484CDB3D84D2680DC45279B7 /* EventMonitor.swift */; };
36   - 8E698F134A953250D5834C8B83CDAD34 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000339D58404A7D349EB962C6BE9E8C9 /* DispatchQueue+Alamofire.swift */; };
  30 + 5B92A66A66BD639411C3D839A0F87B0C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ABFAAEE411CC68AFB5B5B10E01B6380 /* Request.swift */; };
  31 + 643A7AFFB7AEB70B2B9B7E0926055023 /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 200C868E76B6A69FA72F966D0A54A498 /* RetryPolicy.swift */; };
  32 + 67B10FEAA3B7E5387D20E76B1085E94D /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6A9BEC9CE63E17AAE28CAF05E0F0905 /* URLSessionConfiguration+Alamofire.swift */; };
  33 + 697557E5AC7B0A085D2085C42378401C /* Pods-metaCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1612AF21F10989CA2611732073F4C1DA /* Pods-metaCode-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  34 + 6C5571DAC14E51299671ABC2AF0E1A62 /* Plugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE4AFBABFDA10B333BB0B5CB0C18B978 /* Plugin.swift */; };
  35 + 7212ACC786B61C86DE7EBED50CC29FD5 /* MoyaProvider+Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF148278163E1238624D5B42E1B472CB /* MoyaProvider+Internal.swift */; };
  36 + 732C29255F73EF3D83D49BD4F8FEAA8F /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57CF038E2541F91644228CA90487B23D /* MultipartUpload.swift */; };
  37 + 737747B9A98257DB58112C3A23686669 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADC3F8EFE1E7421E60CA939E1CB90640 /* MultipartFormData.swift */; };
  38 + 76374B984BAD760575C5223FEC2C6FC1 /* MoyaError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7DE7371D1C4105CA28FD8D3D57FE10 /* MoyaError.swift */; };
  39 + 77AB6AF4BFC6DE016DA7C057B5799C84 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E922F09577CF518205DBE557F85BC4CA /* ServerTrustEvaluation.swift */; };
  40 + 77F109FA3951C23E7F0E7A4F5581F488 /* MoyaProvider+Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 697AEF0BC3F86438500C68349E82E769 /* MoyaProvider+Defaults.swift */; };
  41 + 78B1DD1219182494A6AFAD26AAB20AA6 /* Concurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = A25933DEF75B68E4E241EB72C91F2657 /* Concurrency.swift */; };
  42 + 79AB21FCF882EB4FC9DD5F111C2F53D3 /* Moya-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 53CBC8BB66F0980EC96257B920264C98 /* Moya-dummy.m */; };
  43 + 7CB4D382650A1BB458B68BF3B39FE27D /* AnyEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB89A9F9DEF7E9CE8FAA76F5918A5EA2 /* AnyEncodable.swift */; };
  44 + 7D64BC3E6CAA4AB54EAC0AAADE93F578 /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05185495C34AF03E1A0C353E0FB7C41 /* OperationQueue+Alamofire.swift */; };
  45 + 7E313C5665BD42F0877BFD2CEBBD82CE /* URL+Moya.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE9A5B9AF313B17ABC0BE27931DF3C6 /* URL+Moya.swift */; };
  46 + 81E6A0FF7F286008345ECFA3A2103FA8 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70014973D6459050289123CEBD0A61A5 /* Alamofire.swift */; };
  47 + 8242568709F1004B69492CE9B5FA941A /* Pods-metaCode-metaCodeUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 936BF129B183429DDF8AC075D4D2BE97 /* Pods-metaCode-metaCodeUITests-dummy.m */; };
  48 + 82FD97FBBEFE51E2D3B434AF4954FC93 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08815626A8C3C61BFA350B24B1158D92 /* EventMonitor.swift */; };
  49 + 8A7A14267160A9EACDC74A9E21B8F058 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29005498A465F2B3D15E71A8B7680628 /* Image.swift */; };
  50 + 8E698F134A953250D5834C8B83CDAD34 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 104874BF5AB06BF3D5DE020B420CFDDD /* DispatchQueue+Alamofire.swift */; };
37 51 8E85763AE29BEF0A46EE875B8F069E8E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
38   - A523488C60BF961290D0B1ABB9ADACEC /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FDB01290164DBD601DFFB8BF2E99BB5 /* RequestCompression.swift */; };
39   - AA721ECC2B36AFB7D9FE70C83E6D63F9 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94F10AF7BA68CD513FE4BD12AC3E9325 /* Response.swift */; };
40   - AB4B1D8D956255CC10E5BA56B082891B /* Pods-metaCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1612AF21F10989CA2611732073F4C1DA /* Pods-metaCode-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
41   - B15EA1ED4D70605F0C90E8C15581953C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
42   - B17D933C8F8BC6A4F91AA620D7D7A870 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B1939EB3C8896EB69219C5F7BE0889 /* ParameterEncoder.swift */; };
43   - BAB17A1C6CAD14B3788973EAF8466C93 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC207F43B02F0FCBF22B2B6ECAB6315 /* NetworkReachabilityManager.swift */; };
44   - C04739CBCEE445B66192BFA708655EDF /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79D0CEF5C05F64E7426A7256B88CE035 /* StringEncoding+Alamofire.swift */; };
45   - C0661B439F7E4B930BAB5000E7523871 /* Pods-metaCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FA102D302B945CE6EF6ADDA2F898F6F /* Pods-metaCode-dummy.m */; };
46   - C8269B42DED12AB1F275648D0BD32E45 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4726E64C69480A59B59C7FAEADD2FEB4 /* URLEncodedFormEncoder.swift */; };
47   - D0560E8E2E5EB407B5D8E0381BF453FA /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5152926B0E533873A8EED86D330834C0 /* URLConvertible+URLRequestConvertible.swift */; };
48   - D09FBBADAF7C5C757AA5AB5DFE54BD25 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EA17C4197838FFA052EE7B9CAD9DD8D3 /* Alamofire-dummy.m */; };
49   - D368E6F70C5E6998548A72E65F92432D /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CA3C62864BF74A58495C935CB6F35D /* Validation.swift */; };
  52 + 915627C3EEC9190A5C51842324D3DB35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
  53 + 9426B0386E4DC02F4E347A457C39144A /* NetworkActivityPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EB87C8C6C13CDF6C32BADA154E3133D /* NetworkActivityPlugin.swift */; };
  54 + 95563637A4972EEA70958AC205B9D88A /* TargetType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11310832D2312A0D72057A43687E4F8 /* TargetType.swift */; };
  55 + 9845EA7C147DC70625EE3B89A3DAE99E /* Pods-metaCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FA102D302B945CE6EF6ADDA2F898F6F /* Pods-metaCode-dummy.m */; };
  56 + 9930A6A180279D0493FB8DB95BF23C21 /* Moya+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB29B9D2114A4A7359E30FE0B2D1B60A /* Moya+Alamofire.swift */; };
  57 + 9A3537E0E6B50DE756E96CDB3AD4EDE3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F570FE8C4EFC1D3F90C5022D91F294 /* MultipartFormData.swift */; };
  58 + A523488C60BF961290D0B1ABB9ADACEC /* RequestCompression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F5995A9A3EE5E9D08933E3D41F4756F /* RequestCompression.swift */; };
  59 + A63781E4C164E8A529707683F4137523 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
  60 + A755043CEE0384C2BB9238AF2F200F4B /* AccessTokenPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55AEB5BB211051C0771DBD138FE569CB /* AccessTokenPlugin.swift */; };
  61 + AA721ECC2B36AFB7D9FE70C83E6D63F9 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8203C57D9FC68EDC70EE2AA64EB22F1F /* Response.swift */; };
  62 + AB60B7775C160D5D62FBC93FAC8F90EC /* Moya-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBBD91F90D3F6522714AF209E217CB0 /* Moya-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  63 + AD75E7744AC7055BD537E5F9E4A098B4 /* CredentialsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 815BC349E83E64ABA47BC8D67F91D1C0 /* CredentialsPlugin.swift */; };
  64 + B0EF3E2802E1715202F99325EAE0F27A /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9D6FBCA28ADCE2DA7E14B34963D124 /* Task.swift */; };
  65 + B17D933C8F8BC6A4F91AA620D7D7A870 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7C9313498D7251A7ECF6C5D8C2474B /* ParameterEncoder.swift */; };
  66 + BAB17A1C6CAD14B3788973EAF8466C93 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5ACB91687B59A16F151F7B75B98562F /* NetworkReachabilityManager.swift */; };
  67 + C04739CBCEE445B66192BFA708655EDF /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C469139E34F2D0FAC46A57FDA850C3B /* StringEncoding+Alamofire.swift */; };
  68 + C8269B42DED12AB1F275648D0BD32E45 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2616996881637EA983AAE20FFC5F113D /* URLEncodedFormEncoder.swift */; };
  69 + CD8DB86403852CA0405AFB59BC596004 /* Pods-metaCode-metaCodeUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3AA4377CD299E06D40EB690FCBD3AB /* Pods-metaCode-metaCodeUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  70 + D0560E8E2E5EB407B5D8E0381BF453FA /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21C746A146932BECB4495A1803B4881B /* URLConvertible+URLRequestConvertible.swift */; };
  71 + D09FBBADAF7C5C757AA5AB5DFE54BD25 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F6D6D71953F6956483F81E31FADB0B8 /* Alamofire-dummy.m */; };
  72 + D368E6F70C5E6998548A72E65F92432D /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A84A01ABF25B4D3B9C355A54483E501A /* Validation.swift */; };
  73 + D5CFDCFE3128D6FA2A4D385FDFD42AA1 /* URLRequest+Encoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 484E8FD09A44AFB144FE339B48D497B7 /* URLRequest+Encoding.swift */; };
50 74 D7BCBE1EB4A638403C265CE2199EFF1B /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D3D57353834825F7B52B816066B7789 /* CFNetwork.framework */; };
51   - E6251F02EE12804D1B66AE32E716E664 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6965E5E3838DCDCC41AC01DA56A7D8D /* SessionDelegate.swift */; };
  75 + DADAAFFCDC241D3E6A4DCF567C12D280 /* RequestTypeWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FE825790D00A8CBBAE58F9D439777BC /* RequestTypeWrapper.swift */; };
  76 + E6251F02EE12804D1B66AE32E716E664 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22D4AA51548A8168E4B780C132EE9A95 /* SessionDelegate.swift */; };
  77 + E7123AB366D99D42043E352B1A128369 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
  78 + E7B06E98F3530C96FB6B2D8272169C22 /* Endpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D26045E14EAE437B1F42554E94C793 /* Endpoint.swift */; };
52 79 EACA40DCAB0CE5406A644D32F0E7B078 /* Pods-metaCodeTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B02F3947098841B506F50DF84C78844 /* Pods-metaCodeTests-dummy.m */; };
53   - ECE6F23823454A8FDB3F97CE1A7CD182 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67B27F0DC0BF19F460FD9E129E69629E /* RedirectHandler.swift */; };
54   - ECF2F956B37A4C28B228BC291A57AD6E /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953E276D9A7B3CF40C485A7FB983B8E7 /* RequestTaskMap.swift */; };
55   - F038D81F7ABAA15CF03246AD4BF334F7 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F833B93B04081CCB1F8033F4D88CDF4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
56   - F2415AE8678DE2698B7AD7D88B1A5C0F /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1B614FCEF1E81C3ADCF667EBD4DD00A /* AlamofireExtended.swift */; };
57   - F2604E8311CAAE2A5D49C5060FB87E31 /* Pods-metaCode-metaCodeUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3AA4377CD299E06D40EB690FCBD3AB /* Pods-metaCode-metaCodeUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
58   - F66CC47AD425C8D57BD149AFD09C2AFE /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = C18C61B77E806893D01FB3110BCFF9F3 /* HTTPMethod.swift */; };
59   - F6E94E8EE1CE35F49B9091BE8748587B /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA707F68E714E23150CF6B884D329CA /* Result+Alamofire.swift */; };
  80 + ECE6F23823454A8FDB3F97CE1A7CD182 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17CD1C836AB5024724E5C1912D68E691 /* RedirectHandler.swift */; };
  81 + ECF2F956B37A4C28B228BC291A57AD6E /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 930FEFFF675D29643885EAB6F7908A17 /* RequestTaskMap.swift */; };
  82 + F038D81F7ABAA15CF03246AD4BF334F7 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CDFD858444EB84C30B65FFFD81E86595 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  83 + F2415AE8678DE2698B7AD7D88B1A5C0F /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EB4EF7D7D4770D9BB53731B6A9BAB5B /* AlamofireExtended.swift */; };
  84 + F66CC47AD425C8D57BD149AFD09C2AFE /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DD4B9D9838AC322730B98D2FF92B335 /* HTTPMethod.swift */; };
  85 + F6E94E8EE1CE35F49B9091BE8748587B /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4758A30E563BC61C5FD2930CF6A2C81 /* Result+Alamofire.swift */; };
  86 + FBBA4924C2C83A3715D6F04B1E6E64C4 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26A04FDF3C6E09EEE88AB76D59AF4574 /* Response.swift */; };
60 87 /* End PBXBuildFile section */
61 88  
62 89 /* Begin PBXContainerItemProxy section */
63   - 1771BCAA7B4768D6DD9C30CE3ACE098A /* PBXContainerItemProxy */ = {
  90 + 32F077F8C1F14F3D37F28407D3B6A17C /* PBXContainerItemProxy */ = {
  91 + isa = PBXContainerItemProxy;
  92 + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
  93 + proxyType = 1;
  94 + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D;
  95 + remoteInfo = Alamofire;
  96 + };
  97 + 577085BB7E72AA9B4EB751E1699D07A9 /* PBXContainerItemProxy */ = {
  98 + isa = PBXContainerItemProxy;
  99 + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
  100 + proxyType = 1;
  101 + remoteGlobalIDString = 17F9141D333DA1A7BE5937F227221070;
  102 + remoteInfo = Moya;
  103 + };
  104 + 5A678F8EC20C5C0B4852E8B81A4D5D38 /* PBXContainerItemProxy */ = {
64 105 isa = PBXContainerItemProxy;
65 106 containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
66 107 proxyType = 1;
67 108 remoteGlobalIDString = 0A4815526FBF5C7735446FD25906A5E8;
68 109 remoteInfo = "Pods-metaCode";
69 110 };
70   - 1B12C43F83007B4F93B64A2F2F745567 /* PBXContainerItemProxy */ = {
  111 + 7C94D6A4201EADE73C50814DBB63BBF1 /* PBXContainerItemProxy */ = {
71 112 isa = PBXContainerItemProxy;
72 113 containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
73 114 proxyType = 1;
74 115 remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D;
75 116 remoteInfo = Alamofire;
76 117 };
77   - 4B044ABB6D4FA1432AB99E8985BD5F4F /* PBXContainerItemProxy */ = {
  118 + A7D3D27D71E9734B4297BED93A62058E /* PBXContainerItemProxy */ = {
  119 + isa = PBXContainerItemProxy;
  120 + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
  121 + proxyType = 1;
  122 + remoteGlobalIDString = 17F9141D333DA1A7BE5937F227221070;
  123 + remoteInfo = Moya;
  124 + };
  125 + F7AF3BD07DA20824B77AB6A3FEEF518C /* PBXContainerItemProxy */ = {
78 126 isa = PBXContainerItemProxy;
79 127 containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
80 128 proxyType = 1;
... ... @@ -84,86 +132,126 @@
84 132 /* End PBXContainerItemProxy section */
85 133  
86 134 /* Begin PBXFileReference section */
87   - 000339D58404A7D349EB962C6BE9E8C9 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = "<group>"; };
88   - 06058CC4DC17D97D816E6291418C188D /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = "<group>"; };
  135 + 025A6950887AB1E5B72A71A8CFEB9529 /* Moya.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Moya.modulemap; sourceTree = "<group>"; };
  136 + 083947DB5909773D01C62AD2C4D2494D /* MultiTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultiTarget.swift; path = Sources/Moya/MultiTarget.swift; sourceTree = "<group>"; };
  137 + 08815626A8C3C61BFA350B24B1158D92 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = "<group>"; };
  138 + 104874BF5AB06BF3D5DE020B420CFDDD /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = "<group>"; };
  139 + 1529B340E7A2E10A172EE22C0767F3A7 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = "<group>"; };
89 140 1612AF21F10989CA2611732073F4C1DA /* Pods-metaCode-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-metaCode-umbrella.h"; sourceTree = "<group>"; };
  141 + 17CD1C836AB5024724E5C1912D68E691 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = "<group>"; };
  142 + 1A0B3A445B97E2FC56D517D46F013E7A /* Moya.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Moya.debug.xcconfig; sourceTree = "<group>"; };
  143 + 200C868E76B6A69FA72F966D0A54A498 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = "<group>"; };
90 144 217667F9B46BEB5230F22DB066E63E12 /* Pods-metaCode-metaCodeUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-metaCode-metaCodeUITests.debug.xcconfig"; sourceTree = "<group>"; };
91   - 22C5241B5E7FD5A8798EE42B92946C37 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = "<group>"; };
92   - 24767B05C71B09A12209F0C3C0CE3CB9 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = "<group>"; };
  145 + 21C746A146932BECB4495A1803B4881B /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = "<group>"; };
  146 + 22D4AA51548A8168E4B780C132EE9A95 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = "<group>"; };
  147 + 2616996881637EA983AAE20FFC5F113D /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = "<group>"; };
  148 + 26A04FDF3C6E09EEE88AB76D59AF4574 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Sources/Moya/Response.swift; sourceTree = "<group>"; };
93 149 28AEECF1918A95B0888ED8EE86924A96 /* Pods-metaCodeTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-metaCodeTests-Info.plist"; sourceTree = "<group>"; };
94   - 306E2D1B9E4FC953243A0CACF97218A6 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = "<group>"; };
95   - 31FF77F272823F291CC1199FF15724F9 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = "<group>"; };
96   - 366002D2484CDB3D84D2680DC45279B7 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = "<group>"; };
97   - 38F66307C1CA0F8DA20D1A6B668D1860 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = "<group>"; };
  150 + 29005498A465F2B3D15E71A8B7680628 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Moya/Image.swift; sourceTree = "<group>"; };
  151 + 2DC5279B0523B662D66D2B7A20442371 /* MoyaProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MoyaProvider.swift; path = Sources/Moya/MoyaProvider.swift; sourceTree = "<group>"; };
  152 + 2EB87C8C6C13CDF6C32BADA154E3133D /* NetworkActivityPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkActivityPlugin.swift; path = Sources/Moya/Plugins/NetworkActivityPlugin.swift; sourceTree = "<group>"; };
  153 + 3756A9BBE41ABEE8DCBF5BCA6972C4DA /* Moya */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Moya; path = Moya.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  154 + 39D26045E14EAE437B1F42554E94C793 /* Endpoint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Endpoint.swift; path = Sources/Moya/Endpoint.swift; sourceTree = "<group>"; };
98 155 3AA7CD5EBD19C8B2EA9E1BAE7EC77EE9 /* Pods-metaCode-metaCodeUITests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-metaCode-metaCodeUITests"; path = Pods_metaCode_metaCodeUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
99   - 40CA3C62864BF74A58495C935CB6F35D /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = "<group>"; };
100   - 4726E64C69480A59B59C7FAEADD2FEB4 /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = "<group>"; };
  156 + 42694095BB7D7A2AB8BEAA1DD3F79573 /* ValidationType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValidationType.swift; path = Sources/Moya/ValidationType.swift; sourceTree = "<group>"; };
  157 + 484E8FD09A44AFB144FE339B48D497B7 /* URLRequest+Encoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Encoding.swift"; path = "Sources/Moya/URLRequest+Encoding.swift"; sourceTree = "<group>"; };
101 158 487B3C5601F86D6848D18782D8741F5C /* Pods-metaCodeTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-metaCodeTests-acknowledgements.plist"; sourceTree = "<group>"; };
102   - 4F833B93B04081CCB1F8033F4D88CDF4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = "<group>"; };
103   - 5152926B0E533873A8EED86D330834C0 /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = "<group>"; };
  159 + 4C7DE7371D1C4105CA28FD8D3D57FE10 /* MoyaError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MoyaError.swift; path = Sources/Moya/MoyaError.swift; sourceTree = "<group>"; };
  160 + 4F5995A9A3EE5E9D08933E3D41F4756F /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = "<group>"; };
  161 + 53CBC8BB66F0980EC96257B920264C98 /* Moya-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Moya-dummy.m"; sourceTree = "<group>"; };
104 162 545B813FBE48F349359959970BD2800F /* Pods-metaCode-metaCodeUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-metaCode-metaCodeUITests-acknowledgements.markdown"; sourceTree = "<group>"; };
105   - 592CA37CBFF826891439B792D0D405E6 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = "<group>"; };
  163 + 55AEB5BB211051C0771DBD138FE569CB /* AccessTokenPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccessTokenPlugin.swift; path = Sources/Moya/Plugins/AccessTokenPlugin.swift; sourceTree = "<group>"; };
  164 + 57CF038E2541F91644228CA90487B23D /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = "<group>"; };
  165 + 58DB2C7D52949ACA3927D674EE06DBC9 /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = "<group>"; };
  166 + 5ABFAAEE411CC68AFB5B5B10E01B6380 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = "<group>"; };
106 167 5B02F3947098841B506F50DF84C78844 /* Pods-metaCodeTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-metaCodeTests-dummy.m"; sourceTree = "<group>"; };
  168 + 5C33AC7D25C0A3D7299ED6CDE9DE1099 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = "<group>"; };
107 169 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
108   - 60D19AFBBBB00EEE64CE63E5D70649F6 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = "<group>"; };
109   - 67B27F0DC0BF19F460FD9E129E69629E /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = "<group>"; };
  170 + 5FE825790D00A8CBBAE58F9D439777BC /* RequestTypeWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTypeWrapper.swift; path = Sources/Moya/RequestTypeWrapper.swift; sourceTree = "<group>"; };
  171 + 64F570FE8C4EFC1D3F90C5022D91F294 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Sources/Moya/MultipartFormData.swift; sourceTree = "<group>"; };
  172 + 67FD809EE7F7A93BE07228143E6DFF45 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = "<group>"; };
  173 + 687FD28377BAF5A41D0861DB45C88134 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = "<group>"; };
  174 + 697AEF0BC3F86438500C68349E82E769 /* MoyaProvider+Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MoyaProvider+Defaults.swift"; path = "Sources/Moya/MoyaProvider+Defaults.swift"; sourceTree = "<group>"; };
110 175 6B139A55B49868BF917904BFEE93382F /* Pods-metaCodeTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-metaCodeTests"; path = Pods_metaCodeTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
111 176 6B54427D61D9D5DE82C4E63A0C983EDF /* Pods-metaCode-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-metaCode-acknowledgements.plist"; sourceTree = "<group>"; };
112   - 6ED8831F6FF4301FD74775E203143BC4 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = "<group>"; };
  177 + 6BD55C921F426FC2427A450964FF0FBF /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = "<group>"; };
  178 + 6EE199DED3543AE7C9B9095FEC6B7B59 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = "<group>"; };
113 179 6FA102D302B945CE6EF6ADDA2F898F6F /* Pods-metaCode-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-metaCode-dummy.m"; sourceTree = "<group>"; };
114   - 740AAA5D9614C4C73D0E5D0E6E1FA9F3 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = "<group>"; };
  180 + 70014973D6459050289123CEBD0A61A5 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = "<group>"; };
  181 + 72D4AE0F79C77E6D0DF8F0BF3AF4AA80 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = "<group>"; };
  182 + 72F3E8BAF86FF7C2FDFF10F888E72F42 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = "<group>"; };
115 183 74DC9DA70DA50AB87D34A3A40E05896B /* Pods-metaCode-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-metaCode-frameworks.sh"; sourceTree = "<group>"; };
116   - 77226E8FC7B56CA1068824166848ADBF /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = "<group>"; };
  184 + 75649AE27FF86050C648816E127937F1 /* NetworkLoggerPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkLoggerPlugin.swift; path = Sources/Moya/Plugins/NetworkLoggerPlugin.swift; sourceTree = "<group>"; };
117 185 775AFB111B28B95BD0292A663FFBF2DE /* Pods-metaCode-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-metaCode-Info.plist"; sourceTree = "<group>"; };
118   - 79D0CEF5C05F64E7426A7256B88CE035 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = "<group>"; };
119   - 7B82D59AE35645D50D3A84BED8E57BBC /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = "<group>"; };
  186 + 7801C629E9B510ED5273320D974ED7B5 /* Moya.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Moya.release.xcconfig; sourceTree = "<group>"; };
120 187 7C225AA1964D866950C7D85AC8D71CEC /* Pods-metaCode-metaCodeUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-metaCode-metaCodeUITests-frameworks.sh"; sourceTree = "<group>"; };
121   - 888DDD453AE7EBF323FD5C58AFC3C36A /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = "<group>"; };
122   - 88B1939EB3C8896EB69219C5F7BE0889 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = "<group>"; };
  188 + 7DA7904232A6458A95BE872A0EFE5130 /* Moya-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Moya-prefix.pch"; sourceTree = "<group>"; };
  189 + 815BC349E83E64ABA47BC8D67F91D1C0 /* CredentialsPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CredentialsPlugin.swift; path = Sources/Moya/Plugins/CredentialsPlugin.swift; sourceTree = "<group>"; };
  190 + 8203C57D9FC68EDC70EE2AA64EB22F1F /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = "<group>"; };
  191 + 8C469139E34F2D0FAC46A57FDA850C3B /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = "<group>"; };
123 192 8D3D57353834825F7B52B816066B7789 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; };
124   - 8FDB01290164DBD601DFFB8BF2E99BB5 /* RequestCompression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestCompression.swift; path = Source/RequestCompression.swift; sourceTree = "<group>"; };
125   - 910E01056C25BE91CB35F0ED509E6324 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = "<group>"; };
126   - 920D8F2C20208E53D68F47064E2AADAC /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = "<group>"; };
  193 + 8EB4EF7D7D4770D9BB53731B6A9BAB5B /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = "<group>"; };
  194 + 923F1CACC71864989736A8988E619E33 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = "<group>"; };
  195 + 930FEFFF675D29643885EAB6F7908A17 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = "<group>"; };
  196 + 931B1E6CD5616D5D9ABCE23241C58A57 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = "<group>"; };
127 197 936BF129B183429DDF8AC075D4D2BE97 /* Pods-metaCode-metaCodeUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-metaCode-metaCodeUITests-dummy.m"; sourceTree = "<group>"; };
128   - 94F10AF7BA68CD513FE4BD12AC3E9325 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = "<group>"; };
129   - 953E276D9A7B3CF40C485A7FB983B8E7 /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = "<group>"; };
  198 + 9902EBB4E1F4CB5D8315E9456556ACFB /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = "<group>"; };
130 199 99D4F8056EC3EC717943D4A09A9B1553 /* Pods-metaCode.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-metaCode.release.xcconfig"; sourceTree = "<group>"; };
131   - 9B206CABA3E5C254320AB3AD7135A3CE /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = "<group>"; };
  200 + 9B9A74ED4395CB52C7FAC161B2A47A77 /* Moya-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Moya-Info.plist"; sourceTree = "<group>"; };
132 201 9C3AA4377CD299E06D40EB690FCBD3AB /* Pods-metaCode-metaCodeUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-metaCode-metaCodeUITests-umbrella.h"; sourceTree = "<group>"; };
133 202 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  203 + 9DD4B9D9838AC322730B98D2FF92B335 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = "<group>"; };
  204 + 9F6D6D71953F6956483F81E31FADB0B8 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = "<group>"; };
134 205 A07C4207830AD238619BE6784F8940D4 /* Pods-metaCode */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-metaCode"; path = Pods_metaCode.framework; sourceTree = BUILT_PRODUCTS_DIR; };
135   - A436FE54641F2D107C7A36EEE579A711 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = "<group>"; };
136   - A52D1AFEE03B6011772E5FAE0AC50EEE /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = "<group>"; };
  206 + A11310832D2312A0D72057A43687E4F8 /* TargetType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TargetType.swift; path = Sources/Moya/TargetType.swift; sourceTree = "<group>"; };
  207 + A25933DEF75B68E4E241EB72C91F2657 /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = "<group>"; };
  208 + A408C77E5F176E536942A9561234B929 /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = "<group>"; };
  209 + A5ACB91687B59A16F151F7B75B98562F /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = "<group>"; };
  210 + A84A01ABF25B4D3B9C355A54483E501A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = "<group>"; };
137 211 A8CAB0D8F73C6757A0A8BBA3E9EFADE6 /* Pods-metaCode-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-metaCode-acknowledgements.markdown"; sourceTree = "<group>"; };
138 212 AA7BF5249A8CC12BEE5EAC0CA0D85F62 /* Pods-metaCode-metaCodeUITests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-metaCode-metaCodeUITests-Info.plist"; sourceTree = "<group>"; };
139   - AD714F718D7CC54F064F15757F78C492 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = "<group>"; };
140   - B1B614FCEF1E81C3ADCF667EBD4DD00A /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = "<group>"; };
141   - B2D2AF8C623656CFD56B345D33E2C372 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = "<group>"; };
  213 + ABBBD91F90D3F6522714AF209E217CB0 /* Moya-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Moya-umbrella.h"; sourceTree = "<group>"; };
  214 + ADC3F8EFE1E7421E60CA939E1CB90640 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = "<group>"; };
  215 + B05185495C34AF03E1A0C353E0FB7C41 /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = "<group>"; };
142 216 B4F70E100A1D8E72C617BBF90E8693F2 /* Pods-metaCode.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-metaCode.modulemap"; sourceTree = "<group>"; };
143   - BDAE996B4E9D2DB7B306B601909915C7 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = "<group>"; };
  217 + BB29B9D2114A4A7359E30FE0B2D1B60A /* Moya+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Moya+Alamofire.swift"; path = "Sources/Moya/Moya+Alamofire.swift"; sourceTree = "<group>"; };
  218 + BB89A9F9DEF7E9CE8FAA76F5918A5EA2 /* AnyEncodable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyEncodable.swift; path = Sources/Moya/AnyEncodable.swift; sourceTree = "<group>"; };
  219 + BE4AFBABFDA10B333BB0B5CB0C18B978 /* Plugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Plugin.swift; path = Sources/Moya/Plugin.swift; sourceTree = "<group>"; };
  220 + BE9D6FBCA28ADCE2DA7E14B34963D124 /* Task.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Task.swift; path = Sources/Moya/Task.swift; sourceTree = "<group>"; };
144 221 BFC3A4C8AE977CE360C22E1D5146B015 /* Pods-metaCodeTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-metaCodeTests.debug.xcconfig"; sourceTree = "<group>"; };
145   - C18C61B77E806893D01FB3110BCFF9F3 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = "<group>"; };
146   - C2BD68F2EB883212FFD2A289C9C6AFFD /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = "<group>"; };
147   - C6965E5E3838DCDCC41AC01DA56A7D8D /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = "<group>"; };
148   - C748480AB66C4D2CE843052F31C9C0D4 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = "<group>"; };
  222 + C45C06673D142C7F4EF8F0A644327A73 /* Atomic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Atomic.swift; path = Sources/Moya/Atomic.swift; sourceTree = "<group>"; };
  223 + C4758A30E563BC61C5FD2930CF6A2C81 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = "<group>"; };
149 224 CA1C083C8CA8E93CB2B48111DF98BB93 /* Pods-metaCode-metaCodeUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-metaCode-metaCodeUITests-acknowledgements.plist"; sourceTree = "<group>"; };
  225 + CCE9A5B9AF313B17ABC0BE27931DF3C6 /* URL+Moya.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URL+Moya.swift"; path = "Sources/Moya/URL+Moya.swift"; sourceTree = "<group>"; };
  226 + CDFD858444EB84C30B65FFFD81E86595 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = "<group>"; };
  227 + CE7C9313498D7251A7ECF6C5D8C2474B /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = "<group>"; };
150 228 CF0A8B0581D416BE028E2D6F579F2C23 /* Pods-metaCodeTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-metaCodeTests-acknowledgements.markdown"; sourceTree = "<group>"; };
  229 + D2D450CF5126B52808973293C9A3E620 /* Cancellable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cancellable.swift; path = Sources/Moya/Cancellable.swift; sourceTree = "<group>"; };
  230 + D53C1E5BE3420A1223537A525BF7FABA /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = "<group>"; };
151 231 D5BC766E1CFC628E6D55D55AF9B5B544 /* Pods-metaCode-metaCodeUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-metaCode-metaCodeUITests.modulemap"; sourceTree = "<group>"; };
152 232 D6E2723FB3E90E96DCB8731DD559E93E /* Pods-metaCodeTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-metaCodeTests.release.xcconfig"; sourceTree = "<group>"; };
153   - DCAC7B7C6D7F8B176EF5F9FB19EC1561 /* Concurrency.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Concurrency.swift; path = Source/Concurrency.swift; sourceTree = "<group>"; };
154   - DDA707F68E714E23150CF6B884D329CA /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = "<group>"; };
  233 + DF148278163E1238624D5B42E1B472CB /* MoyaProvider+Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MoyaProvider+Internal.swift"; path = "Sources/Moya/MoyaProvider+Internal.swift"; sourceTree = "<group>"; };
155 234 DF9C4B447F6E151B2308BBF40DACCB6E /* Pods-metaCodeTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-metaCodeTests.modulemap"; sourceTree = "<group>"; };
156   - E8EC1AD74376CBE8B70B0820F6A611BA /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = "<group>"; };
157   - EA0C1B9BA6444238057611BDA7CACFA5 /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = "<group>"; };
158   - EA17C4197838FFA052EE7B9CAD9DD8D3 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = "<group>"; };
  235 + E13B6743601C669E9386504B2CE4BD01 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = "<group>"; };
  236 + E922F09577CF518205DBE557F85BC4CA /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = "<group>"; };
  237 + EAFE5218469F54D8E33B9763E918EDC2 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = "<group>"; };
  238 + EE0856E5C43C73B123AEFE04DEF6BBD8 /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = "<group>"; };
159 239 EF4FB01235AA439A852B9052DCA00CB4 /* Pods-metaCode-metaCodeUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-metaCode-metaCodeUITests.release.xcconfig"; sourceTree = "<group>"; };
160 240 F56021C29E20C6A2C023FECED05B5D38 /* Pods-metaCode.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-metaCode.debug.xcconfig"; sourceTree = "<group>"; };
  241 + F6A9BEC9CE63E17AAE28CAF05E0F0905 /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = "<group>"; };
161 242 F9C380EF5921654B8209D1961891D8E3 /* Pods-metaCodeTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-metaCodeTests-umbrella.h"; sourceTree = "<group>"; };
162 243 FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
163   - FEC207F43B02F0FCBF22B2B6ECAB6315 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = "<group>"; };
164 244 /* End PBXFileReference section */
165 245  
166 246 /* Begin PBXFrameworksBuildPhase section */
  247 + 0D03E1C47A8DDBC7A3E1C856D098F919 /* Frameworks */ = {
  248 + isa = PBXFrameworksBuildPhase;
  249 + buildActionMask = 2147483647;
  250 + files = (
  251 + 915627C3EEC9190A5C51842324D3DB35 /* Foundation.framework in Frameworks */,
  252 + );
  253 + runOnlyForDeploymentPostprocessing = 0;
  254 + };
167 255 0E4549AF54D115670A741A7789060E30 /* Frameworks */ = {
168 256 isa = PBXFrameworksBuildPhase;
169 257 buildActionMask = 2147483647;
... ... @@ -172,11 +260,11 @@
172 260 );
173 261 runOnlyForDeploymentPostprocessing = 0;
174 262 };
175   - 2B00C386224BC5B0F8EB4F6394112ED7 /* Frameworks */ = {
  263 + 41444FC6B9FA2D386D58EF06093B5C77 /* Frameworks */ = {
176 264 isa = PBXFrameworksBuildPhase;
177 265 buildActionMask = 2147483647;
178 266 files = (
179   - B15EA1ED4D70605F0C90E8C15581953C /* Foundation.framework in Frameworks */,
  267 + E7123AB366D99D42043E352B1A128369 /* Foundation.framework in Frameworks */,
180 268 );
181 269 runOnlyForDeploymentPostprocessing = 0;
182 270 };
... ... @@ -189,11 +277,11 @@
189 277 );
190 278 runOnlyForDeploymentPostprocessing = 0;
191 279 };
192   - 63C5A10D05A2A9C897FB5D340D15F455 /* Frameworks */ = {
  280 + D40EA051F8DD766059AD3EBB60B52079 /* Frameworks */ = {
193 281 isa = PBXFrameworksBuildPhase;
194 282 buildActionMask = 2147483647;
195 283 files = (
196   - 41C509E4C9392543209C3D70057A6C12 /* Foundation.framework in Frameworks */,
  284 + A63781E4C164E8A529707683F4137523 /* Foundation.framework in Frameworks */,
197 285 );
198 286 runOnlyForDeploymentPostprocessing = 0;
199 287 };
... ... @@ -216,6 +304,18 @@
216 304 path = "Target Support Files/Pods-metaCodeTests";
217 305 sourceTree = "<group>";
218 306 };
  307 + 0C1E928C3DE635D3DB46241D9D3EB73A /* Products */ = {
  308 + isa = PBXGroup;
  309 + children = (
  310 + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */,
  311 + 3756A9BBE41ABEE8DCBF5BCA6972C4DA /* Moya */,
  312 + A07C4207830AD238619BE6784F8940D4 /* Pods-metaCode */,
  313 + 3AA7CD5EBD19C8B2EA9E1BAE7EC77EE9 /* Pods-metaCode-metaCodeUITests */,
  314 + 6B139A55B49868BF917904BFEE93382F /* Pods-metaCodeTests */,
  315 + );
  316 + name = Products;
  317 + sourceTree = "<group>";
  318 + };
219 319 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = {
220 320 isa = PBXGroup;
221 321 children = (
... ... @@ -241,27 +341,65 @@
241 341 path = "Target Support Files/Pods-metaCode";
242 342 sourceTree = "<group>";
243 343 };
244   - 5859CCC0ABE736D54D7BFD670A82F169 /* Pods */ = {
  344 + 51E94BA96B238E2D4B47D5BBEA5FB668 /* Support Files */ = {
245 345 isa = PBXGroup;
246 346 children = (
247   - E4DBDEEA84D01EDB41FB547B1154D346 /* Alamofire */,
  347 + 6BD55C921F426FC2427A450964FF0FBF /* Alamofire.modulemap */,
  348 + 9F6D6D71953F6956483F81E31FADB0B8 /* Alamofire-dummy.m */,
  349 + 687FD28377BAF5A41D0861DB45C88134 /* Alamofire-Info.plist */,
  350 + 67FD809EE7F7A93BE07228143E6DFF45 /* Alamofire-prefix.pch */,
  351 + CDFD858444EB84C30B65FFFD81E86595 /* Alamofire-umbrella.h */,
  352 + 9902EBB4E1F4CB5D8315E9456556ACFB /* Alamofire.debug.xcconfig */,
  353 + 72F3E8BAF86FF7C2FDFF10F888E72F42 /* Alamofire.release.xcconfig */,
248 354 );
249   - name = Pods;
  355 + name = "Support Files";
  356 + path = "../Target Support Files/Alamofire";
250 357 sourceTree = "<group>";
251 358 };
252   - 5F92C9B9F679FE7DF64E95279E5DB79F /* Support Files */ = {
  359 + 5C957134B0D826600DD4160A36FECB0A /* Alamofire */ = {
253 360 isa = PBXGroup;
254 361 children = (
255   - A52D1AFEE03B6011772E5FAE0AC50EEE /* Alamofire.modulemap */,
256   - EA17C4197838FFA052EE7B9CAD9DD8D3 /* Alamofire-dummy.m */,
257   - 740AAA5D9614C4C73D0E5D0E6E1FA9F3 /* Alamofire-Info.plist */,
258   - 6ED8831F6FF4301FD74775E203143BC4 /* Alamofire-prefix.pch */,
259   - 4F833B93B04081CCB1F8033F4D88CDF4 /* Alamofire-umbrella.h */,
260   - AD714F718D7CC54F064F15757F78C492 /* Alamofire.debug.xcconfig */,
261   - 306E2D1B9E4FC953243A0CACF97218A6 /* Alamofire.release.xcconfig */,
  362 + EAFE5218469F54D8E33B9763E918EDC2 /* AFError.swift */,
  363 + 70014973D6459050289123CEBD0A61A5 /* Alamofire.swift */,
  364 + 8EB4EF7D7D4770D9BB53731B6A9BAB5B /* AlamofireExtended.swift */,
  365 + 58DB2C7D52949ACA3927D674EE06DBC9 /* AuthenticationInterceptor.swift */,
  366 + EE0856E5C43C73B123AEFE04DEF6BBD8 /* CachedResponseHandler.swift */,
  367 + 1529B340E7A2E10A172EE22C0767F3A7 /* Combine.swift */,
  368 + A25933DEF75B68E4E241EB72C91F2657 /* Concurrency.swift */,
  369 + 104874BF5AB06BF3D5DE020B420CFDDD /* DispatchQueue+Alamofire.swift */,
  370 + 08815626A8C3C61BFA350B24B1158D92 /* EventMonitor.swift */,
  371 + E13B6743601C669E9386504B2CE4BD01 /* HTTPHeaders.swift */,
  372 + 9DD4B9D9838AC322730B98D2FF92B335 /* HTTPMethod.swift */,
  373 + ADC3F8EFE1E7421E60CA939E1CB90640 /* MultipartFormData.swift */,
  374 + 57CF038E2541F91644228CA90487B23D /* MultipartUpload.swift */,
  375 + A5ACB91687B59A16F151F7B75B98562F /* NetworkReachabilityManager.swift */,
  376 + 923F1CACC71864989736A8988E619E33 /* Notifications.swift */,
  377 + B05185495C34AF03E1A0C353E0FB7C41 /* OperationQueue+Alamofire.swift */,
  378 + CE7C9313498D7251A7ECF6C5D8C2474B /* ParameterEncoder.swift */,
  379 + 6EE199DED3543AE7C9B9095FEC6B7B59 /* ParameterEncoding.swift */,
  380 + 5C33AC7D25C0A3D7299ED6CDE9DE1099 /* Protected.swift */,
  381 + 17CD1C836AB5024724E5C1912D68E691 /* RedirectHandler.swift */,
  382 + 5ABFAAEE411CC68AFB5B5B10E01B6380 /* Request.swift */,
  383 + 4F5995A9A3EE5E9D08933E3D41F4756F /* RequestCompression.swift */,
  384 + D53C1E5BE3420A1223537A525BF7FABA /* RequestInterceptor.swift */,
  385 + 930FEFFF675D29643885EAB6F7908A17 /* RequestTaskMap.swift */,
  386 + 8203C57D9FC68EDC70EE2AA64EB22F1F /* Response.swift */,
  387 + 931B1E6CD5616D5D9ABCE23241C58A57 /* ResponseSerialization.swift */,
  388 + C4758A30E563BC61C5FD2930CF6A2C81 /* Result+Alamofire.swift */,
  389 + 200C868E76B6A69FA72F966D0A54A498 /* RetryPolicy.swift */,
  390 + E922F09577CF518205DBE557F85BC4CA /* ServerTrustEvaluation.swift */,
  391 + 72D4AE0F79C77E6D0DF8F0BF3AF4AA80 /* Session.swift */,
  392 + 22D4AA51548A8168E4B780C132EE9A95 /* SessionDelegate.swift */,
  393 + 8C469139E34F2D0FAC46A57FDA850C3B /* StringEncoding+Alamofire.swift */,
  394 + 21C746A146932BECB4495A1803B4881B /* URLConvertible+URLRequestConvertible.swift */,
  395 + 2616996881637EA983AAE20FFC5F113D /* URLEncodedFormEncoder.swift */,
  396 + A408C77E5F176E536942A9561234B929 /* URLRequest+Alamofire.swift */,
  397 + F6A9BEC9CE63E17AAE28CAF05E0F0905 /* URLSessionConfiguration+Alamofire.swift */,
  398 + A84A01ABF25B4D3B9C355A54483E501A /* Validation.swift */,
  399 + 51E94BA96B238E2D4B47D5BBEA5FB668 /* Support Files */,
262 400 );
263   - name = "Support Files";
264   - path = "../Target Support Files/Alamofire";
  401 + name = Alamofire;
  402 + path = Alamofire;
265 403 sourceTree = "<group>";
266 404 };
267 405 61C8CC330A5CA84DA2F5F1D32AB07069 /* iOS */ = {
... ... @@ -273,6 +411,15 @@
273 411 name = iOS;
274 412 sourceTree = "<group>";
275 413 };
  414 + 7166B08D4A62B29C5A90501325539276 /* Pods */ = {
  415 + isa = PBXGroup;
  416 + children = (
  417 + 5C957134B0D826600DD4160A36FECB0A /* Alamofire */,
  418 + 7B874AEC5EE25899D6E4BD078CE4741E /* Moya */,
  419 + );
  420 + name = Pods;
  421 + sourceTree = "<group>";
  422 + };
276 423 73F34FD19ED2CAE69D782D416AF49D2F /* Targets Support Files */ = {
277 424 isa = PBXGroup;
278 425 children = (
... ... @@ -283,15 +430,29 @@
283 430 name = "Targets Support Files";
284 431 sourceTree = "<group>";
285 432 };
286   - 91F65D461F85F64DC6B65F3BEED484F4 /* Products */ = {
  433 + 7B874AEC5EE25899D6E4BD078CE4741E /* Moya */ = {
287 434 isa = PBXGroup;
288 435 children = (
289   - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */,
290   - A07C4207830AD238619BE6784F8940D4 /* Pods-metaCode */,
291   - 3AA7CD5EBD19C8B2EA9E1BAE7EC77EE9 /* Pods-metaCode-metaCodeUITests */,
292   - 6B139A55B49868BF917904BFEE93382F /* Pods-metaCodeTests */,
  436 + E9265A929EF8A7061A120317986FFDF7 /* Core */,
  437 + A419A71DFF00D9B937E102C425B68E10 /* Support Files */,
293 438 );
294   - name = Products;
  439 + name = Moya;
  440 + path = Moya;
  441 + sourceTree = "<group>";
  442 + };
  443 + A419A71DFF00D9B937E102C425B68E10 /* Support Files */ = {
  444 + isa = PBXGroup;
  445 + children = (
  446 + 025A6950887AB1E5B72A71A8CFEB9529 /* Moya.modulemap */,
  447 + 53CBC8BB66F0980EC96257B920264C98 /* Moya-dummy.m */,
  448 + 9B9A74ED4395CB52C7FAC161B2A47A77 /* Moya-Info.plist */,
  449 + 7DA7904232A6458A95BE872A0EFE5130 /* Moya-prefix.pch */,
  450 + ABBBD91F90D3F6522714AF209E217CB0 /* Moya-umbrella.h */,
  451 + 1A0B3A445B97E2FC56D517D46F013E7A /* Moya.debug.xcconfig */,
  452 + 7801C629E9B510ED5273320D974ED7B5 /* Moya.release.xcconfig */,
  453 + );
  454 + name = "Support Files";
  455 + path = "../Target Support Files/Moya";
295 456 sourceTree = "<group>";
296 457 };
297 458 CA1E85A3D4CED8FC7C052EBA88397FB8 /* Pods-metaCode-metaCodeUITests */ = {
... ... @@ -316,74 +477,59 @@
316 477 children = (
317 478 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
318 479 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */,
319   - 5859CCC0ABE736D54D7BFD670A82F169 /* Pods */,
320   - 91F65D461F85F64DC6B65F3BEED484F4 /* Products */,
  480 + 7166B08D4A62B29C5A90501325539276 /* Pods */,
  481 + 0C1E928C3DE635D3DB46241D9D3EB73A /* Products */,
321 482 73F34FD19ED2CAE69D782D416AF49D2F /* Targets Support Files */,
322 483 );
323 484 sourceTree = "<group>";
324 485 };
325   - E4DBDEEA84D01EDB41FB547B1154D346 /* Alamofire */ = {
  486 + E9265A929EF8A7061A120317986FFDF7 /* Core */ = {
326 487 isa = PBXGroup;
327 488 children = (
328   - A436FE54641F2D107C7A36EEE579A711 /* AFError.swift */,
329   - 06058CC4DC17D97D816E6291418C188D /* Alamofire.swift */,
330   - B1B614FCEF1E81C3ADCF667EBD4DD00A /* AlamofireExtended.swift */,
331   - 9B206CABA3E5C254320AB3AD7135A3CE /* AuthenticationInterceptor.swift */,
332   - 77226E8FC7B56CA1068824166848ADBF /* CachedResponseHandler.swift */,
333   - B2D2AF8C623656CFD56B345D33E2C372 /* Combine.swift */,
334   - DCAC7B7C6D7F8B176EF5F9FB19EC1561 /* Concurrency.swift */,
335   - 000339D58404A7D349EB962C6BE9E8C9 /* DispatchQueue+Alamofire.swift */,
336   - 366002D2484CDB3D84D2680DC45279B7 /* EventMonitor.swift */,
337   - 888DDD453AE7EBF323FD5C58AFC3C36A /* HTTPHeaders.swift */,
338   - C18C61B77E806893D01FB3110BCFF9F3 /* HTTPMethod.swift */,
339   - 592CA37CBFF826891439B792D0D405E6 /* MultipartFormData.swift */,
340   - 24767B05C71B09A12209F0C3C0CE3CB9 /* MultipartUpload.swift */,
341   - FEC207F43B02F0FCBF22B2B6ECAB6315 /* NetworkReachabilityManager.swift */,
342   - 7B82D59AE35645D50D3A84BED8E57BBC /* Notifications.swift */,
343   - 910E01056C25BE91CB35F0ED509E6324 /* OperationQueue+Alamofire.swift */,
344   - 88B1939EB3C8896EB69219C5F7BE0889 /* ParameterEncoder.swift */,
345   - 920D8F2C20208E53D68F47064E2AADAC /* ParameterEncoding.swift */,
346   - 60D19AFBBBB00EEE64CE63E5D70649F6 /* Protected.swift */,
347   - 67B27F0DC0BF19F460FD9E129E69629E /* RedirectHandler.swift */,
348   - BDAE996B4E9D2DB7B306B601909915C7 /* Request.swift */,
349   - 8FDB01290164DBD601DFFB8BF2E99BB5 /* RequestCompression.swift */,
350   - 38F66307C1CA0F8DA20D1A6B668D1860 /* RequestInterceptor.swift */,
351   - 953E276D9A7B3CF40C485A7FB983B8E7 /* RequestTaskMap.swift */,
352   - 94F10AF7BA68CD513FE4BD12AC3E9325 /* Response.swift */,
353   - 22C5241B5E7FD5A8798EE42B92946C37 /* ResponseSerialization.swift */,
354   - DDA707F68E714E23150CF6B884D329CA /* Result+Alamofire.swift */,
355   - 31FF77F272823F291CC1199FF15724F9 /* RetryPolicy.swift */,
356   - E8EC1AD74376CBE8B70B0820F6A611BA /* ServerTrustEvaluation.swift */,
357   - C2BD68F2EB883212FFD2A289C9C6AFFD /* Session.swift */,
358   - C6965E5E3838DCDCC41AC01DA56A7D8D /* SessionDelegate.swift */,
359   - 79D0CEF5C05F64E7426A7256B88CE035 /* StringEncoding+Alamofire.swift */,
360   - 5152926B0E533873A8EED86D330834C0 /* URLConvertible+URLRequestConvertible.swift */,
361   - 4726E64C69480A59B59C7FAEADD2FEB4 /* URLEncodedFormEncoder.swift */,
362   - EA0C1B9BA6444238057611BDA7CACFA5 /* URLRequest+Alamofire.swift */,
363   - C748480AB66C4D2CE843052F31C9C0D4 /* URLSessionConfiguration+Alamofire.swift */,
364   - 40CA3C62864BF74A58495C935CB6F35D /* Validation.swift */,
365   - 5F92C9B9F679FE7DF64E95279E5DB79F /* Support Files */,
  489 + 55AEB5BB211051C0771DBD138FE569CB /* AccessTokenPlugin.swift */,
  490 + BB89A9F9DEF7E9CE8FAA76F5918A5EA2 /* AnyEncodable.swift */,
  491 + C45C06673D142C7F4EF8F0A644327A73 /* Atomic.swift */,
  492 + D2D450CF5126B52808973293C9A3E620 /* Cancellable.swift */,
  493 + 815BC349E83E64ABA47BC8D67F91D1C0 /* CredentialsPlugin.swift */,
  494 + 39D26045E14EAE437B1F42554E94C793 /* Endpoint.swift */,
  495 + 29005498A465F2B3D15E71A8B7680628 /* Image.swift */,
  496 + BB29B9D2114A4A7359E30FE0B2D1B60A /* Moya+Alamofire.swift */,
  497 + 4C7DE7371D1C4105CA28FD8D3D57FE10 /* MoyaError.swift */,
  498 + 2DC5279B0523B662D66D2B7A20442371 /* MoyaProvider.swift */,
  499 + 697AEF0BC3F86438500C68349E82E769 /* MoyaProvider+Defaults.swift */,
  500 + DF148278163E1238624D5B42E1B472CB /* MoyaProvider+Internal.swift */,
  501 + 64F570FE8C4EFC1D3F90C5022D91F294 /* MultipartFormData.swift */,
  502 + 083947DB5909773D01C62AD2C4D2494D /* MultiTarget.swift */,
  503 + 2EB87C8C6C13CDF6C32BADA154E3133D /* NetworkActivityPlugin.swift */,
  504 + 75649AE27FF86050C648816E127937F1 /* NetworkLoggerPlugin.swift */,
  505 + BE4AFBABFDA10B333BB0B5CB0C18B978 /* Plugin.swift */,
  506 + 5FE825790D00A8CBBAE58F9D439777BC /* RequestTypeWrapper.swift */,
  507 + 26A04FDF3C6E09EEE88AB76D59AF4574 /* Response.swift */,
  508 + A11310832D2312A0D72057A43687E4F8 /* TargetType.swift */,
  509 + BE9D6FBCA28ADCE2DA7E14B34963D124 /* Task.swift */,
  510 + CCE9A5B9AF313B17ABC0BE27931DF3C6 /* URL+Moya.swift */,
  511 + 484E8FD09A44AFB144FE339B48D497B7 /* URLRequest+Encoding.swift */,
  512 + 42694095BB7D7A2AB8BEAA1DD3F79573 /* ValidationType.swift */,
366 513 );
367   - name = Alamofire;
368   - path = Alamofire;
  514 + name = Core;
369 515 sourceTree = "<group>";
370 516 };
371 517 /* End PBXGroup section */
372 518  
373 519 /* Begin PBXHeadersBuildPhase section */
374   - 698C0D0CC0B26198E1D318C509E33644 /* Headers */ = {
  520 + 410D0F27EDB13938D025BB9DBD661EB4 /* Headers */ = {
375 521 isa = PBXHeadersBuildPhase;
376 522 buildActionMask = 2147483647;
377 523 files = (
378   - AB4B1D8D956255CC10E5BA56B082891B /* Pods-metaCode-umbrella.h in Headers */,
  524 + AB60B7775C160D5D62FBC93FAC8F90EC /* Moya-umbrella.h in Headers */,
379 525 );
380 526 runOnlyForDeploymentPostprocessing = 0;
381 527 };
382   - A0E82F45330FC5DA65890EA8E02C6A91 /* Headers */ = {
  528 + 5495A044351138FE542556582E2F873D /* Headers */ = {
383 529 isa = PBXHeadersBuildPhase;
384 530 buildActionMask = 2147483647;
385 531 files = (
386   - F2604E8311CAAE2A5D49C5060FB87E31 /* Pods-metaCode-metaCodeUITests-umbrella.h in Headers */,
  532 + CD8DB86403852CA0405AFB59BC596004 /* Pods-metaCode-metaCodeUITests-umbrella.h in Headers */,
387 533 );
388 534 runOnlyForDeploymentPostprocessing = 0;
389 535 };
... ... @@ -395,6 +541,14 @@
395 541 );
396 542 runOnlyForDeploymentPostprocessing = 0;
397 543 };
  544 + C5E8861AC384E991D4B23D9B05652111 /* Headers */ = {
  545 + isa = PBXHeadersBuildPhase;
  546 + buildActionMask = 2147483647;
  547 + files = (
  548 + 697557E5AC7B0A085D2085C42378401C /* Pods-metaCode-umbrella.h in Headers */,
  549 + );
  550 + runOnlyForDeploymentPostprocessing = 0;
  551 + };
398 552 ED12AA7015568FEE3FAA009FC97DAAD5 /* Headers */ = {
399 553 isa = PBXHeadersBuildPhase;
400 554 buildActionMask = 2147483647;
... ... @@ -408,23 +562,43 @@
408 562 /* Begin PBXNativeTarget section */
409 563 0A4815526FBF5C7735446FD25906A5E8 /* Pods-metaCode */ = {
410 564 isa = PBXNativeTarget;
411   - buildConfigurationList = 203F2DA94E8471D576A3A195CE2F1A3B /* Build configuration list for PBXNativeTarget "Pods-metaCode" */;
  565 + buildConfigurationList = AA0541DBC5A837D92DB5BE7C59ACBA63 /* Build configuration list for PBXNativeTarget "Pods-metaCode" */;
412 566 buildPhases = (
413   - 698C0D0CC0B26198E1D318C509E33644 /* Headers */,
414   - 3D98D946DA6EDCAB4CA54835ACAD246E /* Sources */,
415   - 63C5A10D05A2A9C897FB5D340D15F455 /* Frameworks */,
416   - 39A4668D56E9A7E8763E76358E0D1EFE /* Resources */,
  567 + C5E8861AC384E991D4B23D9B05652111 /* Headers */,
  568 + 269145A3E82D333EF53C5EB8BD23DFD3 /* Sources */,
  569 + D40EA051F8DD766059AD3EBB60B52079 /* Frameworks */,
  570 + 3C84B75A1DD87EAEECEB81B3D606C1E4 /* Resources */,
417 571 );
418 572 buildRules = (
419 573 );
420 574 dependencies = (
421   - 5B7DEC7E095BB0164187F4F1FC458C81 /* PBXTargetDependency */,
  575 + DC790F70C91345C8A989BAC243907F7F /* PBXTargetDependency */,
  576 + 751DEA79775C7C0B5382034E61155535 /* PBXTargetDependency */,
422 577 );
423 578 name = "Pods-metaCode";
424 579 productName = Pods_metaCode;
425 580 productReference = A07C4207830AD238619BE6784F8940D4 /* Pods-metaCode */;
426 581 productType = "com.apple.product-type.framework";
427 582 };
  583 + 17F9141D333DA1A7BE5937F227221070 /* Moya */ = {
  584 + isa = PBXNativeTarget;
  585 + buildConfigurationList = 01BAF98FDA9A2155B61AAC471DB108C6 /* Build configuration list for PBXNativeTarget "Moya" */;
  586 + buildPhases = (
  587 + 410D0F27EDB13938D025BB9DBD661EB4 /* Headers */,
  588 + 0F059D90C50CD829E3DBCB5EB514E8DD /* Sources */,
  589 + 41444FC6B9FA2D386D58EF06093B5C77 /* Frameworks */,
  590 + 4C0F08BBDA0F701DF186D4677854849E /* Resources */,
  591 + );
  592 + buildRules = (
  593 + );
  594 + dependencies = (
  595 + ECE77FCB3F942DE13CCD39CF038A90C7 /* PBXTargetDependency */,
  596 + );
  597 + name = Moya;
  598 + productName = Moya;
  599 + productReference = 3756A9BBE41ABEE8DCBF5BCA6972C4DA /* Moya */;
  600 + productType = "com.apple.product-type.framework";
  601 + };
428 602 218A7E2755D448E734566C65C3C8AE1E /* Pods-metaCodeTests */ = {
429 603 isa = PBXNativeTarget;
430 604 buildConfigurationList = 3C4D8EA11D3D09D2C8D99A649B471D76 /* Build configuration list for PBXNativeTarget "Pods-metaCodeTests" */;
... ... @@ -437,7 +611,7 @@
437 611 buildRules = (
438 612 );
439 613 dependencies = (
440   - F0746AB2CBF91C7D54E468C98108525C /* PBXTargetDependency */,
  614 + CF127B078C48A932BDCDCDD8998DE39D /* PBXTargetDependency */,
441 615 );
442 616 name = "Pods-metaCodeTests";
443 617 productName = Pods_metaCodeTests;
... ... @@ -446,17 +620,18 @@
446 620 };
447 621 C95810FBC2AAEBB72B0655D22C098A72 /* Pods-metaCode-metaCodeUITests */ = {
448 622 isa = PBXNativeTarget;
449   - buildConfigurationList = 8F7E9E06268FB00E13ADA8CCF398AE03 /* Build configuration list for PBXNativeTarget "Pods-metaCode-metaCodeUITests" */;
  623 + buildConfigurationList = A6CDD6C63E81E073C87822C19127715E /* Build configuration list for PBXNativeTarget "Pods-metaCode-metaCodeUITests" */;
450 624 buildPhases = (
451   - A0E82F45330FC5DA65890EA8E02C6A91 /* Headers */,
452   - ACD5C2055374F14B61DF76586A18B910 /* Sources */,
453   - 2B00C386224BC5B0F8EB4F6394112ED7 /* Frameworks */,
454   - 643528F60B88821B0C4506EC7AD09563 /* Resources */,
  625 + 5495A044351138FE542556582E2F873D /* Headers */,
  626 + E206E2AF5A624B16B243CD2ED1043F43 /* Sources */,
  627 + 0D03E1C47A8DDBC7A3E1C856D098F919 /* Frameworks */,
  628 + 056C8E8464ACB580CE3E5BBEB035D391 /* Resources */,
455 629 );
456 630 buildRules = (
457 631 );
458 632 dependencies = (
459   - 1A8F9E11CB430064E6F49756196C0EF3 /* PBXTargetDependency */,
  633 + 7164055D7A3AC284C35FA193E69B5272 /* PBXTargetDependency */,
  634 + 36C4648852FAEDF68AA9918C55791492 /* PBXTargetDependency */,
460 635 );
461 636 name = "Pods-metaCode-metaCodeUITests";
462 637 productName = Pods_metaCode_metaCodeUITests;
... ... @@ -487,8 +662,8 @@
487 662 BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
488 663 isa = PBXProject;
489 664 attributes = {
490   - LastSwiftUpdateCheck = 1300;
491   - LastUpgradeCheck = 1300;
  665 + LastSwiftUpdateCheck = 1240;
  666 + LastUpgradeCheck = 1240;
492 667 };
493 668 buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
494 669 compatibilityVersion = "Xcode 13.0";
... ... @@ -499,11 +674,12 @@
499 674 en,
500 675 );
501 676 mainGroup = CF1408CF629C7361332E53B88F7BD30C;
502   - productRefGroup = 91F65D461F85F64DC6B65F3BEED484F4 /* Products */;
  677 + productRefGroup = 0C1E928C3DE635D3DB46241D9D3EB73A /* Products */;
503 678 projectDirPath = "";
504 679 projectRoot = "";
505 680 targets = (
506 681 EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */,
  682 + 17F9141D333DA1A7BE5937F227221070 /* Moya */,
507 683 0A4815526FBF5C7735446FD25906A5E8 /* Pods-metaCode */,
508 684 C95810FBC2AAEBB72B0655D22C098A72 /* Pods-metaCode-metaCodeUITests */,
509 685 218A7E2755D448E734566C65C3C8AE1E /* Pods-metaCodeTests */,
... ... @@ -512,6 +688,13 @@
512 688 /* End PBXProject section */
513 689  
514 690 /* Begin PBXResourcesBuildPhase section */
  691 + 056C8E8464ACB580CE3E5BBEB035D391 /* Resources */ = {
  692 + isa = PBXResourcesBuildPhase;
  693 + buildActionMask = 2147483647;
  694 + files = (
  695 + );
  696 + runOnlyForDeploymentPostprocessing = 0;
  697 + };
515 698 22E3C2DA314180531A411CFA2A666118 /* Resources */ = {
516 699 isa = PBXResourcesBuildPhase;
517 700 buildActionMask = 2147483647;
... ... @@ -519,21 +702,21 @@
519 702 );
520 703 runOnlyForDeploymentPostprocessing = 0;
521 704 };
522   - 39A4668D56E9A7E8763E76358E0D1EFE /* Resources */ = {
  705 + 3C84B75A1DD87EAEECEB81B3D606C1E4 /* Resources */ = {
523 706 isa = PBXResourcesBuildPhase;
524 707 buildActionMask = 2147483647;
525 708 files = (
526 709 );
527 710 runOnlyForDeploymentPostprocessing = 0;
528 711 };
529   - 565FD2058706F22D2347B30C65280F30 /* Resources */ = {
  712 + 4C0F08BBDA0F701DF186D4677854849E /* Resources */ = {
530 713 isa = PBXResourcesBuildPhase;
531 714 buildActionMask = 2147483647;
532 715 files = (
533 716 );
534 717 runOnlyForDeploymentPostprocessing = 0;
535 718 };
536   - 643528F60B88821B0C4506EC7AD09563 /* Resources */ = {
  719 + 565FD2058706F22D2347B30C65280F30 /* Resources */ = {
537 720 isa = PBXResourcesBuildPhase;
538 721 buildActionMask = 2147483647;
539 722 files = (
... ... @@ -543,6 +726,46 @@
543 726 /* End PBXResourcesBuildPhase section */
544 727  
545 728 /* Begin PBXSourcesBuildPhase section */
  729 + 0F059D90C50CD829E3DBCB5EB514E8DD /* Sources */ = {
  730 + isa = PBXSourcesBuildPhase;
  731 + buildActionMask = 2147483647;
  732 + files = (
  733 + A755043CEE0384C2BB9238AF2F200F4B /* AccessTokenPlugin.swift in Sources */,
  734 + 7CB4D382650A1BB458B68BF3B39FE27D /* AnyEncodable.swift in Sources */,
  735 + 2AA5064ABDA1A14FD82F98F25CF853D8 /* Atomic.swift in Sources */,
  736 + 375CAADA212D838EE018E292E684F61E /* Cancellable.swift in Sources */,
  737 + AD75E7744AC7055BD537E5F9E4A098B4 /* CredentialsPlugin.swift in Sources */,
  738 + E7B06E98F3530C96FB6B2D8272169C22 /* Endpoint.swift in Sources */,
  739 + 8A7A14267160A9EACDC74A9E21B8F058 /* Image.swift in Sources */,
  740 + 9930A6A180279D0493FB8DB95BF23C21 /* Moya+Alamofire.swift in Sources */,
  741 + 79AB21FCF882EB4FC9DD5F111C2F53D3 /* Moya-dummy.m in Sources */,
  742 + 76374B984BAD760575C5223FEC2C6FC1 /* MoyaError.swift in Sources */,
  743 + 0618E661B571A4FCC8B886F792E756CE /* MoyaProvider.swift in Sources */,
  744 + 77F109FA3951C23E7F0E7A4F5581F488 /* MoyaProvider+Defaults.swift in Sources */,
  745 + 7212ACC786B61C86DE7EBED50CC29FD5 /* MoyaProvider+Internal.swift in Sources */,
  746 + 9A3537E0E6B50DE756E96CDB3AD4EDE3 /* MultipartFormData.swift in Sources */,
  747 + 241FB0C1BD55CC6F05C7FD78590EE5A1 /* MultiTarget.swift in Sources */,
  748 + 9426B0386E4DC02F4E347A457C39144A /* NetworkActivityPlugin.swift in Sources */,
  749 + 0EA96364E99A403FB19009B589203048 /* NetworkLoggerPlugin.swift in Sources */,
  750 + 6C5571DAC14E51299671ABC2AF0E1A62 /* Plugin.swift in Sources */,
  751 + DADAAFFCDC241D3E6A4DCF567C12D280 /* RequestTypeWrapper.swift in Sources */,
  752 + FBBA4924C2C83A3715D6F04B1E6E64C4 /* Response.swift in Sources */,
  753 + 95563637A4972EEA70958AC205B9D88A /* TargetType.swift in Sources */,
  754 + B0EF3E2802E1715202F99325EAE0F27A /* Task.swift in Sources */,
  755 + 7E313C5665BD42F0877BFD2CEBBD82CE /* URL+Moya.swift in Sources */,
  756 + D5CFDCFE3128D6FA2A4D385FDFD42AA1 /* URLRequest+Encoding.swift in Sources */,
  757 + 0C080D5202A572C8434CA8635D35B29C /* ValidationType.swift in Sources */,
  758 + );
  759 + runOnlyForDeploymentPostprocessing = 0;
  760 + };
  761 + 269145A3E82D333EF53C5EB8BD23DFD3 /* Sources */ = {
  762 + isa = PBXSourcesBuildPhase;
  763 + buildActionMask = 2147483647;
  764 + files = (
  765 + 9845EA7C147DC70625EE3B89A3DAE99E /* Pods-metaCode-dummy.m in Sources */,
  766 + );
  767 + runOnlyForDeploymentPostprocessing = 0;
  768 + };
546 769 277C3B3F937C6D40D2B777A164FAB89D /* Sources */ = {
547 770 isa = PBXSourcesBuildPhase;
548 771 buildActionMask = 2147483647;
... ... @@ -588,59 +811,68 @@
588 811 );
589 812 runOnlyForDeploymentPostprocessing = 0;
590 813 };
591   - 3D98D946DA6EDCAB4CA54835ACAD246E /* Sources */ = {
592   - isa = PBXSourcesBuildPhase;
593   - buildActionMask = 2147483647;
594   - files = (
595   - C0661B439F7E4B930BAB5000E7523871 /* Pods-metaCode-dummy.m in Sources */,
596   - );
597   - runOnlyForDeploymentPostprocessing = 0;
598   - };
599   - ACD5C2055374F14B61DF76586A18B910 /* Sources */ = {
  814 + C476109EAE133AB7731B087AAF2631D7 /* Sources */ = {
600 815 isa = PBXSourcesBuildPhase;
601 816 buildActionMask = 2147483647;
602 817 files = (
603   - 249F618CCB33EEDB4B72D019C8196C2C /* Pods-metaCode-metaCodeUITests-dummy.m in Sources */,
  818 + EACA40DCAB0CE5406A644D32F0E7B078 /* Pods-metaCodeTests-dummy.m in Sources */,
604 819 );
605 820 runOnlyForDeploymentPostprocessing = 0;
606 821 };
607   - C476109EAE133AB7731B087AAF2631D7 /* Sources */ = {
  822 + E206E2AF5A624B16B243CD2ED1043F43 /* Sources */ = {
608 823 isa = PBXSourcesBuildPhase;
609 824 buildActionMask = 2147483647;
610 825 files = (
611   - EACA40DCAB0CE5406A644D32F0E7B078 /* Pods-metaCodeTests-dummy.m in Sources */,
  826 + 8242568709F1004B69492CE9B5FA941A /* Pods-metaCode-metaCodeUITests-dummy.m in Sources */,
612 827 );
613 828 runOnlyForDeploymentPostprocessing = 0;
614 829 };
615 830 /* End PBXSourcesBuildPhase section */
616 831  
617 832 /* Begin PBXTargetDependency section */
618   - 1A8F9E11CB430064E6F49756196C0EF3 /* PBXTargetDependency */ = {
  833 + 36C4648852FAEDF68AA9918C55791492 /* PBXTargetDependency */ = {
619 834 isa = PBXTargetDependency;
620   - name = Alamofire;
621   - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */;
622   - targetProxy = 1B12C43F83007B4F93B64A2F2F745567 /* PBXContainerItemProxy */;
  835 + name = Moya;
  836 + target = 17F9141D333DA1A7BE5937F227221070 /* Moya */;
  837 + targetProxy = A7D3D27D71E9734B4297BED93A62058E /* PBXContainerItemProxy */;
623 838 };
624   - 5B7DEC7E095BB0164187F4F1FC458C81 /* PBXTargetDependency */ = {
  839 + 7164055D7A3AC284C35FA193E69B5272 /* PBXTargetDependency */ = {
625 840 isa = PBXTargetDependency;
626 841 name = Alamofire;
627 842 target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */;
628   - targetProxy = 4B044ABB6D4FA1432AB99E8985BD5F4F /* PBXContainerItemProxy */;
  843 + targetProxy = 7C94D6A4201EADE73C50814DBB63BBF1 /* PBXContainerItemProxy */;
629 844 };
630   - F0746AB2CBF91C7D54E468C98108525C /* PBXTargetDependency */ = {
  845 + 751DEA79775C7C0B5382034E61155535 /* PBXTargetDependency */ = {
  846 + isa = PBXTargetDependency;
  847 + name = Moya;
  848 + target = 17F9141D333DA1A7BE5937F227221070 /* Moya */;
  849 + targetProxy = 577085BB7E72AA9B4EB751E1699D07A9 /* PBXContainerItemProxy */;
  850 + };
  851 + CF127B078C48A932BDCDCDD8998DE39D /* PBXTargetDependency */ = {
631 852 isa = PBXTargetDependency;
632 853 name = "Pods-metaCode";
633 854 target = 0A4815526FBF5C7735446FD25906A5E8 /* Pods-metaCode */;
634   - targetProxy = 1771BCAA7B4768D6DD9C30CE3ACE098A /* PBXContainerItemProxy */;
  855 + targetProxy = 5A678F8EC20C5C0B4852E8B81A4D5D38 /* PBXContainerItemProxy */;
  856 + };
  857 + DC790F70C91345C8A989BAC243907F7F /* PBXTargetDependency */ = {
  858 + isa = PBXTargetDependency;
  859 + name = Alamofire;
  860 + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */;
  861 + targetProxy = F7AF3BD07DA20824B77AB6A3FEEF518C /* PBXContainerItemProxy */;
  862 + };
  863 + ECE77FCB3F942DE13CCD39CF038A90C7 /* PBXTargetDependency */ = {
  864 + isa = PBXTargetDependency;
  865 + name = Alamofire;
  866 + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */;
  867 + targetProxy = 32F077F8C1F14F3D37F28407D3B6A17C /* PBXContainerItemProxy */;
635 868 };
636 869 /* End PBXTargetDependency section */
637 870  
638 871 /* Begin XCBuildConfiguration section */
639   - 13745BC8141943D9A1FBE2C5BF7EC344 /* Debug */ = {
  872 + 1ABF49ADDB0430B6FFCC63A8184EACA2 /* Release */ = {
640 873 isa = XCBuildConfiguration;
641   - baseConfigurationReference = F56021C29E20C6A2C023FECED05B5D38 /* Pods-metaCode.debug.xcconfig */;
  874 + baseConfigurationReference = 7801C629E9B510ED5273320D974ED7B5 /* Moya.release.xcconfig */;
642 875 buildSettings = {
643   - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
644 876 CLANG_ENABLE_OBJC_WEAK = NO;
645 877 "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
646 878 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
... ... @@ -650,28 +882,28 @@
650 882 DYLIB_COMPATIBILITY_VERSION = 1;
651 883 DYLIB_CURRENT_VERSION = 1;
652 884 DYLIB_INSTALL_NAME_BASE = "@rpath";
653   - INFOPLIST_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode-Info.plist";
  885 + GCC_PREFIX_HEADER = "Target Support Files/Moya/Moya-prefix.pch";
  886 + INFOPLIST_FILE = "Target Support Files/Moya/Moya-Info.plist";
654 887 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
655   - IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  888 + IPHONEOS_DEPLOYMENT_TARGET = 10.0;
656 889 LD_RUNPATH_SEARCH_PATHS = (
657 890 "$(inherited)",
658 891 "@executable_path/Frameworks",
659 892 "@loader_path/Frameworks",
660 893 );
661   - MACH_O_TYPE = staticlib;
662   - MODULEMAP_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode.modulemap";
663   - OTHER_LDFLAGS = "";
664   - OTHER_LIBTOOLFLAGS = "";
665   - PODS_ROOT = "$(SRCROOT)";
666   - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
667   - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  894 + MODULEMAP_FILE = "Target Support Files/Moya/Moya.modulemap";
  895 + PRODUCT_MODULE_NAME = Moya;
  896 + PRODUCT_NAME = Moya;
668 897 SDKROOT = iphoneos;
669 898 SKIP_INSTALL = YES;
  899 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  900 + SWIFT_VERSION = 5.3;
670 901 TARGETED_DEVICE_FAMILY = "1,2";
  902 + VALIDATE_PRODUCT = YES;
671 903 VERSIONING_SYSTEM = "apple-generic";
672 904 VERSION_INFO_PREFIX = "";
673 905 };
674   - name = Debug;
  906 + name = Release;
675 907 };
676 908 27DD7E266AB133CA5F1B837FD2EF54A2 /* Release */ = {
677 909 isa = XCBuildConfiguration;
... ... @@ -711,9 +943,9 @@
711 943 };
712 944 name = Release;
713 945 };
714   - 6E7B4F961E7C5F00D0848DB657896117 /* Release */ = {
  946 + 3FDBE87B1B909B9BCC2937EDE45FBD1B /* Debug */ = {
715 947 isa = XCBuildConfiguration;
716   - baseConfigurationReference = EF4FB01235AA439A852B9052DCA00CB4 /* Pods-metaCode-metaCodeUITests.release.xcconfig */;
  948 + baseConfigurationReference = F56021C29E20C6A2C023FECED05B5D38 /* Pods-metaCode.debug.xcconfig */;
717 949 buildSettings = {
718 950 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
719 951 CLANG_ENABLE_OBJC_WEAK = NO;
... ... @@ -725,7 +957,7 @@
725 957 DYLIB_COMPATIBILITY_VERSION = 1;
726 958 DYLIB_CURRENT_VERSION = 1;
727 959 DYLIB_INSTALL_NAME_BASE = "@rpath";
728   - INFOPLIST_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-Info.plist";
  960 + INFOPLIST_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode-Info.plist";
729 961 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
730 962 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
731 963 LD_RUNPATH_SEARCH_PATHS = (
... ... @@ -734,7 +966,7 @@
734 966 "@loader_path/Frameworks",
735 967 );
736 968 MACH_O_TYPE = staticlib;
737   - MODULEMAP_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests.modulemap";
  969 + MODULEMAP_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode.modulemap";
738 970 OTHER_LDFLAGS = "";
739 971 OTHER_LIBTOOLFLAGS = "";
740 972 PODS_ROOT = "$(SRCROOT)";
... ... @@ -743,15 +975,14 @@
743 975 SDKROOT = iphoneos;
744 976 SKIP_INSTALL = YES;
745 977 TARGETED_DEVICE_FAMILY = "1,2";
746   - VALIDATE_PRODUCT = YES;
747 978 VERSIONING_SYSTEM = "apple-generic";
748 979 VERSION_INFO_PREFIX = "";
749 980 };
750   - name = Release;
  981 + name = Debug;
751 982 };
752   - 88B421828E1FFE1399E49FECF8C02691 /* Debug */ = {
  983 + 805A5F834CAD10A6659F520EEE12EFB6 /* Release */ = {
753 984 isa = XCBuildConfiguration;
754   - baseConfigurationReference = 217667F9B46BEB5230F22DB066E63E12 /* Pods-metaCode-metaCodeUITests.debug.xcconfig */;
  985 + baseConfigurationReference = 99D4F8056EC3EC717943D4A09A9B1553 /* Pods-metaCode.release.xcconfig */;
755 986 buildSettings = {
756 987 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
757 988 CLANG_ENABLE_OBJC_WEAK = NO;
... ... @@ -763,7 +994,7 @@
763 994 DYLIB_COMPATIBILITY_VERSION = 1;
764 995 DYLIB_CURRENT_VERSION = 1;
765 996 DYLIB_INSTALL_NAME_BASE = "@rpath";
766   - INFOPLIST_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-Info.plist";
  997 + INFOPLIST_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode-Info.plist";
767 998 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
768 999 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
769 1000 LD_RUNPATH_SEARCH_PATHS = (
... ... @@ -772,7 +1003,7 @@
772 1003 "@loader_path/Frameworks",
773 1004 );
774 1005 MACH_O_TYPE = staticlib;
775   - MODULEMAP_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests.modulemap";
  1006 + MODULEMAP_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode.modulemap";
776 1007 OTHER_LDFLAGS = "";
777 1008 OTHER_LIBTOOLFLAGS = "";
778 1009 PODS_ROOT = "$(SRCROOT)";
... ... @@ -781,10 +1012,11 @@
781 1012 SDKROOT = iphoneos;
782 1013 SKIP_INSTALL = YES;
783 1014 TARGETED_DEVICE_FAMILY = "1,2";
  1015 + VALIDATE_PRODUCT = YES;
784 1016 VERSIONING_SYSTEM = "apple-generic";
785 1017 VERSION_INFO_PREFIX = "";
786 1018 };
787   - name = Debug;
  1019 + name = Release;
788 1020 };
789 1021 903A0004D3E6651EFD5D2E16214D101B /* Release */ = {
790 1022 isa = XCBuildConfiguration;
... ... @@ -848,6 +1080,44 @@
848 1080 };
849 1081 name = Release;
850 1082 };
  1083 + 9D6A8ADDCB3E3A1754CD52132F3A60A5 /* Release */ = {
  1084 + isa = XCBuildConfiguration;
  1085 + baseConfigurationReference = EF4FB01235AA439A852B9052DCA00CB4 /* Pods-metaCode-metaCodeUITests.release.xcconfig */;
  1086 + buildSettings = {
  1087 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  1088 + CLANG_ENABLE_OBJC_WEAK = NO;
  1089 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  1090 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  1091 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  1092 + CURRENT_PROJECT_VERSION = 1;
  1093 + DEFINES_MODULE = YES;
  1094 + DYLIB_COMPATIBILITY_VERSION = 1;
  1095 + DYLIB_CURRENT_VERSION = 1;
  1096 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  1097 + INFOPLIST_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-Info.plist";
  1098 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1099 + IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  1100 + LD_RUNPATH_SEARCH_PATHS = (
  1101 + "$(inherited)",
  1102 + "@executable_path/Frameworks",
  1103 + "@loader_path/Frameworks",
  1104 + );
  1105 + MACH_O_TYPE = staticlib;
  1106 + MODULEMAP_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests.modulemap";
  1107 + OTHER_LDFLAGS = "";
  1108 + OTHER_LIBTOOLFLAGS = "";
  1109 + PODS_ROOT = "$(SRCROOT)";
  1110 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  1111 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  1112 + SDKROOT = iphoneos;
  1113 + SKIP_INSTALL = YES;
  1114 + TARGETED_DEVICE_FAMILY = "1,2";
  1115 + VALIDATE_PRODUCT = YES;
  1116 + VERSIONING_SYSTEM = "apple-generic";
  1117 + VERSION_INFO_PREFIX = "";
  1118 + };
  1119 + name = Release;
  1120 + };
851 1121 A7E68A5AB00144CD627E33E78E6C7D04 /* Debug */ = {
852 1122 isa = XCBuildConfiguration;
853 1123 baseConfigurationReference = BFC3A4C8AE977CE360C22E1D5146B015 /* Pods-metaCodeTests.debug.xcconfig */;
... ... @@ -953,7 +1223,7 @@
953 1223 };
954 1224 B7D9E7CD650F798EC835C67DACFEBC4F /* Debug */ = {
955 1225 isa = XCBuildConfiguration;
956   - baseConfigurationReference = AD714F718D7CC54F064F15757F78C492 /* Alamofire.debug.xcconfig */;
  1226 + baseConfigurationReference = 9902EBB4E1F4CB5D8315E9456556ACFB /* Alamofire.debug.xcconfig */;
957 1227 buildSettings = {
958 1228 CLANG_ENABLE_OBJC_WEAK = NO;
959 1229 "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
... ... @@ -986,9 +1256,9 @@
986 1256 };
987 1257 name = Debug;
988 1258 };
989   - EACD2458D3B714FA1DA9EFFD8E5A179D /* Release */ = {
  1259 + C8C5387BCF79EBCF2C16697683263327 /* Debug */ = {
990 1260 isa = XCBuildConfiguration;
991   - baseConfigurationReference = 99D4F8056EC3EC717943D4A09A9B1553 /* Pods-metaCode.release.xcconfig */;
  1261 + baseConfigurationReference = 217667F9B46BEB5230F22DB066E63E12 /* Pods-metaCode-metaCodeUITests.debug.xcconfig */;
992 1262 buildSettings = {
993 1263 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
994 1264 CLANG_ENABLE_OBJC_WEAK = NO;
... ... @@ -1000,7 +1270,7 @@
1000 1270 DYLIB_COMPATIBILITY_VERSION = 1;
1001 1271 DYLIB_CURRENT_VERSION = 1;
1002 1272 DYLIB_INSTALL_NAME_BASE = "@rpath";
1003   - INFOPLIST_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode-Info.plist";
  1273 + INFOPLIST_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-Info.plist";
1004 1274 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1005 1275 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1006 1276 LD_RUNPATH_SEARCH_PATHS = (
... ... @@ -1009,7 +1279,7 @@
1009 1279 "@loader_path/Frameworks",
1010 1280 );
1011 1281 MACH_O_TYPE = staticlib;
1012   - MODULEMAP_FILE = "Target Support Files/Pods-metaCode/Pods-metaCode.modulemap";
  1282 + MODULEMAP_FILE = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests.modulemap";
1013 1283 OTHER_LDFLAGS = "";
1014 1284 OTHER_LIBTOOLFLAGS = "";
1015 1285 PODS_ROOT = "$(SRCROOT)";
... ... @@ -1018,15 +1288,14 @@
1018 1288 SDKROOT = iphoneos;
1019 1289 SKIP_INSTALL = YES;
1020 1290 TARGETED_DEVICE_FAMILY = "1,2";
1021   - VALIDATE_PRODUCT = YES;
1022 1291 VERSIONING_SYSTEM = "apple-generic";
1023 1292 VERSION_INFO_PREFIX = "";
1024 1293 };
1025   - name = Release;
  1294 + name = Debug;
1026 1295 };
1027 1296 F5F3306F2C09AB4B623C805497E28D51 /* Release */ = {
1028 1297 isa = XCBuildConfiguration;
1029   - baseConfigurationReference = 306E2D1B9E4FC953243A0CACF97218A6 /* Alamofire.release.xcconfig */;
  1298 + baseConfigurationReference = 72F3E8BAF86FF7C2FDFF10F888E72F42 /* Alamofire.release.xcconfig */;
1030 1299 buildSettings = {
1031 1300 CLANG_ENABLE_OBJC_WEAK = NO;
1032 1301 "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
... ... @@ -1060,14 +1329,49 @@
1060 1329 };
1061 1330 name = Release;
1062 1331 };
  1332 + FA8A3A80F26337CABC8F2D46E5924112 /* Debug */ = {
  1333 + isa = XCBuildConfiguration;
  1334 + baseConfigurationReference = 1A0B3A445B97E2FC56D517D46F013E7A /* Moya.debug.xcconfig */;
  1335 + buildSettings = {
  1336 + CLANG_ENABLE_OBJC_WEAK = NO;
  1337 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  1338 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  1339 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  1340 + CURRENT_PROJECT_VERSION = 1;
  1341 + DEFINES_MODULE = YES;
  1342 + DYLIB_COMPATIBILITY_VERSION = 1;
  1343 + DYLIB_CURRENT_VERSION = 1;
  1344 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  1345 + GCC_PREFIX_HEADER = "Target Support Files/Moya/Moya-prefix.pch";
  1346 + INFOPLIST_FILE = "Target Support Files/Moya/Moya-Info.plist";
  1347 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1348 + IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  1349 + LD_RUNPATH_SEARCH_PATHS = (
  1350 + "$(inherited)",
  1351 + "@executable_path/Frameworks",
  1352 + "@loader_path/Frameworks",
  1353 + );
  1354 + MODULEMAP_FILE = "Target Support Files/Moya/Moya.modulemap";
  1355 + PRODUCT_MODULE_NAME = Moya;
  1356 + PRODUCT_NAME = Moya;
  1357 + SDKROOT = iphoneos;
  1358 + SKIP_INSTALL = YES;
  1359 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  1360 + SWIFT_VERSION = 5.3;
  1361 + TARGETED_DEVICE_FAMILY = "1,2";
  1362 + VERSIONING_SYSTEM = "apple-generic";
  1363 + VERSION_INFO_PREFIX = "";
  1364 + };
  1365 + name = Debug;
  1366 + };
1063 1367 /* End XCBuildConfiguration section */
1064 1368  
1065 1369 /* Begin XCConfigurationList section */
1066   - 203F2DA94E8471D576A3A195CE2F1A3B /* Build configuration list for PBXNativeTarget "Pods-metaCode" */ = {
  1370 + 01BAF98FDA9A2155B61AAC471DB108C6 /* Build configuration list for PBXNativeTarget "Moya" */ = {
1067 1371 isa = XCConfigurationList;
1068 1372 buildConfigurations = (
1069   - 13745BC8141943D9A1FBE2C5BF7EC344 /* Debug */,
1070   - EACD2458D3B714FA1DA9EFFD8E5A179D /* Release */,
  1373 + FA8A3A80F26337CABC8F2D46E5924112 /* Debug */,
  1374 + 1ABF49ADDB0430B6FFCC63A8184EACA2 /* Release */,
1071 1375 );
1072 1376 defaultConfigurationIsVisible = 0;
1073 1377 defaultConfigurationName = Release;
... ... @@ -1090,11 +1394,20 @@
1090 1394 defaultConfigurationIsVisible = 0;
1091 1395 defaultConfigurationName = Release;
1092 1396 };
1093   - 8F7E9E06268FB00E13ADA8CCF398AE03 /* Build configuration list for PBXNativeTarget "Pods-metaCode-metaCodeUITests" */ = {
  1397 + A6CDD6C63E81E073C87822C19127715E /* Build configuration list for PBXNativeTarget "Pods-metaCode-metaCodeUITests" */ = {
  1398 + isa = XCConfigurationList;
  1399 + buildConfigurations = (
  1400 + C8C5387BCF79EBCF2C16697683263327 /* Debug */,
  1401 + 9D6A8ADDCB3E3A1754CD52132F3A60A5 /* Release */,
  1402 + );
  1403 + defaultConfigurationIsVisible = 0;
  1404 + defaultConfigurationName = Release;
  1405 + };
  1406 + AA0541DBC5A837D92DB5BE7C59ACBA63 /* Build configuration list for PBXNativeTarget "Pods-metaCode" */ = {
1094 1407 isa = XCConfigurationList;
1095 1408 buildConfigurations = (
1096   - 88B421828E1FFE1399E49FECF8C02691 /* Debug */,
1097   - 6E7B4F961E7C5F00D0848DB657896117 /* Release */,
  1409 + 3FDBE87B1B909B9BCC2937EDE45FBD1B /* Debug */,
  1410 + 805A5F834CAD10A6659F520EEE12EFB6 /* Release */,
1098 1411 );
1099 1412 defaultConfigurationIsVisible = 0;
1100 1413 defaultConfigurationName = Release;
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-acknowledgements.markdown
... ... @@ -23,4 +23,29 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 23 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 24 THE SOFTWARE.
25 25  
  26 +
  27 +## Moya
  28 +
  29 +The MIT License (MIT)
  30 +
  31 +Copyright (c) 2014-present Artsy, Ash Furrow
  32 +
  33 +Permission is hereby granted, free of charge, to any person obtaining a copy
  34 +of this software and associated documentation files (the "Software"), to deal
  35 +in the Software without restriction, including without limitation the rights
  36 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  37 +copies of the Software, and to permit persons to whom the Software is
  38 +furnished to do so, subject to the following conditions:
  39 +
  40 +The above copyright notice and this permission notice shall be included in all
  41 +copies or substantial portions of the Software.
  42 +
  43 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  44 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  45 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  46 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  47 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  48 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  49 +SOFTWARE.
  50 +
26 51 Generated by CocoaPods - https://cocoapods.org
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-acknowledgements.plist
... ... @@ -43,6 +43,37 @@ THE SOFTWARE.
43 43 </dict>
44 44 <dict>
45 45 <key>FooterText</key>
  46 + <string>The MIT License (MIT)
  47 +
  48 +Copyright (c) 2014-present Artsy, Ash Furrow
  49 +
  50 +Permission is hereby granted, free of charge, to any person obtaining a copy
  51 +of this software and associated documentation files (the "Software"), to deal
  52 +in the Software without restriction, including without limitation the rights
  53 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  54 +copies of the Software, and to permit persons to whom the Software is
  55 +furnished to do so, subject to the following conditions:
  56 +
  57 +The above copyright notice and this permission notice shall be included in all
  58 +copies or substantial portions of the Software.
  59 +
  60 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  61 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  62 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  63 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  64 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  65 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  66 +SOFTWARE.
  67 +</string>
  68 + <key>License</key>
  69 + <string>MIT</string>
  70 + <key>Title</key>
  71 + <string>Moya</string>
  72 + <key>Type</key>
  73 + <string>PSGroupSpecifier</string>
  74 + </dict>
  75 + <dict>
  76 + <key>FooterText</key>
46 77 <string>Generated by CocoaPods - https://cocoapods.org</string>
47 78 <key>Title</key>
48 79 <string></string>
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-frameworks-Debug-input-files.xcfilelist
1 1 ${PODS_ROOT}/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-frameworks.sh
2   -${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
3 2 \ No newline at end of file
  3 +${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
  4 +${BUILT_PRODUCTS_DIR}/Moya/Moya.framework
4 5 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-frameworks-Debug-output-files.xcfilelist
1   -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
2 1 \ No newline at end of file
  2 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
  3 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework
3 4 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-frameworks-Release-input-files.xcfilelist
1 1 ${PODS_ROOT}/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-frameworks.sh
2   -${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
3 2 \ No newline at end of file
  3 +${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
  4 +${BUILT_PRODUCTS_DIR}/Moya/Moya.framework
4 5 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-frameworks-Release-output-files.xcfilelist
1   -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
2 1 \ No newline at end of file
  2 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
  3 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework
3 4 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests-frameworks.sh
... ... @@ -177,9 +177,11 @@ code_sign_if_enabled() {
177 177  
178 178 if [[ "$CONFIGURATION" == "Debug" ]]; then
179 179 install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
  180 + install_framework "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework"
180 181 fi
181 182 if [[ "$CONFIGURATION" == "Release" ]]; then
182 183 install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
  184 + install_framework "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework"
183 185 fi
184 186 if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
185 187 wait
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests.debug.xcconfig
1 1 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
2 2 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
3   -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire"
  3 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Moya"
4 4 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers"
  5 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Moya/Moya.framework/Headers"
6 6 LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks'
7 7 LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
8   -OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork"
  8 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "Foundation" -framework "Moya"
9 9 OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
10 10 PODS_BUILD_DIR = ${BUILD_DIR}
11 11 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
... ...
Pods/Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests.release.xcconfig
1 1 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
2 2 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
3   -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire"
  3 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Moya"
4 4 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers"
  5 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Moya/Moya.framework/Headers"
6 6 LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks'
7 7 LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
8   -OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork"
  8 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "Foundation" -framework "Moya"
9 9 OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
10 10 PODS_BUILD_DIR = ${BUILD_DIR}
11 11 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode-acknowledgements.markdown
... ... @@ -23,4 +23,29 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 23 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 24 THE SOFTWARE.
25 25  
  26 +
  27 +## Moya
  28 +
  29 +The MIT License (MIT)
  30 +
  31 +Copyright (c) 2014-present Artsy, Ash Furrow
  32 +
  33 +Permission is hereby granted, free of charge, to any person obtaining a copy
  34 +of this software and associated documentation files (the "Software"), to deal
  35 +in the Software without restriction, including without limitation the rights
  36 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  37 +copies of the Software, and to permit persons to whom the Software is
  38 +furnished to do so, subject to the following conditions:
  39 +
  40 +The above copyright notice and this permission notice shall be included in all
  41 +copies or substantial portions of the Software.
  42 +
  43 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  44 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  45 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  46 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  47 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  48 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  49 +SOFTWARE.
  50 +
26 51 Generated by CocoaPods - https://cocoapods.org
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode-acknowledgements.plist
... ... @@ -43,6 +43,37 @@ THE SOFTWARE.
43 43 </dict>
44 44 <dict>
45 45 <key>FooterText</key>
  46 + <string>The MIT License (MIT)
  47 +
  48 +Copyright (c) 2014-present Artsy, Ash Furrow
  49 +
  50 +Permission is hereby granted, free of charge, to any person obtaining a copy
  51 +of this software and associated documentation files (the "Software"), to deal
  52 +in the Software without restriction, including without limitation the rights
  53 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  54 +copies of the Software, and to permit persons to whom the Software is
  55 +furnished to do so, subject to the following conditions:
  56 +
  57 +The above copyright notice and this permission notice shall be included in all
  58 +copies or substantial portions of the Software.
  59 +
  60 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  61 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  62 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  63 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  64 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  65 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  66 +SOFTWARE.
  67 +</string>
  68 + <key>License</key>
  69 + <string>MIT</string>
  70 + <key>Title</key>
  71 + <string>Moya</string>
  72 + <key>Type</key>
  73 + <string>PSGroupSpecifier</string>
  74 + </dict>
  75 + <dict>
  76 + <key>FooterText</key>
46 77 <string>Generated by CocoaPods - https://cocoapods.org</string>
47 78 <key>Title</key>
48 79 <string></string>
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode-frameworks-Debug-input-files.xcfilelist
1 1 ${PODS_ROOT}/Target Support Files/Pods-metaCode/Pods-metaCode-frameworks.sh
2   -${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
3 2 \ No newline at end of file
  3 +${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
  4 +${BUILT_PRODUCTS_DIR}/Moya/Moya.framework
4 5 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode-frameworks-Debug-output-files.xcfilelist
1   -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
2 1 \ No newline at end of file
  2 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
  3 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework
3 4 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode-frameworks-Release-input-files.xcfilelist
1 1 ${PODS_ROOT}/Target Support Files/Pods-metaCode/Pods-metaCode-frameworks.sh
2   -${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
3 2 \ No newline at end of file
  3 +${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
  4 +${BUILT_PRODUCTS_DIR}/Moya/Moya.framework
4 5 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode-frameworks-Release-output-files.xcfilelist
1   -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
2 1 \ No newline at end of file
  2 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
  3 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework
3 4 \ No newline at end of file
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode-frameworks.sh
... ... @@ -177,9 +177,11 @@ code_sign_if_enabled() {
177 177  
178 178 if [[ "$CONFIGURATION" == "Debug" ]]; then
179 179 install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
  180 + install_framework "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework"
180 181 fi
181 182 if [[ "$CONFIGURATION" == "Release" ]]; then
182 183 install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
  184 + install_framework "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework"
183 185 fi
184 186 if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
185 187 wait
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode.debug.xcconfig
1 1 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
2 2 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
3   -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire"
  3 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Moya"
4 4 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers"
  5 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Moya/Moya.framework/Headers"
6 6 LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks'
7 7 LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
8   -OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork"
  8 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "Foundation" -framework "Moya"
9 9 OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
10 10 PODS_BUILD_DIR = ${BUILD_DIR}
11 11 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
... ...
Pods/Target Support Files/Pods-metaCode/Pods-metaCode.release.xcconfig
1 1 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
2 2 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
3   -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire"
  3 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Moya"
4 4 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers"
  5 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Moya/Moya.framework/Headers"
6 6 LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks'
7 7 LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
8   -OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork"
  8 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "Foundation" -framework "Moya"
9 9 OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
10 10 PODS_BUILD_DIR = ${BUILD_DIR}
11 11 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
... ...
Pods/Target Support Files/Pods-metaCodeTests/Pods-metaCodeTests.debug.xcconfig
1 1 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
2   -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire"
  2 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Moya"
3 3 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
4   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers"
5   -OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork"
  4 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Moya/Moya.framework/Headers"
  5 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "Foundation" -framework "Moya"
6 6 PODS_BUILD_DIR = ${BUILD_DIR}
7 7 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
8 8 PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
... ...
Pods/Target Support Files/Pods-metaCodeTests/Pods-metaCodeTests.release.xcconfig
1 1 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
2   -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire"
  2 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Moya"
3 3 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
4   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers"
5   -OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork"
  4 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Moya/Moya.framework/Headers"
  5 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "Foundation" -framework "Moya"
6 6 PODS_BUILD_DIR = ${BUILD_DIR}
7 7 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
8 8 PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
... ...
metaCode.xcodeproj/project.pbxproj
... ... @@ -9,8 +9,9 @@
9 9 /* Begin PBXBuildFile section */
10 10 0D39E93D7229931C86EB1161 /* Pods_metaCode_metaCodeUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63D879B49B1E42F1584DD75E /* Pods_metaCode_metaCodeUITests.framework */; };
11 11 1DD2808DF02C120276F99F4D /* Pods_metaCode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1C55A719CFEE073C06D37CE /* Pods_metaCode.framework */; };
12   - 818163BC2A25CFCC00579C86 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818163BB2A25CFCC00579C86 /* AppDelegate.swift */; };
13   - 818163C02A25CFCC00579C86 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818163BF2A25CFCC00579C86 /* ViewController.swift */; };
  12 + 796398932A260C0100D045EB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7963988C2A260C0100D045EB /* ViewController.swift */; };
  13 + 796398942A260C0100D045EB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7963988D2A260C0100D045EB /* AppDelegate.swift */; };
  14 + 7963989D2A260E6200D045EB /* CNLiveBaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7963989C2A260E6200D045EB /* CNLiveBaseViewController.swift */; };
14 15 818163C32A25CFCC00579C86 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 818163C12A25CFCC00579C86 /* Main.storyboard */; };
15 16 818163C52A25CFCF00579C86 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 818163C42A25CFCF00579C86 /* Assets.xcassets */; };
16 17 818163C82A25CFCF00579C86 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 818163C62A25CFCF00579C86 /* LaunchScreen.storyboard */; };
... ... @@ -44,9 +45,10 @@
44 45 63D879B49B1E42F1584DD75E /* Pods_metaCode_metaCodeUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_metaCode_metaCodeUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
45 46 67F8190701D1AB7F7724E8BA /* Pods-metaCodeTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-metaCodeTests.release.xcconfig"; path = "Target Support Files/Pods-metaCodeTests/Pods-metaCodeTests.release.xcconfig"; sourceTree = "<group>"; };
46 47 721865F548C997EFAE525B6F /* Pods-metaCode-metaCodeUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-metaCode-metaCodeUITests.release.xcconfig"; path = "Target Support Files/Pods-metaCode-metaCodeUITests/Pods-metaCode-metaCodeUITests.release.xcconfig"; sourceTree = "<group>"; };
  48 + 7963988C2A260C0100D045EB /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  49 + 7963988D2A260C0100D045EB /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  50 + 7963989C2A260E6200D045EB /* CNLiveBaseViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CNLiveBaseViewController.swift; sourceTree = "<group>"; };
47 51 818163B82A25CFCC00579C86 /* metaCode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = metaCode.app; sourceTree = BUILT_PRODUCTS_DIR; };
48   - 818163BB2A25CFCC00579C86 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
49   - 818163BF2A25CFCC00579C86 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
50 52 818163C22A25CFCC00579C86 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
51 53 818163C42A25CFCF00579C86 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
52 54 818163C72A25CFCF00579C86 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
... ... @@ -102,6 +104,91 @@
102 104 path = Pods;
103 105 sourceTree = "<group>";
104 106 };
  107 + 7963988A2A260B3300D045EB /* Classes */ = {
  108 + isa = PBXGroup;
  109 + children = (
  110 + 796398912A260C0100D045EB /* Common */,
  111 + 796398922A260C0100D045EB /* Config */,
  112 + 796398902A260C0100D045EB /* Main */,
  113 + 7963988B2A260C0100D045EB /* Other */,
  114 + 7963988E2A260C0100D045EB /* Resources */,
  115 + 7963988F2A260C0100D045EB /* Vendors */,
  116 + );
  117 + path = Classes;
  118 + sourceTree = "<group>";
  119 + };
  120 + 7963988B2A260C0100D045EB /* Other */ = {
  121 + isa = PBXGroup;
  122 + children = (
  123 + 7963988C2A260C0100D045EB /* ViewController.swift */,
  124 + 7963988D2A260C0100D045EB /* AppDelegate.swift */,
  125 + );
  126 + path = Other;
  127 + sourceTree = "<group>";
  128 + };
  129 + 7963988E2A260C0100D045EB /* Resources */ = {
  130 + isa = PBXGroup;
  131 + children = (
  132 + );
  133 + path = Resources;
  134 + sourceTree = "<group>";
  135 + };
  136 + 7963988F2A260C0100D045EB /* Vendors */ = {
  137 + isa = PBXGroup;
  138 + children = (
  139 + );
  140 + path = Vendors;
  141 + sourceTree = "<group>";
  142 + };
  143 + 796398902A260C0100D045EB /* Main */ = {
  144 + isa = PBXGroup;
  145 + children = (
  146 + );
  147 + path = Main;
  148 + sourceTree = "<group>";
  149 + };
  150 + 796398912A260C0100D045EB /* Common */ = {
  151 + isa = PBXGroup;
  152 + children = (
  153 + 7963989E2A260E7600D045EB /* Network */,
  154 + 7963989B2A260E6200D045EB /* Base */,
  155 + );
  156 + path = Common;
  157 + sourceTree = "<group>";
  158 + };
  159 + 796398922A260C0100D045EB /* Config */ = {
  160 + isa = PBXGroup;
  161 + children = (
  162 + );
  163 + path = Config;
  164 + sourceTree = "<group>";
  165 + };
  166 + 796398952A260C3700D045EB /* Supporting Files */ = {
  167 + isa = PBXGroup;
  168 + children = (
  169 + 818163C12A25CFCC00579C86 /* Main.storyboard */,
  170 + 818163C42A25CFCF00579C86 /* Assets.xcassets */,
  171 + 818163C62A25CFCF00579C86 /* LaunchScreen.storyboard */,
  172 + 818163C92A25CFCF00579C86 /* Info.plist */,
  173 + );
  174 + path = "Supporting Files";
  175 + sourceTree = "<group>";
  176 + };
  177 + 7963989B2A260E6200D045EB /* Base */ = {
  178 + isa = PBXGroup;
  179 + children = (
  180 + 7963989C2A260E6200D045EB /* CNLiveBaseViewController.swift */,
  181 + );
  182 + path = Base;
  183 + sourceTree = "<group>";
  184 + };
  185 + 7963989E2A260E7600D045EB /* Network */ = {
  186 + isa = PBXGroup;
  187 + children = (
  188 + );
  189 + path = Network;
  190 + sourceTree = "<group>";
  191 + };
105 192 818163AF2A25CFCC00579C86 = {
106 193 isa = PBXGroup;
107 194 children = (
... ... @@ -127,12 +214,8 @@
127 214 818163BA2A25CFCC00579C86 /* metaCode */ = {
128 215 isa = PBXGroup;
129 216 children = (
130   - 818163BB2A25CFCC00579C86 /* AppDelegate.swift */,
131   - 818163BF2A25CFCC00579C86 /* ViewController.swift */,
132   - 818163C12A25CFCC00579C86 /* Main.storyboard */,
133   - 818163C42A25CFCF00579C86 /* Assets.xcassets */,
134   - 818163C62A25CFCF00579C86 /* LaunchScreen.storyboard */,
135   - 818163C92A25CFCF00579C86 /* Info.plist */,
  217 + 7963988A2A260B3300D045EB /* Classes */,
  218 + 796398952A260C3700D045EB /* Supporting Files */,
136 219 );
137 220 path = metaCode;
138 221 sourceTree = "<group>";
... ... @@ -403,8 +486,9 @@
403 486 isa = PBXSourcesBuildPhase;
404 487 buildActionMask = 2147483647;
405 488 files = (
406   - 818163C02A25CFCC00579C86 /* ViewController.swift in Sources */,
407   - 818163BC2A25CFCC00579C86 /* AppDelegate.swift in Sources */,
  489 + 796398942A260C0100D045EB /* AppDelegate.swift in Sources */,
  490 + 7963989D2A260E6200D045EB /* CNLiveBaseViewController.swift in Sources */,
  491 + 796398932A260C0100D045EB /* ViewController.swift in Sources */,
408 492 );
409 493 runOnlyForDeploymentPostprocessing = 0;
410 494 };
... ...
metaCode/Classes/Common/Base/CNLiveBaseViewController.swift 0 → 100644
  1 +//
  2 +// CNLiveBaseViewController.swift
  3 +// metaCode
  4 +//
  5 +// Created by open on 2023/5/30.
  6 +//
  7 +
  8 +import UIKit
  9 +import Foundation
  10 +
  11 +
  12 +
... ...
metaCode/AppDelegate.swift renamed to metaCode/Classes/Other/AppDelegate.swift
metaCode/ViewController.swift renamed to metaCode/Classes/Other/ViewController.swift
metaCode/Assets.xcassets/AccentColor.colorset/Contents.json renamed to metaCode/Supporting Files/Assets.xcassets/AccentColor.colorset/Contents.json
metaCode/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to metaCode/Supporting Files/Assets.xcassets/AppIcon.appiconset/Contents.json
metaCode/Assets.xcassets/Contents.json renamed to metaCode/Supporting Files/Assets.xcassets/Contents.json
metaCode/Base.lproj/LaunchScreen.storyboard renamed to metaCode/Supporting Files/Base.lproj/LaunchScreen.storyboard
metaCode/Base.lproj/Main.storyboard renamed to metaCode/Supporting Files/Base.lproj/Main.storyboard
metaCode/Info.plist renamed to metaCode/Supporting Files/Info.plist