Commit 74d86ccf2e6c878a161d8ab2930c5191cd3fcbcf

Authored by Dmitriy Tymofyeyev
1 parent 581c3c12

Alamofire networking

Showing 21 changed files with 805 additions and 211 deletions
... ... @@ -32,6 +32,9 @@
32 32 1738F7DA2850F5F1003F1806 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1738F7D92850F5F1003F1806 /* SettingsView.swift */; };
33 33 175DA474285241C90075F0A9 /* SettingsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175DA473285241C90075F0A9 /* SettingsModel.swift */; };
34 34 1763F7FC2861FFFD005D988C /* ResidentTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1763F7FB2861FFFD005D988C /* ResidentTableViewCell.swift */; };
  35 + 1764A05C28670B9F00847A30 /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1764A05B28670B9F00847A30 /* NetworkManager.swift */; };
  36 + 1764A05E28673C7F00847A30 /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1764A05D28673C7F00847A30 /* Constant.swift */; };
  37 + 1774213D2866EE13002730EE /* AuthModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1774213C2866EE13002730EE /* AuthModel.swift */; };
35 38 17ABE070285B80DC0006E7EC /* DisplayNameCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17ABE06F285B80DC0006E7EC /* DisplayNameCell.swift */; };
36 39 17ABE072285B810F0006E7EC /* SettingsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17ABE071285B810F0006E7EC /* SettingsTableViewCell.swift */; };
37 40 17ABE074285B81390006E7EC /* SettingsSwitchCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17ABE073285B81390006E7EC /* SettingsSwitchCell.swift */; };
... ... @@ -77,6 +80,9 @@
77 80 1738F7D92850F5F1003F1806 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
78 81 175DA473285241C90075F0A9 /* SettingsModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsModel.swift; sourceTree = "<group>"; };
79 82 1763F7FB2861FFFD005D988C /* ResidentTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResidentTableViewCell.swift; sourceTree = "<group>"; };
  83 + 1764A05B28670B9F00847A30 /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; };
  84 + 1764A05D28673C7F00847A30 /* Constant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constant.swift; sourceTree = "<group>"; };
  85 + 1774213C2866EE13002730EE /* AuthModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthModel.swift; sourceTree = "<group>"; };
80 86 17ABE06F285B80DC0006E7EC /* DisplayNameCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayNameCell.swift; sourceTree = "<group>"; };
81 87 17ABE071285B810F0006E7EC /* SettingsTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsTableViewCell.swift; sourceTree = "<group>"; };
82 88 17ABE073285B81390006E7EC /* SettingsSwitchCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsSwitchCell.swift; sourceTree = "<group>"; };
... ... @@ -325,6 +331,30 @@
325 331 path = ResidentTableViewCell;
326 332 sourceTree = "<group>";
327 333 };
  334 + 1764A05A28670B7200847A30 /* NetworkManager */ = {
  335 + isa = PBXGroup;
  336 + children = (
  337 + 1764A05B28670B9F00847A30 /* NetworkManager.swift */,
  338 + );
  339 + path = NetworkManager;
  340 + sourceTree = "<group>";
  341 + };
  342 + 1774213A2866EDF4002730EE /* Models */ = {
  343 + isa = PBXGroup;
  344 + children = (
  345 + 1774213B2866EDFD002730EE /* Auth Model */,
  346 + );
  347 + path = Models;
  348 + sourceTree = "<group>";
  349 + };
  350 + 1774213B2866EDFD002730EE /* Auth Model */ = {
  351 + isa = PBXGroup;
  352 + children = (
  353 + 1774213C2866EE13002730EE /* AuthModel.swift */,
  354 + );
  355 + path = "Auth Model";
  356 + sourceTree = "<group>";
  357 + };
328 358 17ABFE54284FD1C8003B6959 /* HomeScreen */ = {
329 359 isa = PBXGroup;
330 360 children = (
... ... @@ -434,6 +464,8 @@
434 464 17CF9EDF2844ED8F000D8077 /* InterQR-Internship */ = {
435 465 isa = PBXGroup;
436 466 children = (
  467 + 1764A05A28670B7200847A30 /* NetworkManager */,
  468 + 1774213A2866EDF4002730EE /* Models */,
437 469 00A48B77285F8F6600EF0A08 /* Protocols */,
438 470 00A48B74285F8EE800EF0A08 /* Colors + Extension */,
439 471 00E581B7284F71A700E779FB /* Common */,
... ... @@ -445,6 +477,7 @@
445 477 17CF9EEE2844ED90000D8077 /* Info.plist */,
446 478 1729E21C28465162006C7C29 /* PhoneService.swift */,
447 479 1729E22028465DA9006C7C29 /* PhonePickerModel.swift */,
  480 + 1764A05D28673C7F00847A30 /* Constant.swift */,
448 481 );
449 482 path = "InterQR-Internship";
450 483 sourceTree = "<group>";
... ... @@ -601,11 +634,13 @@
601 634 isa = PBXSourcesBuildPhase;
602 635 buildActionMask = 2147483647;
603 636 files = (
  637 + 1764A05C28670B9F00847A30 /* NetworkManager.swift in Sources */,
604 638 17ABE070285B80DC0006E7EC /* DisplayNameCell.swift in Sources */,
605 639 00A48B73285F8EB000EF0A08 /* SquereCheckBox.swift in Sources */,
606 640 1729E22128465DA9006C7C29 /* PhonePickerModel.swift in Sources */,
607 641 17ABFE5A284FD293003B6959 /* HomeView.swift in Sources */,
608 642 00A48B7B285F8F6600EF0A08 /* ProtocolDelegate.swift in Sources */,
  643 + 1774213D2866EE13002730EE /* AuthModel.swift in Sources */,
609 644 1732AC7328477BB40042C9F7 /* PickerViewCell.swift in Sources */,
610 645 1729E21F28465595006C7C29 /* PhoneNumberView.swift in Sources */,
611 646 17ABE072285B810F0006E7EC /* SettingsTableViewCell.swift in Sources */,
... ... @@ -634,6 +669,7 @@
634 669 17287C602848AD8D00AA7113 /* Fonts + Extension.swift in Sources */,
635 670 00A48B6A285F8CEA00EF0A08 /* AddResidentsView.swift in Sources */,
636 671 00A48B63285F8CDD00EF0A08 /* CodeVerificationViewController.swift in Sources */,
  672 + 1764A05E28673C7F00847A30 /* Constant.swift in Sources */,
637 673 17ABE074285B81390006E7EC /* SettingsSwitchCell.swift in Sources */,
638 674 17CF9EF72844EF8B000D8077 /* VerificationView.swift in Sources */,
639 675 17B0254828587726004225AE /* ChooseApartmentsView.swift in Sources */,
... ...
... ... @@ -7,7 +7,7 @@
7 7 <key>InterQR-Internship.xcscheme_^#shared#^_</key>
8 8 <dict>
9 9 <key>orderHint</key>
10   - <integer>2</integer>
  10 + <integer>3</integer>
11 11 </dict>
12 12 </dict>
13 13 </dict>
... ...
... ... @@ -20,21 +20,5 @@
20 20 landmarkType = "7">
21 21 </BreakpointContent>
22 22 </BreakpointProxy>
23   - <BreakpointProxy
24   - BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
25   - <BreakpointContent
26   - uuid = "A1E9762E-4F4B-4248-80A0-963D32FF79F7"
27   - shouldBeEnabled = "Yes"
28   - ignoreCount = "0"
29   - continueAfterRunningActions = "No"
30   - filePath = "InterQR-Internship/Modules/ContactPickerScreen/ViewController/ContactPickerViewController.swift"
31   - startingColumnNumber = "9223372036854775807"
32   - endingColumnNumber = "9223372036854775807"
33   - startingLineNumber = "22"
34   - endingLineNumber = "22"
35   - landmarkName = "contactPicker(_:didSelect:)"
36   - landmarkType = "7">
37   - </BreakpointContent>
38   - </BreakpointProxy>
39 23 </Breakpoints>
40 24 </Bucket>
... ...
  1 +//
  2 +// Constant.swift
  3 +// InterQR-Internship
  4 +//
  5 +// Created by Дмитрий Тимофеев on 25.06.2022.
  6 +//
  7 +
  8 +import Foundation
  9 +
  10 +enum Constant: String {
  11 + case URL = "https://www.interqr.com/api/init"
  12 +}
... ...
  1 +//
  2 +// AuthModel.swift
  3 +// InterQR-Internship
  4 +//
  5 +// Created by Дмитрий Тимофеев on 25.06.2022.
  6 +//
  7 +
  8 +import Foundation
  9 +struct InterQR: Decodable {
  10 + var Auth: Auth
  11 +}
  12 +
  13 +struct Auth: Decodable {
  14 + var initialize: Init
  15 + var start: Start
  16 + var verify: Verify
  17 + var login: Login
  18 +
  19 + enum CodingKeys: String, CodingKey {
  20 + case initialize = "init"
  21 + case start = "start 2fa"
  22 + case verify = "verify 2fa"
  23 + case login
  24 + }
  25 +}
  26 +
  27 +struct Initialize : Decodable {
  28 + var message: Init
  29 +
  30 + enum CodingKeys: String, CodingKey {
  31 + case message = "message"
  32 + }
  33 +}
  34 +
  35 +struct Init: Decodable {
  36 + var deviceID: String
  37 + var manufacturer: String
  38 + var model: String
  39 + var platform: String
  40 + var osVersion: String
  41 + var appVersion: String
  42 +
  43 + enum CodingKeys: String, CodingKey {
  44 + case deviceID = "device_uuid"
  45 + case manufacturer, model, platform
  46 + case osVersion = "os_version"
  47 + case appVersion = "app_version"
  48 + }
  49 +}
  50 +
  51 +struct Start: Decodable {
  52 + var emailOrNumber: String
  53 +
  54 + enum CodingKeys: String, CodingKey {
  55 + case emailOrNumber = "email_or_number"
  56 + }
  57 +}
  58 +
  59 +struct Verify: Decodable {
  60 + var emailOrNumber: String
  61 + var code: String
  62 + var secondAuthToken: String
  63 +
  64 + enum CodingKeys: String, CodingKey {
  65 + case emailOrNumber = "email_or_number"
  66 + case code
  67 + case secondAuthToken = "second_auth_token"
  68 + }
  69 +}
  70 +
  71 +struct Login: Decodable {
  72 + var deviceID: String
  73 +
  74 + enum CodingKeys: String, CodingKey {
  75 + case deviceID = "device_uuid"
  76 + }
  77 +}
... ...
... ... @@ -8,11 +8,11 @@
8 8 import UIKit
9 9
10 10 class ResidentsViewController: UIViewController {
  11 + var mainView = ResidentsView()
11 12 var myData: [ResidentModel] = []
12 13
13 14 let addResidentsVC = AddResidentsViewController()
14   -
15   - var mainView = ResidentsView()
  15 + let networkManager = NetworkManager()
16 16
17 17 override func loadView() {
18 18 view = mainView
... ... @@ -20,8 +20,37 @@ class ResidentsViewController: UIViewController {
20 20
21 21 override func viewDidLoad() {
22 22 initViewController()
  23 + networking()
  24 + }
  25 + func modelFilling() -> RequestModel? {
  26 + guard let deviceUUID = UIDevice.current.identifierForVendor?.uuidString else {
  27 + return nil
  28 + }
  29 + guard let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String else {
  30 + return nil
  31 + }
  32 + return RequestModel(deviceUUID: deviceUUID,
  33 + manufacturer: "Apple",
  34 + model: UIDevice.current.model,
  35 + platform: UIDevice.current.systemName,
  36 + osVersion: UIDevice.current.systemVersion,
  37 + appVersion: appVersion)
  38 +
  39 +
  40 + }
  41 + func networking() {
  42 + guard let url = URL(string: Constant.URL.rawValue) else { return }
  43 + guard let model = modelFilling() else { return }
  44 + networkManager.authorizationRequest(url, model: model) { responseModel in
  45 + <#code#>
  46 + } fail: { <#Error#> in
  47 + <#code#>
  48 + }
  49 +
  50 +
  51 + print("")
  52 +
23 53 }
24   -
25 54 func initViewController() {
26 55 mainView.tableView.delegate = self
27 56 mainView.tableView.dataSource = self
... ... @@ -51,7 +80,7 @@ extension ResidentsViewController: UITableViewDelegate, UITableViewDataSource {
51 80
52 81 func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
53 82 guard let cell = tableView.dequeueReusableCell(withIdentifier: ResidentTableViewCell.id, for: indexPath) as? ResidentTableViewCell else { return UITableViewCell() }
54   -// cell.configureWithItem(doors[indexPath.row])
  83 + // cell.configureWithItem(doors[indexPath.row])
55 84 cell.serialNumberLabel.text = "\(indexPath.row + 1)"
56 85 cell.nameLabel.text = myData[indexPath.row].name
57 86 cell.phoneNumberLabel.text = myData[indexPath.row].mobileNumber
... ...
  1 +//
  2 +// NetworkManager.swift
  3 +// InterQR-Internship
  4 +//
  5 +// Created by Дмитрий Тимофеев on 25.06.2022.
  6 +//
  7 +
  8 +import Foundation
  9 +import Alamofire
  10 +struct RequestModel: Codable {
  11 + var deviceUUID: String
  12 + var manufacturer: String
  13 + var model: String
  14 + var platform: String
  15 + var osVersion: String
  16 + var appVersion: String
  17 +}
  18 +class NetworkManager {
  19 + typealias WebServiceResponse = (RequestModel) -> Void
  20 + typealias FailedHandler = (Error) -> Void
  21 +
  22 + func authorizationRequest(_ url: URL, model: RequestModel, completion: @escaping WebServiceResponse, fail: @escaping FailedHandler) {
  23 +
  24 + let params = ["device_uuid": model.deviceUUID,
  25 + "manufacturer": model.manufacturer,
  26 + "model": model.model,
  27 + "platform": model.platform,
  28 + "os_version": model.osVersion,
  29 + "app_version": model.appVersion] as [String: Any]
  30 +
  31 + AF.request(url, method: .post, parameters: params, encoding: JSONEncoding.default).responseDecodable(of: RequestModel.self ) { response in
  32 +
  33 + if let error = response.error {
  34 + fail(error)
  35 + } else {
  36 + if let res = response.value {
  37 + completion(res)
  38 + }
  39 + }
  40 + }
  41 +
  42 + // AF.request(url).response { response in
  43 + // guard let data = response.data else { return }
  44 + // do {
  45 + // let decoder = JSONDecoder()
  46 + // let json = try decoder.decode(Initialize.self, from: data)
  47 + //
  48 + // DispatchQueue.main.async {
  49 + // completion(json)
  50 + // }
  51 + // }
  52 + // catch {
  53 + // print("❌\(error)❌")
  54 + // }
  55 + // }
  56 + }
  57 +}
... ...
... ... @@ -7,4 +7,5 @@ target 'InterQR-Internship' do
7 7
8 8 # Pods for InterQR-Internship
9 9 pod 'SnapKit'
  10 +pod 'Alamofire'
10 11 end
... ...
1 1 PODS:
  2 + - Alamofire (5.4.4)
2 3 - SnapKit (5.0.1)
3 4
4 5 DEPENDENCIES:
  6 + - Alamofire
5 7 - SnapKit
6 8
7 9 SPEC REPOS:
8 10 trunk:
  11 + - Alamofire
9 12 - SnapKit
10 13
11 14 SPEC CHECKSUMS:
  15 + Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9
12 16 SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
13 17
14   -PODFILE CHECKSUM: 643937202fe849949514cc29f57e4f525190f02e
  18 +PODFILE CHECKSUM: a9d0e43c3edd4e22fd3746a83458083eb4ed25d1
15 19
16 20 COCOAPODS: 1.11.2
... ...
1 1 PODS:
  2 + - Alamofire (5.4.4)
2 3 - SnapKit (5.0.1)
3 4
4 5 DEPENDENCIES:
  6 + - Alamofire
5 7 - SnapKit
6 8
7 9 SPEC REPOS:
8 10 trunk:
  11 + - Alamofire
9 12 - SnapKit
10 13
11 14 SPEC CHECKSUMS:
  15 + Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9
12 16 SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
13 17
14   -PODFILE CHECKSUM: 643937202fe849949514cc29f57e4f525190f02e
  18 +PODFILE CHECKSUM: a9d0e43c3edd4e22fd3746a83458083eb4ed25d1
15 19
16 20 COCOAPODS: 1.11.2
... ...
... ... @@ -7,52 +7,98 @@
7 7 objects = {
8 8
9 9 /* Begin PBXBuildFile section */
10   - 144DA93A55A598F5197F10C729FBDD69 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A9341666EAC154422A032092A7DC2D7 /* UILayoutSupport+Extensions.swift */; };
11   - 17BE0F4E51B0FB968125F1A520607FD8 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7AB9BB47A2175181386A432C07253AE /* ConstraintMultiplierTarget.swift */; };
12   - 1E9EEA756F2774D73347F1660EEFE3E9 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE9055CEA7890517265589BD23D73A49 /* ConstraintView+Extensions.swift */; };
13   - 274DF0E2BF04F6F4F9F1E70CF513A4F2 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A46A8054577838D49C60142EB88B13 /* ConstraintLayoutSupportDSL.swift */; };
14   - 3B60C02F6E42FD06B128473E00A94224 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D705690D879064ED84970813189D8D4 /* ConstraintLayoutSupport.swift */; };
15   - 3CD5FAFC746A76D73C3F501734199DFF /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4E066869A95E00B949CBA4D2284C35F /* Typealiases.swift */; };
16   - 3DEDFA52B3A196F6D3E1F0937617628A /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09BF299D2EEB87E7DD02630E87B96224 /* ConstraintLayoutGuide+Extensions.swift */; };
17   - 43863B6D6A0E47B6648BB7B469736EDD /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = F44C5B72775F6AF0891BF331F32FE10D /* LayoutConstraint.swift */; };
18   - 4CA13A0527BC57DE2C54A0F3B5ED8652 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 464C01543F3BCEDEE51ABAA696513D0B /* LayoutConstraintItem.swift */; };
19   - 51A4A1046676D304410544EB56732A49 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50380F281EC3EE769C85035CCEA77226 /* Constraint.swift */; };
20   - 5E8BA529DFB4529006967624044FEC1C /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56006AA49A060CA2830F32CD6F394823 /* ConstraintViewDSL.swift */; };
21   - 62F299B4704A7C95FB5866C6CDE2E2FD /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47B200BD964F52F6693D4168248B8645 /* ConstraintOffsetTarget.swift */; };
22   - 7580FAAB1BDA52F5A969E5571D1A5973 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F460233F2A555D41511B6CCA66A124 /* ConstraintAttributes.swift */; };
23   - 7764AA5F6BBFC6ECE43959923DD007D3 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7D358AA1606C7B2CDC8555485807E9E /* ConstraintDirectionalInsetTarget.swift */; };
24   - 825062025906CE93C5D124E1FD9A811E /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E43F10DE451FED17810D9B5C237324A5 /* ConstraintMakerExtendable.swift */; };
25   - 8449EB1DFD43E222D687D5A8D2088D2D /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE0BE9F3D55FDB29EF516F6D6B1B6BCA /* ConstraintLayoutGuideDSL.swift */; };
26   - 8C6546C1EF4F153DF3795CC6FE189E5B /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 549471CD1FE3A1E1865DD172864918D3 /* ConstraintInsets.swift */; };
27   - 8FD9CD608C4EAAFDE6AC7B8B9EF0FF5E /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB1D9F6F4E2364DFAF158E04AF5D5EAA /* ConstraintDescription.swift */; };
28   - 90E5A3F8520D447ACD72A9F7C1DDAD47 /* Pods-InterQR-Internship-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0E35E51BBC4431F93FF23D69BFEDAEB /* Pods-InterQR-Internship-dummy.m */; };
29   - 90FD5AE525E138A473723FD79AF73273 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE00ECC24C5CC6DC938204FF42AD0E5 /* ConstraintDSL.swift */; };
30   - 968B4874A9F12D67C8B901136C9C8157 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E13B89FFD81AACB7530769CA05EEA26B /* SnapKit-dummy.m */; };
31   - A0F754C88A64972A40A9008B0AD52109 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91164BE769DA144776663FBF46785561 /* ConstraintDirectionalInsets.swift */; };
32   - A4467357581E8345DD348683CC4111AF /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0116B84A6773B75FCBFCB479E740F0F3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
33   - A53D3AF15CE8D348306EF11619C5D166 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2C3B0B200350EAC8F42EF635FF31BD1 /* ConstraintMakerEditable.swift */; };
34   - B23550BBD6A6025B9B319F5981F5ABF4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
35   - B543FD108C1C6AF6129CB4991553218B /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 250E41DBB680A3A2ECDDD2210311B230 /* ConstraintConfig.swift */; };
36   - BD333CDBCF5D2FD55920336FC271DF33 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474AFC560A8B414B467174737DBC891A /* ConstraintItem.swift */; };
37   - BEBF920FEB959B46A76BAADF22E5CD15 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2EC377264B25FB0E67D150E37E87CD /* ConstraintInsetTarget.swift */; };
38   - C61D3BC32A28A405C934C00039AD2583 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D990E0FED5B41C1F13AC6B08208A99B /* ConstraintConstantTarget.swift */; };
39   - CB194156C900B767B0160AF72EDF354D /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 141BC33167429B9926FB24A17F01568C /* ConstraintMaker.swift */; };
40   - CB8E4BF0D710970BE2CB4C87ED1043E4 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 724FB64349F5678CE1709979CF0DD952 /* ConstraintMakerRelatable.swift */; };
41   - CCA22C9F421C9E8C13009947816D8C82 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
42   - D13D417B236E736EEAE7217B5CE3EC5C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11D02329E74D733C03BF6BAE1F564481 /* ConstraintMakerFinalizable.swift */; };
43   - D59C2826AD288ECFF576B2AFA312716C /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25479F58B67AA43E092C7B156C1B5C1B /* ConstraintRelation.swift */; };
44   - DABB59FFCCEFA43B2311DC3523722688 /* Pods-InterQR-Internship-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 21963A6A321FAB871AA9A109572D2FBC /* Pods-InterQR-Internship-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
45   - E36244E8BF4AC941E82DAF16DDF4BBC2 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9716AD15FADF38A93170E034F2BCE457 /* ConstraintPriorityTarget.swift */; };
46   - E8EAADACF3BAE33BDECBC7214EAE9CD2 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2975CA5A0D26BC84F3EE9912FEBDA795 /* ConstraintRelatableTarget.swift */; };
47   - EE6C364198A763EBBF49237035D86439 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66C5188AE61F0E667CD9E7ED28CDD61C /* ConstraintLayoutGuide.swift */; };
48   - F10586462FB54CEA169A1A7A469A926D /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D038D2FAA2F6B073D1B64B8635F4E3E6 /* Debugging.swift */; };
49   - F24D06C23DAB2F52A30C886A7A8177C7 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A51E99894F75F00A281BE6A32FBDE495 /* ConstraintView.swift */; };
50   - F2C817C166B2DE613222C41015A586C9 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91A53CAF547D71AEFABE49D91B4E6816 /* ConstraintMakerPriortizable.swift */; };
51   - F343BA4E457FFDB0165492AECAEF0BCC /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0BD95F32F2E57D6B9100B77B93F013C /* ConstraintPriority.swift */; };
  10 + 02621C4B82398D0657F474E21493A3A2 /* HTTPMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB29C10EACE3817D421601E1C79EAB08 /* HTTPMethod.swift */; };
  11 + 02DB462B121245593CE653B9B377F970 /* Protected.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1666616347D104EE76FABE341EFA033 /* Protected.swift */; };
  12 + 0B399DCF32F8FE4F09B03B6E7B65E0D1 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D1086E33C42FFAC34F3EB23F23F12D /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13 + 13E62623092B680C6A5C349D48B8A4FD /* CachedResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAE1EE6C5EE76A7E1CDC932FEAD6239A /* CachedResponseHandler.swift */; };
  14 + 144DA93A55A598F5197F10C729FBDD69 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4911367E3BACE7D32ACC84F3E8412F8D /* UILayoutSupport+Extensions.swift */; };
  15 + 1773084DECF68CADD45567FBEC56036D /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24451A2A468398DCB662280E25113AC8 /* Alamofire-dummy.m */; };
  16 + 17BE0F4E51B0FB968125F1A520607FD8 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC1AB1A832CD81BECC74B06BF4F2405A /* ConstraintMultiplierTarget.swift */; };
  17 + 1D17B83410DC98911D539F2BD5254C05 /* RequestTaskMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E82D1BD215D2881D40B9AC26A1867FC /* RequestTaskMap.swift */; };
  18 + 1E9EEA756F2774D73347F1660EEFE3E9 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA334FE185C5101D48491A378841E5D /* ConstraintView+Extensions.swift */; };
  19 + 2550F0D474DE846FEC5C76CBE85F927E /* OperationQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4141A2E6ABB552AB693F09763A17B4B /* OperationQueue+Alamofire.swift */; };
  20 + 274DF0E2BF04F6F4F9F1E70CF513A4F2 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36C403AAD175499CF57C82E4EEAB327E /* ConstraintLayoutSupportDSL.swift */; };
  21 + 30A331CD9286145E92DB11D671664C63 /* MultipartUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93C463EA9786EC85FE3BAC9E90EDCEC0 /* MultipartUpload.swift */; };
  22 + 33F86FAB918B148A63A1575667F9B570 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D3D57353834825F7B52B816066B7789 /* CFNetwork.framework */; };
  23 + 3B60C02F6E42FD06B128473E00A94224 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F301C47C5B23762D8319DD0979F6630 /* ConstraintLayoutSupport.swift */; };
  24 + 3CD5FAFC746A76D73C3F501734199DFF /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F3CE25DF6D4682FE472DC630FFAF3EB /* Typealiases.swift */; };
  25 + 3CFDAE3DCAA1A93BFD2D772FAB30BE8F /* Pods-InterQR-Internship-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 21963A6A321FAB871AA9A109572D2FBC /* Pods-InterQR-Internship-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  26 + 3DEDFA52B3A196F6D3E1F0937617628A /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E99B378DDC90D2422A9BA66D837251B5 /* ConstraintLayoutGuide+Extensions.swift */; };
  27 + 40FB0195301C487DE85A27AD845D92E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
  28 + 43863B6D6A0E47B6648BB7B469736EDD /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F1E0E732D4C79D8F06C832589267DF0 /* LayoutConstraint.swift */; };
  29 + 4634BA717BFCE522E5B42304C6A78B5D /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC1ECF516DDEDE76CC2C0DF8B290FE4 /* ParameterEncoding.swift */; };
  30 + 471611F482CDC15BF464E3BA9CB83968 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67973C6B4603575123A20A41C4FFE0E6 /* Notifications.swift */; };
  31 + 4C775A45EB0E3AE47DC049E0DF6D8C0B /* Pods-InterQR-Internship-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0E35E51BBC4431F93FF23D69BFEDAEB /* Pods-InterQR-Internship-dummy.m */; };
  32 + 4CA13A0527BC57DE2C54A0F3B5ED8652 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 004448FD9B091214090D6F2652E8BB04 /* LayoutConstraintItem.swift */; };
  33 + 512FAFBD71830F126224C033B6C45F4E /* RetryPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04C080BCA57B3BFE46849B6AA719DDF9 /* RetryPolicy.swift */; };
  34 + 51A4A1046676D304410544EB56732A49 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C507843720E1F214E38FAEF8459FAC56 /* Constraint.swift */; };
  35 + 52BE6F747C26DF2A24532458E55DC10F /* HTTPHeaders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 382EAC3E130B887D693E5CCC8319E183 /* HTTPHeaders.swift */; };
  36 + 5E594FA3290D3D70F500572D0AC100DB /* URLConvertible+URLRequestConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F37DB163866C896E552824836730BE /* URLConvertible+URLRequestConvertible.swift */; };
  37 + 5E8BA529DFB4529006967624044FEC1C /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D31943E8ED415DC56D2E5D34F68DB8A /* ConstraintViewDSL.swift */; };
  38 + 62F299B4704A7C95FB5866C6CDE2E2FD /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F66D1EF9F4FBE14EA915D4845C6EFA /* ConstraintOffsetTarget.swift */; };
  39 + 688337B18659C4BF722F87AFC4FEEF81 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6ED41B89ABBF1F6D43356FF8A38D97E /* SessionDelegate.swift */; };
  40 + 7580FAAB1BDA52F5A969E5571D1A5973 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDFE7AAF7E9517133ED4D99E879D19D5 /* ConstraintAttributes.swift */; };
  41 + 7764AA5F6BBFC6ECE43959923DD007D3 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88098AFB557FB0496A1EE62D2C7F3841 /* ConstraintDirectionalInsetTarget.swift */; };
  42 + 825062025906CE93C5D124E1FD9A811E /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42A617DE3D5A2CAFF25D551D3BB6763E /* ConstraintMakerExtendable.swift */; };
  43 + 8449EB1DFD43E222D687D5A8D2088D2D /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D74817523AE9A64973A52491E90E4E0 /* ConstraintLayoutGuideDSL.swift */; };
  44 + 8B9CDBE3FFD712120CD66DD8B06C44E4 /* ParameterEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77E1B725148C3BAD76748D4298539971 /* ParameterEncoder.swift */; };
  45 + 8C6546C1EF4F153DF3795CC6FE189E5B /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C041EBB06372F03478F24627F7D8FFE /* ConstraintInsets.swift */; };
  46 + 8F9E1EEF2FE52E3231A769722D5C4148 /* ServerTrustEvaluation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F3A9DD090BBBB8CD657ED495E31D8C5 /* ServerTrustEvaluation.swift */; };
  47 + 8FD9CD608C4EAAFDE6AC7B8B9EF0FF5E /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 217ECE11C43B0A59D4912BFDAD6FE158 /* ConstraintDescription.swift */; };
  48 + 90FD5AE525E138A473723FD79AF73273 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B555D0E2961BF9F625B5EE6EE78B658A /* ConstraintDSL.swift */; };
  49 + 941822CDF68EB8F4D49F150457A82616 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = B12F3E4E515165055229C5FF8C029FE9 /* ResponseSerialization.swift */; };
  50 + 968B4874A9F12D67C8B901136C9C8157 /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49A4B7E41A6E20132D787FF187AC870D /* SnapKit-dummy.m */; };
  51 + 97584BC08D2B494417BDEE268CFF38C9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E6B733026DF40C4117522E914242A89 /* Combine.swift */; };
  52 + 9C0BE8FA0030B2BC1DF7C159FA059389 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
  53 + 9CFDA7C92E0EEA31F709663B0E727ABA /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7C26D1DE0BF5389ED71F9FBAE115934 /* EventMonitor.swift */; };
  54 + A0F754C88A64972A40A9008B0AD52109 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A13FC3322DDC211EB596568490FDBBD /* ConstraintDirectionalInsets.swift */; };
  55 + A3153333FC136836B0028E6AB2A56BEE /* AlamofireExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01DFEF23E3C16033A22EEFD23FB8638E /* AlamofireExtended.swift */; };
  56 + A4467357581E8345DD348683CC4111AF /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B06DC987BBFB17353745868A42CBF84 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  57 + A4F1202CE5BBE79F3BBCAE3D2B16BC03 /* Result+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C649B31C77CDC985FC9446FFDE87BAD1 /* Result+Alamofire.swift */; };
  58 + A53D3AF15CE8D348306EF11619C5D166 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 123DBE7015A09198A1D6B6E056D12941 /* ConstraintMakerEditable.swift */; };
  59 + A664924D6CCE2922A3F81EC932F4D476 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 993A23929D6B5B3003CBBD1EF80B92E2 /* AFError.swift */; };
  60 + B543FD108C1C6AF6129CB4991553218B /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09334C9264CAA93FEFB27B057862C1DB /* ConstraintConfig.swift */; };
  61 + B6473B8E8353317F75D6800D4F7054CB /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D9499D7D4B584346F2B5DF179A8A959 /* NetworkReachabilityManager.swift */; };
  62 + B89D1C69742F61878115334A1D2DFFE7 /* URLRequest+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63C85DE3684D6559A146C6166FBD19EA /* URLRequest+Alamofire.swift */; };
  63 + BD333CDBCF5D2FD55920336FC271DF33 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 340909306183F7D119551578ED2A6132 /* ConstraintItem.swift */; };
  64 + BEBF920FEB959B46A76BAADF22E5CD15 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012419EEB0890EE670345AD96D3659E1 /* ConstraintInsetTarget.swift */; };
  65 + C16A047C4E8D856309A486182A490993 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = F219D0115AE90F7D2956770B8E258808 /* MultipartFormData.swift */; };
  66 + C61D3BC32A28A405C934C00039AD2583 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDCC1119F16D266561FF782AECE952E /* ConstraintConstantTarget.swift */; };
  67 + C7F66519CE6148F21D7DB11423F1D34D /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89CE3459929398F1FE8420FA9C92225 /* Response.swift */; };
  68 + CB194156C900B767B0160AF72EDF354D /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BE56EEF30C165B337D83BE7C13BE3C /* ConstraintMaker.swift */; };
  69 + CB8E4BF0D710970BE2CB4C87ED1043E4 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2124AF6AD3A564243FA867FDB6264C4A /* ConstraintMakerRelatable.swift */; };
  70 + CCA22C9F421C9E8C13009947816D8C82 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */; };
  71 + D13D417B236E736EEAE7217B5CE3EC5C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B9D4BC6F257570214297C4CB1507DB /* ConstraintMakerFinalizable.swift */; };
  72 + D15FEA31AA9625BBF041FB91E48A9995 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3312CFAAE34420C74949B72171A10533 /* Validation.swift */; };
  73 + D59C2826AD288ECFF576B2AFA312716C /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF951D04E8E8BF40B05277A89FCC79C8 /* ConstraintRelation.swift */; };
  74 + DCD0C33A2B50811D53CF68F021284B47 /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51C8E4689305F4D20DB5C19A5235242E /* DispatchQueue+Alamofire.swift */; };
  75 + DD58A00EACBEE274C381B491519C6B8C /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC113526EF4A5F6A0A32EDC8171FAA44 /* RedirectHandler.swift */; };
  76 + E0C65E16219718869CD2AFCA2C5465CB /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C0AE31AA10BA3489B76DB4636D9A74D /* Request.swift */; };
  77 + E1769C267E82B0C24FE0FFBF949F0A6E /* StringEncoding+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6317B885D58FE58F766C173FDB359D7 /* StringEncoding+Alamofire.swift */; };
  78 + E36244E8BF4AC941E82DAF16DDF4BBC2 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B42C0FC0B7C7F959E76D03087070E05 /* ConstraintPriorityTarget.swift */; };
  79 + E857ADCAD7B647883D5B2AEC3F16D1D5 /* URLSessionConfiguration+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 128B63DAEE2B3340D97C6048343451EF /* URLSessionConfiguration+Alamofire.swift */; };
  80 + E8EAADACF3BAE33BDECBC7214EAE9CD2 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4DDC92751787019DACD9C5B367049C /* ConstraintRelatableTarget.swift */; };
  81 + EC11B17DA78F7EEBEBC3EFAF68C6DF9F /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 121B9D4183F8984CB7E6B92B3D34C677 /* Session.swift */; };
  82 + EE6C364198A763EBBF49237035D86439 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77A7B79CA8F19BA6A48F231E8FCF56E3 /* ConstraintLayoutGuide.swift */; };
  83 + F10586462FB54CEA169A1A7A469A926D /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D7BB863C74944C05055AD9B10632427 /* Debugging.swift */; };
  84 + F24D06C23DAB2F52A30C886A7A8177C7 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB14C8E4F51AEA5BE9D648D4CD874D7 /* ConstraintView.swift */; };
  85 + F2C817C166B2DE613222C41015A586C9 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52FBCF5CCBE0F9C62559366F43448E25 /* ConstraintMakerPriortizable.swift */; };
  86 + F343BA4E457FFDB0165492AECAEF0BCC /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D72F5EE038532176B97E7E25611AB6F /* ConstraintPriority.swift */; };
  87 + F36D96A4346C90A2D11CB3B6A2ECF4CF /* AuthenticationInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F63F3B9A018BE943CDCC8313295C6DEC /* AuthenticationInterceptor.swift */; };
  88 + F5D2A31C7EB1DE010771140B6E7ABAD8 /* URLEncodedFormEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2041B0A6690384E59CEEF25E933019BE /* URLEncodedFormEncoder.swift */; };
  89 + F63BE0585331CAA3482EF736803F8243 /* RequestInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB4C6F81CA11946D9AE899BD59E38D88 /* RequestInterceptor.swift */; };
  90 + FEDBAD32E2EDA85AD6E362B82892A74A /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD4CAFEEAB2ACF6B692B4D1D9607740 /* Alamofire.swift */; };
52 91 /* End PBXBuildFile section */
53 92
54 93 /* Begin PBXContainerItemProxy section */
55   - 7168F679A13DA87B24C148E3B8BDBAC5 /* PBXContainerItemProxy */ = {
  94 + 35E047E6713A7FE036E6AC6B754117B3 /* PBXContainerItemProxy */ = {
  95 + isa = PBXContainerItemProxy;
  96 + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
  97 + proxyType = 1;
  98 + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D;
  99 + remoteInfo = Alamofire;
  100 + };
  101 + E69C4F34B3929B428169D91C6E2B513F /* PBXContainerItemProxy */ = {
56 102 isa = PBXContainerItemProxy;
57 103 containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
58 104 proxyType = 1;
... ... @@ -62,70 +108,123 @@
62 108 /* End PBXContainerItemProxy section */
63 109
64 110 /* Begin PBXFileReference section */
65   - 0116B84A6773B75FCBFCB479E740F0F3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = "<group>"; };
66   - 09BF299D2EEB87E7DD02630E87B96224 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = "<group>"; };
67   - 11D02329E74D733C03BF6BAE1F564481 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = "<group>"; };
68   - 13F460233F2A555D41511B6CCA66A124 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = "<group>"; };
69   - 141BC33167429B9926FB24A17F01568C /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = "<group>"; };
  111 + 004448FD9B091214090D6F2652E8BB04 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = "<group>"; };
  112 + 012419EEB0890EE670345AD96D3659E1 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = "<group>"; };
  113 + 01DFEF23E3C16033A22EEFD23FB8638E /* AlamofireExtended.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlamofireExtended.swift; path = Source/AlamofireExtended.swift; sourceTree = "<group>"; };
  114 + 04C080BCA57B3BFE46849B6AA719DDF9 /* RetryPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryPolicy.swift; path = Source/RetryPolicy.swift; sourceTree = "<group>"; };
  115 + 09334C9264CAA93FEFB27B057862C1DB /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = "<group>"; };
  116 + 0E6B733026DF40C4117522E914242A89 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = Source/Combine.swift; sourceTree = "<group>"; };
  117 + 11A39B79163AA1E66BD90CB175B04040 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = "<group>"; };
  118 + 121B9D4183F8984CB7E6B92B3D34C677 /* Session.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Session.swift; path = Source/Session.swift; sourceTree = "<group>"; };
  119 + 123DBE7015A09198A1D6B6E056D12941 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = "<group>"; };
  120 + 128B63DAEE2B3340D97C6048343451EF /* URLSessionConfiguration+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLSessionConfiguration+Alamofire.swift"; path = "Source/URLSessionConfiguration+Alamofire.swift"; sourceTree = "<group>"; };
  121 + 1F4DDC92751787019DACD9C5B367049C /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = "<group>"; };
  122 + 2041B0A6690384E59CEEF25E933019BE /* URLEncodedFormEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLEncodedFormEncoder.swift; path = Source/URLEncodedFormEncoder.swift; sourceTree = "<group>"; };
  123 + 2124AF6AD3A564243FA867FDB6264C4A /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = "<group>"; };
  124 + 217ECE11C43B0A59D4912BFDAD6FE158 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = "<group>"; };
70 125 21963A6A321FAB871AA9A109572D2FBC /* Pods-InterQR-Internship-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-InterQR-Internship-umbrella.h"; sourceTree = "<group>"; };
71   - 250E41DBB680A3A2ECDDD2210311B230 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = "<group>"; };
72   - 25479F58B67AA43E092C7B156C1B5C1B /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = "<group>"; };
73   - 2975CA5A0D26BC84F3EE9912FEBDA795 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = "<group>"; };
74   - 391A6F8B42D2CD885F8F3C4CE6859439 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = "<group>"; };
75   - 3D705690D879064ED84970813189D8D4 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = "<group>"; };
76   - 464C01543F3BCEDEE51ABAA696513D0B /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = "<group>"; };
77   - 474AFC560A8B414B467174737DBC891A /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = "<group>"; };
78   - 47B200BD964F52F6693D4168248B8645 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = "<group>"; };
  126 + 24451A2A468398DCB662280E25113AC8 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = "<group>"; };
  127 + 24F66D1EF9F4FBE14EA915D4845C6EFA /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = "<group>"; };
  128 + 2624C1A481BDC5FA3777B7C592C96C9E /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = "<group>"; };
  129 + 2B42C0FC0B7C7F959E76D03087070E05 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = "<group>"; };
  130 + 2C0AE31AA10BA3489B76DB4636D9A74D /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = "<group>"; };
  131 + 2E82D1BD215D2881D40B9AC26A1867FC /* RequestTaskMap.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestTaskMap.swift; path = Source/RequestTaskMap.swift; sourceTree = "<group>"; };
  132 + 3312CFAAE34420C74949B72171A10533 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = "<group>"; };
  133 + 340909306183F7D119551578ED2A6132 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = "<group>"; };
  134 + 34F37DB163866C896E552824836730BE /* URLConvertible+URLRequestConvertible.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLConvertible+URLRequestConvertible.swift"; path = "Source/URLConvertible+URLRequestConvertible.swift"; sourceTree = "<group>"; };
  135 + 36C403AAD175499CF57C82E4EEAB327E /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = "<group>"; };
  136 + 36D1086E33C42FFAC34F3EB23F23F12D /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = "<group>"; };
  137 + 382EAC3E130B887D693E5CCC8319E183 /* HTTPHeaders.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPHeaders.swift; path = Source/HTTPHeaders.swift; sourceTree = "<group>"; };
  138 + 3B06DC987BBFB17353745868A42CBF84 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = "<group>"; };
  139 + 3D74817523AE9A64973A52491E90E4E0 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = "<group>"; };
  140 + 3F1E0E732D4C79D8F06C832589267DF0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = "<group>"; };
  141 + 3F3CE25DF6D4682FE472DC630FFAF3EB /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = "<group>"; };
  142 + 42A617DE3D5A2CAFF25D551D3BB6763E /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = "<group>"; };
  143 + 4911367E3BACE7D32ACC84F3E8412F8D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = "<group>"; };
79 144 49312D807F40C233BB30CFEEB9EFC3C1 /* Pods-InterQR-Internship-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-InterQR-Internship-frameworks.sh"; sourceTree = "<group>"; };
80   - 50380F281EC3EE769C85035CCEA77226 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = "<group>"; };
81   - 549471CD1FE3A1E1865DD172864918D3 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = "<group>"; };
82   - 56006AA49A060CA2830F32CD6F394823 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = "<group>"; };
  145 + 49A4B7E41A6E20132D787FF187AC870D /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = "<group>"; };
  146 + 4AC1ECF516DDEDE76CC2C0DF8B290FE4 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = "<group>"; };
  147 + 4CDCC1119F16D266561FF782AECE952E /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = "<group>"; };
  148 + 50567D203BA49A5D73B78719255D063C /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = "<group>"; };
  149 + 51C8E4689305F4D20DB5C19A5235242E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = "<group>"; };
  150 + 52FBCF5CCBE0F9C62559366F43448E25 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = "<group>"; };
  151 + 59BE56EEF30C165B337D83BE7C13BE3C /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = "<group>"; };
  152 + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
83 153 5EB91B045230D31E6646927758B02E79 /* Pods-InterQR-Internship-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-InterQR-Internship-acknowledgements.plist"; sourceTree = "<group>"; };
84   - 66C5188AE61F0E667CD9E7ED28CDD61C /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = "<group>"; };
85   - 6A9341666EAC154422A032092A7DC2D7 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = "<group>"; };
86   - 6D990E0FED5B41C1F13AC6B08208A99B /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = "<group>"; };
87   - 724FB64349F5678CE1709979CF0DD952 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = "<group>"; };
88   - 73010CC983E3809BECEE5348DA1BB8C6 /* 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; };
89   - 7889131C1139F96BBDA94CEE2E694763 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = "<group>"; };
90   - 7AE00ECC24C5CC6DC938204FF42AD0E5 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = "<group>"; };
91   - 7C21E0C93A1141A1E2EB51575500E27D /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = "<group>"; };
92   - 7C2EC377264B25FB0E67D150E37E87CD /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = "<group>"; };
  154 + 5F3A9DD090BBBB8CD657ED495E31D8C5 /* ServerTrustEvaluation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustEvaluation.swift; path = Source/ServerTrustEvaluation.swift; sourceTree = "<group>"; };
  155 + 63C85DE3684D6559A146C6166FBD19EA /* URLRequest+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URLRequest+Alamofire.swift"; path = "Source/URLRequest+Alamofire.swift"; sourceTree = "<group>"; };
  156 + 67973C6B4603575123A20A41C4FFE0E6 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = "<group>"; };
  157 + 6D31943E8ED415DC56D2E5D34F68DB8A /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = "<group>"; };
  158 + 6D72F5EE038532176B97E7E25611AB6F /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = "<group>"; };
  159 + 77A7B79CA8F19BA6A48F231E8FCF56E3 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = "<group>"; };
  160 + 77E1B725148C3BAD76748D4298539971 /* ParameterEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoder.swift; path = Source/ParameterEncoder.swift; sourceTree = "<group>"; };
  161 + 7CA334FE185C5101D48491A378841E5D /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = "<group>"; };
  162 + 7D7BB863C74944C05055AD9B10632427 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = "<group>"; };
93 163 80955AA4A40A9133A80DA09E1E44ACA3 /* Pods-InterQR-Internship-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-InterQR-Internship-acknowledgements.markdown"; sourceTree = "<group>"; };
  164 + 88098AFB557FB0496A1EE62D2C7F3841 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = "<group>"; };
  165 + 894E729BDE62B0B385ED8F2EA3D8B373 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = "<group>"; };
94 166 8AB15D54D42F3F112190CEB6EA262F77 /* Pods-InterQR-Internship-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-InterQR-Internship-Info.plist"; sourceTree = "<group>"; };
95   - 91164BE769DA144776663FBF46785561 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = "<group>"; };
96   - 91A53CAF547D71AEFABE49D91B4E6816 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = "<group>"; };
97   - 9716AD15FADF38A93170E034F2BCE457 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = "<group>"; };
  167 + 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; };
  168 + 8D9499D7D4B584346F2B5DF179A8A959 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = "<group>"; };
  169 + 8F301C47C5B23762D8319DD0979F6630 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = "<group>"; };
  170 + 93C463EA9786EC85FE3BAC9E90EDCEC0 /* MultipartUpload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartUpload.swift; path = Source/MultipartUpload.swift; sourceTree = "<group>"; };
98 171 979486118B3E90C08386079D57962701 /* SnapKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  172 + 993A23929D6B5B3003CBBD1EF80B92E2 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = "<group>"; };
  173 + 9A13FC3322DDC211EB596568490FDBBD /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = "<group>"; };
99 174 9AFE619CFFABED07F15D3C2B1C1B48F6 /* Pods-InterQR-Internship.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-InterQR-Internship.release.xcconfig"; sourceTree = "<group>"; };
  175 + 9C041EBB06372F03478F24627F7D8FFE /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = "<group>"; };
100 176 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; };
101   - A1CD432F32277BB93DEAADA626ECEC5B /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = "<group>"; };
102   - A51E99894F75F00A281BE6A32FBDE495 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = "<group>"; };
103   - A7D358AA1606C7B2CDC8555485807E9E /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = "<group>"; };
  177 + A7C26D1DE0BF5389ED71F9FBAE115934 /* EventMonitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Source/EventMonitor.swift; sourceTree = "<group>"; };
  178 + A9B9D4BC6F257570214297C4CB1507DB /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = "<group>"; };
  179 + AB29C10EACE3817D421601E1C79EAB08 /* HTTPMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HTTPMethod.swift; path = Source/HTTPMethod.swift; sourceTree = "<group>"; };
  180 + ACB14C8E4F51AEA5BE9D648D4CD874D7 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = "<group>"; };
  181 + B12F3E4E515165055229C5FF8C029FE9 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = "<group>"; };
  182 + B16B69E9180E4A44D79195D19312D386 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = "<group>"; };
  183 + B555D0E2961BF9F625B5EE6EE78B658A /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = "<group>"; };
  184 + B62D5AA33825BBA32191AD6FBDFE2D0D /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = "<group>"; };
  185 + BAE1EE6C5EE76A7E1CDC932FEAD6239A /* CachedResponseHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CachedResponseHandler.swift; path = Source/CachedResponseHandler.swift; sourceTree = "<group>"; };
  186 + BC113526EF4A5F6A0A32EDC8171FAA44 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Source/RedirectHandler.swift; sourceTree = "<group>"; };
104 187 BC2FF22E595805C1E70DAF47C4A27774 /* Pods-InterQR-Internship */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-InterQR-Internship"; path = Pods_InterQR_Internship.framework; sourceTree = BUILT_PRODUCTS_DIR; };
105   - BE0BE9F3D55FDB29EF516F6D6B1B6BCA /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = "<group>"; };
106   - C4A46A8054577838D49C60142EB88B13 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = "<group>"; };
107   - CB1D9F6F4E2364DFAF158E04AF5D5EAA /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = "<group>"; };
108   - D038D2FAA2F6B073D1B64B8635F4E3E6 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = "<group>"; };
  188 + BDFE7AAF7E9517133ED4D99E879D19D5 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = "<group>"; };
  189 + C507843720E1F214E38FAEF8459FAC56 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = "<group>"; };
  190 + C649B31C77CDC985FC9446FFDE87BAD1 /* Result+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Result+Alamofire.swift"; path = "Source/Result+Alamofire.swift"; sourceTree = "<group>"; };
  191 + C675CAE024FE8C74FF21534E66D39148 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = "<group>"; };
  192 + CAAAE1B69E380BDBA068C5A251A87AA0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = "<group>"; };
109 193 D0E35E51BBC4431F93FF23D69BFEDAEB /* Pods-InterQR-Internship-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-InterQR-Internship-dummy.m"; sourceTree = "<group>"; };
110   - D4E066869A95E00B949CBA4D2284C35F /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = "<group>"; };
111   - E13B89FFD81AACB7530769CA05EEA26B /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = "<group>"; };
112   - E14A09DC3AD8CA84464FEC37F0FC99D1 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = "<group>"; };
113   - E2C3B0B200350EAC8F42EF635FF31BD1 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = "<group>"; };
114   - E43F10DE451FED17810D9B5C237324A5 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = "<group>"; };
115   - EE9055CEA7890517265589BD23D73A49 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = "<group>"; };
  194 + D4141A2E6ABB552AB693F09763A17B4B /* OperationQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "OperationQueue+Alamofire.swift"; path = "Source/OperationQueue+Alamofire.swift"; sourceTree = "<group>"; };
  195 + D6317B885D58FE58F766C173FDB359D7 /* StringEncoding+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringEncoding+Alamofire.swift"; path = "Source/StringEncoding+Alamofire.swift"; sourceTree = "<group>"; };
  196 + E163353A853B951DFE8C8D3AA5736A50 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = "<group>"; };
  197 + E62A4167840644FC595CDCAD97A1CB8E /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = "<group>"; };
  198 + E6ED41B89ABBF1F6D43356FF8A38D97E /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = "<group>"; };
  199 + E89CE3459929398F1FE8420FA9C92225 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = "<group>"; };
  200 + E99B378DDC90D2422A9BA66D837251B5 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = "<group>"; };
  201 + EC1AB1A832CD81BECC74B06BF4F2405A /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = "<group>"; };
  202 + EDD4CAFEEAB2ACF6B692B4D1D9607740 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = "<group>"; };
116 203 EF88D6AF5E18A624B2BBDC50D49C7534 /* Pods-InterQR-Internship.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-InterQR-Internship.debug.xcconfig"; sourceTree = "<group>"; };
117   - F0BD95F32F2E57D6B9100B77B93F013C /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = "<group>"; };
118   - F44C5B72775F6AF0891BF331F32FE10D /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = "<group>"; };
  204 + F1666616347D104EE76FABE341EFA033 /* Protected.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protected.swift; path = Source/Protected.swift; sourceTree = "<group>"; };
  205 + F219D0115AE90F7D2956770B8E258808 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = "<group>"; };
119 206 F504EA106E2EAFCABF948E2429753957 /* Pods-InterQR-Internship.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-InterQR-Internship.modulemap"; sourceTree = "<group>"; };
120   - F7AB9BB47A2175181386A432C07253AE /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = "<group>"; };
  207 + F63F3B9A018BE943CDCC8313295C6DEC /* AuthenticationInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationInterceptor.swift; path = Source/AuthenticationInterceptor.swift; sourceTree = "<group>"; };
  208 + FB4C6F81CA11946D9AE899BD59E38D88 /* RequestInterceptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestInterceptor.swift; path = Source/RequestInterceptor.swift; sourceTree = "<group>"; };
  209 + 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; };
  210 + FF951D04E8E8BF40B05277A89FCC79C8 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = "<group>"; };
121 211 /* End PBXFileReference section */
122 212
123 213 /* Begin PBXFrameworksBuildPhase section */
124   - 8903CC697923B02B1E7383E453A91481 /* Frameworks */ = {
  214 + 39D530C2A3085A1033683EC9AE0BC313 /* Frameworks */ = {
  215 + isa = PBXFrameworksBuildPhase;
  216 + buildActionMask = 2147483647;
  217 + files = (
  218 + 33F86FAB918B148A63A1575667F9B570 /* CFNetwork.framework in Frameworks */,
  219 + 9C0BE8FA0030B2BC1DF7C159FA059389 /* Foundation.framework in Frameworks */,
  220 + );
  221 + runOnlyForDeploymentPostprocessing = 0;
  222 + };
  223 + 618565E522D6DA3C86B3101E6944F887 /* Frameworks */ = {
125 224 isa = PBXFrameworksBuildPhase;
126 225 buildActionMask = 2147483647;
127 226 files = (
128   - B23550BBD6A6025B9B319F5981F5ABF4 /* Foundation.framework in Frameworks */,
  227 + 40FB0195301C487DE85A27AD845D92E9 /* Foundation.framework in Frameworks */,
129 228 );
130 229 runOnlyForDeploymentPostprocessing = 0;
131 230 };
... ... @@ -140,85 +239,148 @@
140 239 /* End PBXFrameworksBuildPhase section */
141 240
142 241 /* Begin PBXGroup section */
143   - 578452D2E740E91742655AC8F1636D1F /* iOS */ = {
  242 + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = {
144 243 isa = PBXGroup;
145 244 children = (
146   - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */,
  245 + 61C8CC330A5CA84DA2F5F1D32AB07069 /* iOS */,
147 246 );
148   - name = iOS;
  247 + name = Frameworks;
149 248 sourceTree = "<group>";
150 249 };
151   - 6CD2077814608664B890545761124450 /* Targets Support Files */ = {
  250 + 1E4C0914B40960F09A84163CACF56F54 /* Pods */ = {
152 251 isa = PBXGroup;
153 252 children = (
154   - AB6A1FAB8184004FBB23A49ECB702D8D /* Pods-InterQR-Internship */,
  253 + 5DC4DEA91338ECB6CF9FB2B9AD49FCE0 /* Alamofire */,
  254 + 3EF1C408D4D6E4B56C8E0180955DD33D /* SnapKit */,
155 255 );
156   - name = "Targets Support Files";
  256 + name = Pods;
157 257 sourceTree = "<group>";
158 258 };
159   - 7F02E3862C6E84203E8324D9D0088797 /* SnapKit */ = {
  259 + 3EF1C408D4D6E4B56C8E0180955DD33D /* SnapKit */ = {
160 260 isa = PBXGroup;
161 261 children = (
162   - 50380F281EC3EE769C85035CCEA77226 /* Constraint.swift */,
163   - 13F460233F2A555D41511B6CCA66A124 /* ConstraintAttributes.swift */,
164   - 250E41DBB680A3A2ECDDD2210311B230 /* ConstraintConfig.swift */,
165   - 6D990E0FED5B41C1F13AC6B08208A99B /* ConstraintConstantTarget.swift */,
166   - CB1D9F6F4E2364DFAF158E04AF5D5EAA /* ConstraintDescription.swift */,
167   - 91164BE769DA144776663FBF46785561 /* ConstraintDirectionalInsets.swift */,
168   - A7D358AA1606C7B2CDC8555485807E9E /* ConstraintDirectionalInsetTarget.swift */,
169   - 7AE00ECC24C5CC6DC938204FF42AD0E5 /* ConstraintDSL.swift */,
170   - 549471CD1FE3A1E1865DD172864918D3 /* ConstraintInsets.swift */,
171   - 7C2EC377264B25FB0E67D150E37E87CD /* ConstraintInsetTarget.swift */,
172   - 474AFC560A8B414B467174737DBC891A /* ConstraintItem.swift */,
173   - 66C5188AE61F0E667CD9E7ED28CDD61C /* ConstraintLayoutGuide.swift */,
174   - 09BF299D2EEB87E7DD02630E87B96224 /* ConstraintLayoutGuide+Extensions.swift */,
175   - BE0BE9F3D55FDB29EF516F6D6B1B6BCA /* ConstraintLayoutGuideDSL.swift */,
176   - 3D705690D879064ED84970813189D8D4 /* ConstraintLayoutSupport.swift */,
177   - C4A46A8054577838D49C60142EB88B13 /* ConstraintLayoutSupportDSL.swift */,
178   - 141BC33167429B9926FB24A17F01568C /* ConstraintMaker.swift */,
179   - E2C3B0B200350EAC8F42EF635FF31BD1 /* ConstraintMakerEditable.swift */,
180   - E43F10DE451FED17810D9B5C237324A5 /* ConstraintMakerExtendable.swift */,
181   - 11D02329E74D733C03BF6BAE1F564481 /* ConstraintMakerFinalizable.swift */,
182   - 91A53CAF547D71AEFABE49D91B4E6816 /* ConstraintMakerPriortizable.swift */,
183   - 724FB64349F5678CE1709979CF0DD952 /* ConstraintMakerRelatable.swift */,
184   - F7AB9BB47A2175181386A432C07253AE /* ConstraintMultiplierTarget.swift */,
185   - 47B200BD964F52F6693D4168248B8645 /* ConstraintOffsetTarget.swift */,
186   - F0BD95F32F2E57D6B9100B77B93F013C /* ConstraintPriority.swift */,
187   - 9716AD15FADF38A93170E034F2BCE457 /* ConstraintPriorityTarget.swift */,
188   - 2975CA5A0D26BC84F3EE9912FEBDA795 /* ConstraintRelatableTarget.swift */,
189   - 25479F58B67AA43E092C7B156C1B5C1B /* ConstraintRelation.swift */,
190   - A51E99894F75F00A281BE6A32FBDE495 /* ConstraintView.swift */,
191   - EE9055CEA7890517265589BD23D73A49 /* ConstraintView+Extensions.swift */,
192   - 56006AA49A060CA2830F32CD6F394823 /* ConstraintViewDSL.swift */,
193   - D038D2FAA2F6B073D1B64B8635F4E3E6 /* Debugging.swift */,
194   - F44C5B72775F6AF0891BF331F32FE10D /* LayoutConstraint.swift */,
195   - 464C01543F3BCEDEE51ABAA696513D0B /* LayoutConstraintItem.swift */,
196   - D4E066869A95E00B949CBA4D2284C35F /* Typealiases.swift */,
197   - 6A9341666EAC154422A032092A7DC2D7 /* UILayoutSupport+Extensions.swift */,
198   - 843EFF0C650682C304D518A9092EE9FD /* Support Files */,
  262 + C507843720E1F214E38FAEF8459FAC56 /* Constraint.swift */,
  263 + BDFE7AAF7E9517133ED4D99E879D19D5 /* ConstraintAttributes.swift */,
  264 + 09334C9264CAA93FEFB27B057862C1DB /* ConstraintConfig.swift */,
  265 + 4CDCC1119F16D266561FF782AECE952E /* ConstraintConstantTarget.swift */,
  266 + 217ECE11C43B0A59D4912BFDAD6FE158 /* ConstraintDescription.swift */,
  267 + 9A13FC3322DDC211EB596568490FDBBD /* ConstraintDirectionalInsets.swift */,
  268 + 88098AFB557FB0496A1EE62D2C7F3841 /* ConstraintDirectionalInsetTarget.swift */,
  269 + B555D0E2961BF9F625B5EE6EE78B658A /* ConstraintDSL.swift */,
  270 + 9C041EBB06372F03478F24627F7D8FFE /* ConstraintInsets.swift */,
  271 + 012419EEB0890EE670345AD96D3659E1 /* ConstraintInsetTarget.swift */,
  272 + 340909306183F7D119551578ED2A6132 /* ConstraintItem.swift */,
  273 + 77A7B79CA8F19BA6A48F231E8FCF56E3 /* ConstraintLayoutGuide.swift */,
  274 + E99B378DDC90D2422A9BA66D837251B5 /* ConstraintLayoutGuide+Extensions.swift */,
  275 + 3D74817523AE9A64973A52491E90E4E0 /* ConstraintLayoutGuideDSL.swift */,
  276 + 8F301C47C5B23762D8319DD0979F6630 /* ConstraintLayoutSupport.swift */,
  277 + 36C403AAD175499CF57C82E4EEAB327E /* ConstraintLayoutSupportDSL.swift */,
  278 + 59BE56EEF30C165B337D83BE7C13BE3C /* ConstraintMaker.swift */,
  279 + 123DBE7015A09198A1D6B6E056D12941 /* ConstraintMakerEditable.swift */,
  280 + 42A617DE3D5A2CAFF25D551D3BB6763E /* ConstraintMakerExtendable.swift */,
  281 + A9B9D4BC6F257570214297C4CB1507DB /* ConstraintMakerFinalizable.swift */,
  282 + 52FBCF5CCBE0F9C62559366F43448E25 /* ConstraintMakerPriortizable.swift */,
  283 + 2124AF6AD3A564243FA867FDB6264C4A /* ConstraintMakerRelatable.swift */,
  284 + EC1AB1A832CD81BECC74B06BF4F2405A /* ConstraintMultiplierTarget.swift */,
  285 + 24F66D1EF9F4FBE14EA915D4845C6EFA /* ConstraintOffsetTarget.swift */,
  286 + 6D72F5EE038532176B97E7E25611AB6F /* ConstraintPriority.swift */,
  287 + 2B42C0FC0B7C7F959E76D03087070E05 /* ConstraintPriorityTarget.swift */,
  288 + 1F4DDC92751787019DACD9C5B367049C /* ConstraintRelatableTarget.swift */,
  289 + FF951D04E8E8BF40B05277A89FCC79C8 /* ConstraintRelation.swift */,
  290 + ACB14C8E4F51AEA5BE9D648D4CD874D7 /* ConstraintView.swift */,
  291 + 7CA334FE185C5101D48491A378841E5D /* ConstraintView+Extensions.swift */,
  292 + 6D31943E8ED415DC56D2E5D34F68DB8A /* ConstraintViewDSL.swift */,
  293 + 7D7BB863C74944C05055AD9B10632427 /* Debugging.swift */,
  294 + 3F1E0E732D4C79D8F06C832589267DF0 /* LayoutConstraint.swift */,
  295 + 004448FD9B091214090D6F2652E8BB04 /* LayoutConstraintItem.swift */,
  296 + 3F3CE25DF6D4682FE472DC630FFAF3EB /* Typealiases.swift */,
  297 + 4911367E3BACE7D32ACC84F3E8412F8D /* UILayoutSupport+Extensions.swift */,
  298 + 6B130B500728AD5F38AC75649225D3C8 /* Support Files */,
199 299 );
200 300 name = SnapKit;
201 301 path = SnapKit;
202 302 sourceTree = "<group>";
203 303 };
204   - 843EFF0C650682C304D518A9092EE9FD /* Support Files */ = {
  304 + 5DC4DEA91338ECB6CF9FB2B9AD49FCE0 /* Alamofire */ = {
205 305 isa = PBXGroup;
206 306 children = (
207   - 7889131C1139F96BBDA94CEE2E694763 /* SnapKit.modulemap */,
208   - E13B89FFD81AACB7530769CA05EEA26B /* SnapKit-dummy.m */,
209   - 391A6F8B42D2CD885F8F3C4CE6859439 /* SnapKit-Info.plist */,
210   - E14A09DC3AD8CA84464FEC37F0FC99D1 /* SnapKit-prefix.pch */,
211   - 0116B84A6773B75FCBFCB479E740F0F3 /* SnapKit-umbrella.h */,
212   - 7C21E0C93A1141A1E2EB51575500E27D /* SnapKit.debug.xcconfig */,
213   - A1CD432F32277BB93DEAADA626ECEC5B /* SnapKit.release.xcconfig */,
  307 + 993A23929D6B5B3003CBBD1EF80B92E2 /* AFError.swift */,
  308 + EDD4CAFEEAB2ACF6B692B4D1D9607740 /* Alamofire.swift */,
  309 + 01DFEF23E3C16033A22EEFD23FB8638E /* AlamofireExtended.swift */,
  310 + F63F3B9A018BE943CDCC8313295C6DEC /* AuthenticationInterceptor.swift */,
  311 + BAE1EE6C5EE76A7E1CDC932FEAD6239A /* CachedResponseHandler.swift */,
  312 + 0E6B733026DF40C4117522E914242A89 /* Combine.swift */,
  313 + 51C8E4689305F4D20DB5C19A5235242E /* DispatchQueue+Alamofire.swift */,
  314 + A7C26D1DE0BF5389ED71F9FBAE115934 /* EventMonitor.swift */,
  315 + 382EAC3E130B887D693E5CCC8319E183 /* HTTPHeaders.swift */,
  316 + AB29C10EACE3817D421601E1C79EAB08 /* HTTPMethod.swift */,
  317 + F219D0115AE90F7D2956770B8E258808 /* MultipartFormData.swift */,
  318 + 93C463EA9786EC85FE3BAC9E90EDCEC0 /* MultipartUpload.swift */,
  319 + 8D9499D7D4B584346F2B5DF179A8A959 /* NetworkReachabilityManager.swift */,
  320 + 67973C6B4603575123A20A41C4FFE0E6 /* Notifications.swift */,
  321 + D4141A2E6ABB552AB693F09763A17B4B /* OperationQueue+Alamofire.swift */,
  322 + 77E1B725148C3BAD76748D4298539971 /* ParameterEncoder.swift */,
  323 + 4AC1ECF516DDEDE76CC2C0DF8B290FE4 /* ParameterEncoding.swift */,
  324 + F1666616347D104EE76FABE341EFA033 /* Protected.swift */,
  325 + BC113526EF4A5F6A0A32EDC8171FAA44 /* RedirectHandler.swift */,
  326 + 2C0AE31AA10BA3489B76DB4636D9A74D /* Request.swift */,
  327 + FB4C6F81CA11946D9AE899BD59E38D88 /* RequestInterceptor.swift */,
  328 + 2E82D1BD215D2881D40B9AC26A1867FC /* RequestTaskMap.swift */,
  329 + E89CE3459929398F1FE8420FA9C92225 /* Response.swift */,
  330 + B12F3E4E515165055229C5FF8C029FE9 /* ResponseSerialization.swift */,
  331 + C649B31C77CDC985FC9446FFDE87BAD1 /* Result+Alamofire.swift */,
  332 + 04C080BCA57B3BFE46849B6AA719DDF9 /* RetryPolicy.swift */,
  333 + 5F3A9DD090BBBB8CD657ED495E31D8C5 /* ServerTrustEvaluation.swift */,
  334 + 121B9D4183F8984CB7E6B92B3D34C677 /* Session.swift */,
  335 + E6ED41B89ABBF1F6D43356FF8A38D97E /* SessionDelegate.swift */,
  336 + D6317B885D58FE58F766C173FDB359D7 /* StringEncoding+Alamofire.swift */,
  337 + 34F37DB163866C896E552824836730BE /* URLConvertible+URLRequestConvertible.swift */,
  338 + 2041B0A6690384E59CEEF25E933019BE /* URLEncodedFormEncoder.swift */,
  339 + 63C85DE3684D6559A146C6166FBD19EA /* URLRequest+Alamofire.swift */,
  340 + 128B63DAEE2B3340D97C6048343451EF /* URLSessionConfiguration+Alamofire.swift */,
  341 + 3312CFAAE34420C74949B72171A10533 /* Validation.swift */,
  342 + DCD700B9EFB20CA962AD4755766FFC86 /* Support Files */,
  343 + );
  344 + name = Alamofire;
  345 + path = Alamofire;
  346 + sourceTree = "<group>";
  347 + };
  348 + 61C8CC330A5CA84DA2F5F1D32AB07069 /* iOS */ = {
  349 + isa = PBXGroup;
  350 + children = (
  351 + 8D3D57353834825F7B52B816066B7789 /* CFNetwork.framework */,
  352 + FD0CE05D5D076B1B5190EE5DF97FD54E /* Foundation.framework */,
  353 + );
  354 + name = iOS;
  355 + sourceTree = "<group>";
  356 + };
  357 + 6B130B500728AD5F38AC75649225D3C8 /* Support Files */ = {
  358 + isa = PBXGroup;
  359 + children = (
  360 + E62A4167840644FC595CDCAD97A1CB8E /* SnapKit.modulemap */,
  361 + 49A4B7E41A6E20132D787FF187AC870D /* SnapKit-dummy.m */,
  362 + B62D5AA33825BBA32191AD6FBDFE2D0D /* SnapKit-Info.plist */,
  363 + B16B69E9180E4A44D79195D19312D386 /* SnapKit-prefix.pch */,
  364 + 3B06DC987BBFB17353745868A42CBF84 /* SnapKit-umbrella.h */,
  365 + C675CAE024FE8C74FF21534E66D39148 /* SnapKit.debug.xcconfig */,
  366 + CAAAE1B69E380BDBA068C5A251A87AA0 /* SnapKit.release.xcconfig */,
214 367 );
215 368 name = "Support Files";
216 369 path = "../Target Support Files/SnapKit";
217 370 sourceTree = "<group>";
218 371 };
219   - A1321E8B354EADA9A5DA2454DCD9B0B5 /* Products */ = {
  372 + 6CD2077814608664B890545761124450 /* Targets Support Files */ = {
  373 + isa = PBXGroup;
  374 + children = (
  375 + AB6A1FAB8184004FBB23A49ECB702D8D /* Pods-InterQR-Internship */,
  376 + );
  377 + name = "Targets Support Files";
  378 + sourceTree = "<group>";
  379 + };
  380 + 871824CE807A006C7404230A22DD7CF8 /* Products */ = {
220 381 isa = PBXGroup;
221 382 children = (
  383 + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */,
222 384 BC2FF22E595805C1E70DAF47C4A27774 /* Pods-InterQR-Internship */,
223 385 979486118B3E90C08386079D57962701 /* SnapKit */,
224 386 );
... ... @@ -242,36 +404,43 @@
242 404 path = "Target Support Files/Pods-InterQR-Internship";
243 405 sourceTree = "<group>";
244 406 };
245   - BA22F08D059965C9A09F78196176CEDB /* Pods */ = {
246   - isa = PBXGroup;
247   - children = (
248   - 7F02E3862C6E84203E8324D9D0088797 /* SnapKit */,
249   - );
250   - name = Pods;
251   - sourceTree = "<group>";
252   - };
253 407 CF1408CF629C7361332E53B88F7BD30C = {
254 408 isa = PBXGroup;
255 409 children = (
256 410 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
257   - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
258   - BA22F08D059965C9A09F78196176CEDB /* Pods */,
259   - A1321E8B354EADA9A5DA2454DCD9B0B5 /* Products */,
  411 + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */,
  412 + 1E4C0914B40960F09A84163CACF56F54 /* Pods */,
  413 + 871824CE807A006C7404230A22DD7CF8 /* Products */,
260 414 6CD2077814608664B890545761124450 /* Targets Support Files */,
261 415 );
262 416 sourceTree = "<group>";
263 417 };
264   - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = {
  418 + DCD700B9EFB20CA962AD4755766FFC86 /* Support Files */ = {
265 419 isa = PBXGroup;
266 420 children = (
267   - 578452D2E740E91742655AC8F1636D1F /* iOS */,
  421 + 11A39B79163AA1E66BD90CB175B04040 /* Alamofire.modulemap */,
  422 + 24451A2A468398DCB662280E25113AC8 /* Alamofire-dummy.m */,
  423 + 50567D203BA49A5D73B78719255D063C /* Alamofire-Info.plist */,
  424 + 2624C1A481BDC5FA3777B7C592C96C9E /* Alamofire-prefix.pch */,
  425 + 36D1086E33C42FFAC34F3EB23F23F12D /* Alamofire-umbrella.h */,
  426 + E163353A853B951DFE8C8D3AA5736A50 /* Alamofire.debug.xcconfig */,
  427 + 894E729BDE62B0B385ED8F2EA3D8B373 /* Alamofire.release.xcconfig */,
268 428 );
269   - name = Frameworks;
  429 + name = "Support Files";
  430 + path = "../Target Support Files/Alamofire";
270 431 sourceTree = "<group>";
271 432 };
272 433 /* End PBXGroup section */
273 434
274 435 /* Begin PBXHeadersBuildPhase section */
  436 + 14FF1799C5ADBC71E1DB963F2AF8853D /* Headers */ = {
  437 + isa = PBXHeadersBuildPhase;
  438 + buildActionMask = 2147483647;
  439 + files = (
  440 + 0B399DCF32F8FE4F09B03B6E7B65E0D1 /* Alamofire-umbrella.h in Headers */,
  441 + );
  442 + runOnlyForDeploymentPostprocessing = 0;
  443 + };
275 444 3B921547E999920F44EBD58F955423CC /* Headers */ = {
276 445 isa = PBXHeadersBuildPhase;
277 446 buildActionMask = 2147483647;
... ... @@ -280,11 +449,11 @@
280 449 );
281 450 runOnlyForDeploymentPostprocessing = 0;
282 451 };
283   - FF3F375D2A6C27224B693BE653D1BE1D /* Headers */ = {
  452 + 723DC647D23F75E91BB3319F36790484 /* Headers */ = {
284 453 isa = PBXHeadersBuildPhase;
285 454 buildActionMask = 2147483647;
286 455 files = (
287   - DABB59FFCCEFA43B2311DC3523722688 /* Pods-InterQR-Internship-umbrella.h in Headers */,
  456 + 3CFDAE3DCAA1A93BFD2D772FAB30BE8F /* Pods-InterQR-Internship-umbrella.h in Headers */,
288 457 );
289 458 runOnlyForDeploymentPostprocessing = 0;
290 459 };
... ... @@ -311,23 +480,42 @@
311 480 };
312 481 9BAF824ED8B046DCC6AEAC3D645548EE /* Pods-InterQR-Internship */ = {
313 482 isa = PBXNativeTarget;
314   - buildConfigurationList = D8D8A2B883726AC5D3A57DEBA6C81808 /* Build configuration list for PBXNativeTarget "Pods-InterQR-Internship" */;
  483 + buildConfigurationList = F0E8D8AFCA4C1A437EBA7DADE6BE3CF8 /* Build configuration list for PBXNativeTarget "Pods-InterQR-Internship" */;
315 484 buildPhases = (
316   - FF3F375D2A6C27224B693BE653D1BE1D /* Headers */,
317   - 6753A70EC97EA6377506948C78A9F4A2 /* Sources */,
318   - 8903CC697923B02B1E7383E453A91481 /* Frameworks */,
319   - C2EA05FC2666CA72F48FA357F269DD6B /* Resources */,
  485 + 723DC647D23F75E91BB3319F36790484 /* Headers */,
  486 + 809D0A98E84BBA97EA387DAD8E94CA80 /* Sources */,
  487 + 618565E522D6DA3C86B3101E6944F887 /* Frameworks */,
  488 + E48D00BA7681E03F38CB2F0EF02AF693 /* Resources */,
320 489 );
321 490 buildRules = (
322 491 );
323 492 dependencies = (
324   - F6A140FDF6958E137BBA33A7A61790C1 /* PBXTargetDependency */,
  493 + 22470CA74BE3D3BC46E87ED4FDBE44BD /* PBXTargetDependency */,
  494 + F540A80F756B9C11AEACD0B0EC5B6B24 /* PBXTargetDependency */,
325 495 );
326 496 name = "Pods-InterQR-Internship";
327 497 productName = Pods_InterQR_Internship;
328 498 productReference = BC2FF22E595805C1E70DAF47C4A27774 /* Pods-InterQR-Internship */;
329 499 productType = "com.apple.product-type.framework";
330 500 };
  501 + EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */ = {
  502 + isa = PBXNativeTarget;
  503 + buildConfigurationList = 9C98220D3187BF01A20E296DC128BED4 /* Build configuration list for PBXNativeTarget "Alamofire" */;
  504 + buildPhases = (
  505 + 14FF1799C5ADBC71E1DB963F2AF8853D /* Headers */,
  506 + 5FE9836A67EA3E51CA889A1AB95BC874 /* Sources */,
  507 + 39D530C2A3085A1033683EC9AE0BC313 /* Frameworks */,
  508 + 93ECA2D9F79614966DFA76280ABFEF67 /* Resources */,
  509 + );
  510 + buildRules = (
  511 + );
  512 + dependencies = (
  513 + );
  514 + name = Alamofire;
  515 + productName = Alamofire;
  516 + productReference = 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire */;
  517 + productType = "com.apple.product-type.framework";
  518 + };
331 519 /* End PBXNativeTarget section */
332 520
333 521 /* Begin PBXProject section */
... ... @@ -346,10 +534,11 @@
346 534 en,
347 535 );
348 536 mainGroup = CF1408CF629C7361332E53B88F7BD30C;
349   - productRefGroup = A1321E8B354EADA9A5DA2454DCD9B0B5 /* Products */;
  537 + productRefGroup = 871824CE807A006C7404230A22DD7CF8 /* Products */;
350 538 projectDirPath = "";
351 539 projectRoot = "";
352 540 targets = (
  541 + EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */,
353 542 9BAF824ED8B046DCC6AEAC3D645548EE /* Pods-InterQR-Internship */,
354 543 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */,
355 544 );
... ... @@ -357,7 +546,7 @@
357 546 /* End PBXProject section */
358 547
359 548 /* Begin PBXResourcesBuildPhase section */
360   - C2EA05FC2666CA72F48FA357F269DD6B /* Resources */ = {
  549 + 93ECA2D9F79614966DFA76280ABFEF67 /* Resources */ = {
361 550 isa = PBXResourcesBuildPhase;
362 551 buildActionMask = 2147483647;
363 552 files = (
... ... @@ -371,6 +560,13 @@
371 560 );
372 561 runOnlyForDeploymentPostprocessing = 0;
373 562 };
  563 + E48D00BA7681E03F38CB2F0EF02AF693 /* Resources */ = {
  564 + isa = PBXResourcesBuildPhase;
  565 + buildActionMask = 2147483647;
  566 + files = (
  567 + );
  568 + runOnlyForDeploymentPostprocessing = 0;
  569 + };
374 570 /* End PBXResourcesBuildPhase section */
375 571
376 572 /* Begin PBXSourcesBuildPhase section */
... ... @@ -418,29 +614,78 @@
418 614 );
419 615 runOnlyForDeploymentPostprocessing = 0;
420 616 };
421   - 6753A70EC97EA6377506948C78A9F4A2 /* Sources */ = {
  617 + 5FE9836A67EA3E51CA889A1AB95BC874 /* Sources */ = {
  618 + isa = PBXSourcesBuildPhase;
  619 + buildActionMask = 2147483647;
  620 + files = (
  621 + A664924D6CCE2922A3F81EC932F4D476 /* AFError.swift in Sources */,
  622 + FEDBAD32E2EDA85AD6E362B82892A74A /* Alamofire.swift in Sources */,
  623 + 1773084DECF68CADD45567FBEC56036D /* Alamofire-dummy.m in Sources */,
  624 + A3153333FC136836B0028E6AB2A56BEE /* AlamofireExtended.swift in Sources */,
  625 + F36D96A4346C90A2D11CB3B6A2ECF4CF /* AuthenticationInterceptor.swift in Sources */,
  626 + 13E62623092B680C6A5C349D48B8A4FD /* CachedResponseHandler.swift in Sources */,
  627 + 97584BC08D2B494417BDEE268CFF38C9 /* Combine.swift in Sources */,
  628 + DCD0C33A2B50811D53CF68F021284B47 /* DispatchQueue+Alamofire.swift in Sources */,
  629 + 9CFDA7C92E0EEA31F709663B0E727ABA /* EventMonitor.swift in Sources */,
  630 + 52BE6F747C26DF2A24532458E55DC10F /* HTTPHeaders.swift in Sources */,
  631 + 02621C4B82398D0657F474E21493A3A2 /* HTTPMethod.swift in Sources */,
  632 + C16A047C4E8D856309A486182A490993 /* MultipartFormData.swift in Sources */,
  633 + 30A331CD9286145E92DB11D671664C63 /* MultipartUpload.swift in Sources */,
  634 + B6473B8E8353317F75D6800D4F7054CB /* NetworkReachabilityManager.swift in Sources */,
  635 + 471611F482CDC15BF464E3BA9CB83968 /* Notifications.swift in Sources */,
  636 + 2550F0D474DE846FEC5C76CBE85F927E /* OperationQueue+Alamofire.swift in Sources */,
  637 + 8B9CDBE3FFD712120CD66DD8B06C44E4 /* ParameterEncoder.swift in Sources */,
  638 + 4634BA717BFCE522E5B42304C6A78B5D /* ParameterEncoding.swift in Sources */,
  639 + 02DB462B121245593CE653B9B377F970 /* Protected.swift in Sources */,
  640 + DD58A00EACBEE274C381B491519C6B8C /* RedirectHandler.swift in Sources */,
  641 + E0C65E16219718869CD2AFCA2C5465CB /* Request.swift in Sources */,
  642 + F63BE0585331CAA3482EF736803F8243 /* RequestInterceptor.swift in Sources */,
  643 + 1D17B83410DC98911D539F2BD5254C05 /* RequestTaskMap.swift in Sources */,
  644 + C7F66519CE6148F21D7DB11423F1D34D /* Response.swift in Sources */,
  645 + 941822CDF68EB8F4D49F150457A82616 /* ResponseSerialization.swift in Sources */,
  646 + A4F1202CE5BBE79F3BBCAE3D2B16BC03 /* Result+Alamofire.swift in Sources */,
  647 + 512FAFBD71830F126224C033B6C45F4E /* RetryPolicy.swift in Sources */,
  648 + 8F9E1EEF2FE52E3231A769722D5C4148 /* ServerTrustEvaluation.swift in Sources */,
  649 + EC11B17DA78F7EEBEBC3EFAF68C6DF9F /* Session.swift in Sources */,
  650 + 688337B18659C4BF722F87AFC4FEEF81 /* SessionDelegate.swift in Sources */,
  651 + E1769C267E82B0C24FE0FFBF949F0A6E /* StringEncoding+Alamofire.swift in Sources */,
  652 + 5E594FA3290D3D70F500572D0AC100DB /* URLConvertible+URLRequestConvertible.swift in Sources */,
  653 + F5D2A31C7EB1DE010771140B6E7ABAD8 /* URLEncodedFormEncoder.swift in Sources */,
  654 + B89D1C69742F61878115334A1D2DFFE7 /* URLRequest+Alamofire.swift in Sources */,
  655 + E857ADCAD7B647883D5B2AEC3F16D1D5 /* URLSessionConfiguration+Alamofire.swift in Sources */,
  656 + D15FEA31AA9625BBF041FB91E48A9995 /* Validation.swift in Sources */,
  657 + );
  658 + runOnlyForDeploymentPostprocessing = 0;
  659 + };
  660 + 809D0A98E84BBA97EA387DAD8E94CA80 /* Sources */ = {
422 661 isa = PBXSourcesBuildPhase;
423 662 buildActionMask = 2147483647;
424 663 files = (
425   - 90E5A3F8520D447ACD72A9F7C1DDAD47 /* Pods-InterQR-Internship-dummy.m in Sources */,
  664 + 4C775A45EB0E3AE47DC049E0DF6D8C0B /* Pods-InterQR-Internship-dummy.m in Sources */,
426 665 );
427 666 runOnlyForDeploymentPostprocessing = 0;
428 667 };
429 668 /* End PBXSourcesBuildPhase section */
430 669
431 670 /* Begin PBXTargetDependency section */
432   - F6A140FDF6958E137BBA33A7A61790C1 /* PBXTargetDependency */ = {
  671 + 22470CA74BE3D3BC46E87ED4FDBE44BD /* PBXTargetDependency */ = {
  672 + isa = PBXTargetDependency;
  673 + name = Alamofire;
  674 + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */;
  675 + targetProxy = 35E047E6713A7FE036E6AC6B754117B3 /* PBXContainerItemProxy */;
  676 + };
  677 + F540A80F756B9C11AEACD0B0EC5B6B24 /* PBXTargetDependency */ = {
433 678 isa = PBXTargetDependency;
434 679 name = SnapKit;
435 680 target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */;
436   - targetProxy = 7168F679A13DA87B24C148E3B8BDBAC5 /* PBXContainerItemProxy */;
  681 + targetProxy = E69C4F34B3929B428169D91C6E2B513F /* PBXContainerItemProxy */;
437 682 };
438 683 /* End PBXTargetDependency section */
439 684
440 685 /* Begin XCBuildConfiguration section */
441   - 0F9522C29D6C28CA5AC2E35825B46E18 /* Debug */ = {
  686 + 139EE0597C63A96ECBD486B7A7C3CBFD /* Release */ = {
442 687 isa = XCBuildConfiguration;
443   - baseConfigurationReference = EF88D6AF5E18A624B2BBDC50D49C7534 /* Pods-InterQR-Internship.debug.xcconfig */;
  688 + baseConfigurationReference = 9AFE619CFFABED07F15D3C2B1C1B48F6 /* Pods-InterQR-Internship.release.xcconfig */;
444 689 buildSettings = {
445 690 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
446 691 CLANG_ENABLE_OBJC_WEAK = NO;
... ... @@ -470,14 +715,15 @@
470 715 SDKROOT = iphoneos;
471 716 SKIP_INSTALL = YES;
472 717 TARGETED_DEVICE_FAMILY = "1,2";
  718 + VALIDATE_PRODUCT = YES;
473 719 VERSIONING_SYSTEM = "apple-generic";
474 720 VERSION_INFO_PREFIX = "";
475 721 };
476   - name = Debug;
  722 + name = Release;
477 723 };
478   - 34910699A154CFAFDE9D8D1B44641C55 /* Release */ = {
  724 + 1C6B5F2E17C3EAD631235DC8260E79AA /* Debug */ = {
479 725 isa = XCBuildConfiguration;
480   - baseConfigurationReference = 9AFE619CFFABED07F15D3C2B1C1B48F6 /* Pods-InterQR-Internship.release.xcconfig */;
  726 + baseConfigurationReference = EF88D6AF5E18A624B2BBDC50D49C7534 /* Pods-InterQR-Internship.debug.xcconfig */;
481 727 buildSettings = {
482 728 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
483 729 CLANG_ENABLE_OBJC_WEAK = NO;
... ... @@ -507,6 +753,41 @@
507 753 SDKROOT = iphoneos;
508 754 SKIP_INSTALL = YES;
509 755 TARGETED_DEVICE_FAMILY = "1,2";
  756 + VERSIONING_SYSTEM = "apple-generic";
  757 + VERSION_INFO_PREFIX = "";
  758 + };
  759 + name = Debug;
  760 + };
  761 + 79FDB89F6CA57D6734D528EAF266BD7B /* Release */ = {
  762 + isa = XCBuildConfiguration;
  763 + baseConfigurationReference = 894E729BDE62B0B385ED8F2EA3D8B373 /* Alamofire.release.xcconfig */;
  764 + buildSettings = {
  765 + CLANG_ENABLE_OBJC_WEAK = NO;
  766 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  767 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  768 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  769 + CURRENT_PROJECT_VERSION = 1;
  770 + DEFINES_MODULE = YES;
  771 + DYLIB_COMPATIBILITY_VERSION = 1;
  772 + DYLIB_CURRENT_VERSION = 1;
  773 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  774 + GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch";
  775 + INFOPLIST_FILE = "Target Support Files/Alamofire/Alamofire-Info.plist";
  776 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  777 + IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  778 + LD_RUNPATH_SEARCH_PATHS = (
  779 + "$(inherited)",
  780 + "@executable_path/Frameworks",
  781 + "@loader_path/Frameworks",
  782 + );
  783 + MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap";
  784 + PRODUCT_MODULE_NAME = Alamofire;
  785 + PRODUCT_NAME = Alamofire;
  786 + SDKROOT = iphoneos;
  787 + SKIP_INSTALL = YES;
  788 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  789 + SWIFT_VERSION = 5.5;
  790 + TARGETED_DEVICE_FAMILY = "1,2";
510 791 VALIDATE_PRODUCT = YES;
511 792 VERSIONING_SYSTEM = "apple-generic";
512 793 VERSION_INFO_PREFIX = "";
... ... @@ -643,7 +924,7 @@
643 924 };
644 925 CB8A79F7382B0A1227C38D59E7968EEA /* Debug */ = {
645 926 isa = XCBuildConfiguration;
646   - baseConfigurationReference = 7C21E0C93A1141A1E2EB51575500E27D /* SnapKit.debug.xcconfig */;
  927 + baseConfigurationReference = C675CAE024FE8C74FF21534E66D39148 /* SnapKit.debug.xcconfig */;
647 928 buildSettings = {
648 929 CLANG_ENABLE_OBJC_WEAK = NO;
649 930 "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
... ... @@ -676,9 +957,44 @@
676 957 };
677 958 name = Debug;
678 959 };
  960 + DDE66E9EF2650949C1F28ED6BFEEEFED /* Debug */ = {
  961 + isa = XCBuildConfiguration;
  962 + baseConfigurationReference = E163353A853B951DFE8C8D3AA5736A50 /* Alamofire.debug.xcconfig */;
  963 + buildSettings = {
  964 + CLANG_ENABLE_OBJC_WEAK = NO;
  965 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  966 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  967 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  968 + CURRENT_PROJECT_VERSION = 1;
  969 + DEFINES_MODULE = YES;
  970 + DYLIB_COMPATIBILITY_VERSION = 1;
  971 + DYLIB_CURRENT_VERSION = 1;
  972 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  973 + GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch";
  974 + INFOPLIST_FILE = "Target Support Files/Alamofire/Alamofire-Info.plist";
  975 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  976 + IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  977 + LD_RUNPATH_SEARCH_PATHS = (
  978 + "$(inherited)",
  979 + "@executable_path/Frameworks",
  980 + "@loader_path/Frameworks",
  981 + );
  982 + MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap";
  983 + PRODUCT_MODULE_NAME = Alamofire;
  984 + PRODUCT_NAME = Alamofire;
  985 + SDKROOT = iphoneos;
  986 + SKIP_INSTALL = YES;
  987 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  988 + SWIFT_VERSION = 5.5;
  989 + TARGETED_DEVICE_FAMILY = "1,2";
  990 + VERSIONING_SYSTEM = "apple-generic";
  991 + VERSION_INFO_PREFIX = "";
  992 + };
  993 + name = Debug;
  994 + };
679 995 DFFD31690F9CC8449FD1F803388E1D46 /* Release */ = {
680 996 isa = XCBuildConfiguration;
681   - baseConfigurationReference = A1CD432F32277BB93DEAADA626ECEC5B /* SnapKit.release.xcconfig */;
  997 + baseConfigurationReference = CAAAE1B69E380BDBA068C5A251A87AA0 /* SnapKit.release.xcconfig */;
682 998 buildSettings = {
683 999 CLANG_ENABLE_OBJC_WEAK = NO;
684 1000 "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
... ... @@ -733,11 +1049,20 @@
733 1049 defaultConfigurationIsVisible = 0;
734 1050 defaultConfigurationName = Release;
735 1051 };
736   - D8D8A2B883726AC5D3A57DEBA6C81808 /* Build configuration list for PBXNativeTarget "Pods-InterQR-Internship" */ = {
  1052 + 9C98220D3187BF01A20E296DC128BED4 /* Build configuration list for PBXNativeTarget "Alamofire" */ = {
  1053 + isa = XCConfigurationList;
  1054 + buildConfigurations = (
  1055 + DDE66E9EF2650949C1F28ED6BFEEEFED /* Debug */,
  1056 + 79FDB89F6CA57D6734D528EAF266BD7B /* Release */,
  1057 + );
  1058 + defaultConfigurationIsVisible = 0;
  1059 + defaultConfigurationName = Release;
  1060 + };
  1061 + F0E8D8AFCA4C1A437EBA7DADE6BE3CF8 /* Build configuration list for PBXNativeTarget "Pods-InterQR-Internship" */ = {
737 1062 isa = XCConfigurationList;
738 1063 buildConfigurations = (
739   - 0F9522C29D6C28CA5AC2E35825B46E18 /* Debug */,
740   - 34910699A154CFAFDE9D8D1B44641C55 /* Release */,
  1064 + 1C6B5F2E17C3EAD631235DC8260E79AA /* Debug */,
  1065 + 139EE0597C63A96ECBD486B7A7C3CBFD /* Release */,
741 1066 );
742 1067 defaultConfigurationIsVisible = 0;
743 1068 defaultConfigurationName = Release;
... ...
... ... @@ -4,20 +4,27 @@
4 4 <dict>
5 5 <key>SchemeUserState</key>
6 6 <dict>
7   - <key>Pods-InterQR-Internship.xcscheme</key>
  7 + <key>Alamofire.xcscheme</key>
8 8 <dict>
9 9 <key>isShown</key>
10 10 <false/>
11 11 <key>orderHint</key>
12 12 <integer>0</integer>
13 13 </dict>
14   - <key>SnapKit.xcscheme</key>
  14 + <key>Pods-InterQR-Internship.xcscheme</key>
15 15 <dict>
16 16 <key>isShown</key>
17 17 <false/>
18 18 <key>orderHint</key>
19 19 <integer>1</integer>
20 20 </dict>
  21 + <key>SnapKit.xcscheme</key>
  22 + <dict>
  23 + <key>isShown</key>
  24 + <false/>
  25 + <key>orderHint</key>
  26 + <integer>2</integer>
  27 + </dict>
21 28 </dict>
22 29 <key>SuppressBuildableAutocreation</key>
23 30 <dict/>
... ...
1 1 # Acknowledgements
2 2 This application makes use of the following third party libraries:
3 3
  4 +## Alamofire
  5 +
  6 +Copyright (c) 2014-2021 Alamofire Software Foundation (http://alamofire.org/)
  7 +
  8 +Permission is hereby granted, free of charge, to any person obtaining a copy
  9 +of this software and associated documentation files (the "Software"), to deal
  10 +in the Software without restriction, including without limitation the rights
  11 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  12 +copies of the Software, and to permit persons to whom the Software is
  13 +furnished to do so, subject to the following conditions:
  14 +
  15 +The above copyright notice and this permission notice shall be included in
  16 +all copies or substantial portions of the Software.
  17 +
  18 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  21 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  22 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  23 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  24 +THE SOFTWARE.
  25 +
  26 +
4 27 ## SnapKit
5 28
6 29 Copyright (c) 2011-Present SnapKit Team - https://github.com/SnapKit
... ...
... ... @@ -14,6 +14,35 @@
14 14 </dict>
15 15 <dict>
16 16 <key>FooterText</key>
  17 + <string>Copyright (c) 2014-2021 Alamofire Software Foundation (http://alamofire.org/)
  18 +
  19 +Permission is hereby granted, free of charge, to any person obtaining a copy
  20 +of this software and associated documentation files (the "Software"), to deal
  21 +in the Software without restriction, including without limitation the rights
  22 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  23 +copies of the Software, and to permit persons to whom the Software is
  24 +furnished to do so, subject to the following conditions:
  25 +
  26 +The above copyright notice and this permission notice shall be included in
  27 +all copies or substantial portions of the Software.
  28 +
  29 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  30 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  31 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  32 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  33 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  34 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  35 +THE SOFTWARE.
  36 +</string>
  37 + <key>License</key>
  38 + <string>MIT</string>
  39 + <key>Title</key>
  40 + <string>Alamofire</string>
  41 + <key>Type</key>
  42 + <string>PSGroupSpecifier</string>
  43 + </dict>
  44 + <dict>
  45 + <key>FooterText</key>
17 46 <string>Copyright (c) 2011-Present SnapKit Team - https://github.com/SnapKit
18 47
19 48 Permission is hereby granted, free of charge, to any person obtaining a copy
... ...
1 1 ${PODS_ROOT}/Target Support Files/Pods-InterQR-Internship/Pods-InterQR-Internship-frameworks.sh
  2 +${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
2 3 ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework
\ No newline at end of file
... ...
  1 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
1 2 ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework
\ No newline at end of file
... ...
1 1 ${PODS_ROOT}/Target Support Files/Pods-InterQR-Internship/Pods-InterQR-Internship-frameworks.sh
  2 +${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework
2 3 ${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework
\ No newline at end of file
... ...
  1 +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework
1 2 ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework
\ No newline at end of file
... ...
... ... @@ -176,9 +176,11 @@ code_sign_if_enabled() {
176 176 }
177 177
178 178 if [[ "$CONFIGURATION" == "Debug" ]]; then
  179 + install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
179 180 install_framework "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework"
180 181 fi
181 182 if [[ "$CONFIGURATION" == "Release" ]]; then
  183 + install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
182 184 install_framework "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework"
183 185 fi
184 186 if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
... ...
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}/SnapKit"
  3 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit"
4 4 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers"
  5 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.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 "SnapKit"
  8 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "SnapKit"
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)
... ...
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}/SnapKit"
  3 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit"
4 4 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
5   -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers"
  5 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.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 "SnapKit"
  8 +OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "CFNetwork" -framework "SnapKit"
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)
... ...
Please register or login to post a comment