From 6ddd52f3c76c1375919820062cf8d7d6605e1c46 Mon Sep 17 00:00:00 2001 From: nevillco Date: Thu, 14 Feb 2019 14:49:36 -0500 Subject: [PATCH 1/7] Specify development pod in podfile --- PRODUCTNAME/app/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/PRODUCTNAME/app/Podfile b/PRODUCTNAME/app/Podfile index 5948f8f..30e85df 100644 --- a/PRODUCTNAME/app/Podfile +++ b/PRODUCTNAME/app/Podfile @@ -12,6 +12,7 @@ def shared end target 'PRODUCTNAME' do + pod 'Actionable', :path => '/Users/connorneville/Documents/Projects/Actionable/' pod 'Instabug' pod 'Crashlytics' From ff913b6f6713a536160c5fe9b4c5016d83b63595 Mon Sep 17 00:00:00 2001 From: nevillco Date: Thu, 14 Feb 2019 14:49:59 -0500 Subject: [PATCH 2/7] Run bundle exec pod install --- .../app/PRODUCTNAME.xcodeproj/project.pbxproj | 4 + PRODUCTNAME/app/Podfile.lock | 10 +- .../Local Podspecs/Actionable.podspec.json | 29 + PRODUCTNAME/app/Pods/Manifest.lock | 10 +- .../app/Pods/Pods.xcodeproj/project.pbxproj | 1853 ++++++++++------- .../Actionable/Actionable-dummy.m | 5 + .../Actionable/Actionable-prefix.pch | 12 + .../Actionable/Actionable-umbrella.h | 16 + .../Actionable/Actionable.modulemap | 6 + .../Actionable/Actionable.xcconfig | 9 + .../Actionable/Info.plist | 26 + ...PRODUCTNAMETests-acknowledgements.markdown | 23 + ...ME-PRODUCTNAMETests-acknowledgements.plist | 29 + ...PRODUCTNAME-PRODUCTNAMETests-frameworks.sh | 4 + ...UCTNAME-PRODUCTNAMETests.appstore.xcconfig | 6 +- ...RODUCTNAME-PRODUCTNAMETests.debug.xcconfig | 6 +- ...DUCTNAME-PRODUCTNAMETests.develop.xcconfig | 6 +- ...DUCTNAME-PRODUCTNAMETests.release.xcconfig | 6 +- ...ODUCTNAME-PRODUCTNAMETests.sprint.xcconfig | 6 +- ...Pods-PRODUCTNAME-acknowledgements.markdown | 23 + .../Pods-PRODUCTNAME-acknowledgements.plist | 29 + .../Pods-PRODUCTNAME-frameworks.sh | 4 + .../Pods-PRODUCTNAME.appstore.xcconfig | 6 +- .../Pods-PRODUCTNAME.debug.xcconfig | 6 +- .../Pods-PRODUCTNAME.develop.xcconfig | 6 +- .../Pods-PRODUCTNAME.release.xcconfig | 6 +- .../Pods-PRODUCTNAME.sprint.xcconfig | 6 +- 27 files changed, 1363 insertions(+), 789 deletions(-) create mode 100644 PRODUCTNAME/app/Pods/Local Podspecs/Actionable.podspec.json create mode 100644 PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-dummy.m create mode 100644 PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-prefix.pch create mode 100644 PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-umbrella.h create mode 100644 PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.modulemap create mode 100644 PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig create mode 100644 PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist diff --git a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj index 4b5a881..09409fb 100644 --- a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj +++ b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj @@ -900,6 +900,7 @@ ); inputPaths = ( "${SRCROOT}/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework", "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework", "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework", @@ -912,6 +913,7 @@ ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Actionable.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Anchorage.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BonMot.framework", @@ -934,6 +936,7 @@ ); inputPaths = ( "${SRCROOT}/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework", "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework", "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework", @@ -947,6 +950,7 @@ ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Actionable.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Anchorage.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BonMot.framework", diff --git a/PRODUCTNAME/app/Podfile.lock b/PRODUCTNAME/app/Podfile.lock index 22b3c55..bdb3c38 100644 --- a/PRODUCTNAME/app/Podfile.lock +++ b/PRODUCTNAME/app/Podfile.lock @@ -1,4 +1,6 @@ PODS: + - Actionable (0.0.1): + - Sourcery - Alamofire (4.7.1) - Anchorage (4.2.2) - BonMot (5.2) @@ -90,6 +92,7 @@ PODS: - SwiftLint (0.25.0) DEPENDENCIES: + - Actionable (from `/Users/connorneville/Documents/Projects/Actionable/`) - Alamofire - Anchorage - BonMot @@ -123,7 +126,12 @@ SPEC REPOS: - Swiftilities - SwiftLint +EXTERNAL SOURCES: + Actionable: + :path: "/Users/connorneville/Documents/Projects/Actionable/" + SPEC CHECKSUMS: + Actionable: a105a8c62be2189f1c2b5ced5b9e957e9bd5e495 Alamofire: 68d7d521118d49c615a8d2214d87cdf525599d30 Anchorage: cba8707ea6475f604e04047882ba47c07e4b2ac1 BonMot: 68da0bd7c2f602aca85511bedabd211eb0fae666 @@ -140,6 +148,6 @@ SPEC CHECKSUMS: Swiftilities: 38a1e58d290e1a70f3ad345ccb2e2e0556375540 SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea -PODFILE CHECKSUM: 575f8d011131dc7a1e7a95dc9005ab3705198362 +PODFILE CHECKSUM: 154b689ce7452f0b4825b3e7033481dd1baa60f9 COCOAPODS: 1.5.0 diff --git a/PRODUCTNAME/app/Pods/Local Podspecs/Actionable.podspec.json b/PRODUCTNAME/app/Pods/Local Podspecs/Actionable.podspec.json new file mode 100644 index 0000000..9387f4b --- /dev/null +++ b/PRODUCTNAME/app/Pods/Local Podspecs/Actionable.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "Actionable", + "version": "0.0.1", + "summary": "A cleaner delegation pattern for iOS.", + "description": "Actionable use code generation to give you the benefits of matching the style of builtin iOS delegate protocols with less boilerplate and tedious maintenance.", + "homepage": "https://github.com/nevillco/Actionable", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Connor Neville": "connor.neville@raizlabs.com" + }, + "source": { + "git": "https://github.com/nevillco/Actionable.git", + "tag": "0.0.1" + }, + "platforms": { + "ios": "10.0" + }, + "source_files": "Sources/**/*", + "resources": "Resources/**/*", + "dependencies": { + "Sourcery": [ + + ] + }, + "swift_version": "4.2" +} diff --git a/PRODUCTNAME/app/Pods/Manifest.lock b/PRODUCTNAME/app/Pods/Manifest.lock index 22b3c55..bdb3c38 100644 --- a/PRODUCTNAME/app/Pods/Manifest.lock +++ b/PRODUCTNAME/app/Pods/Manifest.lock @@ -1,4 +1,6 @@ PODS: + - Actionable (0.0.1): + - Sourcery - Alamofire (4.7.1) - Anchorage (4.2.2) - BonMot (5.2) @@ -90,6 +92,7 @@ PODS: - SwiftLint (0.25.0) DEPENDENCIES: + - Actionable (from `/Users/connorneville/Documents/Projects/Actionable/`) - Alamofire - Anchorage - BonMot @@ -123,7 +126,12 @@ SPEC REPOS: - Swiftilities - SwiftLint +EXTERNAL SOURCES: + Actionable: + :path: "/Users/connorneville/Documents/Projects/Actionable/" + SPEC CHECKSUMS: + Actionable: a105a8c62be2189f1c2b5ced5b9e957e9bd5e495 Alamofire: 68d7d521118d49c615a8d2214d87cdf525599d30 Anchorage: cba8707ea6475f604e04047882ba47c07e4b2ac1 BonMot: 68da0bd7c2f602aca85511bedabd211eb0fae666 @@ -140,6 +148,6 @@ SPEC CHECKSUMS: Swiftilities: 38a1e58d290e1a70f3ad345ccb2e2e0556375540 SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea -PODFILE CHECKSUM: 575f8d011131dc7a1e7a95dc9005ab3705198362 +PODFILE CHECKSUM: 154b689ce7452f0b4825b3e7033481dd1baa60f9 COCOAPODS: 1.5.0 diff --git a/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj b/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj index 7514c2d..f28e782 100644 --- a/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj +++ b/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj @@ -7,186 +7,192 @@ objects = { /* Begin PBXBuildFile section */ - 0029B1A423C0DE6E975F25111B9975E8 /* AcknowledgementsListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CDD5BA8972F399C0ABFFF78568BEEA8 /* AcknowledgementsListViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 00B32E63626DA341845ED02C59718C84 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; + 01D3A53C1534E6CD94A4F5B7AA148DD0 /* SimulatorStatusMagic-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AD93D9E7D08BF01FBB70A4F2D8948EC /* SimulatorStatusMagic-dummy.m */; }; 01FA0D9A44695B13B9FFAC08D3D2DBDA /* BonMot-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E6C50C0FBDB5D498FA2FA8FF6FEFF2 /* BonMot-dummy.m */; }; - 04B6F12C093C0813B5D119DACD595A57 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 026523454503F96164CACEAD3D966198 /* GradientView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 060F10FC209619C74E495EAA25B66B12 /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A99096ED765E3DA7D08D00B89B3F84D /* Shapes.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 063BA1BFAA3C510A93EAC7841CB99827 /* UIWindow+RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD320AC0777B8F096799EF63ACCA686E /* UIWindow+RootViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 033DB32A3CEA46564F7F470B54432758 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */; }; + 0663AE8F78A65FD9ECAAE4AA16BB7A7B /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A99096ED765E3DA7D08D00B89B3F84D /* Shapes.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 075A3A9E87AA60A4C295D7A8D627E5DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; 08182C96191ADF0A7C7418A9CC3632CA /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9868647CE6F3FABBB18484A90C43E204 /* Alamofire-dummy.m */; }; - 08BEA41F809622346A01D427E16BCA06 /* SDStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A5A4E0C94607DEFFD442859A131C6EC /* SDStatusBarManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0930F5AAE18CD75C0963D0468A1FBB4E /* SDStatusBarOverriderPost9_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E07141F2F346A2460F49B612B0376E7 /* SDStatusBarOverriderPost9_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A7115FDCB391D13583605DBD804B03D /* AccessibilityHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F78E61049F1AB2CA496F19D5BF82D0A /* AccessibilityHelpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0BFCA787AC384A4B54394DE5F5F0DF37 /* Anchorage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D8183B7EF948387A52A303D97B171AF8 /* Anchorage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D764490BFDED15B5669B1E73DBF1B3C /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A25188E01DF9D367AF16429A7EA75FF8 /* MessageUI.framework */; }; - 0F72737B197EFC02B4ED2FB2D3682F46 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 450D15BE0B13A5B28F43A11F124E5A1D /* CoreData.framework */; }; - 111DFC3E45144D062B6BD83E24765633 /* Swiftilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F2D2C4A4FE2CA3A1DA371792E51B23 /* Swiftilities-dummy.m */; }; - 123CB0CB7AF0B21279762C8498287F02 /* UITextView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C78F51861BD91A20A4C2437CA11C297 /* UITextView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0CD970F31CC7B79A2CA72EFD3655E0F8 /* SimulatorStatusMagic-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5798EC664C01EE5BA10628B3F310DA33 /* SimulatorStatusMagic-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13576D9A43C12FBCD3708250FCED4BAF /* TailoredSwiftTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA7D84CC47BBD8612BF7EA9C9DD97148 /* TailoredSwiftTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 13EDE696B67E3C9F7C9307059BF7479C /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3506603E91927E99EA23BBC2921AAA /* Compatibility.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1441FC0F84B478969D3A7197E33E3D6A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF783FBBF31ACC70F681C01C88C6D7A /* SessionDelegate.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1672AB321E4955C126034EC4D6BFC9BE /* NSURLRequest+HTTPBodyTesting.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B56EB06AFA2FE7BC229A48D9B988F8A /* NSURLRequest+HTTPBodyTesting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1A04F0E3EDEDE78E718FA39EC4393161 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7730E2C969B925A64DF2BB1D31467A4E /* NetworkReachabilityManager.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1A96378A0A6C22764BCF992592ABF5A1 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A81E89FEC253ECABFAC8B956C4F55A1 /* Operators.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1B6ED15AF4EC2FB36C2F352A94DAEC91 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */; }; 20EB6941CF6A0C61CCC8CBA1D8735295 /* MarshalDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = A12D08EC4AC2D305B53E61FCFE14E3C4 /* MarshalDictionary.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2116D880B7CD1BB9388A668027A3253D /* SDStatusBarOverriderPost9_0.m in Sources */ = {isa = PBXBuildFile; fileRef = A8362E5C55DB576EDA9F653B4DAD34B8 /* SDStatusBarOverriderPost9_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 21910E2A9DBFF26D3807917E5D997875 /* UIView+KeyboardLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E9736D58075B10D0AA72BE7AEA5104 /* UIView+KeyboardLayoutGuide.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 249EDE8F60D9B018C6D1AACE701DA48C /* Actionable-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA2BF3A6AE41B168C6F0FE93775AD48 /* Actionable-dummy.m */; }; + 25CE1046CCEE2CA34C6140F4FED53068 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = A941F8147CDC795B668D9318CEAC7BC0 /* Log.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 26ADBB05E953D1EBDD241886C5C7B086 /* AppInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE913BE32F6C75BD99AFA4767A732A24 /* AppInfo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 27AEC6EDBB8AC7CDD7E1B78FCAEAE76A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF1F5D0E670DBA1AD156948DC695B7A /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 27C68CD807F11E559BA31F5A1B5307AF /* Unmarshaling.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED14CE1563C0DB353568542A994794A9 /* Unmarshaling.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 27DD8687427FC232B33303BB78C7910F /* OHHTTPStubs-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 91232731467881E0A0003972C1B53FEC /* OHHTTPStubs-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29A3BFFDF9322AF06423A1BFFC4C967F /* HairlineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C229CF1AC6DFC3210A373A32CC06B7 /* HairlineView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 29E58FBA2858B2A84301A922D4F9559A /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92D07D0253E195346C98D6FD98152125 /* CFNetwork.framework */; }; 2A5D6FDD58D10632373A92501AB3C394 /* AdaptableTextContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3ECA395671E46BEC0BAF5982A72789B /* AdaptableTextContainer.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2AFD734742611244B35841A12EA2586D /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 927A11D4B3D34971D1CEDFBBC0FDA903 /* Response.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E643F900EC1E3E9CA3851E00463BB35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; 2F2555627DFC018FDE0436E0974050B7 /* Image+Tinting.swift in Sources */ = {isa = PBXBuildFile; fileRef = E61DA1D7AE8CA0A6A2697B511C460D91 /* Image+Tinting.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3089A74FEBFE2D36A20B604D9A198D38 /* Anchorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A9678738C7CA35F7F0475B20FE4B745 /* Anchorage.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 314CF219FBE7A88BB6BD7C569B3B02CB /* OHHTTPStubsMethodSwizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 5370A5D0CADBD16DEC7C62D29B31CD35 /* OHHTTPStubsMethodSwizzling.h */; settings = {ATTRIBUTES = (Private, ); }; }; 3473E5275B964330821A8C885FFE35B9 /* FontFeatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FE6542169DE63608D47B0CCED5804B6 /* FontFeatures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 35019755DC0469E14B7BCEA691E2EF6E /* Compatability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BAA3F46F7F17D58A531C36F1D3A6332 /* Compatability.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 362FD25C7C9A24CE6A1C9218A90AE29B /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D93860BAF005EE4297442E8E2F1D3FA /* Request.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3700514FAF1AEFEEAA6E577D1D4DA397 /* TailoredSwiftTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA7D84CC47BBD8612BF7EA9C9DD97148 /* TailoredSwiftTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 36B53550419F523AC20C5F3D1E2D2418 /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 41BE0D271A76B8052FE61C29C9054E7E /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 370A1BA523E19F6BD3BEC731A486CBC0 /* AttributedStringTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD81F4046000DAC9284072A1F82F8F7 /* AttributedStringTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3761D6BC3D591B03337A4C5C51357DC9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */; }; 37835262FD9A41103017E69084A4187E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; 39E1F7C7BB6305003A28C519E3C0F4D1 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B08BFEA7A6F6CC00238558EAE7E5E33 /* MultipartFormData.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3B43E1269043B4D60A24EE6CC3C2F5D9 /* Pods-PRODUCTNAME-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB10E5C1CD8AA501E120F456D22E467 /* Pods-PRODUCTNAME-dummy.m */; }; + 3C4BA5A32C6BFDE53B6346F330937594 /* CGSize+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A0868A16A3A9A6D92C5C214186A206 /* CGSize+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3E98AD69A893524BE67C207B81774984 /* BonMot-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BFAD8BB01541DAE5A9AFF7CE7A1C4A8 /* BonMot-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3F8C96147D1060088BB96806810ABE5B /* MarshaledObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 870961DB4BAF941AAE6E7D66D5B3A5D2 /* MarshaledObject.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3FB3333069A9664C18D3FC082A7E1FEA /* XMLBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 601A5ECDC1FB199A4FC78779F10A5EB5 /* XMLBuilder.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 41EF6FBAA4A96BB6B2A8855DE2A966A9 /* FormattedTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95F5F93A13F9FCA1F3A282663169552 /* FormattedTextField.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 425096400D6A6D2239219CAB48978A7F /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFB4544499BAD8084F07F4CB589FD948 /* AboutView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4370E987F32E80B51C4FCD1BA685041A /* FloatingPoint+Scale.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0D7DF27D09FCFD7394B0B38A84B7CEE /* FloatingPoint+Scale.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 402A417B517B0480F534D5D3A732EBE2 /* FloatingPoint+Scale.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0D7DF27D09FCFD7394B0B38A84B7CEE /* FloatingPoint+Scale.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4258BFC81F5292BAEE6D2FA98BC42BE0 /* TintedButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581E16FC3FAABFB860ADA98976F2C27A /* TintedButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4492D4799C929CE5982FBFAF4EBD71A5 /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5412436A37D527356105C3610FF135C4 /* JSON.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 449C9752FEBC5F4598DC46110D08BDF9 /* OHHTTPStubs-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9DC220E967B42B8CB8A9B725AEA159A /* OHHTTPStubs-dummy.m */; }; 45B3428619504D1D886E5ECAAADE2C4C /* OHHTTPStubs+NSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FD46141CC9D62F7999430E752B70775 /* OHHTTPStubs+NSURLSessionConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 475EB7645C5EED9A8FF0D503D1E750BE /* SimulatorStatusMagic-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5798EC664C01EE5BA10628B3F310DA33 /* SimulatorStatusMagic-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47F7F8557181FEB5836E4B1358C32957 /* IndexPath+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E93DDFA140ADF35AC8CC3CDDE337951 /* IndexPath+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 49A48C78B3AC1D17FF21AD01E534441F /* Clamping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AFE0BB9C7C466C2F123563300C2BEC8 /* Clamping.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4B1A02575916849ABB40C1D3346C1BF9 /* SDStatusBarOverrider.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B89D36EC06935D5832CADE8B99CBA1 /* SDStatusBarOverrider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CB895955693BC77632F35906FEBA99F /* SDStatusBarOverriderPost11_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 99014270A2C8DA2B712CE1BF1630919F /* SDStatusBarOverriderPost11_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4D27BA2D51539ED8EC0FA7E9C246FEC8 /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 41BE0D271A76B8052FE61C29C9054E7E /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D96133F061B7C44CC5F23DD68CDE07E /* CGFloat+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E5BFF5B7642FA4A3767A08BDEDA8154 /* CGFloat+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 485B126C5D8F3D42DE8B46C141894962 /* Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F1823BA175D7AE86D633617DE4DE032 /* Keyboard.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4BE575FE21638BE2A20702D750F77741 /* SDStatusBarOverriderPost9_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E03CF07FB844BCCC08EA2D1F6815F9 /* SDStatusBarOverriderPost9_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4F0F301F3E8CE079B0F75D01CF62B17A /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC21C4BCDFBF39FBBAD24A0F4CAE3D6 /* DispatchQueue+Alamofire.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 52635DC1034F11FFACF5738799862502 /* AnchorGroupProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D629F02328D3D86B8D417ABE7F2A8376 /* AnchorGroupProvider.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 59562CDD2EB7A31D212C3FB8F93296D4 /* AccessibilityHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F78E61049F1AB2CA496F19D5BF82D0A /* AccessibilityHelpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5B2941217B4A7E81C150A0CC5BA9B7EA /* TableSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D075508E32AFDF3CCAEBE077E10571C /* TableSection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5BFB87050228D3CD20554AB72B9943BF /* Marshaling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 400171CB77AD40D6FAB3904649CDA320 /* Marshaling.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5D522F5A33E0C027D76FA9D9ACE60744 /* SDStatusBarOverriderPost8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = B27F009F9A89F635085A1A320FF1F372 /* SDStatusBarOverriderPost8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5CA4FE4658090B8FCF580151A825BA5C /* NavBarHairlineFadeBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A79F2757BB5193385CB657397B9FD68 /* NavBarHairlineFadeBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5CB40777DC3012B5A5ACD1267664740C /* PlaceholderTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488000412A3EF48ED3FD6AE622B14E01 /* PlaceholderTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5DCC988C6E6FF6AC7D01834B6DF84508 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92384886DED5DACFB70A7ADD05F0AE96 /* KeychainAccess-dummy.m */; }; - 5F719AA3B1D8A2BD3A92E13C6F227DC6 /* UIImage+Tinting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715C19B95A0CB6219721D5E5D985B67A /* UIImage+Tinting.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5F42C5E0174430C75667A06ECBB71153 /* UIView+KeyboardLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E9736D58075B10D0AA72BE7AEA5104 /* UIView+KeyboardLayoutGuide.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5F56D6589F04D7455E3CB5CB3611B24F /* Actionable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63BB87609E6B56D03934113EE2939D9B /* Actionable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 601AB785C5146FBAB9D9A73C3A173061 /* StylisticAlternates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9608300F6801F3CF683D2AB23E092E4C /* StylisticAlternates.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 63B8CA7D5B30FF0B23FDB98F04A04361 /* BetterButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A03EA3815B5BAC479A29ED05C1D6C790 /* BetterButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 60887159C2B80FF8794E22CC6EA241EF /* UIViewController+Deselection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195E4634703B4F5C243D01578011E6FE /* UIViewController+Deselection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 62FC616F93E60493B6C6508D3D2063D6 /* LicenseFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D6B53D34A61626188FB059F782B08E /* LicenseFormatter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 63F013CE64E2A507947560E22E423C71 /* NSLayoutAnchor+MultiplierConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB4407A39A7503B5AB87E21F9B5A76B /* NSLayoutAnchor+MultiplierConstraints.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 640F92A070027B9792337CA4A483C50B /* UnmarshalUpdating.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C2D12483CC7DB1AAD40556384DE3851 /* UnmarshalUpdating.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 64CF93C4E01E5586585922DC02092AEB /* AppInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE913BE32F6C75BD99AFA4767A732A24 /* AppInfo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 65ADB4F1782EC70A861F373827A0E087 /* Emphasis.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303F230EB1E594C6B1B48ACEA4A7A12D /* Emphasis.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 65F557F43201672C478AF7858F6CC997 /* NSAttributedString+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = F39403CDECD7705B479AA5323D04813D /* NSAttributedString+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 672443BA9BE14DC49F48C58E9A9BC800 /* NavBarHairlineFadeBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A79F2757BB5193385CB657397B9FD68 /* NavBarHairlineFadeBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6643B107591AE11F8CB36A111EA025D1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; + 676ADCF0F90244C48F1F9D97E66DA219 /* AcknowlegementsListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8447386615354DFC853D7D6B3484E6 /* AcknowlegementsListViewModel.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 696F087A3110A1ED44B2A4F28DE94AC7 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF262ABCD2A26834ED606723DD63258 /* TaskDelegate.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 697F039312A07305582C9B9504053C77 /* OHPathHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 60AE687485680215FB50D911F8C92E7E /* OHPathHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A31CEFF022DA64052D4362CA0B8590E /* SDStatusBarOverriderPost11_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB66A1983F305C455DA132BB4306B65 /* SDStatusBarOverriderPost11_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B99CDD402569BF0614DA59B9FC69D17 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; + 6BD883FDE36D801A0694EF9E9162B2AA /* CoreDataStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466CAC66BABADB50E1BCB1A982349841 /* CoreDataStack.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6BE318BADA8B0C862E9640F3DA0946B8 /* OHHTTPStubs.h in Headers */ = {isa = PBXBuildFile; fileRef = 45CC0E03B009717C8F4C27224B7542A7 /* OHHTTPStubs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6CE183CBC44CD82736D4DFFEECD54D14 /* FieldValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC3FD005D55259B09A1D76703C7B146 /* FieldValidator.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6EFC4D2C5D090605AC856A2C5D5A0144 /* UIWindow+RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD320AC0777B8F096799EF63ACCA686E /* UIWindow+RootViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 70001FB52A312C7EDB75E3A00B818F07 /* OHHTTPStubs.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DD39F971D20898AED055AA9BF3CD836 /* OHHTTPStubs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 703251398919A2DA5BBCA0D8D49D4595 /* AcknowledgementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C45F79BAD18BB8324E0B44E6FF4C13 /* AcknowledgementViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 70C77A2D6A62D410359103923793F7D9 /* Pods-Services-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A877C133D089D0EA6266B9AA79A3C0D8 /* Pods-Services-dummy.m */; }; + 71F990C48750326761E0D3DFD72D4705 /* SDStatusBarOverriderPost9_0.m in Sources */ = {isa = PBXBuildFile; fileRef = A8362E5C55DB576EDA9F653B4DAD34B8 /* SDStatusBarOverriderPost9_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7273FC0EC1C598B463F117617C271D2F /* NamedStyles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150D5F06EED08B310B9405B584325596 /* NamedStyles.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 781B9854E51B66DADA2177C7F3CD07EB /* SDStatusBarOverriderPost9_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E03CF07FB844BCCC08EA2D1F6815F9 /* SDStatusBarOverriderPost9_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7541F168F3CF8FA24916FB21C51B7F55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; + 75ED0928B15C116261FFDB2C09D7F30D /* BetterButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A03EA3815B5BAC479A29ED05C1D6C790 /* BetterButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 78FA3C54BC52EFB51A90C94058120556 /* Priority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79B79889CB66F3547858499AF9DF34F1 /* Priority.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7931A1364C2FAC9FC453D63CA0271A1B /* AcknowledgementsListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CDD5BA8972F399C0ABFFF78568BEEA8 /* AcknowledgementsListViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 79A288115A5A25D3363C131BA023D389 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 7A9CB61BAD4E7A4C6026FEF9F661E04A /* ViewControllerLifecycleBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E8545EA7D3B9629EACF3A5AE63F4B /* ViewControllerLifecycleBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7E7E6711E5A2E3A56426BC36F38B71B0 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4298AACFF2630F0142E4DF69322A431 /* Timeline.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7F65C5EB2650A987FFBA4241CF168A83 /* Actionable-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 512AB0183297D8F0ED9466759D17E103 /* Actionable-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7FAAB8A88AD6D3B009462A44FC47774A /* OHHTTPStubsResponse+JSON.m in Sources */ = {isa = PBXBuildFile; fileRef = A3725CBDC8134A746D7726E722C23A10 /* OHHTTPStubsResponse+JSON.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7FD222B47420365A27566D843254E323 /* UIStackView+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 167E7DE98C7E880D7C4092A0071A0B60 /* UIStackView+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 80989BA7D528B5CCC278FCBF48AB681F /* SDStatusBarOverriderPre8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 67625259D8D9F57125F8DDD1A64ADC0F /* SDStatusBarOverriderPre8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 80A069B0E3F46E9908AA4F05CAEEDA75 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAB039E300AF7DD6BD76A502DC10A5FD /* SessionManager.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 816206296DDDA4246B335FAAF237CE54 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 450D15BE0B13A5B28F43A11F124E5A1D /* CoreData.framework */; }; 8183CBA4C4D492190FB4D98818E812E6 /* Tab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ABD1AB439290BC9D71034255E929E90 /* Tab.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 82096C2BEED6086820FE5F108E031532 /* SDStatusBarOverriderPost10_3.m in Sources */ = {isa = PBXBuildFile; fileRef = DD137FB740BFA583C491CAF62E6D8090 /* SDStatusBarOverriderPost10_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 837DCED10E50BEA1FDEE4DB436ADFE8E /* UIKit+AdaptableTextContainerSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5882EB529353062124E51370A389B0F9 /* UIKit+AdaptableTextContainerSupport.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8570F5BDC04F932DF3F46A6383215885 /* FeedbackPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E4BD258002BD4C883399F5EC5FB1BE /* FeedbackPresenter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85A1E8F3DD08B539D4929A3A41041988 /* SimulatorStatusMagic-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AD93D9E7D08BF01FBB70A4F2D8948EC /* SimulatorStatusMagic-dummy.m */; }; 86405C7543B594CCA999D884323798E4 /* Marshal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F04F2A4BE2300747FDD93FB1AFDC04E /* Marshal-dummy.m */; }; - 86BB6FE8D8EA85889A24917049D76A74 /* Swiftilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D40305CA6FD031E85D8797042E35DD /* Swiftilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87EB6CE5BE00CD75D19C12C059FF3BB3 /* DefaultBehaviors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67FDE991DC3C52D336D370069613E7E /* DefaultBehaviors.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 88050EE4A7392E3B0705A9A798683963 /* SDStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 059C81EB83DFA6667D7FEC674E62189D /* SDStatusBarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 88A76C6849A605AFC65A31BB85C075E0 /* Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA277AA68ECE32A78E6A8B982BF9E99 /* Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8AF01B0E12CEB53A7B57C0EE2CCFFA32 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = A941F8147CDC795B668D9318CEAC7BC0 /* Log.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 89E786EE8C1BBB5426972A90D16903F4 /* Pods-PRODUCTNAME-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAAC8EBC99D2F94C201D73BB3F57F8F /* Pods-PRODUCTNAME-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8C434332261F7761B017FE40FB9F32FC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90F843876DD2ACE8F9EBF2B08C14B33E /* Validation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8D53DD7E6A42FE129247A1ADBC799DEA /* Tab+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6DF4CBFEEE91EA14B51430A92729A0 /* Tab+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8EEF8BD41FECC404F2F089560BE9BCB8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; + 902459EC027C8C9505F0DC89607760DC /* CGFloat+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E5BFF5B7642FA4A3767A08BDEDA8154 /* CGFloat+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9045551B87FF03E8648BED8296376C68 /* Anchorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CACBBF855CD9F51449B588C1F92B9A09 /* Anchorage-dummy.m */; }; 91E838D2E70DB582F90D29F7EF450B7B /* StringStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06145151B99C87CC96665BDCC6267889 /* StringStyle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 926AC009748BC0E213BB5FF9EE3DC939 /* OHHTTPStubsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 865FF535E19620AB7DAAA97236F759F9 /* OHHTTPStubsResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9381CCBAA848F8AB7D3EEBFF99F15322 /* UIView+Lookup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93337DB3187689417E6EB4B04DDE075 /* UIView+Lookup.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 950F7C14400FF072DD122F68BE7E0B6B /* Pods-PRODUCTNAME-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB10E5C1CD8AA501E120F456D22E467 /* Pods-PRODUCTNAME-dummy.m */; }; - 95F52E0A26A99D050C230DE03DEA8FA9 /* DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5053BA9EC5B81B1F8577285A2B4704 /* DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 983F94C7925B8650B28B800537DBEBBC /* SDStatusBarOverriderPost9_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E07141F2F346A2460F49B612B0376E7 /* SDStatusBarOverriderPost9_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95AD1880354B62252B25D03F9719BD69 /* IndexPath+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E93DDFA140ADF35AC8CC3CDDE337951 /* IndexPath+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 984119DCB01C82DA83662297F34DBED0 /* NavTitleTransitionBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C78F5FA8CCDE4F1BA411DC2821F79E9 /* NavTitleTransitionBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9A70D17368E102E7EF1FBD6261358297 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617B4B1A95A447C19E082E426436FC2C /* ServerTrustPolicy.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B1FAB82638F21D348D3C9E49E5E93EC /* Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F1823BA175D7AE86D633617DE4DE032 /* Keyboard.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9B73AA1DDEF069FE209EAE0BFA913C4A /* UIKit+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E59FBEB0DC2C5C385C5C38A23F392806 /* UIKit+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9BAA8F67F0A21E4E956672EA1E81FCA7 /* UIImage+Tinting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715C19B95A0CB6219721D5E5D985B67A /* UIImage+Tinting.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9C3C4C170AF90FBAA2197A185244E598 /* OHHTTPStubsResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = FB47ACABB52158DE5CCFFAC015F2BD49 /* OHHTTPStubsResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9C6FF20CDA342F76BBA89B5624FF5916 /* FontInspector.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98C09ECEBB4931C19613AC19F0957F8 /* FontInspector.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9D8B34C7FBFCF8EC0284CF209F288218 /* Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6145F1C75F3795A4035FC54F751E0E81 /* Platform.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9E844B8C525A2A8BD77BEBDAA5BCF9BA /* Marshal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 50D115CF9002DA0B4A43F58C44C6E247 /* Marshal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; A38D81657A6F8A6A6C47902D48333A00 /* ValueType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEBA55D3601FEF74B413E1B76059B28 /* ValueType.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A5D080DE2B790A703351E07D98DA63BB /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF9F106566ADA2BDAEB2DB881E0AAB8 /* Notifications.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A6A5F29C38FDD342DA36A47736B01B83 /* UIColor+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D26C9D0C2A04C06159E25AC749A3688B /* UIColor+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A9A26B6F2BB0FD757BA3C13B3D78D962 /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 900ECFA51AD67CF1B879F7039EEDE679 /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m */; }; - A9F6F9B8940B215E82661178E4F07147 /* Pods-PRODUCTNAME-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAAC8EBC99D2F94C201D73BB3F57F8F /* Pods-PRODUCTNAME-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABC4D7B3165702C9C263B7AE3DB4EFC7 /* SDStatusBarOverriderPost10_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 04290826502404D30D934B00D8105C7B /* SDStatusBarOverriderPost10_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8AF9A90E2A12BFC27880FCC8AF4A53A /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 900ECFA51AD67CF1B879F7039EEDE679 /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m */; }; ACF2DA09BFFDD08258CB2009C0624D79 /* AdaptiveStyleTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADA286998A1C18796AF373D75409E8C9 /* AdaptiveStyleTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; AD0D69AE38EF590A808130E5DF4229C5 /* NSAttributedString+BonMot.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD9FF26511DF35268E13E0EF7CDFA520 /* NSAttributedString+BonMot.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B01FDFA9C772699374389A5268052037 /* SDStatusBarOverriderPre8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 67625259D8D9F57125F8DDD1A64ADC0F /* SDStatusBarOverriderPre8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B1C1994AE5F222F5AE4BCB84E5DBCAE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - B1F70A6E788E81BD568CAD34D29461DA /* AcknowlegementsListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8447386615354DFC853D7D6B3484E6 /* AcknowlegementsListViewModel.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B314B6A3E9E117E6E82124E21CE5BC58 /* SDStatusBarOverriderPost8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C7437D7D9265164AE141F007E126E9 /* SDStatusBarOverriderPost8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B0285895CEBEC48DBF38EF17A97521E3 /* FeedbackPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E4BD258002BD4C883399F5EC5FB1BE /* FeedbackPresenter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B17E49A54FB32EF1336968ECE05069FA /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 026523454503F96164CACEAD3D966198 /* GradientView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B183373B8CCB84184BD8990730492D6E /* SDStatusBarOverriderPost11_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 99014270A2C8DA2B712CE1BF1630919F /* SDStatusBarOverriderPost11_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B33D7151CF1AEBC8864D5D01CB65C31A /* KeychainAccess-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AA1D627C36898B10DD5BA2D6583B710 /* KeychainAccess-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; B387FE54CF0D5DB0EC505A36906EE641 /* OHHTTPStubsSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2080FC6F79EF0FF34FD6AF693DFCAB4A /* OHHTTPStubsSwift.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B3B5FA96B69915F7B8D5E75CBEEA6908 /* SDStatusBarOverriderPost9_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 0823AD8DE47A6E1A870A866654766046 /* SDStatusBarOverriderPost9_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B94D05A6063BE013FE9D3AA14DBE2E87 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF0B2A28EA615193C7FD94D3426056A /* Migration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BAC2AC1AEC0660B5F6F16869EC3369E4 /* SDStatusBarOverriderPost10_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 726AEA0A3385CBA42E6665FBE0F4405A /* SDStatusBarOverriderPost10_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BB3E0D70A823BD82497D2E20840CB758 /* SDStatusBarOverriderPost10_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 04290826502404D30D934B00D8105C7B /* SDStatusBarOverriderPost10_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; BCECED2BDEBDEF84BDA719E22390C230 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE9A57F35895CDED7B7BB96157F13C9B /* ParameterEncoding.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BCEE85AB12FC7B8375B377BB2C26F217 /* Actionable+Helpers.swifttemplate in Resources */ = {isa = PBXBuildFile; fileRef = A5A7EDCF79801D641962CCD67A1EC20E /* Actionable+Helpers.swifttemplate */; }; BD544967B099916598DFEBA7E0BAF6B8 /* Ligatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC3DDAF4CA0C2C966BF096A586C7F09 /* Ligatures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C23A10511950085F40CDE03C2289CD7A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - C2AE314A7549A28D90F4F32D4AF5CE2A /* SDStatusBarOverriderPost11_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB66A1983F305C455DA132BB4306B65 /* SDStatusBarOverriderPost11_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4DB56860E083A90336B90E5528196C3 /* HairlineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C229CF1AC6DFC3210A373A32CC06B7 /* HairlineView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE49E638B0EC8254F70C215B03BA9926 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; + BF04B89E4E8F419903663566FA6764EC /* SDStatusBarOverrider.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B89D36EC06935D5832CADE8B99CBA1 /* SDStatusBarOverrider.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C1604995EE7B6FB76F6E078891DF2E11 /* SDStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A5A4E0C94607DEFFD442859A131C6EC /* SDStatusBarManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; C7238F5E267FAC9D190EA97288522514 /* Tracking+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15E9DEFF4FD357D3EDFC722AA5B976D0 /* Tracking+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C7626C567633287633406ADCF5EDE3B5 /* SDStatusBarOverriderPost8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C7437D7D9265164AE141F007E126E9 /* SDStatusBarOverriderPost8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; C9A984A4974E35591682DF2BC196A4DA /* ContextualAlternates.swift in Sources */ = {isa = PBXBuildFile; fileRef = B063E7F27CF1F338FCC05F42D4C2370B /* ContextualAlternates.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C9FB30E052BB8AEBB6DC98D83C1308EB /* UIViewController+Deselection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195E4634703B4F5C243D01578011E6FE /* UIViewController+Deselection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C9C588721EB8B9C04AF7708F249BBCBD /* UIColor+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D26C9D0C2A04C06159E25AC749A3688B /* UIColor+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CB4618FF38CA3C7A3C029A7EC904BBD2 /* Transform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0888063C91E3572824D3119EFD873571 /* Transform.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CB789EDD18F70EEAC7489DC243A0DDEF /* DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5053BA9EC5B81B1F8577285A2B4704 /* DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CBDB0392430BD5374F8A0ED4147480B0 /* AccessibilityHeadingLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BD300CDA62D476279A957125FC952D0 /* AccessibilityHeadingLevel.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CC1FA0807F07844BE8BE34CAF8AE1032 /* SDStatusBarOverriderPost10_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 851F2FC477AFF755075B4B4347CFD2F5 /* SDStatusBarOverriderPost10_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CCEE02DB3A92EC1778DCF7E3B5528D3D /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2992B86D316B4623736029F620D4AFC1 /* Protocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDF166A281F1147DCE81F6180BC13F4E /* UIViewController+Lifecycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F1E23F0225184F5EECD687F52D4C80 /* UIViewController+Lifecycle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CE79166B487DC8F652FBB62F3D5B6743 /* Composable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ABD37BA1919277E2957CC040B0F384E /* Composable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CEAFC437404677F7D147F5D71CF53BC6 /* Clamping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AFE0BB9C7C466C2F123563300C2BEC8 /* Clamping.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CFF8224A9E9DC5EC6C524079E87549A1 /* Pods-Services-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B9A28BB9A5B4B7987F3E824D9CCCAB /* Pods-Services-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; CFFE80C6F6C47D55DD225889423650D1 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC5EEEEEE88301AEB18DFEE107EC0B4E /* Result.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D043C4C1B7E000B4F1CBC58C6D619A4F /* Swiftilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F2D2C4A4FE2CA3A1DA371792E51B23 /* Swiftilities-dummy.m */; }; D069DF7BEBD54C4EAE5DF186FA1AAE33 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; D22EECCACA8558D3DC863205FFADD500 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EA258A429824C4FC0F0D9A297B2C87 /* Alamofire.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D30FB1F6D8D109D31B5A455D223E0E5D /* Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1133B5A1356B33F602C3AF94BF03B8D /* Internal.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D51AF5D823CBF744CBD209A835EBCA0D /* SDStatusBarOverriderPost10_3.m in Sources */ = {isa = PBXBuildFile; fileRef = DD137FB740BFA583C491CAF62E6D8090 /* SDStatusBarOverriderPost10_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D580CC116EC07C52B02529C89BDC4B26 /* PlaceholderTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488000412A3EF48ED3FD6AE622B14E01 /* PlaceholderTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D69A3918BA8538069339E677009277BC /* UIStackView+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 167E7DE98C7E880D7C4092A0071A0B60 /* UIStackView+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DA4BA5342995E9E95158D8F2E42A551D /* SDStatusBarOverriderPre8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 9053E0BAFDBE0764BCA81701CC8F423C /* SDStatusBarOverriderPre8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3BA6C79C86C38F180AEBD00B972E9C0 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A25188E01DF9D367AF16429A7EA75FF8 /* MessageUI.framework */; }; + D3F6F155E9A1D6503F5727CF3FA4CDC1 /* UIView+Lookup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93337DB3187689417E6EB4B04DDE075 /* UIView+Lookup.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D6CBEF99F7FF0F9766644E4B0BFB812C /* SDStatusBarOverriderPost10_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 726AEA0A3385CBA42E6665FBE0F4405A /* SDStatusBarOverriderPost10_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D7A5ED0EBFB189A76E617C0960E2A42D /* TableSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D075508E32AFDF3CCAEBE077E10571C /* TableSection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D8A5D7379AA942A23715D38CCE3926CD /* SDStatusBarOverriderPre8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 9053E0BAFDBE0764BCA81701CC8F423C /* SDStatusBarOverriderPre8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D900016B6199BB4EDC768F5C90A43E69 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFB4544499BAD8084F07F4CB589FD948 /* AboutView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DA7B491FAB5A9998F41E7A55FD3F216E /* OHHTTPStubsResponse+JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = AA91438E31AB715E0705BA40B26F613A /* OHHTTPStubsResponse+JSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBB67F579923501EB3684AE613F19B84 /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8BAF892AA14BC379C4624955F895D7E /* UITableView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC431CF729D22ECFD2F8746822DD4433 /* CoreDataStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466CAC66BABADB50E1BCB1A982349841 /* CoreDataStack.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DD621D1FCC00545E86AD3DFC96A7A6E2 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAED2C6CBCFD24355AAD63F8B86C8B8E /* ResponseSerialization.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DDA337FF4E8D79F994D2A724FF36A5A5 /* OHHTTPStubsMethodSwizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = A1A5F5B9F7F49A75555D57D608A1112C /* OHHTTPStubsMethodSwizzling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DDE1FCDCC53725CE8B8CA98949D4B810 /* OHPathHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = A6E436BEB5E3C5552D2A1C39C2BAEACE /* OHPathHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE4607D1A13437EC25F3316C0F57E3E3 /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8BAF892AA14BC379C4624955F895D7E /* UITableView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DEC893C4726DC256FD631A4E1FADE87D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - DF7BD9D950D9830F0E433F1274DCFEBF /* CGSize+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A0868A16A3A9A6D92C5C214186A206 /* CGSize+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E11B7692A21F54D611490CD9DED10D4A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - E1A4F3F1E13DF25AC06102905ECC588F /* LicenseFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D6B53D34A61626188FB059F782B08E /* LicenseFormatter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E236DFF1C1AB54AD9D7DF34A1F482B8D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - E2E492C9BD380426AA2CF49B5E0A201E /* SDStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 059C81EB83DFA6667D7FEC674E62189D /* SDStatusBarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E48D00975DA8F9E5EA8D89BE43C877E3 /* NavTitleTransitionBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C78F5FA8CCDE4F1BA411DC2821F79E9 /* NavTitleTransitionBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E582DAB61A0C10131240C0BCEC47BC24 /* UIViewController+Lifecycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F1E23F0225184F5EECD687F52D4C80 /* UIViewController+Lifecycle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E1F11CB542D77407B7572D9FABBB573B /* Actionable.swifttemplate in Resources */ = {isa = PBXBuildFile; fileRef = 7B90BA94A3751AD07C80B3D04752A4B8 /* Actionable.swifttemplate */; }; + E4DA49088C74C052EC8E03A36D1EADE3 /* LifecycleBehaviorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512C083D179E5888EC02109709ED80CF /* LifecycleBehaviorViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E8A8E04F5EC4277876C07481A221525B /* AcknowledgementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C45F79BAD18BB8324E0B44E6FF4C13 /* AcknowledgementViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E9E4C0D72FA1EAD476156678F084DEB5 /* EmbeddedTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C178B491E556128FFD12C5B6DD1F5C81 /* EmbeddedTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EC7C2CDCEFAFEBDC2A152B18A1166BA1 /* StringStyle+Part.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AE2948D1CF981B37D03B70CA2788BEA /* StringStyle+Part.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EC9C69D6DA401F5C6160159BFD38A723 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */; }; ECC67639DDED658BC2ADA815FD99BA65 /* UnmarshalingWithContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCCD7E69F041DDD878F66D19CD963514 /* UnmarshalingWithContext.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ED3F19DA1AB43EBC3AF274679FD279AF /* TintedButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581E16FC3FAABFB860ADA98976F2C27A /* TintedButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE4899A526C2F298BEBEB933A7575126 /* SDStatusBarOverriderPost9_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 0823AD8DE47A6E1A870A866654766046 /* SDStatusBarOverriderPost9_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EF39083AFA6E172A7818D4BFBFA6FF0A /* Tracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FED925F9524F27AA90CDF7B2283EAF /* Tracking.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F0C2E09750AB426564429AF71E097013 /* DefaultBehaviors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67FDE991DC3C52D336D370069613E7E /* DefaultBehaviors.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F22FA1A6B33BBD2D67692B1D4372A460 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A291CEC90B79B3DAFEF8F23A901592DD /* AFError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2BECD381F014C5A0D779D1B5FD4D0DB /* ViewControllerLifecycleBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E8545EA7D3B9629EACF3A5AE63F4B /* ViewControllerLifecycleBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F2EA5BBB13D32ECEDDDBCA65A9B2D8A1 /* StyleableUIElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = C27110A9E9047D591D8FB102CBB5AF4E /* StyleableUIElement.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F31845C2AA4979CC82E130E8AF1BDAB3 /* SDStatusBarOverriderPost10_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 851F2FC477AFF755075B4B4347CFD2F5 /* SDStatusBarOverriderPost10_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; F31AF8E48A1D3B01EC5DFDA01D8A6A9B /* Special.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9B4AA244564725A8905475C716908C7 /* Special.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F3693B432565EF6B47308E23C0C11108 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798F79973CB5A50093466A416FD204A1 /* Error.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F388FC3B885C630E8C940B77855E0B69 /* Swiftilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D40305CA6FD031E85D8797042E35DD /* Swiftilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; F3BB0BBB12FEC17D651D2DD5506C644B /* KeyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7612DE014B8D399008CBE6B45EE1E23 /* KeyType.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F407E1BA969680C79E4729332A0BA41F /* FormattedTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95F5F93A13F9FCA1F3A282663169552 /* FormattedTextField.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F659A3482C1E25DF8882F8DEB1E5A2BD /* MutableCopying.swift in Sources */ = {isa = PBXBuildFile; fileRef = F310BBF8745AD0D73FF606DBFE3BCFF3 /* MutableCopying.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F6FA94FD86743559A4B3743829965E67 /* SDStatusBarOverriderPost8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = B27F009F9A89F635085A1A320FF1F372 /* SDStatusBarOverriderPost8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F8AFF14D73BB9C35F4311422C53C9331 /* FieldValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC3FD005D55259B09A1D76703C7B146 /* FieldValidator.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F8D5822DBA3D057CE4A3A8F1B87C527E /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58713B99BC400839B221C0002793D5CB /* Keychain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F910212A83A666B398DC4330F0593FA8 /* UITextView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C78F51861BD91A20A4C2437CA11C297 /* UITextView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F92454C843D0ABBB0928323621836D83 /* AdaptiveStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 862AF750660D251601FBFBB9293D6F57 /* AdaptiveStyle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FAAE8769B1D5EF2870C671089C44039D /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2992B86D316B4623736029F620D4AFC1 /* Protocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FCA9F211F969ED4041A4D2B1FE56853B /* LifecycleBehaviorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512C083D179E5888EC02109709ED80CF /* LifecycleBehaviorViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FE7874236129E4DDCF314E71B463C955 /* TextAlignmentConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84EEE37ABCCEA272DF82D6D903E2CF2 /* TextAlignmentConstraint.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FEB8C442EDC1D800360F5F2C0F62B7E8 /* NSURLRequest+HTTPBodyTesting.h in Headers */ = {isa = PBXBuildFile; fileRef = E728CBA90B1F1AC6DE3AC60BD9B7E781 /* NSURLRequest+HTTPBodyTesting.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ @@ -196,7 +202,7 @@ isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 53A2C190B07A17E52C0C2F74AF52A0DC; + remoteGlobalIDString = 57A469E4BF7AB007F9B542C67C813DAE; remoteInfo = Swiftilities; }; 1CEF611E13FDB18EC9DCB9BFAD0C027E /* PBXContainerItemProxy */ = { @@ -206,40 +212,40 @@ remoteGlobalIDString = B14A8956B582EBC21C278F15B7AC7477; remoteInfo = Alamofire; }; - 1E8502EE878CFC6E715DA2E5E7018C13 /* PBXContainerItemProxy */ = { + 328BE3796AF9A487321C5A0D0B8E754E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D94B0FF283F0A6705857CF054218FF9; - remoteInfo = OHHTTPStubs; + remoteGlobalIDString = 52DC0197EA687F2753A504BBAD6A2165; + remoteInfo = KeychainAccess; }; - 446AD0D5348D7AC45FAAFA8764C46EDB /* PBXContainerItemProxy */ = { + 40BB18FFE8D0F2EBDB3E000FCCCF1A89 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = C55F784EA2C7A32AC017AFDA996301E7; - remoteInfo = BonMot; + remoteGlobalIDString = B19AF6CEDB735EDDDD3C5CAB9F5BAF82; + remoteInfo = Anchorage; }; - 470F4BBD08157DAD5D055CD21B5DD531 /* PBXContainerItemProxy */ = { + 446AD0D5348D7AC45FAAFA8764C46EDB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = B19AF6CEDB735EDDDD3C5CAB9F5BAF82; - remoteInfo = Anchorage; + remoteGlobalIDString = C55F784EA2C7A32AC017AFDA996301E7; + remoteInfo = BonMot; }; - 50484C8818C5F2B25BDC8BF77C0FDA51 /* PBXContainerItemProxy */ = { + 4DC7140A16DB1F646B948573A2CA5AE8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 53A2C190B07A17E52C0C2F74AF52A0DC; + remoteGlobalIDString = 57A469E4BF7AB007F9B542C67C813DAE; remoteInfo = Swiftilities; }; - 5888542E1FD73B0089E73A6E51CA3043 /* PBXContainerItemProxy */ = { + 58AE2EBEF2B1DAA8E0F091063601D324 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = AF515A8F65F22D9E613037DDAE2998F5; - remoteInfo = SimulatorStatusMagic; + remoteGlobalIDString = C55F784EA2C7A32AC017AFDA996301E7; + remoteInfo = BonMot; }; 5C20C6EA9F1DD4B15638F1C7D5B91419 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -248,33 +254,40 @@ remoteGlobalIDString = 52DC0197EA687F2753A504BBAD6A2165; remoteInfo = KeychainAccess; }; - 62366223204FA97CCB06280983D09419 /* PBXContainerItemProxy */ = { + 65008B09F87C36B27528CF341F62C69D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B14A8956B582EBC21C278F15B7AC7477; + remoteInfo = Alamofire; + }; + 7AB3AB4F05FDBC6B618A489AEC6E67CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 9E82133F882AE06E358BBBA53BE946AF; remoteInfo = Marshal; }; - 65C35AE974D54CE30D4476DF256D2749 /* PBXContainerItemProxy */ = { + 7C3EE1EEF99EB059ED7DEF9BFA5F8C51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = AF515A8F65F22D9E613037DDAE2998F5; - remoteInfo = SimulatorStatusMagic; + remoteGlobalIDString = 4D94B0FF283F0A6705857CF054218FF9; + remoteInfo = OHHTTPStubs; }; - 71851551D9DF5540170E65B6079B12D7 /* PBXContainerItemProxy */ = { + 7DA0BE1FC346C32880BDDCF04FD4FABF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E82133F882AE06E358BBBA53BE946AF; - remoteInfo = Marshal; + remoteGlobalIDString = 69D4C4D423018363148D5FE34A98C62B; + remoteInfo = SimulatorStatusMagic; }; - AB79D98974DA55F5F1CFEE6B1ADBF037 /* PBXContainerItemProxy */ = { + 811BF82394E4B3D84A58EA346B905321 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 52DC0197EA687F2753A504BBAD6A2165; - remoteInfo = KeychainAccess; + remoteGlobalIDString = 69D4C4D423018363148D5FE34A98C62B; + remoteInfo = SimulatorStatusMagic; }; AC0E8C17BA914E0D537731C4C670E322 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -283,61 +296,68 @@ remoteGlobalIDString = B19AF6CEDB735EDDDD3C5CAB9F5BAF82; remoteInfo = Anchorage; }; - B7F947833E1BC811D70A3C68AD881B2D /* PBXContainerItemProxy */ = { + AF0E8C812CA13AAF86F885DC5D94B430 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 9E82133F882AE06E358BBBA53BE946AF; - remoteInfo = Marshal; + remoteGlobalIDString = 52DC0197EA687F2753A504BBAD6A2165; + remoteInfo = KeychainAccess; }; - BC80A6614DA67562B8CFEE93696FE1C1 /* PBXContainerItemProxy */ = { + B2EA7C3F12BEAA25B51E107A1A722634 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = B19AF6CEDB735EDDDD3C5CAB9F5BAF82; - remoteInfo = Anchorage; + remoteGlobalIDString = C3B82005F7BA35D76483EC7450EC9FDE; + remoteInfo = Actionable; + }; + B7F947833E1BC811D70A3C68AD881B2D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9E82133F882AE06E358BBBA53BE946AF; + remoteInfo = Marshal; }; - BF73F5B5DA55013582FFE63366B524D0 /* PBXContainerItemProxy */ = { + BB90FFB3E079A5C544A260CFD38017B7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = B14A8956B582EBC21C278F15B7AC7477; remoteInfo = Alamofire; }; - C23B8B6D823A12B7A8F2F083C368922A /* PBXContainerItemProxy */ = { + D1EC0C0AEBA49E4016B2C58813665F6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 53A2C190B07A17E52C0C2F74AF52A0DC; - remoteInfo = Swiftilities; + remoteGlobalIDString = C3B82005F7BA35D76483EC7450EC9FDE; + remoteInfo = Actionable; }; - D75534018405B2D783BC7E46D53F4955 /* PBXContainerItemProxy */ = { + E0C4F70F6F43A3A6D29E45745606EEB4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = C55F784EA2C7A32AC017AFDA996301E7; remoteInfo = BonMot; }; - E42F20BBD534BE2959CDF9EDD1CE8C61 /* PBXContainerItemProxy */ = { + EE88E497ABDB9F87EE77A0E1DD2509EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = C55F784EA2C7A32AC017AFDA996301E7; - remoteInfo = BonMot; + remoteGlobalIDString = 9E82133F882AE06E358BBBA53BE946AF; + remoteInfo = Marshal; }; - E579B8713EA8E1156771E5690F2C2BD3 /* PBXContainerItemProxy */ = { + F1B8C5DD0E7E91ADE9949D6DA4D9866D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = B14A8956B582EBC21C278F15B7AC7477; - remoteInfo = Alamofire; + remoteGlobalIDString = B19AF6CEDB735EDDDD3C5CAB9F5BAF82; + remoteInfo = Anchorage; }; - F0F4FD9DF189C9BFD3B650B0E4519130 /* PBXContainerItemProxy */ = { + FF388AAAC8E42167B75B5DFBABD0EE02 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 52DC0197EA687F2753A504BBAD6A2165; - remoteInfo = KeychainAccess; + remoteGlobalIDString = 57A469E4BF7AB007F9B542C67C813DAE; + remoteInfo = Swiftilities; }; /* End PBXContainerItemProxy section */ @@ -351,16 +371,15 @@ 0823AD8DE47A6E1A870A866654766046 /* SDStatusBarOverriderPost9_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost9_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost9_3.m; sourceTree = ""; }; 0888063C91E3572824D3119EFD873571 /* Transform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transform.swift; path = Sources/Transform.swift; sourceTree = ""; }; 08E6C50C0FBDB5D498FA2FA8FF6FEFF2 /* BonMot-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BonMot-dummy.m"; sourceTree = ""; }; - 093592015E6182B72D84CA54F5FE17C9 /* Anchorage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Anchorage.framework; path = Anchorage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 0D93860BAF005EE4297442E8E2F1D3FA /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; 0E095E862B4646A2B7B467E0942241BC /* GAIEcommerceProductAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceProductAction.h; path = Sources/GAIEcommerceProductAction.h; sourceTree = ""; }; 0E22F59ACBD4A4B8F43DC0F2811D7D17 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 10B2BC3A64552BD701F239A01D8F0F5E /* Pods_Services.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Services.framework; path = "Pods-Services.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 140016C9749248DFF21708EC06BF5C4C /* IBGTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IBGTypes.h; path = InstabugCore.framework/Headers/IBGTypes.h; sourceTree = ""; }; 150D5F06EED08B310B9405B584325596 /* NamedStyles.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NamedStyles.swift; path = Sources/NamedStyles.swift; sourceTree = ""; }; 15CB1CD34526E97E2AF30D0B16795251 /* GAI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAI.h; path = Sources/GAI.h; sourceTree = ""; }; 15E9DEFF4FD357D3EDFC722AA5B976D0 /* Tracking+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Tracking+Adaptive.swift"; path = "Sources/UIKit/Tracking+Adaptive.swift"; sourceTree = ""; }; 167E7DE98C7E880D7C4092A0071A0B60 /* UIStackView+Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStackView+Helpers.swift"; path = "Pod/Classes/StackViewHelpers/UIStackView+Helpers.swift"; sourceTree = ""; }; + 18B88E94E4FAAE99EB7A8665B9EAEBDA /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KeychainAccess.framework; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BonMot.xcconfig; sourceTree = ""; }; 195E4634703B4F5C243D01578011E6FE /* UIViewController+Deselection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Deselection.swift"; path = "Pod/Classes/Deselection/UIViewController+Deselection.swift"; sourceTree = ""; }; 1A81E89FEC253ECABFAC8B956C4F55A1 /* Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/Operators.swift; sourceTree = ""; }; @@ -370,6 +389,7 @@ 1EAAC8EBC99D2F94C201D73BB3F57F8F /* Pods-PRODUCTNAME-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PRODUCTNAME-umbrella.h"; sourceTree = ""; }; 1F78E61049F1AB2CA496F19D5BF82D0A /* AccessibilityHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccessibilityHelpers.swift; path = Pod/Classes/AccessibilityHelpers/AccessibilityHelpers.swift; sourceTree = ""; }; 2080FC6F79EF0FF34FD6AF693DFCAB4A /* OHHTTPStubsSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OHHTTPStubsSwift.swift; path = OHHTTPStubs/Sources/Swift/OHHTTPStubsSwift.swift; sourceTree = ""; }; + 2179281D47AC19ABE7222E2B28E5BAC6 /* Actionable.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Actionable.framework; path = Actionable.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2499C0BD290CBABD0837DE36F006D9F3 /* SimulatorStatusMagic.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SimulatorStatusMagic.modulemap; sourceTree = ""; }; 24D0130820FB8B96829128CF0A9E0D52 /* InstabugCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = InstabugCore.framework; sourceTree = ""; }; 26CA69F9B166F6B964DFCFF3290DA129 /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; @@ -387,22 +407,22 @@ 2DD39F971D20898AED055AA9BF3CD836 /* OHHTTPStubs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHHTTPStubs.m; path = OHHTTPStubs/Sources/OHHTTPStubs.m; sourceTree = ""; }; 303F230EB1E594C6B1B48ACEA4A7A12D /* Emphasis.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Emphasis.swift; path = Sources/Emphasis.swift; sourceTree = ""; }; 3072CAC5D3BD3ABD629D9B44AFB3D006 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 30895314DF3432F5BF04BFC58E1835EB /* Pods_PRODUCTNAME.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PRODUCTNAME.framework; path = "Pods-PRODUCTNAME.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 3187180D7049A2677899B43A1BD4D638 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; 344C5921764EA47D0B5F4BD1CFA28A1B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 37E03CF07FB844BCCC08EA2D1F6815F9 /* SDStatusBarOverriderPost9_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost9_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost9_3.h; sourceTree = ""; }; 37E60D30BA4A44E797DD42E422310F56 /* Pods-PRODUCTNAME.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PRODUCTNAME.modulemap"; sourceTree = ""; }; 3A64A882617F9542BDF84C3512035161 /* Pods-PRODUCTNAME-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PRODUCTNAME-resources.sh"; sourceTree = ""; }; 3ABD37BA1919277E2957CC040B0F384E /* Composable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Composable.swift; path = Sources/Composable.swift; sourceTree = ""; }; + 3B706006408C2BD94067E95F18BFF91B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 3C09149F1C7FD25D94DABF45AB78EE15 /* KeychainAccess-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-prefix.pch"; sourceTree = ""; }; 3C78F51861BD91A20A4C2437CA11C297 /* UITextView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Extensions.swift"; path = "Pod/Classes/Views/Textview/UITextView+Extensions.swift"; sourceTree = ""; }; 3D0C6F086D9C4FADCC1432CC7CA00568 /* Pods-Services.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.debug.xcconfig"; sourceTree = ""; }; 3E07141F2F346A2460F49B612B0376E7 /* SDStatusBarOverriderPost9_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost9_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost9_0.h; sourceTree = ""; }; 3FD37055781D83FFC65022AE7CF80F1E /* Pods-PRODUCTNAME-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PRODUCTNAME-acknowledgements.markdown"; sourceTree = ""; }; 3FD46141CC9D62F7999430E752B70775 /* OHHTTPStubs+NSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OHHTTPStubs+NSURLSessionConfiguration.m"; path = "OHHTTPStubs/Sources/NSURLSession/OHHTTPStubs+NSURLSessionConfiguration.m"; sourceTree = ""; }; + 3FE434A7F7AE1E6CFCAABAECCF9DF390 /* Actionable-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Actionable-prefix.pch"; sourceTree = ""; }; 3FE6542169DE63608D47B0CCED5804B6 /* FontFeatures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontFeatures.swift; path = Sources/FontFeatures.swift; sourceTree = ""; }; 400171CB77AD40D6FAB3904649CDA320 /* Marshaling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Marshaling.swift; path = Sources/Marshaling.swift; sourceTree = ""; }; - 410475849B13B801759D3E51528F1534 /* OHHTTPStubs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = OHHTTPStubs.framework; path = OHHTTPStubs.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 413E4A53E5141DC17017B968476B2A0D /* GAIEcommerceProduct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceProduct.h; path = Sources/GAIEcommerceProduct.h; sourceTree = ""; }; 41B2B1647458F2AD0F33E6C2A12512B0 /* libGoogleAnalytics.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libGoogleAnalytics.a; path = Libraries/libGoogleAnalytics.a; sourceTree = ""; }; 41BE0D271A76B8052FE61C29C9054E7E /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h"; sourceTree = ""; }; @@ -410,9 +430,9 @@ 457A136F7676EBC4D20A10C477DC85AB /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; 45CC0E03B009717C8F4C27224B7542A7 /* OHHTTPStubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubs.h; path = OHHTTPStubs/Sources/OHHTTPStubs.h; sourceTree = ""; }; 466CAC66BABADB50E1BCB1A982349841 /* CoreDataStack.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CoreDataStack.swift; path = Pod/Classes/CoreDataStack/CoreDataStack.swift; sourceTree = ""; }; + 480942BD899F35E76D8B2C8C4AF8E491 /* Actionable.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = Actionable.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 483479982B98123FC7EC5160B3F13A3D /* Pods-PRODUCTNAME.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.release.xcconfig"; sourceTree = ""; }; 488000412A3EF48ED3FD6AE622B14E01 /* PlaceholderTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PlaceholderTextView.swift; path = Pod/Classes/Views/Textview/PlaceholderTextView.swift; sourceTree = ""; }; - 49116D692C64B1BA405BC68C906CB3EA /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KeychainAccess.framework; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 494865583B2292A91520484A4444D4BB /* Pods-Services-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Services-resources.sh"; sourceTree = ""; }; 4AC2542222390FFF89684F9751895952 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4AE2948D1CF981B37D03B70CA2788BEA /* StringStyle+Part.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringStyle+Part.swift"; path = "Sources/StringStyle+Part.swift"; sourceTree = ""; }; @@ -421,11 +441,14 @@ 4C2D12483CC7DB1AAD40556384DE3851 /* UnmarshalUpdating.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnmarshalUpdating.swift; path = Sources/UnmarshalUpdating.swift; sourceTree = ""; }; 4C74409F622656175C516927ADA1778C /* Instabug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instabug.h; path = Instabug.framework/Headers/Instabug.h; sourceTree = ""; }; 4D075508E32AFDF3CCAEBE077E10571C /* TableSection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TableSection.swift; path = Pod/Classes/TableViewHelpers/TableSection.swift; sourceTree = ""; }; + 4F4DCC8453AF2A3F1086481408F99A44 /* BonMot.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BonMot.framework; path = BonMot.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 4FB4407A39A7503B5AB87E21F9B5A76B /* NSLayoutAnchor+MultiplierConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSLayoutAnchor+MultiplierConstraints.swift"; path = "Source/NSLayoutAnchor+MultiplierConstraints.swift"; sourceTree = ""; }; 50D115CF9002DA0B4A43F58C44C6E247 /* Marshal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Marshal-umbrella.h"; sourceTree = ""; }; + 512AB0183297D8F0ED9466759D17E103 /* Actionable-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Actionable-umbrella.h"; sourceTree = ""; }; 512C083D179E5888EC02109709ED80CF /* LifecycleBehaviorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LifecycleBehaviorViewController.swift; path = Pod/Classes/Lifecycle/Framework/LifecycleBehaviorViewController.swift; sourceTree = ""; }; 5370A5D0CADBD16DEC7C62D29B31CD35 /* OHHTTPStubsMethodSwizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubsMethodSwizzling.h; path = OHHTTPStubs/Sources/NSURLSession/OHHTTPStubsMethodSwizzling.h; sourceTree = ""; }; 53A2C8B13969254EF535DC54375C7BDF /* Pods-Services.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Services.modulemap"; sourceTree = ""; }; + 540B2FE63F08D715A14F44B1819204B1 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PRODUCTNAME_PRODUCTNAMETests.framework; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 5412436A37D527356105C3610FF135C4 /* JSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSON.swift; path = Sources/JSON.swift; sourceTree = ""; }; 55B1C9C2384C473DC562B336D4B24D96 /* Pods-Services.develop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.develop.xcconfig"; sourceTree = ""; }; 55B9A28BB9A5B4B7987F3E824D9CCCAB /* Pods-Services-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Services-umbrella.h"; sourceTree = ""; }; @@ -434,7 +457,6 @@ 583342035FDD3CB54AE457568F60B844 /* GAIDictionaryBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIDictionaryBuilder.h; path = Sources/GAIDictionaryBuilder.h; sourceTree = ""; }; 58713B99BC400839B221C0002793D5CB /* Keychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = Lib/KeychainAccess/Keychain.swift; sourceTree = ""; }; 5882EB529353062124E51370A389B0F9 /* UIKit+AdaptableTextContainerSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIKit+AdaptableTextContainerSupport.swift"; path = "Sources/UIKit/UIKit+AdaptableTextContainerSupport.swift"; sourceTree = ""; }; - 59B75543EDE7AA8320F7F8A6DB8093B4 /* Swiftilities.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Swiftilities.framework; path = Swiftilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5AD93D9E7D08BF01FBB70A4F2D8948EC /* SimulatorStatusMagic-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SimulatorStatusMagic-dummy.m"; sourceTree = ""; }; 5D397E25DB3A95F82AEE13F666B59B7E /* OHHTTPStubs.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = OHHTTPStubs.modulemap; sourceTree = ""; }; 5E93DDFA140ADF35AC8CC3CDDE337951 /* IndexPath+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IndexPath+Extensions.swift"; path = "Pod/Classes/TableViewHelpers/IndexPath+Extensions.swift"; sourceTree = ""; }; @@ -443,8 +465,8 @@ 6145F1C75F3795A4035FC54F751E0E81 /* Platform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.swift; path = Sources/Platform.swift; sourceTree = ""; }; 617B4B1A95A447C19E082E426436FC2C /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; 62228FC5DE73FE42AC3E432EA3734846 /* Pods-PRODUCTNAME-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PRODUCTNAME-frameworks.sh"; sourceTree = ""; }; + 63BB87609E6B56D03934113EE2939D9B /* Actionable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Actionable.swift; path = Sources/Actionable.swift; sourceTree = ""; }; 64BA87D8F97D49D78D6D26A1C7F2EC17 /* Marshal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Marshal.modulemap; sourceTree = ""; }; - 65F3DD6816324C47841C482D69B3D7EF /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 67625259D8D9F57125F8DDD1A64ADC0F /* SDStatusBarOverriderPre8_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPre8_3.m; path = SDStatusBarManager/SDStatusBarOverriderPre8_3.m; sourceTree = ""; }; 6818755906F83D9723512D4FCA3E156C /* InstabugCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InstabugCore.h; path = InstabugCore.framework/Headers/InstabugCore.h; sourceTree = ""; }; 6835DF14E7F99D2CF62229962E9E19A6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig"; sourceTree = ""; }; @@ -462,17 +484,19 @@ 72F2D2C4A4FE2CA3A1DA371792E51B23 /* Swiftilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Swiftilities-dummy.m"; sourceTree = ""; }; 735EFC3080B0169016F713CBB8ACA37B /* Pods-PRODUCTNAME-PRODUCTNAMETests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-resources.sh"; sourceTree = ""; }; 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 7536E1C72DF0B958D0A849A617475E29 /* Pods_PRODUCTNAME.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PRODUCTNAME.framework; path = "Pods-PRODUCTNAME.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 75949F882455636A97E8BFCD50C6268D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 7730E2C969B925A64DF2BB1D31467A4E /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 77A8647F3CCBFCB6273F067FDF58482E /* SimulatorStatusMagic.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SimulatorStatusMagic.framework; path = SimulatorStatusMagic.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 77B6303BD8D0A6197BCF9415DB96B538 /* Pods-PRODUCTNAME.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.debug.xcconfig"; sourceTree = ""; }; 77C37829AF39FA08AC33E94426120AF7 /* GAITracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAITracker.h; path = Sources/GAITracker.h; sourceTree = ""; }; 798F79973CB5A50093466A416FD204A1 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = Sources/Error.swift; sourceTree = ""; }; 79B79889CB66F3547858499AF9DF34F1 /* Priority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Priority.swift; path = Source/Priority.swift; sourceTree = ""; }; + 7B90BA94A3751AD07C80B3D04752A4B8 /* Actionable.swifttemplate */ = {isa = PBXFileReference; includeInIndex = 1; name = Actionable.swifttemplate; path = Resources/Actionable.swifttemplate; sourceTree = ""; }; 7DF9F106566ADA2BDAEB2DB881E0AAB8 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; 7EB66A1983F305C455DA132BB4306B65 /* SDStatusBarOverriderPost11_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost11_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost11_0.h; sourceTree = ""; }; 7F04F2A4BE2300747FDD93FB1AFDC04E /* Marshal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Marshal-dummy.m"; sourceTree = ""; }; 7F0AFDF619478AC9F1483D5F5B7D439C /* GAITrackedViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAITrackedViewController.h; path = Sources/GAITrackedViewController.h; sourceTree = ""; }; + 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Actionable.xcconfig; sourceTree = ""; }; 8383201C88BAEE9D4270015CD57CC818 /* SimulatorStatusMagic-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimulatorStatusMagic-prefix.pch"; sourceTree = ""; }; 851F2FC477AFF755075B4B4347CFD2F5 /* SDStatusBarOverriderPost10_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost10_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost10_0.h; sourceTree = ""; }; 862AF750660D251601FBFBB9293D6F57 /* AdaptiveStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptiveStyle.swift; path = Sources/UIKit/AdaptiveStyle.swift; sourceTree = ""; }; @@ -480,9 +504,7 @@ 86A5C9FE21AC9396E99C0F674F55FF31 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 86DAB485F0051243D0AEB214158C7C2F /* Pods-Services-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Services-acknowledgements.markdown"; sourceTree = ""; }; 870961DB4BAF941AAE6E7D66D5B3A5D2 /* MarshaledObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarshaledObject.swift; path = Sources/MarshaledObject.swift; sourceTree = ""; }; - 8882FEECEFBC9E6171D20C70C65AA796 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PRODUCTNAME_PRODUCTNAMETests.framework; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 8951B5927A81EF4DD5310928AE432D70 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; - 8A5EE9F06C7375800E80E4D943695AEF /* Marshal.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Marshal.framework; path = Marshal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8A79F2757BB5193385CB657397B9FD68 /* NavBarHairlineFadeBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NavBarHairlineFadeBehavior.swift; path = "Pod/Classes/Lifecycle/Behaviors/Nav-Bar-Hairline-Fade/NavBarHairlineFadeBehavior.swift"; sourceTree = ""; }; 8AFE0BB9C7C466C2F123563300C2BEC8 /* Clamping.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Clamping.swift; path = Pod/Classes/Math/Clamping.swift; sourceTree = ""; }; 8BFAD8BB01541DAE5A9AFF7CE7A1C4A8 /* BonMot-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BonMot-umbrella.h"; sourceTree = ""; }; @@ -499,6 +521,7 @@ 930EFB756884B8E97CD21811E068C321 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 954AF0771F26FDEB96C81AC98662D46F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 95D3505E389CB1315C2DAFA6C9B1D172 /* SimulatorStatusMagic.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SimulatorStatusMagic.framework; path = SimulatorStatusMagic.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 95FED925F9524F27AA90CDF7B2283EAF /* Tracking.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tracking.swift; path = Sources/Tracking.swift; sourceTree = ""; }; 9608300F6801F3CF683D2AB23E092E4C /* StylisticAlternates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StylisticAlternates.swift; path = Sources/StylisticAlternates.swift; sourceTree = ""; }; 96C229CF1AC6DFC3210A373A32CC06B7 /* HairlineView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HairlineView.swift; path = Pod/Classes/HairlineView/HairlineView.swift; sourceTree = ""; }; @@ -519,19 +542,23 @@ A25188E01DF9D367AF16429A7EA75FF8 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/MessageUI.framework; sourceTree = DEVELOPER_DIR; }; A291CEC90B79B3DAFEF8F23A901592DD /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; A3725CBDC8134A746D7726E722C23A10 /* OHHTTPStubsResponse+JSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OHHTTPStubsResponse+JSON.m"; path = "OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.m"; sourceTree = ""; }; + A5A7EDCF79801D641962CCD67A1EC20E /* Actionable+Helpers.swifttemplate */ = {isa = PBXFileReference; includeInIndex = 1; name = "Actionable+Helpers.swifttemplate"; path = "Resources/Actionable+Helpers.swifttemplate"; sourceTree = ""; }; A5EE0269F022087C269AA1760CDCF0B1 /* Pods-PRODUCTNAME.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.appstore.xcconfig"; sourceTree = ""; }; A6E436BEB5E3C5552D2A1C39C2BAEACE /* OHPathHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHPathHelpers.m; path = OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.m; sourceTree = ""; }; A8362E5C55DB576EDA9F653B4DAD34B8 /* SDStatusBarOverriderPost9_0.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost9_0.m; path = SDStatusBarManager/SDStatusBarOverriderPost9_0.m; sourceTree = ""; }; A877C133D089D0EA6266B9AA79A3C0D8 /* Pods-Services-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Services-dummy.m"; sourceTree = ""; }; + A896A4927AC928AC8D0929104C9AAF7A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; A941F8147CDC795B668D9318CEAC7BC0 /* Log.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Log.swift; path = Pod/Classes/Logging/Log.swift; sourceTree = ""; }; A98C09ECEBB4931C19613AC19F0957F8 /* FontInspector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontInspector.swift; path = Sources/FontInspector.swift; sourceTree = ""; }; AA07E12F76574D3A9575391CD5F30AF3 /* GAIEcommerceFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceFields.h; path = Sources/GAIEcommerceFields.h; sourceTree = ""; }; AA91438E31AB715E0705BA40B26F613A /* OHHTTPStubsResponse+JSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OHHTTPStubsResponse+JSON.h"; path = "OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.h"; sourceTree = ""; }; AAB039E300AF7DD6BD76A502DC10A5FD /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Swiftilities.xcconfig; sourceTree = ""; }; + AC4D06D89F268B151B6D9580CE0D508A /* Marshal.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Marshal.framework; path = Marshal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; AD7DB4C57137C85DF8DD53C0C64B8549 /* Anchorage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Anchorage.modulemap; sourceTree = ""; }; ADA286998A1C18796AF373D75409E8C9 /* AdaptiveStyleTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptiveStyleTransformation.swift; path = Sources/UIKit/AdaptiveStyleTransformation.swift; sourceTree = ""; }; AE913BE32F6C75BD99AFA4767A732A24 /* AppInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppInfo.swift; path = Pod/Classes/AboutView/AppInfo.swift; sourceTree = ""; }; + AEA8923519F1A3C74EA604B9B7F8DD38 /* Pods_Services.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Services.framework; path = "Pods-Services.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; AF3506603E91927E99EA23BBC2921AAA /* Compatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Compatibility.swift; path = Sources/Compatibility.swift; sourceTree = ""; }; B063E7F27CF1F338FCC05F42D4C2370B /* ContextualAlternates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextualAlternates.swift; path = Sources/ContextualAlternates.swift; sourceTree = ""; }; B1FD3CD5FB6F6888F7335F391D653FB6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig"; sourceTree = ""; }; @@ -546,12 +573,14 @@ BB64339B357A4CFB1FC113CB0FE2A74E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; BD9FF26511DF35268E13E0EF7CDFA520 /* NSAttributedString+BonMot.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSAttributedString+BonMot.swift"; path = "Sources/NSAttributedString+BonMot.swift"; sourceTree = ""; }; BEC3DDAF4CA0C2C966BF096A586C7F09 /* Ligatures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Ligatures.swift; path = Sources/Ligatures.swift; sourceTree = ""; }; + C0CACDE9FBB139FF8263E06D53CED013 /* OHHTTPStubs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = OHHTTPStubs.framework; path = OHHTTPStubs.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C0D7DF27D09FCFD7394B0B38A84B7CEE /* FloatingPoint+Scale.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "FloatingPoint+Scale.swift"; path = "Pod/Classes/Math/FloatingPoint+Scale.swift"; sourceTree = ""; }; C178B491E556128FFD12C5B6DD1F5C81 /* EmbeddedTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedTransformation.swift; path = Sources/UIKit/EmbeddedTransformation.swift; sourceTree = ""; }; C19C5F58325E6786C89DB155620D422F /* Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown"; sourceTree = ""; }; C27110A9E9047D591D8FB102CBB5AF4E /* StyleableUIElement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StyleableUIElement.swift; path = Sources/UIKit/StyleableUIElement.swift; sourceTree = ""; }; C2B89D36EC06935D5832CADE8B99CBA1 /* SDStatusBarOverrider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverrider.h; path = SDStatusBarManager/SDStatusBarOverrider.h; sourceTree = ""; }; C4298AACFF2630F0142E4DF69322A431 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + C470D62519F313025E9B70C60B8562DC /* Swiftilities.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Swiftilities.framework; path = Swiftilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C4EA258A429824C4FC0F0D9A297B2C87 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; C7612DE014B8D399008CBE6B45EE1E23 /* KeyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyType.swift; path = Sources/KeyType.swift; sourceTree = ""; }; C84EEE37ABCCEA272DF82D6D903E2CF2 /* TextAlignmentConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextAlignmentConstraint.swift; path = Sources/UIKit/TextAlignmentConstraint.swift; sourceTree = ""; }; @@ -571,15 +600,17 @@ D2C1D0804FBC513792C8293C7A021CB8 /* Pods-Services.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.appstore.xcconfig"; sourceTree = ""; }; D3C7437D7D9265164AE141F007E126E9 /* SDStatusBarOverriderPost8_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost8_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost8_3.h; sourceTree = ""; }; D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeychainAccess.xcconfig; sourceTree = ""; }; + D486691B9E467961D2AEF5491ECBA0B8 /* Actionable.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Actionable.modulemap; sourceTree = ""; }; D629F02328D3D86B8D417ABE7F2A8376 /* AnchorGroupProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnchorGroupProvider.swift; path = Source/AnchorGroupProvider.swift; sourceTree = ""; }; + D7CB96FC15B40168F0101C5A196DF71E /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D8183B7EF948387A52A303D97B171AF8 /* Anchorage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Anchorage-umbrella.h"; sourceTree = ""; }; D866D64BDA66A74A77E5FFC2DABEDA6E /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; D9DC220E967B42B8CB8A9B725AEA159A /* OHHTTPStubs-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubs-dummy.m"; sourceTree = ""; }; - DA49CAC8A9787D27B7429E3F8A1AE090 /* BonMot.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BonMot.framework; path = BonMot.framework; sourceTree = BUILT_PRODUCTS_DIR; }; DA50987E21E2611307591BE827BE6E8B /* Pods-PRODUCTNAME.sprint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.sprint.xcconfig"; sourceTree = ""; }; DAED2C6CBCFD24355AAD63F8B86C8B8E /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; DAF783FBBF31ACC70F681C01C88C6D7A /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; DC5EEEEEE88301AEB18DFEE107EC0B4E /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; + DCA2BF3A6AE41B168C6F0FE93775AD48 /* Actionable-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Actionable-dummy.m"; sourceTree = ""; }; DD030AE63F4DCECEAEFD066D202A5074 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; DD137FB740BFA583C491CAF62E6D8090 /* SDStatusBarOverriderPost10_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost10_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost10_3.m; sourceTree = ""; }; DE9A57F35895CDED7B7BB96157F13C9B /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; @@ -599,6 +630,7 @@ EB8447386615354DFC853D7D6B3484E6 /* AcknowlegementsListViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowlegementsListViewModel.swift; path = Pod/Classes/Acknowledgements/AcknowlegementsListViewModel.swift; sourceTree = ""; }; ED14CE1563C0DB353568542A994794A9 /* Unmarshaling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Unmarshaling.swift; path = Sources/Unmarshaling.swift; sourceTree = ""; }; EDD81F4046000DAC9284072A1F82F8F7 /* AttributedStringTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AttributedStringTransformation.swift; path = Sources/UIKit/AttributedStringTransformation.swift; sourceTree = ""; }; + F1884D3ABA1D70C9A7D39BF350E957EC /* Anchorage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Anchorage.framework; path = Anchorage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F310BBF8745AD0D73FF606DBFE3BCFF3 /* MutableCopying.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableCopying.swift; path = Sources/MutableCopying.swift; sourceTree = ""; }; F39403CDECD7705B479AA5323D04813D /* NSAttributedString+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSAttributedString+Adaptive.swift"; path = "Sources/UIKit/NSAttributedString+Adaptive.swift"; sourceTree = ""; }; F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Anchorage.xcconfig; sourceTree = ""; }; @@ -615,30 +647,11 @@ FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; FD320AC0777B8F096799EF63ACCA686E /* UIWindow+RootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIWindow+RootViewController.swift"; path = "Pod/Classes/RootViewController/UIWindow+RootViewController.swift"; sourceTree = ""; }; FE2C2AB9827D4EC3DDB4B07F50016FC1 /* BonMot.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BonMot.modulemap; sourceTree = ""; }; + FF295BA28DB385DE724A8E475434A1D3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; FF5053BA9EC5B81B1F8577285A2B4704 /* DeviceSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceSize.swift; path = Pod/Classes/DeviceSize/DeviceSize.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 197732B6D7C5CBEE9F19A71A5B779603 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0F72737B197EFC02B4ED2FB2D3682F46 /* CoreData.framework in Frameworks */, - E236DFF1C1AB54AD9D7DF34A1F482B8D /* Foundation.framework in Frameworks */, - 0D764490BFDED15B5669B1E73DBF1B3C /* MessageUI.framework in Frameworks */, - 3761D6BC3D591B03337A4C5C51357DC9 /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1F97555C6FC9FF0E55C925F5D6FD2ADD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C23A10511950085F40CDE03C2289CD7A /* Foundation.framework in Frameworks */, - 1B6ED15AF4EC2FB36C2F352A94DAEC91 /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3B99F5E4BFE572E6B0F2B8C4DD11DCDC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -671,11 +684,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 75B31530806273728EFD702C7C6989E4 /* Frameworks */ = { + 6CC3859DDEA862D24431D3586BBB6302 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2E643F900EC1E3E9CA3851E00463BB35 /* Foundation.framework in Frameworks */, + 6B99CDD402569BF0614DA59B9FC69D17 /* Foundation.framework in Frameworks */, + 033DB32A3CEA46564F7F470B54432758 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -695,6 +709,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B3F8BFD9A788F4FAA1DBEA09F105509C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 816206296DDDA4246B335FAAF237CE54 /* CoreData.framework in Frameworks */, + 6643B107591AE11F8CB36A111EA025D1 /* Foundation.framework in Frameworks */, + D3BA6C79C86C38F180AEBD00B972E9C0 /* MessageUI.framework in Frameworks */, + EC9C69D6DA401F5C6160159BFD38A723 /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B4A5EAB00728FC9F337B8905F6CFCD4D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -704,11 +729,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FBBEE41D4888F9529321F7E1EBA2303F /* Frameworks */ = { + D9159FAA1E8CADB9BBB1BBB03399D28F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + BE49E638B0EC8254F70C215B03BA9926 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EA7539E51E5FE3DC97DB7F0287EB6688 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 075A3A9E87AA60A4C295D7A8D627E5DC /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F02C873A91FE834CA0824987E406DB83 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B1C1994AE5F222F5AE4BCB84E5DBCAE0 /* Foundation.framework in Frameworks */, + 7541F168F3CF8FA24916FB21C51B7F55 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -810,6 +851,16 @@ path = SwiftGen; sourceTree = ""; }; + 292FAAAFDED2C016372BDC00DF240069 /* Pod */ = { + isa = PBXGroup; + children = ( + 480942BD899F35E76D8B2C8C4AF8E491 /* Actionable.podspec */, + FF295BA28DB385DE724A8E475434A1D3 /* LICENSE */, + 3B706006408C2BD94067E95F18BFF91B /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; 2C0ACAF4A79360B31274F723CF949049 /* Support Files */ = { isa = PBXGroup; children = ( @@ -977,6 +1028,14 @@ path = SwiftLint; sourceTree = ""; }; + 69A3E4C16523F8AD55C73B60EC553012 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 70F586937FEF7352AD3C3FBF4A30D5D9 /* Actionable */, + ); + name = "Development Pods"; + sourceTree = ""; + }; 6C0EA1E0D44E5E755BB69FEFCFF5D01D /* iOS */ = { isa = PBXGroup; children = ( @@ -989,6 +1048,18 @@ name = iOS; sourceTree = ""; }; + 70F586937FEF7352AD3C3FBF4A30D5D9 /* Actionable */ = { + isa = PBXGroup; + children = ( + 63BB87609E6B56D03934113EE2939D9B /* Actionable.swift */, + 292FAAAFDED2C016372BDC00DF240069 /* Pod */, + A770BD0D0DA506A93DE914124167BB82 /* Resources */, + F8F262B34C3E96CE3E7C0EF8EF6A5040 /* Support Files */, + ); + name = Actionable; + path = /Users/connorneville/Documents/Projects/Actionable; + sourceTree = ""; + }; 78788056ECAE34B891BF1B7089C45CC3 /* Keyboard */ = { isa = PBXGroup; children = ( @@ -1011,9 +1082,10 @@ isa = PBXGroup; children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + 69A3E4C16523F8AD55C73B60EC553012 /* Development Pods */, 20B56609144CE204DFA8221F742B2D76 /* Frameworks */, DC668554AED87C32A732BB27BABDA10D /* Pods */, - BB954234B5A31600373C34F70DC683E6 /* Products */, + DA954812447B74684C4F0216175A5BB9 /* Products */, 5A9B7102E30BD524CC369916F93EE0C9 /* Targets Support Files */, ); sourceTree = ""; @@ -1161,6 +1233,15 @@ name = Forms; sourceTree = ""; }; + A770BD0D0DA506A93DE914124167BB82 /* Resources */ = { + isa = PBXGroup; + children = ( + 7B90BA94A3751AD07C80B3D04752A4B8 /* Actionable.swifttemplate */, + A5A7EDCF79801D641962CCD67A1EC20E /* Actionable+Helpers.swifttemplate */, + ); + name = Resources; + sourceTree = ""; + }; AEC520C29E74A880F6A12CF63FD9FBCC /* NSURLSession */ = { isa = PBXGroup; children = ( @@ -1173,24 +1254,6 @@ name = NSURLSession; sourceTree = ""; }; - BB954234B5A31600373C34F70DC683E6 /* Products */ = { - isa = PBXGroup; - children = ( - 65F3DD6816324C47841C482D69B3D7EF /* Alamofire.framework */, - 093592015E6182B72D84CA54F5FE17C9 /* Anchorage.framework */, - DA49CAC8A9787D27B7429E3F8A1AE090 /* BonMot.framework */, - 49116D692C64B1BA405BC68C906CB3EA /* KeychainAccess.framework */, - 8A5EE9F06C7375800E80E4D943695AEF /* Marshal.framework */, - 410475849B13B801759D3E51528F1534 /* OHHTTPStubs.framework */, - 30895314DF3432F5BF04BFC58E1835EB /* Pods_PRODUCTNAME.framework */, - 8882FEECEFBC9E6171D20C70C65AA796 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */, - 10B2BC3A64552BD701F239A01D8F0F5E /* Pods_Services.framework */, - 77A8647F3CCBFCB6273F067FDF58482E /* SimulatorStatusMagic.framework */, - 59B75543EDE7AA8320F7F8A6DB8093B4 /* Swiftilities.framework */, - ); - name = Products; - sourceTree = ""; - }; C2B3FAB706EFE4C9F4346C2AF9E23323 /* TintedButton */ = { isa = PBXGroup; children = ( @@ -1296,6 +1359,25 @@ path = Instabug; sourceTree = ""; }; + DA954812447B74684C4F0216175A5BB9 /* Products */ = { + isa = PBXGroup; + children = ( + 2179281D47AC19ABE7222E2B28E5BAC6 /* Actionable.framework */, + D7CB96FC15B40168F0101C5A196DF71E /* Alamofire.framework */, + F1884D3ABA1D70C9A7D39BF350E957EC /* Anchorage.framework */, + 4F4DCC8453AF2A3F1086481408F99A44 /* BonMot.framework */, + 18B88E94E4FAAE99EB7A8665B9EAEBDA /* KeychainAccess.framework */, + AC4D06D89F268B151B6D9580CE0D508A /* Marshal.framework */, + C0CACDE9FBB139FF8263E06D53CED013 /* OHHTTPStubs.framework */, + 7536E1C72DF0B958D0A849A617475E29 /* Pods_PRODUCTNAME.framework */, + 540B2FE63F08D715A14F44B1819204B1 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */, + AEA8923519F1A3C74EA604B9B7F8DD38 /* Pods_Services.framework */, + 95D3505E389CB1315C2DAFA6C9B1D172 /* SimulatorStatusMagic.framework */, + C470D62519F313025E9B70C60B8562DC /* Swiftilities.framework */, + ); + name = Products; + sourceTree = ""; + }; DB5589356092A5C19F0A764166C61461 /* Pods-Services */ = { isa = PBXGroup; children = ( @@ -1513,6 +1595,20 @@ name = Math; sourceTree = ""; }; + F8F262B34C3E96CE3E7C0EF8EF6A5040 /* Support Files */ = { + isa = PBXGroup; + children = ( + D486691B9E467961D2AEF5491ECBA0B8 /* Actionable.modulemap */, + 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */, + DCA2BF3A6AE41B168C6F0FE93775AD48 /* Actionable-dummy.m */, + 3FE434A7F7AE1E6CFCAABAECCF9DF390 /* Actionable-prefix.pch */, + 512AB0183297D8F0ED9466759D17E103 /* Actionable-umbrella.h */, + A896A4927AC928AC8D0929104C9AAF7A /* Info.plist */, + ); + name = "Support Files"; + path = "../../Work/ios-template/PRODUCTNAME/app/Pods/Target Support Files/Actionable"; + sourceTree = ""; + }; F8FA807E2671D672A038F17C095898DA /* Sourcery */ = { isa = PBXGroup; children = ( @@ -1552,19 +1648,19 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 0337B9E538D0E56E44ADE4FBF7CFCFD2 /* Headers */ = { + 18EF1B6630DD754BE4D23A0C54E7273A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 86BB6FE8D8EA85889A24917049D76A74 /* Swiftilities-umbrella.h in Headers */, + 7F65C5EB2650A987FFBA4241CF168A83 /* Actionable-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 44FFBDF9FE48F700CF0B637A7133E2C8 /* Headers */ = { + 25B3959D2A604AB0E98BF77417EBF38E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A9F6F9B8940B215E82661178E4F07147 /* Pods-PRODUCTNAME-umbrella.h in Headers */, + F388FC3B885C630E8C940B77855E0B69 /* Swiftilities-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1576,36 +1672,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6C4C6742FB2DA82BD106D995A3DCF6C1 /* Headers */ = { + 6EFC35FBA66A313F50DD05129B200A85 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 08BEA41F809622346A01D427E16BCA06 /* SDStatusBarManager.h in Headers */, - 4B1A02575916849ABB40C1D3346C1BF9 /* SDStatusBarOverrider.h in Headers */, - F31845C2AA4979CC82E130E8AF1BDAB3 /* SDStatusBarOverriderPost10_0.h in Headers */, - ABC4D7B3165702C9C263B7AE3DB4EFC7 /* SDStatusBarOverriderPost10_3.h in Headers */, - C2AE314A7549A28D90F4F32D4AF5CE2A /* SDStatusBarOverriderPost11_0.h in Headers */, - B314B6A3E9E117E6E82124E21CE5BC58 /* SDStatusBarOverriderPost8_3.h in Headers */, - 983F94C7925B8650B28B800537DBEBBC /* SDStatusBarOverriderPost9_0.h in Headers */, - 781B9854E51B66DADA2177C7F3CD07EB /* SDStatusBarOverriderPost9_3.h in Headers */, - DA4BA5342995E9E95158D8F2E42A551D /* SDStatusBarOverriderPre8_3.h in Headers */, - 475EB7645C5EED9A8FF0D503D1E750BE /* SimulatorStatusMagic-umbrella.h in Headers */, + 0BFCA787AC384A4B54394DE5F5F0DF37 /* Anchorage-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6EFC35FBA66A313F50DD05129B200A85 /* Headers */ = { + 920713EC53FEB9C0A52D6CF85A592BEE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0BFCA787AC384A4B54394DE5F5F0DF37 /* Anchorage-umbrella.h in Headers */, + 27AEC6EDBB8AC7CDD7E1B78FCAEAE76A /* Alamofire-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 920713EC53FEB9C0A52D6CF85A592BEE /* Headers */ = { + B806A0B678D66E82AE14A6A3A09BBFC3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 27AEC6EDBB8AC7CDD7E1B78FCAEAE76A /* Alamofire-umbrella.h in Headers */, + 36B53550419F523AC20C5F3D1E2D2418 /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1640,11 +1727,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F57EB57D5803EA6E4575373A6DD3BEEB /* Headers */ = { + E84DE9870FDE625E3A83A943683E190C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4D27BA2D51539ED8EC0FA7E9C246FEC8 /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h in Headers */, + C1604995EE7B6FB76F6E078891DF2E11 /* SDStatusBarManager.h in Headers */, + BF04B89E4E8F419903663566FA6764EC /* SDStatusBarOverrider.h in Headers */, + CC1FA0807F07844BE8BE34CAF8AE1032 /* SDStatusBarOverriderPost10_0.h in Headers */, + BB3E0D70A823BD82497D2E20840CB758 /* SDStatusBarOverriderPost10_3.h in Headers */, + 6A31CEFF022DA64052D4362CA0B8590E /* SDStatusBarOverriderPost11_0.h in Headers */, + C7626C567633287633406ADCF5EDE3B5 /* SDStatusBarOverriderPost8_3.h in Headers */, + 0930F5AAE18CD75C0963D0468A1FBB4E /* SDStatusBarOverriderPost9_0.h in Headers */, + 4BE575FE21638BE2A20702D750F77741 /* SDStatusBarOverriderPost9_3.h in Headers */, + D8A5D7379AA942A23715D38CCE3926CD /* SDStatusBarOverriderPre8_3.h in Headers */, + 0CD970F31CC7B79A2CA72EFD3655E0F8 /* SimulatorStatusMagic-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1656,31 +1752,41 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F74DC168060ED176E6696E7EEB93434C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 89E786EE8C1BBB5426972A90D16903F4 /* Pods-PRODUCTNAME-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 1475ED99ED77DA7A0C72B8964CCBEF88 /* Pods-PRODUCTNAME */ = { + 21E2FCDBBEECC994CD7378B69533FD65 /* Pods-PRODUCTNAME-PRODUCTNAMETests */ = { isa = PBXNativeTarget; - buildConfigurationList = 4EC56CAA5456690DBEF7CE0EBA199773 /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME" */; + buildConfigurationList = D5AA34B7ED876B14500E52F26D5FC90F /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME-PRODUCTNAMETests" */; buildPhases = ( - 2D360C786D660FA08C3746F200A76364 /* Sources */, - FBBEE41D4888F9529321F7E1EBA2303F /* Frameworks */, - 44FFBDF9FE48F700CF0B637A7133E2C8 /* Headers */, + F102E989C1E97246A69028941EBB36A0 /* Sources */, + F02C873A91FE834CA0824987E406DB83 /* Frameworks */, + B806A0B678D66E82AE14A6A3A09BBFC3 /* Headers */, ); buildRules = ( ); dependencies = ( - 9FC628E5B31CE2B617E8A08B6C2549E3 /* PBXTargetDependency */, - 7D8CE19D8075375E2C1CED6A9CB413BB /* PBXTargetDependency */, - 54C88A67861B943C4552438A3B5727C4 /* PBXTargetDependency */, - 05A4CF478F82B31369FD793CB8B9235D /* PBXTargetDependency */, - 643D510BB27FBFBDB6460D00F35C374B /* PBXTargetDependency */, - 887C94697174731DE213A069DF5E9FA1 /* PBXTargetDependency */, - 3278B76314A8D2EB1E61E35A07C8D3B5 /* PBXTargetDependency */, + E7BBCDA0A6BBA40AB23D5FCB087D2A81 /* PBXTargetDependency */, + 7FE00257E63EFF9AF841CA7C5822E616 /* PBXTargetDependency */, + A2D731B31B361B4FCBF089A3703DBFF3 /* PBXTargetDependency */, + 6E67CC35FF9683297BCFCB7492A138BE /* PBXTargetDependency */, + 0ED8A96BD1070D2C16718F0BEC711431 /* PBXTargetDependency */, + C3FBA88AAE7E767FCC52E8FBB7EC7F90 /* PBXTargetDependency */, + 1EB7F67610BFE380A3996D729C68EC2E /* PBXTargetDependency */, + 41A00F8C1A75ED21D14FBE5FC3D2EF96 /* PBXTargetDependency */, + CE2577BCCE48770A287BA329277B5594 /* PBXTargetDependency */, ); - name = "Pods-PRODUCTNAME"; - productName = "Pods-PRODUCTNAME"; - productReference = 30895314DF3432F5BF04BFC58E1835EB /* Pods_PRODUCTNAME.framework */; + name = "Pods-PRODUCTNAME-PRODUCTNAMETests"; + productName = "Pods-PRODUCTNAME-PRODUCTNAMETests"; + productReference = 540B2FE63F08D715A14F44B1819204B1 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */; productType = "com.apple.product-type.framework"; }; 4D94B0FF283F0A6705857CF054218FF9 /* OHHTTPStubs */ = { @@ -1697,7 +1803,7 @@ ); name = OHHTTPStubs; productName = OHHTTPStubs; - productReference = 410475849B13B801759D3E51528F1534 /* OHHTTPStubs.framework */; + productReference = C0CACDE9FBB139FF8263E06D53CED013 /* OHHTTPStubs.framework */; productType = "com.apple.product-type.framework"; }; 52DC0197EA687F2753A504BBAD6A2165 /* KeychainAccess */ = { @@ -1714,16 +1820,16 @@ ); name = KeychainAccess; productName = KeychainAccess; - productReference = 49116D692C64B1BA405BC68C906CB3EA /* KeychainAccess.framework */; + productReference = 18B88E94E4FAAE99EB7A8665B9EAEBDA /* KeychainAccess.framework */; productType = "com.apple.product-type.framework"; }; - 53A2C190B07A17E52C0C2F74AF52A0DC /* Swiftilities */ = { + 57A469E4BF7AB007F9B542C67C813DAE /* Swiftilities */ = { isa = PBXNativeTarget; - buildConfigurationList = 07013F94BF9CFEE9DA536BC9018BF48B /* Build configuration list for PBXNativeTarget "Swiftilities" */; + buildConfigurationList = F319933B2252AE4751C035C5FB01E836 /* Build configuration list for PBXNativeTarget "Swiftilities" */; buildPhases = ( - F59DBD060A1150B374421AAA6A11A6B6 /* Sources */, - 197732B6D7C5CBEE9F19A71A5B779603 /* Frameworks */, - 0337B9E538D0E56E44ADE4FBF7CFCFD2 /* Headers */, + 1357845BAF74A64BC654EA0D656A9318 /* Sources */, + B3F8BFD9A788F4FAA1DBEA09F105509C /* Frameworks */, + 25B3959D2A604AB0E98BF77417EBF38E /* Headers */, ); buildRules = ( ); @@ -1731,7 +1837,24 @@ ); name = Swiftilities; productName = Swiftilities; - productReference = 59B75543EDE7AA8320F7F8A6DB8093B4 /* Swiftilities.framework */; + productReference = C470D62519F313025E9B70C60B8562DC /* Swiftilities.framework */; + productType = "com.apple.product-type.framework"; + }; + 69D4C4D423018363148D5FE34A98C62B /* SimulatorStatusMagic */ = { + isa = PBXNativeTarget; + buildConfigurationList = D8EC7709F96045470CE46E4F3EC06531 /* Build configuration list for PBXNativeTarget "SimulatorStatusMagic" */; + buildPhases = ( + C5D0D692C93D2BAD0A5E2A6D7AF7B0C4 /* Sources */, + 6CC3859DDEA862D24431D3586BBB6302 /* Frameworks */, + E84DE9870FDE625E3A83A943683E190C /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SimulatorStatusMagic; + productName = SimulatorStatusMagic; + productReference = 95D3505E389CB1315C2DAFA6C9B1D172 /* SimulatorStatusMagic.framework */; productType = "com.apple.product-type.framework"; }; 95BF566E8AF645626DAFFF701EC897E8 /* Pods-Services */ = { @@ -1754,7 +1877,7 @@ ); name = "Pods-Services"; productName = "Pods-Services"; - productReference = 10B2BC3A64552BD701F239A01D8F0F5E /* Pods_Services.framework */; + productReference = AEA8923519F1A3C74EA604B9B7F8DD38 /* Pods_Services.framework */; productType = "com.apple.product-type.framework"; }; 9E82133F882AE06E358BBBA53BE946AF /* Marshal */ = { @@ -1771,24 +1894,7 @@ ); name = Marshal; productName = Marshal; - productReference = 8A5EE9F06C7375800E80E4D943695AEF /* Marshal.framework */; - productType = "com.apple.product-type.framework"; - }; - AF515A8F65F22D9E613037DDAE2998F5 /* SimulatorStatusMagic */ = { - isa = PBXNativeTarget; - buildConfigurationList = 21F7D5B6FBEE50B23BD993830AE4A706 /* Build configuration list for PBXNativeTarget "SimulatorStatusMagic" */; - buildPhases = ( - A596EBD9D9832C7B73C2D88DB8194C4E /* Sources */, - 1F97555C6FC9FF0E55C925F5D6FD2ADD /* Frameworks */, - 6C4C6742FB2DA82BD106D995A3DCF6C1 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SimulatorStatusMagic; - productName = SimulatorStatusMagic; - productReference = 77A8647F3CCBFCB6273F067FDF58482E /* SimulatorStatusMagic.framework */; + productReference = AC4D06D89F268B151B6D9580CE0D508A /* Marshal.framework */; productType = "com.apple.product-type.framework"; }; B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */ = { @@ -1805,7 +1911,7 @@ ); name = Alamofire; productName = Alamofire; - productReference = 65F3DD6816324C47841C482D69B3D7EF /* Alamofire.framework */; + productReference = D7CB96FC15B40168F0101C5A196DF71E /* Alamofire.framework */; productType = "com.apple.product-type.framework"; }; B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */ = { @@ -1822,7 +1928,25 @@ ); name = Anchorage; productName = Anchorage; - productReference = 093592015E6182B72D84CA54F5FE17C9 /* Anchorage.framework */; + productReference = F1884D3ABA1D70C9A7D39BF350E957EC /* Anchorage.framework */; + productType = "com.apple.product-type.framework"; + }; + C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3D8D893CB8AF048B8068F406FBD7C97F /* Build configuration list for PBXNativeTarget "Actionable" */; + buildPhases = ( + FC9739497C5CA165943667404D558C94 /* Sources */, + D9159FAA1E8CADB9BBB1BBB03399D28F /* Frameworks */, + 1966AD4E88898CD0705A365A9393D767 /* Resources */, + 18EF1B6630DD754BE4D23A0C54E7273A /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Actionable; + productName = Actionable; + productReference = 2179281D47AC19ABE7222E2B28E5BAC6 /* Actionable.framework */; productType = "com.apple.product-type.framework"; }; C55F784EA2C7A32AC017AFDA996301E7 /* BonMot */ = { @@ -1839,32 +1963,32 @@ ); name = BonMot; productName = BonMot; - productReference = DA49CAC8A9787D27B7429E3F8A1AE090 /* BonMot.framework */; + productReference = 4F4DCC8453AF2A3F1086481408F99A44 /* BonMot.framework */; productType = "com.apple.product-type.framework"; }; - DD7E537DA8744766ADBA2BA7C5F8C2E5 /* Pods-PRODUCTNAME-PRODUCTNAMETests */ = { + DB5F249DF0B6248964003CD02F9AAD68 /* Pods-PRODUCTNAME */ = { isa = PBXNativeTarget; - buildConfigurationList = 366464161FFBA6B6C153C31B9B491658 /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME-PRODUCTNAMETests" */; + buildConfigurationList = 278D2090F95F270BD20522EA4EA9B0AA /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME" */; buildPhases = ( - 6F999F1EF726D5A626C7C305E1D7CB75 /* Sources */, - 75B31530806273728EFD702C7C6989E4 /* Frameworks */, - F57EB57D5803EA6E4575373A6DD3BEEB /* Headers */, + A8AE8356302FEA8ACFA52F5A21C3FCF4 /* Sources */, + EA7539E51E5FE3DC97DB7F0287EB6688 /* Frameworks */, + F74DC168060ED176E6696E7EEB93434C /* Headers */, ); buildRules = ( ); dependencies = ( - 650F50B66B5FB6079F68C326796A141A /* PBXTargetDependency */, - 9744F0354E97970D5FFCD3D8A7634E94 /* PBXTargetDependency */, - EF760D00C003C60A282EAB7710480069 /* PBXTargetDependency */, - EF8CBF43A643FCE8CC57FB5F7D39F13A /* PBXTargetDependency */, - 0CD0AF998505B043AC551408451CA8A9 /* PBXTargetDependency */, - E7C6BFFBA582A3DDAE76A4875DF80A40 /* PBXTargetDependency */, - BD831F9A390A836C2171044CFB0B1FBD /* PBXTargetDependency */, - CF0299597974C7468FDFC25B94B6C07A /* PBXTargetDependency */, + 9CBDB223981A2A90D772AB9290E63567 /* PBXTargetDependency */, + 2A222704F46AF3188ABE1B0A7AD7B68A /* PBXTargetDependency */, + D13707572622D1F5B63FA75964648C94 /* PBXTargetDependency */, + 32CA3593B014DEFBB58DF2DD3B1D8EDE /* PBXTargetDependency */, + D3403D425A2996E0A9D07791A0FDE5C0 /* PBXTargetDependency */, + 786A629FB37A5AF5C583D7D657D9D294 /* PBXTargetDependency */, + 4B29CD384BE2A4B4DF8CF3C75072DBC5 /* PBXTargetDependency */, + 46FF64CD6833ECB2A660A7A1EBFA683C /* PBXTargetDependency */, ); - name = "Pods-PRODUCTNAME-PRODUCTNAMETests"; - productName = "Pods-PRODUCTNAME-PRODUCTNAMETests"; - productReference = 8882FEECEFBC9E6171D20C70C65AA796 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */; + name = "Pods-PRODUCTNAME"; + productName = "Pods-PRODUCTNAME"; + productReference = 7536E1C72DF0B958D0A849A617475E29 /* Pods_PRODUCTNAME.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -1884,26 +2008,90 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = BB954234B5A31600373C34F70DC683E6 /* Products */; + productRefGroup = DA954812447B74684C4F0216175A5BB9 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( + C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */, B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */, B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */, C55F784EA2C7A32AC017AFDA996301E7 /* BonMot */, 52DC0197EA687F2753A504BBAD6A2165 /* KeychainAccess */, 9E82133F882AE06E358BBBA53BE946AF /* Marshal */, 4D94B0FF283F0A6705857CF054218FF9 /* OHHTTPStubs */, - 1475ED99ED77DA7A0C72B8964CCBEF88 /* Pods-PRODUCTNAME */, - DD7E537DA8744766ADBA2BA7C5F8C2E5 /* Pods-PRODUCTNAME-PRODUCTNAMETests */, + DB5F249DF0B6248964003CD02F9AAD68 /* Pods-PRODUCTNAME */, + 21E2FCDBBEECC994CD7378B69533FD65 /* Pods-PRODUCTNAME-PRODUCTNAMETests */, 95BF566E8AF645626DAFFF701EC897E8 /* Pods-Services */, - AF515A8F65F22D9E613037DDAE2998F5 /* SimulatorStatusMagic */, - 53A2C190B07A17E52C0C2F74AF52A0DC /* Swiftilities */, + 69D4C4D423018363148D5FE34A98C62B /* SimulatorStatusMagic */, + 57A469E4BF7AB007F9B542C67C813DAE /* Swiftilities */, ); }; /* End PBXProject section */ +/* Begin PBXResourcesBuildPhase section */ + 1966AD4E88898CD0705A365A9393D767 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BCEE85AB12FC7B8375B377BB2C26F217 /* Actionable+Helpers.swifttemplate in Resources */, + E1F11CB542D77407B7572D9FABBB573B /* Actionable.swifttemplate in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ + 1357845BAF74A64BC654EA0D656A9318 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D900016B6199BB4EDC768F5C90A43E69 /* AboutView.swift in Sources */, + 0A7115FDCB391D13583605DBD804B03D /* AccessibilityHelpers.swift in Sources */, + 7931A1364C2FAC9FC453D63CA0271A1B /* AcknowledgementsListViewController.swift in Sources */, + E8A8E04F5EC4277876C07481A221525B /* AcknowledgementViewController.swift in Sources */, + 676ADCF0F90244C48F1F9D97E66DA219 /* AcknowlegementsListViewModel.swift in Sources */, + 26ADBB05E953D1EBDD241886C5C7B086 /* AppInfo.swift in Sources */, + 75ED0928B15C116261FFDB2C09D7F30D /* BetterButton.swift in Sources */, + 902459EC027C8C9505F0DC89607760DC /* CGFloat+DeviceSize.swift in Sources */, + 3C4BA5A32C6BFDE53B6346F330937594 /* CGSize+DeviceSize.swift in Sources */, + CEAFC437404677F7D147F5D71CF53BC6 /* Clamping.swift in Sources */, + 6BD883FDE36D801A0694EF9E9162B2AA /* CoreDataStack.swift in Sources */, + F0C2E09750AB426564429AF71E097013 /* DefaultBehaviors.swift in Sources */, + CB789EDD18F70EEAC7489DC243A0DDEF /* DeviceSize.swift in Sources */, + B0285895CEBEC48DBF38EF17A97521E3 /* FeedbackPresenter.swift in Sources */, + F8AFF14D73BB9C35F4311422C53C9331 /* FieldValidator.swift in Sources */, + 402A417B517B0480F534D5D3A732EBE2 /* FloatingPoint+Scale.swift in Sources */, + F407E1BA969680C79E4729332A0BA41F /* FormattedTextField.swift in Sources */, + B17E49A54FB32EF1336968ECE05069FA /* GradientView.swift in Sources */, + 29A3BFFDF9322AF06423A1BFFC4C967F /* HairlineView.swift in Sources */, + 95AD1880354B62252B25D03F9719BD69 /* IndexPath+Extensions.swift in Sources */, + 485B126C5D8F3D42DE8B46C141894962 /* Keyboard.swift in Sources */, + 62FC616F93E60493B6C6508D3D2063D6 /* LicenseFormatter.swift in Sources */, + E4DA49088C74C052EC8E03A36D1EADE3 /* LifecycleBehaviorViewController.swift in Sources */, + 25CE1046CCEE2CA34C6140F4FED53068 /* Log.swift in Sources */, + 5CA4FE4658090B8FCF580151A825BA5C /* NavBarHairlineFadeBehavior.swift in Sources */, + 984119DCB01C82DA83662297F34DBED0 /* NavTitleTransitionBehavior.swift in Sources */, + 5CB40777DC3012B5A5ACD1267664740C /* PlaceholderTextView.swift in Sources */, + CCEE02DB3A92EC1778DCF7E3B5528D3D /* Protocols.swift in Sources */, + 0663AE8F78A65FD9ECAAE4AA16BB7A7B /* Shapes.swift in Sources */, + D043C4C1B7E000B4F1CBC58C6D619A4F /* Swiftilities-dummy.m in Sources */, + D7A5ED0EBFB189A76E617C0960E2A42D /* TableSection.swift in Sources */, + 13576D9A43C12FBCD3708250FCED4BAF /* TailoredSwiftTextView.swift in Sources */, + 4258BFC81F5292BAEE6D2FA98BC42BE0 /* TintedButton.swift in Sources */, + C9C588721EB8B9C04AF7708F249BBCBD /* UIColor+Helpers.swift in Sources */, + 9BAA8F67F0A21E4E956672EA1E81FCA7 /* UIImage+Tinting.swift in Sources */, + 7FD222B47420365A27566D843254E323 /* UIStackView+Helpers.swift in Sources */, + DE4607D1A13437EC25F3316C0F57E3E3 /* UITableView+Extensions.swift in Sources */, + F910212A83A666B398DC4330F0593FA8 /* UITextView+Extensions.swift in Sources */, + 5F42C5E0174430C75667A06ECBB71153 /* UIView+KeyboardLayoutGuide.swift in Sources */, + D3F6F155E9A1D6503F5727CF3FA4CDC1 /* UIView+Lookup.swift in Sources */, + 60887159C2B80FF8794E22CC6EA241EF /* UIViewController+Deselection.swift in Sources */, + CDF166A281F1147DCE81F6180BC13F4E /* UIViewController+Lifecycle.swift in Sources */, + 6EFC4D2C5D090605AC856A2C5D5A0144 /* UIWindow+RootViewController.swift in Sources */, + F2BECD381F014C5A0D779D1B5FD4D0DB /* ViewControllerLifecycleBehavior.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2117F324D58C60C5BB974FC4F2D75BD7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1929,14 +2117,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2D360C786D660FA08C3746F200A76364 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 950F7C14400FF072DD122F68BE7E0B6B /* Pods-PRODUCTNAME-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 36D11F654E169B272FD67E7DBEFAA38E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1954,14 +2134,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6F999F1EF726D5A626C7C305E1D7CB75 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A9A26B6F2BB0FD757BA3C13B3D78D962 /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 95C10C8D6B5462CA633052EDCB06729A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1976,19 +2148,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A596EBD9D9832C7B73C2D88DB8194C4E /* Sources */ = { + A8AE8356302FEA8ACFA52F5A21C3FCF4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E2E492C9BD380426AA2CF49B5E0A201E /* SDStatusBarManager.m in Sources */, - BAC2AC1AEC0660B5F6F16869EC3369E4 /* SDStatusBarOverriderPost10_0.m in Sources */, - D51AF5D823CBF744CBD209A835EBCA0D /* SDStatusBarOverriderPost10_3.m in Sources */, - 4CB895955693BC77632F35906FEBA99F /* SDStatusBarOverriderPost11_0.m in Sources */, - 5D522F5A33E0C027D76FA9D9ACE60744 /* SDStatusBarOverriderPost8_3.m in Sources */, - 2116D880B7CD1BB9388A668027A3253D /* SDStatusBarOverriderPost9_0.m in Sources */, - B3B5FA96B69915F7B8D5E75CBEEA6908 /* SDStatusBarOverriderPost9_3.m in Sources */, - B01FDFA9C772699374389A5268052037 /* SDStatusBarOverriderPre8_3.m in Sources */, - 85A1E8F3DD08B539D4929A3A41041988 /* SimulatorStatusMagic-dummy.m in Sources */, + 3B43E1269043B4D60A24EE6CC3C2F5D9 /* Pods-PRODUCTNAME-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2033,6 +2197,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C5D0D692C93D2BAD0A5E2A6D7AF7B0C4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 88050EE4A7392E3B0705A9A798683963 /* SDStatusBarManager.m in Sources */, + D6CBEF99F7FF0F9766644E4B0BFB812C /* SDStatusBarOverriderPost10_0.m in Sources */, + 82096C2BEED6086820FE5F108E031532 /* SDStatusBarOverriderPost10_3.m in Sources */, + B183373B8CCB84184BD8990730492D6E /* SDStatusBarOverriderPost11_0.m in Sources */, + F6FA94FD86743559A4B3743829965E67 /* SDStatusBarOverriderPost8_3.m in Sources */, + 71F990C48750326761E0D3DFD72D4705 /* SDStatusBarOverriderPost9_0.m in Sources */, + EE4899A526C2F298BEBEB933A7575126 /* SDStatusBarOverriderPost9_3.m in Sources */, + 80989BA7D528B5CCC278FCBF48AB681F /* SDStatusBarOverriderPre8_3.m in Sources */, + 01D3A53C1534E6CD94A4F5B7AA148DD0 /* SimulatorStatusMagic-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E9F30900FC5613547CA4B7ECBD040CF5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2053,6 +2233,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F102E989C1E97246A69028941EBB36A0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A8AF9A90E2A12BFC27880FCC8AF4A53A /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F28226F9BCD14BEC4EEF48D91A26306D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2069,66 +2257,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F59DBD060A1150B374421AAA6A11A6B6 /* Sources */ = { + FC9739497C5CA165943667404D558C94 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 425096400D6A6D2239219CAB48978A7F /* AboutView.swift in Sources */, - 59562CDD2EB7A31D212C3FB8F93296D4 /* AccessibilityHelpers.swift in Sources */, - 0029B1A423C0DE6E975F25111B9975E8 /* AcknowledgementsListViewController.swift in Sources */, - 703251398919A2DA5BBCA0D8D49D4595 /* AcknowledgementViewController.swift in Sources */, - B1F70A6E788E81BD568CAD34D29461DA /* AcknowlegementsListViewModel.swift in Sources */, - 64CF93C4E01E5586585922DC02092AEB /* AppInfo.swift in Sources */, - 63B8CA7D5B30FF0B23FDB98F04A04361 /* BetterButton.swift in Sources */, - 4D96133F061B7C44CC5F23DD68CDE07E /* CGFloat+DeviceSize.swift in Sources */, - DF7BD9D950D9830F0E433F1274DCFEBF /* CGSize+DeviceSize.swift in Sources */, - 49A48C78B3AC1D17FF21AD01E534441F /* Clamping.swift in Sources */, - DC431CF729D22ECFD2F8746822DD4433 /* CoreDataStack.swift in Sources */, - 87EB6CE5BE00CD75D19C12C059FF3BB3 /* DefaultBehaviors.swift in Sources */, - 95F52E0A26A99D050C230DE03DEA8FA9 /* DeviceSize.swift in Sources */, - 8570F5BDC04F932DF3F46A6383215885 /* FeedbackPresenter.swift in Sources */, - 6CE183CBC44CD82736D4DFFEECD54D14 /* FieldValidator.swift in Sources */, - 4370E987F32E80B51C4FCD1BA685041A /* FloatingPoint+Scale.swift in Sources */, - 41EF6FBAA4A96BB6B2A8855DE2A966A9 /* FormattedTextField.swift in Sources */, - 04B6F12C093C0813B5D119DACD595A57 /* GradientView.swift in Sources */, - C4DB56860E083A90336B90E5528196C3 /* HairlineView.swift in Sources */, - 47F7F8557181FEB5836E4B1358C32957 /* IndexPath+Extensions.swift in Sources */, - 9B1FAB82638F21D348D3C9E49E5E93EC /* Keyboard.swift in Sources */, - E1A4F3F1E13DF25AC06102905ECC588F /* LicenseFormatter.swift in Sources */, - FCA9F211F969ED4041A4D2B1FE56853B /* LifecycleBehaviorViewController.swift in Sources */, - 8AF01B0E12CEB53A7B57C0EE2CCFFA32 /* Log.swift in Sources */, - 672443BA9BE14DC49F48C58E9A9BC800 /* NavBarHairlineFadeBehavior.swift in Sources */, - E48D00975DA8F9E5EA8D89BE43C877E3 /* NavTitleTransitionBehavior.swift in Sources */, - D580CC116EC07C52B02529C89BDC4B26 /* PlaceholderTextView.swift in Sources */, - FAAE8769B1D5EF2870C671089C44039D /* Protocols.swift in Sources */, - 060F10FC209619C74E495EAA25B66B12 /* Shapes.swift in Sources */, - 111DFC3E45144D062B6BD83E24765633 /* Swiftilities-dummy.m in Sources */, - 5B2941217B4A7E81C150A0CC5BA9B7EA /* TableSection.swift in Sources */, - 3700514FAF1AEFEEAA6E577D1D4DA397 /* TailoredSwiftTextView.swift in Sources */, - ED3F19DA1AB43EBC3AF274679FD279AF /* TintedButton.swift in Sources */, - A6A5F29C38FDD342DA36A47736B01B83 /* UIColor+Helpers.swift in Sources */, - 5F719AA3B1D8A2BD3A92E13C6F227DC6 /* UIImage+Tinting.swift in Sources */, - D69A3918BA8538069339E677009277BC /* UIStackView+Helpers.swift in Sources */, - DBB67F579923501EB3684AE613F19B84 /* UITableView+Extensions.swift in Sources */, - 123CB0CB7AF0B21279762C8498287F02 /* UITextView+Extensions.swift in Sources */, - 21910E2A9DBFF26D3807917E5D997875 /* UIView+KeyboardLayoutGuide.swift in Sources */, - 9381CCBAA848F8AB7D3EEBFF99F15322 /* UIView+Lookup.swift in Sources */, - C9FB30E052BB8AEBB6DC98D83C1308EB /* UIViewController+Deselection.swift in Sources */, - E582DAB61A0C10131240C0BCEC47BC24 /* UIViewController+Lifecycle.swift in Sources */, - 063BA1BFAA3C510A93EAC7841CB99827 /* UIWindow+RootViewController.swift in Sources */, - 7A9CB61BAD4E7A4C6026FEF9F661E04A /* ViewControllerLifecycleBehavior.swift in Sources */, + 249EDE8F60D9B018C6D1AACE701DA48C /* Actionable-dummy.m in Sources */, + 5F56D6589F04D7455E3CB5CB3611B24F /* Actionable.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 05A4CF478F82B31369FD793CB8B9235D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeychainAccess; - target = 52DC0197EA687F2753A504BBAD6A2165 /* KeychainAccess */; - targetProxy = F0F4FD9DF189C9BFD3B650B0E4519130 /* PBXContainerItemProxy */; - }; 05DF5C6F87AA6188F4019FD7F75F0B7A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BonMot; @@ -2141,11 +2281,11 @@ target = 9E82133F882AE06E358BBBA53BE946AF /* Marshal */; targetProxy = B7F947833E1BC811D70A3C68AD881B2D /* PBXContainerItemProxy */; }; - 0CD0AF998505B043AC551408451CA8A9 /* PBXTargetDependency */ = { + 0ED8A96BD1070D2C16718F0BEC711431 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Marshal; - target = 9E82133F882AE06E358BBBA53BE946AF /* Marshal */; - targetProxy = 62366223204FA97CCB06280983D09419 /* PBXContainerItemProxy */; + name = KeychainAccess; + target = 52DC0197EA687F2753A504BBAD6A2165 /* KeychainAccess */; + targetProxy = AF0E8C812CA13AAF86F885DC5D94B430 /* PBXContainerItemProxy */; }; 10D05FD5CFB4F6E51EF973A38882F774 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -2153,47 +2293,59 @@ target = B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */; targetProxy = 1CEF611E13FDB18EC9DCB9BFAD0C027E /* PBXContainerItemProxy */; }; - 3278B76314A8D2EB1E61E35A07C8D3B5 /* PBXTargetDependency */ = { + 1EB7F67610BFE380A3996D729C68EC2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Swiftilities; - target = 53A2C190B07A17E52C0C2F74AF52A0DC /* Swiftilities */; - targetProxy = C23B8B6D823A12B7A8F2F083C368922A /* PBXContainerItemProxy */; + name = OHHTTPStubs; + target = 4D94B0FF283F0A6705857CF054218FF9 /* OHHTTPStubs */; + targetProxy = 7C3EE1EEF99EB059ED7DEF9BFA5F8C51 /* PBXContainerItemProxy */; + }; + 2A222704F46AF3188ABE1B0A7AD7B68A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */; + targetProxy = 65008B09F87C36B27528CF341F62C69D /* PBXContainerItemProxy */; }; - 54C88A67861B943C4552438A3B5727C4 /* PBXTargetDependency */ = { + 32CA3593B014DEFBB58DF2DD3B1D8EDE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BonMot; target = C55F784EA2C7A32AC017AFDA996301E7 /* BonMot */; - targetProxy = E42F20BBD534BE2959CDF9EDD1CE8C61 /* PBXContainerItemProxy */; + targetProxy = E0C4F70F6F43A3A6D29E45745606EEB4 /* PBXContainerItemProxy */; }; - 643D510BB27FBFBDB6460D00F35C374B /* PBXTargetDependency */ = { + 41A00F8C1A75ED21D14FBE5FC3D2EF96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Marshal; - target = 9E82133F882AE06E358BBBA53BE946AF /* Marshal */; - targetProxy = 71851551D9DF5540170E65B6079B12D7 /* PBXContainerItemProxy */; + name = SimulatorStatusMagic; + target = 69D4C4D423018363148D5FE34A98C62B /* SimulatorStatusMagic */; + targetProxy = 7DA0BE1FC346C32880BDDCF04FD4FABF /* PBXContainerItemProxy */; }; - 650F50B66B5FB6079F68C326796A141A /* PBXTargetDependency */ = { + 46FF64CD6833ECB2A660A7A1EBFA683C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Alamofire; - target = B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */; - targetProxy = E579B8713EA8E1156771E5690F2C2BD3 /* PBXContainerItemProxy */; + name = Swiftilities; + target = 57A469E4BF7AB007F9B542C67C813DAE /* Swiftilities */; + targetProxy = FF388AAAC8E42167B75B5DFBABD0EE02 /* PBXContainerItemProxy */; }; - 7D8CE19D8075375E2C1CED6A9CB413BB /* PBXTargetDependency */ = { + 4B29CD384BE2A4B4DF8CF3C75072DBC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Anchorage; - target = B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */; - targetProxy = BC80A6614DA67562B8CFEE93696FE1C1 /* PBXContainerItemProxy */; + name = SimulatorStatusMagic; + target = 69D4C4D423018363148D5FE34A98C62B /* SimulatorStatusMagic */; + targetProxy = 811BF82394E4B3D84A58EA346B905321 /* PBXContainerItemProxy */; }; - 887C94697174731DE213A069DF5E9FA1 /* PBXTargetDependency */ = { + 6E67CC35FF9683297BCFCB7492A138BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SimulatorStatusMagic; - target = AF515A8F65F22D9E613037DDAE2998F5 /* SimulatorStatusMagic */; - targetProxy = 5888542E1FD73B0089E73A6E51CA3043 /* PBXContainerItemProxy */; + name = BonMot; + target = C55F784EA2C7A32AC017AFDA996301E7 /* BonMot */; + targetProxy = 58AE2EBEF2B1DAA8E0F091063601D324 /* PBXContainerItemProxy */; }; - 9744F0354E97970D5FFCD3D8A7634E94 /* PBXTargetDependency */ = { + 786A629FB37A5AF5C583D7D657D9D294 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Anchorage; - target = B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */; - targetProxy = 470F4BBD08157DAD5D055CD21B5DD531 /* PBXContainerItemProxy */; + name = Marshal; + target = 9E82133F882AE06E358BBBA53BE946AF /* Marshal */; + targetProxy = EE88E497ABDB9F87EE77A0E1DD2509EB /* PBXContainerItemProxy */; + }; + 7FE00257E63EFF9AF841CA7C5822E616 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */; + targetProxy = BB90FFB3E079A5C544A260CFD38017B7 /* PBXContainerItemProxy */; }; 982460006CBD0CC6492453F541336028 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -2201,93 +2353,63 @@ target = 52DC0197EA687F2753A504BBAD6A2165 /* KeychainAccess */; targetProxy = 5C20C6EA9F1DD4B15638F1C7D5B91419 /* PBXContainerItemProxy */; }; - 9FC628E5B31CE2B617E8A08B6C2549E3 /* PBXTargetDependency */ = { + 9CBDB223981A2A90D772AB9290E63567 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Alamofire; - target = B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */; - targetProxy = BF73F5B5DA55013582FFE63366B524D0 /* PBXContainerItemProxy */; + name = Actionable; + target = C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */; + targetProxy = B2EA7C3F12BEAA25B51E107A1A722634 /* PBXContainerItemProxy */; + }; + A2D731B31B361B4FCBF089A3703DBFF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Anchorage; + target = B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */; + targetProxy = F1B8C5DD0E7E91ADE9949D6DA4D9866D /* PBXContainerItemProxy */; }; A86CC125CA5251DDB67D004F896EA061 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Swiftilities; - target = 53A2C190B07A17E52C0C2F74AF52A0DC /* Swiftilities */; + target = 57A469E4BF7AB007F9B542C67C813DAE /* Swiftilities */; targetProxy = 1633C81593968038B82807C389E3D9D1 /* PBXContainerItemProxy */; }; - BD831F9A390A836C2171044CFB0B1FBD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SimulatorStatusMagic; - target = AF515A8F65F22D9E613037DDAE2998F5 /* SimulatorStatusMagic */; - targetProxy = 65C35AE974D54CE30D4476DF256D2749 /* PBXContainerItemProxy */; - }; - C3A3F6F9564A5159A3E6F2C7FE04C96D /* PBXTargetDependency */ = { + C3A3F6F9564A5159A3E6F2C7FE04C96D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Anchorage; target = B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */; targetProxy = AC0E8C17BA914E0D537731C4C670E322 /* PBXContainerItemProxy */; }; - CF0299597974C7468FDFC25B94B6C07A /* PBXTargetDependency */ = { + C3FBA88AAE7E767FCC52E8FBB7EC7F90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Swiftilities; - target = 53A2C190B07A17E52C0C2F74AF52A0DC /* Swiftilities */; - targetProxy = 50484C8818C5F2B25BDC8BF77C0FDA51 /* PBXContainerItemProxy */; + name = Marshal; + target = 9E82133F882AE06E358BBBA53BE946AF /* Marshal */; + targetProxy = 7AB3AB4F05FDBC6B618A489AEC6E67CE /* PBXContainerItemProxy */; }; - E7C6BFFBA582A3DDAE76A4875DF80A40 /* PBXTargetDependency */ = { + CE2577BCCE48770A287BA329277B5594 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = OHHTTPStubs; - target = 4D94B0FF283F0A6705857CF054218FF9 /* OHHTTPStubs */; - targetProxy = 1E8502EE878CFC6E715DA2E5E7018C13 /* PBXContainerItemProxy */; + name = Swiftilities; + target = 57A469E4BF7AB007F9B542C67C813DAE /* Swiftilities */; + targetProxy = 4DC7140A16DB1F646B948573A2CA5AE8 /* PBXContainerItemProxy */; }; - EF760D00C003C60A282EAB7710480069 /* PBXTargetDependency */ = { + D13707572622D1F5B63FA75964648C94 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BonMot; - target = C55F784EA2C7A32AC017AFDA996301E7 /* BonMot */; - targetProxy = D75534018405B2D783BC7E46D53F4955 /* PBXContainerItemProxy */; + name = Anchorage; + target = B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */; + targetProxy = 40BB18FFE8D0F2EBDB3E000FCCCF1A89 /* PBXContainerItemProxy */; }; - EF8CBF43A643FCE8CC57FB5F7D39F13A /* PBXTargetDependency */ = { + D3403D425A2996E0A9D07791A0FDE5C0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KeychainAccess; target = 52DC0197EA687F2753A504BBAD6A2165 /* KeychainAccess */; - targetProxy = AB79D98974DA55F5F1CFEE6B1ADBF037 /* PBXContainerItemProxy */; + targetProxy = 328BE3796AF9A487321C5A0D0B8E754E /* PBXContainerItemProxy */; + }; + E7BBCDA0A6BBA40AB23D5FCB087D2A81 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Actionable; + target = C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */; + targetProxy = D1EC0C0AEBA49E4016B2C58813665F6B /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 00D6622AF98F10C99B54FE1AD89CD4DB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 77B6303BD8D0A6197BCF9415DB96B538 /* Pods-PRODUCTNAME.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 01AC584A9617009B43E8D3035EB826AC /* Develop */ = { isa = XCBuildConfiguration; baseConfigurationReference = B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */; @@ -2321,11 +2443,10 @@ }; name = Develop; }; - 085EF75619536660325631039FFD5506 /* Release */ = { + 02D7EF40A5E56C4ECE254AD51195CF0C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 483479982B98123FC7EC5160B3F13A3D /* Pods-PRODUCTNAME.release.xcconfig */; + baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2336,20 +2457,19 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -2357,42 +2477,6 @@ }; name = Release; }; - 09D034C290067B78BBE5EBE823083408 /* Develop */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6835DF14E7F99D2CF62229962E9E19A6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Develop; - }; 0BBAAB2F3489FD78E69C1CF2541A1665 /* Develop */ = { isa = XCBuildConfiguration; baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; @@ -2459,10 +2543,12 @@ }; name = Sprint; }; - 1EDB16DE2AC74FF06552AB187128A45D /* Sprint */ = { + 228BC61226D6CBCB4C8CAC7E7A77AEBC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = B1FD3CD5FB6F6888F7335F391D653FB6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2472,29 +2558,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; - PRODUCT_MODULE_NAME = SimulatorStatusMagic; - PRODUCT_NAME = SimulatorStatusMagic; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.0; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Sprint; + name = Debug; }; - 2766316C0E5D901DCFC169010D8635A5 /* AppStore */ = { + 2443CB06519C4BF8F05327AA2A6D497A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = 77B6303BD8D0A6197BCF9415DB96B538 /* Pods-PRODUCTNAME.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2504,29 +2594,33 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; - PRODUCT_MODULE_NAME = SimulatorStatusMagic; - PRODUCT_NAME = SimulatorStatusMagic; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.0; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = AppStore; + name = Debug; }; - 2987A1EB14955EB5B0C07AB86B76A510 /* Sprint */ = { + 260CF402F58F1B451988B633CB8431E3 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; + baseConfigurationReference = A5EE0269F022087C269AA1760CDCF0B1 /* Pods-PRODUCTNAME.appstore.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2536,32 +2630,31 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/KeychainAccess/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; - PRODUCT_MODULE_NAME = KeychainAccess; - PRODUCT_NAME = KeychainAccess; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Sprint; + name = AppStore; }; - 2E9D49E41820D81B6B5021D01EFD83E0 /* Sprint */ = { + 295B68DD9394089E49B0F5EB4164EB66 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA50987E21E2611307591BE827BE6E8B /* Pods-PRODUCTNAME.sprint.xcconfig */; + baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2571,30 +2664,27 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; + PRODUCT_MODULE_NAME = SimulatorStatusMagic; + PRODUCT_NAME = SimulatorStatusMagic; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Sprint; + name = Debug; }; - 2EEF3662F9AB5840BF7DC74207C3F6DC /* Debug */ = { + 2987A1EB14955EB5B0C07AB86B76A510 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2605,24 +2695,25 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Swiftilities/Swiftilities-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Swiftilities/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/KeychainAccess/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Swiftilities/Swiftilities.modulemap"; - PRODUCT_MODULE_NAME = Swiftilities; - PRODUCT_NAME = Swiftilities; + MODULEMAP_FILE = "Target Support Files/KeychainAccess/KeychainAccess.modulemap"; + PRODUCT_MODULE_NAME = KeychainAccess; + PRODUCT_NAME = KeychainAccess; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Sprint; }; 31B14ED89A4C2FE0EBA85750F942E4DD /* Release */ = { isa = XCBuildConfiguration; @@ -2657,9 +2748,9 @@ }; name = Release; }; - 39E0C1E7B0B0B222A76F8C10EA76DC81 /* AppStore */ = { + 3371A3316ED4DFFE5279C5F6B7A58950 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */; + baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2670,29 +2761,28 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Anchorage/Anchorage-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Anchorage/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Swiftilities/Swiftilities-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Swiftilities/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Anchorage/Anchorage.modulemap"; - PRODUCT_MODULE_NAME = Anchorage; - PRODUCT_NAME = Anchorage; + MODULEMAP_FILE = "Target Support Files/Swiftilities/Swiftilities.modulemap"; + PRODUCT_MODULE_NAME = Swiftilities; + PRODUCT_NAME = Swiftilities; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = AppStore; + name = Debug; }; - 3D0184D18156C675BD4088CF3F6127E6 /* Debug */ = { + 39E0C1E7B0B0B222A76F8C10EA76DC81 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2703,23 +2793,25 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Anchorage/Anchorage-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Anchorage/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; - PRODUCT_MODULE_NAME = SimulatorStatusMagic; - PRODUCT_NAME = SimulatorStatusMagic; + MODULEMAP_FILE = "Target Support Files/Anchorage/Anchorage.modulemap"; + PRODUCT_MODULE_NAME = Anchorage; + PRODUCT_NAME = Anchorage; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = AppStore; }; 3D14EFB39C5D22358CF0B80F84E6ED78 /* Debug */ = { isa = XCBuildConfiguration; @@ -2804,16 +2896,50 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Sprint; + }; + 437824E58E69100E5535A3F7DCC4C241 /* Sprint */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Sprint; }; - 4F8AEA18E3D47D3C61E6F0FEAFB42589 /* Develop */ = { + 463F5F7611B5EEE8885670DE0B12E9C6 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F650BA6FBEE9EF8183BE6D6F230F5B2B /* Pods-PRODUCTNAME.develop.xcconfig */; + baseConfigurationReference = 6835DF14E7F99D2CF62229962E9E19A6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -2826,12 +2952,12 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -2847,6 +2973,42 @@ }; name = Develop; }; + 47A2F5832CEBE653768308098209F8A1 /* Sprint */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9CA3502A5CDAAF0AD5CB1D68C50D7BD5 /* Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Sprint; + }; 5085D395AE7C8B2843A921501DD630F1 /* AppStore */ = { isa = XCBuildConfiguration; baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; @@ -2979,6 +3141,38 @@ }; name = Debug; }; + 556388DB68B88EB41CB06D8A21DA4329 /* Sprint */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; + PRODUCT_MODULE_NAME = SimulatorStatusMagic; + PRODUCT_NAME = SimulatorStatusMagic; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Sprint; + }; 58CE816B060A41D32CEC095441D0E3E0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3037,6 +3231,42 @@ }; name = Release; }; + 67406FC4438BC402DBA828FADD9B17B0 /* Develop */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F650BA6FBEE9EF8183BE6D6F230F5B2B /* Pods-PRODUCTNAME.develop.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Develop; + }; 6EFA5E61049C8D4F1D1A3CFDFC323088 /* AppStore */ = { isa = XCBuildConfiguration; baseConfigurationReference = B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */; @@ -3070,6 +3300,38 @@ }; name = AppStore; }; + 6F1E3A84DC80BB8515E7787A566C59A4 /* Develop */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; + PRODUCT_MODULE_NAME = SimulatorStatusMagic; + PRODUCT_NAME = SimulatorStatusMagic; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Develop; + }; 6FCAAD7CCAD94D8C6184DA327D9420A9 /* Develop */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3194,42 +3456,6 @@ }; name = Release; }; - 79EA3B490EDC245DF16AE2BCEEF9C206 /* Sprint */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9CA3502A5CDAAF0AD5CB1D68C50D7BD5 /* Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Sprint; - }; 7E1F20B1C8452F8E906E0A8DC339A1EB /* Sprint */ = { isa = XCBuildConfiguration; baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; @@ -3296,38 +3522,6 @@ }; name = Develop; }; - 89429B0E76C8846A88C64C4F3AD95B90 /* Develop */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; - PRODUCT_MODULE_NAME = SimulatorStatusMagic; - PRODUCT_NAME = SimulatorStatusMagic; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Develop; - }; 8D2D37E7B625201AECC5A4C577D24C2E /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; @@ -3430,9 +3624,9 @@ }; name = Sprint; }; - 94BC1CDD53D92B7E1C39CCFBD8DA28F1 /* AppStore */ = { + 948F492E305166EE7194E5F965678B7A /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5EE0269F022087C269AA1760CDCF0B1 /* Pods-PRODUCTNAME.appstore.xcconfig */; + baseConfigurationReference = DA50987E21E2611307591BE827BE6E8B /* Pods-PRODUCTNAME.sprint.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -3464,7 +3658,7 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = AppStore; + name = Sprint; }; 98933B9024405BB3418E3AB67D8D6B2F /* Debug */ = { isa = XCBuildConfiguration; @@ -3590,15 +3784,51 @@ PRODUCT_NAME = KeychainAccess; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Develop; + }; + 9F45586D5E1FF6FD5228056730C75E19 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B68A078EFE8FB300D8830F8B90BACBA /* Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Develop; + name = Release; }; A1CDCDC7D52A24BB04665D50CA32B5C4 /* AppStore */ = { isa = XCBuildConfiguration; @@ -3665,7 +3895,7 @@ }; name = Debug; }; - A65DCC689C60E2C83BFE8D5D88D4EB6E /* Develop */ = { + A3DE8000EAAA548458EA07177D854FEC /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; buildSettings = { @@ -3696,13 +3926,12 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Develop; + name = Release; }; - A78CF55FB1CE97516B6B431D21881B27 /* Debug */ = { + A7608860B85EC982491F89A904ED7DBC /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B1FD3CD5FB6F6888F7335F391D653FB6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig */; + baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3713,26 +3942,25 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Develop; }; A8BB628FD19EC2DEC9EB9D0A9B1B805A /* Debug */ = { isa = XCBuildConfiguration; @@ -3766,10 +3994,11 @@ }; name = Debug; }; - B25A7BBF9DDC8CCA9AE15DE322ABED60 /* AppStore */ = { + A9F009308828A721A0F730B734448046 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3779,19 +4008,19 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Swiftilities/Swiftilities-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Swiftilities/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Swiftilities/Swiftilities.modulemap"; - PRODUCT_MODULE_NAME = Swiftilities; - PRODUCT_NAME = Swiftilities; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -3865,7 +4094,76 @@ }; name = Develop; }; - B766628D936AA3E57CA70495C8CC84B1 /* Release */ = { + BE716B94412C1B2569AD8ACEE8D86D29 /* Develop */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Swiftilities/Swiftilities-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Swiftilities/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Swiftilities/Swiftilities.modulemap"; + PRODUCT_MODULE_NAME = Swiftilities; + PRODUCT_NAME = Swiftilities; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Develop; + }; + BF543D2FBD9E5F7ABE2482766C176179 /* AppStore */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C8D98B63D8AE893EC003E1D3C97EB901 /* Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = AppStore; + }; + C18C57D5DC977FEB001CCDCA70B34168 /* AppStore */ = { isa = XCBuildConfiguration; baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; buildSettings = { @@ -3895,12 +4193,14 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = AppStore; }; - BDBCE3497138ADE3844516DA26F36D28 /* Release */ = { + C1BB30A84244FD6304C99D7824E6FEB6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = 483479982B98123FC7EC5160B3F13A3D /* Pods-PRODUCTNAME.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3910,19 +4210,20 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Swiftilities/Swiftilities-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Swiftilities/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Swiftilities/Swiftilities.modulemap"; - PRODUCT_MODULE_NAME = Swiftilities; - PRODUCT_NAME = Swiftilities; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -3963,12 +4264,10 @@ }; name = Release; }; - CC18B1A1F3C4E9C968A44F955D2AFECA /* Release */ = { + CBDC2B86E62D990DEA5758986D12BFA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B68A078EFE8FB300D8830F8B90BACBA /* Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig */; + baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3978,20 +4277,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SimulatorStatusMagic/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/SimulatorStatusMagic/SimulatorStatusMagic.modulemap"; + PRODUCT_MODULE_NAME = SimulatorStatusMagic; + PRODUCT_NAME = SimulatorStatusMagic; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -4032,6 +4329,39 @@ }; name = Sprint; }; + DCC7AE1959404CE7B744BF4DEBCFD2AE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; DF3CA648F2C167B41010291376D54201 /* AppStore */ = { isa = XCBuildConfiguration; baseConfigurationReference = D2C1D0804FBC513792C8293C7A021CB8 /* Pods-Services.appstore.xcconfig */; @@ -4133,9 +4463,9 @@ }; name = Debug; }; - E4473F6014D1D7C5587FA186473FF4D5 /* AppStore */ = { + E733578D5ACABB1EF1C8E69B1C0EE022 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C8D98B63D8AE893EC003E1D3C97EB901 /* Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig */; + baseConfigurationReference = E3591C5A98358F98F573BD31B71040A3 /* Pods-Services.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -4148,12 +4478,12 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-Services/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-Services/Pods-Services.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -4167,14 +4497,12 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = AppStore; + name = Release; }; - E733578D5ACABB1EF1C8E69B1C0EE022 /* Release */ = { + EA7B7B3241D24C46741FC70BDDE32C92 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3591C5A98358F98F573BD31B71040A3 /* Pods-Services.release.xcconfig */; + baseConfigurationReference = B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4184,30 +4512,29 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-Services/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Marshal/Marshal-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Marshal/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Services/Pods-Services.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/Marshal/Marshal.modulemap"; + PRODUCT_MODULE_NAME = Marshal; + PRODUCT_NAME = Marshal; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = AppStore; }; - EA7B7B3241D24C46741FC70BDDE32C92 /* AppStore */ = { + EA87C75BB60B017DCE5CBF90FA597940 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */; + baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4218,14 +4545,14 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Marshal/Marshal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Marshal/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Swiftilities/Swiftilities-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Swiftilities/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Marshal/Marshal.modulemap"; - PRODUCT_MODULE_NAME = Marshal; - PRODUCT_NAME = Marshal; + MODULEMAP_FILE = "Target Support Files/Swiftilities/Swiftilities.modulemap"; + PRODUCT_MODULE_NAME = Swiftilities; + PRODUCT_NAME = Swiftilities; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -4236,7 +4563,7 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = AppStore; + name = Sprint; }; EB93D06ED173431A6C98AFD1F28E5BFF /* AppStore */ = { isa = XCBuildConfiguration; @@ -4361,7 +4688,7 @@ }; name = Release; }; - F9B2756B9918EBBC61E258F9EDEEDA79 /* Sprint */ = { + F881E92E7A20438D045FE424B291410E /* AppStore */ = { isa = XCBuildConfiguration; baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; buildSettings = { @@ -4392,23 +4719,11 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Sprint; + name = AppStore; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 07013F94BF9CFEE9DA536BC9018BF48B /* Build configuration list for PBXNativeTarget "Swiftilities" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B25A7BBF9DDC8CCA9AE15DE322ABED60 /* AppStore */, - 2EEF3662F9AB5840BF7DC74207C3F6DC /* Debug */, - A65DCC689C60E2C83BFE8D5D88D4EB6E /* Develop */, - BDBCE3497138ADE3844516DA26F36D28 /* Release */, - F9B2756B9918EBBC61E258F9EDEEDA79 /* Sprint */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 1A395660D95053B520CBA4F305AE6405 /* Build configuration list for PBXNativeTarget "Pods-Services" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -4421,14 +4736,14 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F7D5B6FBEE50B23BD993830AE4A706 /* Build configuration list for PBXNativeTarget "SimulatorStatusMagic" */ = { + 278D2090F95F270BD20522EA4EA9B0AA /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2766316C0E5D901DCFC169010D8635A5 /* AppStore */, - 3D0184D18156C675BD4088CF3F6127E6 /* Debug */, - 89429B0E76C8846A88C64C4F3AD95B90 /* Develop */, - B766628D936AA3E57CA70495C8CC84B1 /* Release */, - 1EDB16DE2AC74FF06552AB187128A45D /* Sprint */, + 260CF402F58F1B451988B633CB8431E3 /* AppStore */, + 2443CB06519C4BF8F05327AA2A6D497A /* Debug */, + 67406FC4438BC402DBA828FADD9B17B0 /* Develop */, + C1BB30A84244FD6304C99D7824E6FEB6 /* Release */, + 948F492E305166EE7194E5F965678B7A /* Sprint */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -4445,14 +4760,14 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 366464161FFBA6B6C153C31B9B491658 /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME-PRODUCTNAMETests" */ = { + 3D8D893CB8AF048B8068F406FBD7C97F /* Build configuration list for PBXNativeTarget "Actionable" */ = { isa = XCConfigurationList; buildConfigurations = ( - E4473F6014D1D7C5587FA186473FF4D5 /* AppStore */, - A78CF55FB1CE97516B6B431D21881B27 /* Debug */, - 09D034C290067B78BBE5EBE823083408 /* Develop */, - CC18B1A1F3C4E9C968A44F955D2AFECA /* Release */, - 79EA3B490EDC245DF16AE2BCEEF9C206 /* Sprint */, + A9F009308828A721A0F730B734448046 /* AppStore */, + DCC7AE1959404CE7B744BF4DEBCFD2AE /* Debug */, + A7608860B85EC982491F89A904ED7DBC /* Develop */, + 02D7EF40A5E56C4ECE254AD51195CF0C /* Release */, + 437824E58E69100E5535A3F7DCC4C241 /* Sprint */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -4481,18 +4796,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4EC56CAA5456690DBEF7CE0EBA199773 /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 94BC1CDD53D92B7E1C39CCFBD8DA28F1 /* AppStore */, - 00D6622AF98F10C99B54FE1AD89CD4DB /* Debug */, - 4F8AEA18E3D47D3C61E6F0FEAFB42589 /* Develop */, - 085EF75619536660325631039FFD5506 /* Release */, - 2E9D49E41820D81B6B5021D01EFD83E0 /* Sprint */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 5249BD8AE4EBC389FF64A91CD66F2D56 /* Build configuration list for PBXNativeTarget "Marshal" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -4541,6 +4844,42 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D5AA34B7ED876B14500E52F26D5FC90F /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME-PRODUCTNAMETests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BF543D2FBD9E5F7ABE2482766C176179 /* AppStore */, + 228BC61226D6CBCB4C8CAC7E7A77AEBC /* Debug */, + 463F5F7611B5EEE8885670DE0B12E9C6 /* Develop */, + 9F45586D5E1FF6FD5228056730C75E19 /* Release */, + 47A2F5832CEBE653768308098209F8A1 /* Sprint */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D8EC7709F96045470CE46E4F3EC06531 /* Build configuration list for PBXNativeTarget "SimulatorStatusMagic" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C18C57D5DC977FEB001CCDCA70B34168 /* AppStore */, + 295B68DD9394089E49B0F5EB4164EB66 /* Debug */, + 6F1E3A84DC80BB8515E7787A566C59A4 /* Develop */, + CBDC2B86E62D990DEA5758986D12BFA7 /* Release */, + 556388DB68B88EB41CB06D8A21DA4329 /* Sprint */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F319933B2252AE4751C035C5FB01E836 /* Build configuration list for PBXNativeTarget "Swiftilities" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F881E92E7A20438D045FE424B291410E /* AppStore */, + 3371A3316ED4DFFE5279C5F6B7A58950 /* Debug */, + BE716B94412C1B2569AD8ACEE8D86D29 /* Develop */, + A3DE8000EAAA548458EA07177D854FEC /* Release */, + EA87C75BB60B017DCE5CBF90FA597940 /* Sprint */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-dummy.m b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-dummy.m new file mode 100644 index 0000000..7bc006e --- /dev/null +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Actionable : NSObject +@end +@implementation PodsDummy_Actionable +@end diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-prefix.pch b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-umbrella.h b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-umbrella.h new file mode 100644 index 0000000..82ac18f --- /dev/null +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double ActionableVersionNumber; +FOUNDATION_EXPORT const unsigned char ActionableVersionString[]; + diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.modulemap b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.modulemap new file mode 100644 index 0000000..a6e48d4 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.modulemap @@ -0,0 +1,6 @@ +framework module Actionable { + umbrella header "Actionable-umbrella.h" + + export * + module * { export * } +} diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig new file mode 100644 index 0000000..d8a7a24 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Actionable +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" "-suppress-warnings" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../../../Projects/Actionable +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist new file mode 100644 index 0000000..cba2585 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.0.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown index f4d2687..c1f06c4 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown @@ -1,6 +1,29 @@ # Acknowledgements This application makes use of the following third party libraries: +## Actionable + +Copyright (c) 2019 Rightpoint + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + ## Alamofire Copyright (c) 2014-2018 Alamofire Software Foundation (http://alamofire.org/) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.plist b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.plist index 9077f59..a9de368 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.plist +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.plist @@ -12,6 +12,35 @@ Type PSGroupSpecifier + + FooterText + Copyright (c) 2019 Rightpoint <cneville@rightpoint.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + Actionable + Type + PSGroupSpecifier + FooterText Copyright (c) 2014-2018 Alamofire Software Foundation (http://alamofire.org/) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-frameworks.sh b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-frameworks.sh index 9541817..93799ab 100755 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-frameworks.sh +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests-frameworks.sh @@ -143,6 +143,7 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" @@ -155,6 +156,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/OHHTTPStubs/OHHTTPStubs.framework" fi if [[ "$CONFIGURATION" == "Develop" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" @@ -166,6 +168,7 @@ if [[ "$CONFIGURATION" == "Develop" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/OHHTTPStubs/OHHTTPStubs.framework" fi if [[ "$CONFIGURATION" == "Sprint" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" @@ -177,6 +180,7 @@ if [[ "$CONFIGURATION" == "Sprint" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/OHHTTPStubs/OHHTTPStubs.framework" fi if [[ "$CONFIGURATION" == "AppStore" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig index bf79832..2b12596 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig index d913b90..f71db1f 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic/SimulatorStatusMagic.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "SimulatorStatusMagic" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic/SimulatorStatusMagic.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "SimulatorStatusMagic" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig index bf79832..2b12596 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig index bf79832..2b12596 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig index bf79832..2b12596 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/OHHTTPStubs/OHHTTPStubs.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "OHHTTPStubs" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.markdown b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.markdown index 4fd2efb..df65d01 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.markdown +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.markdown @@ -1,6 +1,29 @@ # Acknowledgements This application makes use of the following third party libraries: +## Actionable + +Copyright (c) 2019 Rightpoint + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + ## Alamofire Copyright (c) 2014-2018 Alamofire Software Foundation (http://alamofire.org/) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.plist b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.plist index 39cca9c..27e0356 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.plist +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-acknowledgements.plist @@ -12,6 +12,35 @@ Type PSGroupSpecifier + + FooterText + Copyright (c) 2019 Rightpoint <cneville@rightpoint.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + Actionable + Type + PSGroupSpecifier + FooterText Copyright (c) 2014-2018 Alamofire Software Foundation (http://alamofire.org/) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-frameworks.sh b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-frameworks.sh index 8e7961f..95e8e42 100755 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-frameworks.sh +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME-frameworks.sh @@ -143,6 +143,7 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" @@ -154,6 +155,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/Swiftilities/Swiftilities.framework" fi if [[ "$CONFIGURATION" == "Develop" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" @@ -164,6 +166,7 @@ if [[ "$CONFIGURATION" == "Develop" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/Swiftilities/Swiftilities.framework" fi if [[ "$CONFIGURATION" == "Sprint" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" @@ -174,6 +177,7 @@ if [[ "$CONFIGURATION" == "Sprint" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/Swiftilities/Swiftilities.framework" fi if [[ "$CONFIGURATION" == "AppStore" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/Actionable/Actionable.framework" install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework" install_framework "${BUILT_PRODUCTS_DIR}/Anchorage/Anchorage.framework" install_framework "${BUILT_PRODUCTS_DIR}/BonMot/BonMot.framework" diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.appstore.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.appstore.xcconfig index 3b58cad..4a215ec 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.appstore.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.appstore.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.debug.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.debug.xcconfig index 40f32bd..6b4cee2 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.debug.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.debug.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic/SimulatorStatusMagic.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "SimulatorStatusMagic" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SimulatorStatusMagic/SimulatorStatusMagic.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "SimulatorStatusMagic" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.develop.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.develop.xcconfig index 3b58cad..4a215ec 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.develop.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.develop.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.release.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.release.xcconfig index 3b58cad..4a215ec 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.release.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.release.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.sprint.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.sprint.xcconfig index 3b58cad..4a215ec 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.sprint.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.sprint.xcconfig @@ -1,11 +1,11 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PODS_ROOT)/Instabug/" "${PODS_CONFIGURATION_BUILD_DIR}/Actionable" "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage" "${PODS_CONFIGURATION_BUILD_DIR}/BonMot" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" "${PODS_CONFIGURATION_BUILD_DIR}/Marshal" "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/Instabug" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/GoogleAnalytics" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GoogleAnalytics/Libraries" -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" -OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Actionable/Actionable.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Anchorage/Anchorage.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/BonMot/BonMot.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Marshal/Marshal.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Swiftilities/Swiftilities.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/GoogleAnalytics" +OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleAnalytics" -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Actionable" -framework "Alamofire" -framework "Anchorage" -framework "BonMot" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreVideo" -framework "Crashlytics" -framework "Fabric" -framework "Instabug" -framework "InstabugCore" -framework "KeychainAccess" -framework "Marshal" -framework "Security" -framework "Swiftilities" -framework "SystemConfiguration" -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) From 154e2c49132bf8b9cbb12a876cde54017aea4180 Mon Sep 17 00:00:00 2001 From: nevillco Date: Thu, 14 Feb 2019 14:52:18 -0500 Subject: [PATCH 3/7] Update build phase to use local Actionable script --- .../app/PRODUCTNAME.xcodeproj/project.pbxproj | 5 ++- .../Actionable+AutoConformance.swift | 35 ++++++++++++------- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj index 09409fb..fdedc1d 100644 --- a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj +++ b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj @@ -234,7 +234,7 @@ CD09C93B20741945006D3501 /* Screenshots.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Screenshots.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; CD09C93D20741945006D3501 /* Screenshots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Screenshots.swift; sourceTree = ""; }; CD09C93F20741945006D3501 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - CD09C94920741B24006D3501 /* SnapshotHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SnapshotHelper.swift; path = SnapshotHelper.swift; sourceTree = ""; }; + CD09C94920741B24006D3501 /* SnapshotHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SnapshotHelper.swift; sourceTree = ""; }; CD09C94C207428AE006D3501 /* StatusBarConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusBarConfiguration.swift; sourceTree = ""; }; D7F90A3B2F8D15AE9564FF78 /* Pods-Services.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Services.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Services/Pods-Services.debug.xcconfig"; sourceTree = ""; }; DCD1E696B5452D855D78934E /* Pods-PRODUCTNAME.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PRODUCTNAME.release.xcconfig"; path = "Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.release.xcconfig"; sourceTree = ""; }; @@ -643,7 +643,6 @@ children = ( CD09C94920741B24006D3501 /* SnapshotHelper.swift */, ); - name = Helpers; path = Helpers; sourceTree = ""; }; @@ -877,7 +876,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ -x \"$PODS_ROOT/Sourcery/bin/sourcery\" ]; then\n\"$PODS_ROOT/Sourcery/bin/sourcery\" --sources \"PRODUCTNAME\" --templates \"PRODUCTNAME/Resources/Sourcery/actionable.swifttemplate\" --output \"PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift\"\nfi"; + shellScript = "\"/Users/connorneville/Documents/Projects/Actionable/actionable\" -i \"PRODUCTNAME\" -o \"PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift\""; }; 2DFF1D1F1E8C56C700B1AD70 /* SwiftGen */ = { isa = PBXShellScriptBuildPhase; diff --git a/PRODUCTNAME/app/PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift b/PRODUCTNAME/app/PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift index ef40525..6f14179 100644 --- a/PRODUCTNAME/app/PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift +++ b/PRODUCTNAME/app/PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift @@ -3,14 +3,18 @@ -//swiftlint:disable:previous vertical_whitespace + + + // MARK: - AuthCoordinator -protocol AuthCoordinatorDelegate: class { - func authCoordinator(_ coordinator: AuthCoordinator, didNotify action: AuthCoordinator.Action) +internal protocol AuthCoordinatorDelegate: class { + + func authCoordinator(_ component: AuthCoordinator, didNotify action: AuthCoordinator.Action) + } -extension AuthCoordinator { +internal extension AuthCoordinator { typealias ActionType = Action typealias Delegate = AuthCoordinatorDelegate @@ -22,11 +26,13 @@ extension AuthCoordinator { } // MARK: - OnboardingCoordinator -protocol OnboardingCoordinatorDelegate: class { - func onboardingCoordinator(_ coordinator: OnboardingCoordinator, didNotify action: OnboardingCoordinator.Action) +internal protocol OnboardingCoordinatorDelegate: class { + + func onboardingCoordinator(_ component: OnboardingCoordinator, didNotify action: OnboardingCoordinator.Action) + } -extension OnboardingCoordinator { +internal extension OnboardingCoordinator { typealias ActionType = Action typealias Delegate = OnboardingCoordinatorDelegate @@ -38,11 +44,13 @@ extension OnboardingCoordinator { } // MARK: - OnboardingPageViewController -protocol OnboardingPageViewControllerDelegate: class { +internal protocol OnboardingPageViewControllerDelegate: class { + func onboardingPageViewController(_ vc: OnboardingPageViewController, didNotify action: OnboardingPageViewController.Action) + } -extension OnboardingPageViewController { +internal extension OnboardingPageViewController { typealias ActionType = Action typealias Delegate = OnboardingPageViewControllerDelegate @@ -54,11 +62,13 @@ extension OnboardingPageViewController { } // MARK: - SignInCoordinator -protocol SignInCoordinatorDelegate: class { - func signInCoordinator(_ coordinator: SignInCoordinator, didNotify action: SignInCoordinator.Action) +internal protocol SignInCoordinatorDelegate: class { + + func signInCoordinator(_ component: SignInCoordinator, didNotify action: SignInCoordinator.Action) + } -extension SignInCoordinator { +internal extension SignInCoordinator { typealias ActionType = Action typealias Delegate = SignInCoordinatorDelegate @@ -68,3 +78,4 @@ extension SignInCoordinator { } } + From 22d5d46683994173934fdbc1092b3782d65a0429 Mon Sep 17 00:00:00 2001 From: nevillco Date: Thu, 14 Feb 2019 14:53:54 -0500 Subject: [PATCH 4/7] Delete Actionable.swift and actionable.swifttemplate from the project, fix compilation by importing where necessary --- .../app/PRODUCTNAME.xcodeproj/project.pbxproj | 24 -------- .../Components/Protocols/Actionable.swift | 36 ----------- .../Coordinators/AuthCoordinator.swift | 1 + .../Coordinators/OnboardingCoordinator.swift | 1 + .../Coordinators/SignInCoordinator.swift | 1 + .../Sourcery/actionable.swifttemplate | 60 ------------------- .../OnboardingPageViewController.swift | 1 + 7 files changed, 4 insertions(+), 120 deletions(-) delete mode 100644 PRODUCTNAME/app/PRODUCTNAME/Components/Protocols/Actionable.swift delete mode 100644 PRODUCTNAME/app/PRODUCTNAME/Resources/Sourcery/actionable.swifttemplate diff --git a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj index fdedc1d..e630bef 100644 --- a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj +++ b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj @@ -10,8 +10,6 @@ 00551422206144E300E4CF68 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 00551421206144E200E4CF68 /* InfoPlist.strings */; }; 0055142620615F9D00E4CF68 /* Storyboards.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0055142520615F9C00E4CF68 /* Storyboards.swift */; }; 006EFEF61F264204004A95DE /* TestClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 006EFEF51F264204004A95DE /* TestClient.swift */; }; - 209BE2512051C768004CF0FF /* Actionable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 209BE2502051C768004CF0FF /* Actionable.swift */; }; - 209BE2562051C90C004CF0FF /* actionable.swifttemplate in Resources */ = {isa = PBXBuildFile; fileRef = 209BE2552051C90C004CF0FF /* actionable.swifttemplate */; }; 209BE2592051CB4B004CF0FF /* Actionable+AutoConformance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 209BE2582051CB4B004CF0FF /* Actionable+AutoConformance.swift */; }; 2D4FA8F51E8574F9006C38ED /* AppCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D4FA8F41E8574F9006C38ED /* AppCoordinator.swift */; }; 2D4FA8F71E85752B006C38ED /* Coordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D4FA8F61E85752B006C38ED /* Coordinator.swift */; }; @@ -139,8 +137,6 @@ 17DC86D175CE0686878A3A82 /* Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig"; path = "Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig"; sourceTree = ""; }; 18117B6A27EAD54897E61F7E /* Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig"; path = "Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig"; sourceTree = ""; }; 1FE712F80AD5930EEAA24325 /* Pods-Services.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Services.appstore.xcconfig"; path = "Pods/Target Support Files/Pods-Services/Pods-Services.appstore.xcconfig"; sourceTree = ""; }; - 209BE2502051C768004CF0FF /* Actionable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Actionable.swift; sourceTree = ""; }; - 209BE2552051C90C004CF0FF /* actionable.swifttemplate */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = actionable.swifttemplate; sourceTree = ""; }; 209BE2582051CB4B004CF0FF /* Actionable+AutoConformance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Actionable+AutoConformance.swift"; sourceTree = ""; }; 2D4FA8F41E8574F9006C38ED /* AppCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppCoordinator.swift; sourceTree = ""; }; 2D4FA8F61E85752B006C38ED /* Coordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Coordinator.swift; sourceTree = ""; }; @@ -276,22 +272,6 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 209BE24F2051C758004CF0FF /* Protocols */ = { - isa = PBXGroup; - children = ( - 209BE2502051C768004CF0FF /* Actionable.swift */, - ); - path = Protocols; - sourceTree = ""; - }; - 209BE2522051C7BB004CF0FF /* Sourcery */ = { - isa = PBXGroup; - children = ( - 209BE2552051C90C004CF0FF /* actionable.swifttemplate */, - ); - path = Sourcery; - sourceTree = ""; - }; 2D4FA8F31E8574D2006C38ED /* Coordinators */ = { isa = PBXGroup; children = ( @@ -358,7 +338,6 @@ isa = PBXGroup; children = ( 861732D11FA28DB600C14354 /* Behaviors */, - 209BE24F2051C758004CF0FF /* Protocols */, 861732EE1FA2984600C14354 /* Representable */, 861732D61FA290F400C14354 /* Views */, ); @@ -529,7 +508,6 @@ isa = PBXGroup; children = ( ABF84F8E1DC99D33002DB24D /* Generated */, - 209BE2522051C7BB004CF0FF /* Sourcery */, ABC778CD1DC92BC200815FB9 /* xcconfig */, ABC778DC1DC94EE500815FB9 /* Acknowledgements.plist */, ABC7787F1DC90B7A00815FB9 /* Assets.xcassets */, @@ -812,7 +790,6 @@ files = ( ABC778DD1DC94EE500815FB9 /* Acknowledgements.plist in Resources */, 00551422206144E300E4CF68 /* InfoPlist.strings in Resources */, - 209BE2562051C90C004CF0FF /* actionable.swifttemplate in Resources */, ABF84F811DC97653002DB24D /* Localizable.strings in Resources */, ABC778831DC90B7A00815FB9 /* LaunchScreen.storyboard in Resources */, ABC778801DC90B7A00815FB9 /* Assets.xcassets in Resources */, @@ -1089,7 +1066,6 @@ ABF84F911DC99D33002DB24D /* Localized.swift in Sources */, 861732D41FA28DB600C14354 /* HideBackButtonTextBehavior.swift in Sources */, ABC778E81DC9503600815FB9 /* InstabugConfiguration.swift in Sources */, - 209BE2512051C768004CF0FF /* Actionable.swift in Sources */, BE28092B1E802893006E50D5 /* AnalyticsPageNames.swift in Sources */, ABC778E61DC94FFC00815FB9 /* CrashlyticsConfiguration.swift in Sources */, 0055142620615F9D00E4CF68 /* Storyboards.swift in Sources */, diff --git a/PRODUCTNAME/app/PRODUCTNAME/Components/Protocols/Actionable.swift b/PRODUCTNAME/app/PRODUCTNAME/Components/Protocols/Actionable.swift deleted file mode 100644 index 108a71b..0000000 --- a/PRODUCTNAME/app/PRODUCTNAME/Components/Protocols/Actionable.swift +++ /dev/null @@ -1,36 +0,0 @@ -// -// Actionable.swift -// PRODUCTNAME -// -// Created by LEADDEVELOPER on 3/8/18. -// Copyright © 2018 ORGANIZATION. All rights reserved. -// - -protocol Actionable: class { - associatedtype ActionType - associatedtype Delegate - - func notify(_ action: ActionType) -} - -extension Actionable { - - func notify(_ action: ActionType) -> () -> Void { - return { [weak self] in - self?.notify(action) - } - } - - func notify(_ action: ActionType) -> (UIControl) -> Void { - return { [weak self] _ in - self?.notify(action) - } - } - - func notify(_ action: ActionType) -> (UIAlertAction) -> Void { - return { [weak self] _ in - self?.notify(action) - } - } - -} diff --git a/PRODUCTNAME/app/PRODUCTNAME/Coordinators/AuthCoordinator.swift b/PRODUCTNAME/app/PRODUCTNAME/Coordinators/AuthCoordinator.swift index 8136cad..3bf0c48 100644 --- a/PRODUCTNAME/app/PRODUCTNAME/Coordinators/AuthCoordinator.swift +++ b/PRODUCTNAME/app/PRODUCTNAME/Coordinators/AuthCoordinator.swift @@ -6,6 +6,7 @@ // Copyright © 2017 ORGANIZATION. All rights reserved. // +import Actionable import UIKit import Services diff --git a/PRODUCTNAME/app/PRODUCTNAME/Coordinators/OnboardingCoordinator.swift b/PRODUCTNAME/app/PRODUCTNAME/Coordinators/OnboardingCoordinator.swift index 6c30b4e..783fd0d 100644 --- a/PRODUCTNAME/app/PRODUCTNAME/Coordinators/OnboardingCoordinator.swift +++ b/PRODUCTNAME/app/PRODUCTNAME/Coordinators/OnboardingCoordinator.swift @@ -6,6 +6,7 @@ // Copyright © 2017 ORGANIZATION. All rights reserved. // +import Actionable import UIKit import Services diff --git a/PRODUCTNAME/app/PRODUCTNAME/Coordinators/SignInCoordinator.swift b/PRODUCTNAME/app/PRODUCTNAME/Coordinators/SignInCoordinator.swift index d184c03..c41579a 100644 --- a/PRODUCTNAME/app/PRODUCTNAME/Coordinators/SignInCoordinator.swift +++ b/PRODUCTNAME/app/PRODUCTNAME/Coordinators/SignInCoordinator.swift @@ -6,6 +6,7 @@ // Copyright © 2017 ORGANIZATION. All rights reserved. // +import Actionable import UIKit import Services diff --git a/PRODUCTNAME/app/PRODUCTNAME/Resources/Sourcery/actionable.swifttemplate b/PRODUCTNAME/app/PRODUCTNAME/Resources/Sourcery/actionable.swifttemplate deleted file mode 100644 index c1ba55e..0000000 --- a/PRODUCTNAME/app/PRODUCTNAME/Resources/Sourcery/actionable.swifttemplate +++ /dev/null @@ -1,60 +0,0 @@ -<% -func variableName(fromTypeName typeName: String) -> String { - if typeName.hasSuffix("Coordinator") { return "coordinator" } - else if typeName.hasSuffix("ViewController") { return "vc" } - else if typeName.hasSuffix("View") { return "view" } - else { return "component" } -} - -/// Lowercases the first camel-case group of a type name -/// -/// - Parameter input: The name of a type -/// - Returns: The name of the type with the first camel-case group lowercased. -/// Examples: -/// - lowerThingy → lowerThingy -/// - FooViewController → fooViewController -/// - ABCViewController → abcViewController -func lowerFirstCamelCaseGroup(_ input: String) -> String { - guard !input.isEmpty else { return "" } - let firstCapitals = input.prefix { character in - return character.unicodeScalars.contains { unicodeScalar in - CharacterSet.uppercaseLetters.contains(unicodeScalar) - } - } - - guard !firstCapitals.isEmpty else { - return input - } - - let newPrefix: String - - if firstCapitals.count == 1 { - newPrefix = firstCapitals.lowercased() - } - else { - newPrefix = "\(firstCapitals.dropLast().lowercased())\(firstCapitals.last!)" - } - var updated = input - let range = updated.range(of: firstCapitals)! - updated.replaceSubrange(range, with: newPrefix) - return updated -} _%> -//swiftlint:disable:previous vertical_whitespace -<% for type in (types.implementing["Actionable"] ?? []) { %> -<% let lowerFirstTypeName = lowerFirstCamelCaseGroup(type.name) -%> -// MARK: - <%= type.name %> -protocol <%= type.name %>Delegate: class { - func <%= lowerFirstTypeName %>(_ <%= variableName(fromTypeName: type.name) %>: <%= type.name %>, didNotify action: <%= type.name %>.Action) -} - -extension <%= type.name %> { - - typealias ActionType = Action - typealias Delegate = <%= type.name %>Delegate - - func notify(_ action: ActionType) { - delegate?.<%= lowerFirstTypeName %>(self, didNotify: action) - } - -} -<% } -%> diff --git a/PRODUCTNAME/app/PRODUCTNAME/Screens/Onboarding/OnboardingPageViewController.swift b/PRODUCTNAME/app/PRODUCTNAME/Screens/Onboarding/OnboardingPageViewController.swift index 3145484..622fba5 100644 --- a/PRODUCTNAME/app/PRODUCTNAME/Screens/Onboarding/OnboardingPageViewController.swift +++ b/PRODUCTNAME/app/PRODUCTNAME/Screens/Onboarding/OnboardingPageViewController.swift @@ -6,6 +6,7 @@ // Copyright © 2017 ORGANIZATION. All rights reserved. // +import Actionable import Anchorage import Swiftilities From 706ee582724a58e0d196f39abea0445a2450ed0c Mon Sep 17 00:00:00 2001 From: nevillco Date: Fri, 15 Feb 2019 10:58:03 -0500 Subject: [PATCH 5/7] Remove local dev path in podfile --- PRODUCTNAME/app/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRODUCTNAME/app/Podfile b/PRODUCTNAME/app/Podfile index 30e85df..9ffe8b2 100644 --- a/PRODUCTNAME/app/Podfile +++ b/PRODUCTNAME/app/Podfile @@ -12,7 +12,7 @@ def shared end target 'PRODUCTNAME' do - pod 'Actionable', :path => '/Users/connorneville/Documents/Projects/Actionable/' + pod 'Actionable' pod 'Instabug' pod 'Crashlytics' From de7040fa35a422daf33cd968bb3053878e9e0197 Mon Sep 17 00:00:00 2001 From: nevillco Date: Fri, 15 Feb 2019 10:58:44 -0500 Subject: [PATCH 6/7] Install Actionable from trunk --- PRODUCTNAME/app/Podfile.lock | 13 +- PRODUCTNAME/app/Pods/Actionable/LICENSE | 19 + PRODUCTNAME/app/Pods/Actionable/README.md | 99 + .../Actionable+Helpers.swifttemplate | 61 + .../Resources/Actionable.swifttemplate | 25 + .../Pods/Actionable/Sources/Actionable.swift | 37 + PRODUCTNAME/app/Pods/Actionable/actionable.sh | 40 + PRODUCTNAME/app/Pods/Manifest.lock | 13 +- .../app/Pods/Pods.xcodeproj/project.pbxproj | 2136 ++++++++--------- .../Actionable/Actionable.xcconfig | 2 +- .../Actionable/Info.plist | 2 +- 11 files changed, 1352 insertions(+), 1095 deletions(-) create mode 100644 PRODUCTNAME/app/Pods/Actionable/LICENSE create mode 100644 PRODUCTNAME/app/Pods/Actionable/README.md create mode 100644 PRODUCTNAME/app/Pods/Actionable/Resources/Actionable+Helpers.swifttemplate create mode 100644 PRODUCTNAME/app/Pods/Actionable/Resources/Actionable.swifttemplate create mode 100644 PRODUCTNAME/app/Pods/Actionable/Sources/Actionable.swift create mode 100755 PRODUCTNAME/app/Pods/Actionable/actionable.sh diff --git a/PRODUCTNAME/app/Podfile.lock b/PRODUCTNAME/app/Podfile.lock index bdb3c38..8ac662c 100644 --- a/PRODUCTNAME/app/Podfile.lock +++ b/PRODUCTNAME/app/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - Actionable (0.0.1): + - Actionable (0.0.3): - Sourcery - Alamofire (4.7.1) - Anchorage (4.2.2) @@ -92,7 +92,7 @@ PODS: - SwiftLint (0.25.0) DEPENDENCIES: - - Actionable (from `/Users/connorneville/Documents/Projects/Actionable/`) + - Actionable - Alamofire - Anchorage - BonMot @@ -110,6 +110,7 @@ DEPENDENCIES: SPEC REPOS: https://github.com/CocoaPods/Specs.git: + - Actionable - Alamofire - Anchorage - BonMot @@ -126,12 +127,8 @@ SPEC REPOS: - Swiftilities - SwiftLint -EXTERNAL SOURCES: - Actionable: - :path: "/Users/connorneville/Documents/Projects/Actionable/" - SPEC CHECKSUMS: - Actionable: a105a8c62be2189f1c2b5ced5b9e957e9bd5e495 + Actionable: e31bde7957f2488774a55f2bcc1c091f66bc38ca Alamofire: 68d7d521118d49c615a8d2214d87cdf525599d30 Anchorage: cba8707ea6475f604e04047882ba47c07e4b2ac1 BonMot: 68da0bd7c2f602aca85511bedabd211eb0fae666 @@ -148,6 +145,6 @@ SPEC CHECKSUMS: Swiftilities: 38a1e58d290e1a70f3ad345ccb2e2e0556375540 SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea -PODFILE CHECKSUM: 154b689ce7452f0b4825b3e7033481dd1baa60f9 +PODFILE CHECKSUM: eaf24044a1d7e6504fc8c253c1e5e8b246e5f526 COCOAPODS: 1.5.0 diff --git a/PRODUCTNAME/app/Pods/Actionable/LICENSE b/PRODUCTNAME/app/Pods/Actionable/LICENSE new file mode 100644 index 0000000..d3a72d8 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Actionable/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2019 Rightpoint + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/PRODUCTNAME/app/Pods/Actionable/README.md b/PRODUCTNAME/app/Pods/Actionable/README.md new file mode 100644 index 0000000..f0a40ca --- /dev/null +++ b/PRODUCTNAME/app/Pods/Actionable/README.md @@ -0,0 +1,99 @@ +# Actionable + +[![CI Status](https://img.shields.io/travis/nevillco/Actionable.svg?style=flat)](https://travis-ci.org/nevillco/Actionable) +[![Version](https://img.shields.io/cocoapods/v/Actionable.svg?style=flat)](https://cocoapods.org/pods/Actionable) +[![License](https://img.shields.io/cocoapods/l/Actionable.svg?style=flat)](https://cocoapods.org/pods/Actionable) +[![Platform](https://img.shields.io/cocoapods/p/Actionable.svg?style=flat)](https://cocoapods.org/pods/Actionable) + +Actionable makes it easier to adopt iOS conventions around the delegation pattern, with less boilerplate. + +## About + +When you want to relay actions to an object's owner in iOS, it’s common to use the delegate pattern. In builtin classes, this pattern looks like: +```swift +protocol UITextFieldDelegate: class { + + func textFieldDidBeginEditing(UITextField) + ... + func textFieldDidEndEditing(UITextField, reason: UITextField.DidEndEditingReason) + +} +``` +You’re encouraged to pass the object doing the delegation - in this case, the `UITextField`, back in the function. This naming convention can get verbose, but it has benefits. You might be delegating multiple `UITextField`s, and use a switch statement to disambiguate. It also makes clear to the developer that a particular function *belongs* to `UITextFieldDelegate`, whereas some `func didBeginEditing()` is more unclear. + +But maintaining this style as you develop can be tedious and carry a lot of boilerplate, especially for larger delegates. **Actionable** leverages [Sourcery](https://github.com/krzysztofzablocki/Sourcery) code generation to make these delegate protocols easier to write and express. + +## Usage + +First, add the build phase that performs the code generation. Insert it prior to the `Compile Sources` phase. Specify your input files (`-i`) and the file where your output will be generated (`-o`). Make sure the output file is added to your Xcode project. + +```bash +$PODS_ROOT/Actionable/actionable.sh -i $PROJECT_DIR/ -o $PROJECT_DIR/Generated/Actionable+Generated.swift +``` + +Now you're ready to add your delegates. To conform to Actionable, simply declare a delegate and a set of actions: + +```swift +class TableViewCell: UITableViewCell, Actionable { + + // Conforming to Actionable + weak var delegate: Delegate? + enum Action { + case didTapButton + } + + func doSomething() { + // notify the delegate that something happened + notify(.didTapButton) + } + +} +``` + +And on the other side, conform to the newly generated delegate. + +```swift +class TableViewController: UITableViewController, TableViewCellDelegate { + + override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let cell = tableView.dequeueReusableCell( + withIdentifier: TableViewCell.reuseID, for: indexPath) + as! TableViewCell + // assign the controller as the cell’s delegate + cell.delegate = self + return cell + } + + // TableViewCellDelegate, and this function, were generated for you + func tableViewCell(_ cell: TableViewCell, didNotify action: TableViewCell.Action) { + switch action { + case .didTapButton: + print("Message received!") + } + } + +} +``` + +## Example + +To run the example project, clone the repo, and run `pod install` from the Example directory first. You'll see a sample table view, whose buttons send an event all the way up to `AppDelegate` via the Actionable pattern. + +## Requirements + +## Installation + +Actionable is available through [CocoaPods](https://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Actionable' +``` + +## Author + +Connor Neville, cneville@rightpoint.com + +## License + +Actionable is available under the MIT license. See the LICENSE file for more info. diff --git a/PRODUCTNAME/app/Pods/Actionable/Resources/Actionable+Helpers.swifttemplate b/PRODUCTNAME/app/Pods/Actionable/Resources/Actionable+Helpers.swifttemplate new file mode 100644 index 0000000..59da688 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Actionable/Resources/Actionable+Helpers.swifttemplate @@ -0,0 +1,61 @@ +<%_ +func variableName(for type: Type) -> String { + let lookups = ["ViewController": "vc", "View": "view", "Cell": "cell", "Service": "service"] + for (suffix, specialName) in lookups { + if type.name.hasSuffix(suffix) { + return specialName + } + } + return "component" +} + +func delegateName(for type: Type) -> String { + var delegateName = "\(type.localName)Delegate" + var currentType = type + while let parent = currentType.parent { + let parentName = strippingParentSuffixes(from: parent) + delegateName = "\(parentName)\(delegateName)" + currentType = parent + } + return delegateName +} + +func strippingParentSuffixes(from parentType: Type) -> String { + let parentName = parentType.localName + let suffixes = ["View", "ViewController"] + for suffix in suffixes { + if let suffixIndex = parentName.range(of: suffix)?.lowerBound { + let slice = parentName[parentName.startIndex.. String { + guard !input.isEmpty else { return "" } + let firstCapitals = input.prefix { character in + return character.unicodeScalars.contains { unicodeScalar in + CharacterSet.uppercaseLetters.contains(unicodeScalar) + } + } + + guard !firstCapitals.isEmpty else { + return input + } + + let newPrefix: String + + if firstCapitals.count == 1 { + newPrefix = firstCapitals.lowercased() + } + else { + newPrefix = "\(firstCapitals.dropLast().lowercased())\(firstCapitals.last!)" + } + + var updated = input + let range = updated.range(of: firstCapitals)! + updated.replaceSubrange(range, with: newPrefix) + return updated +} +_%> diff --git a/PRODUCTNAME/app/Pods/Actionable/Resources/Actionable.swifttemplate b/PRODUCTNAME/app/Pods/Actionable/Resources/Actionable.swifttemplate new file mode 100644 index 0000000..ed7bad7 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Actionable/Resources/Actionable.swifttemplate @@ -0,0 +1,25 @@ +<%- include("Actionable+Helpers") %> +<%_ let allTypes = types.implementing["Actionable"] +for type in allTypes { +let lowerFirstTypeName = lowerFirstCamelCaseGroup(type.localName) +let delegate = delegateName(for: type) _%> +// MARK: - <%= type.name %> +<%= type.accessLevel %> protocol <%= delegate %>: class { + + func <%= lowerFirstTypeName %>(_ <%= variableName(for: type) %>: <%= type.name %>, didNotify action: <%= type.name %>.Action) + +} + +<%= type.accessLevel %> extension <%= type.name %> { + + typealias ActionType = Action + typealias Delegate = <%= delegate %> + + func notify(_ action: ActionType) { + delegate?.<%= lowerFirstTypeName %>(self, didNotify: action) + } + +} +<%_ +} +_%> diff --git a/PRODUCTNAME/app/Pods/Actionable/Sources/Actionable.swift b/PRODUCTNAME/app/Pods/Actionable/Sources/Actionable.swift new file mode 100644 index 0000000..2489317 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Actionable/Sources/Actionable.swift @@ -0,0 +1,37 @@ +// +// Actionable.swift +// Actionable +// +// Created by Rightpoint on 2/13/19. +// + +import UIKit + +public protocol Actionable: class { + associatedtype ActionType + associatedtype Delegate + + func notify(_ action: ActionType) +} + +public extension Actionable { + + func notify(_ action: ActionType) -> () -> Void { + return { [weak self] in + self?.notify(action) + } + } + + func notify(_ action: ActionType) -> (UIControl) -> Void { + return { [weak self] _ in + self?.notify(action) + } + } + + func notify(_ action: ActionType) -> (UIAlertAction) -> Void { + return { [weak self] _ in + self?.notify(action) + } + } + +} diff --git a/PRODUCTNAME/app/Pods/Actionable/actionable.sh b/PRODUCTNAME/app/Pods/Actionable/actionable.sh new file mode 100755 index 0000000..685b579 --- /dev/null +++ b/PRODUCTNAME/app/Pods/Actionable/actionable.sh @@ -0,0 +1,40 @@ +#!/bin/bash + +SOURCERY_PATH=$PODS_ROOT/Sourcery/bin/sourcery +ACTIONABLE_PATH=$(dirname $0) +ACTIONABLE_SWIFT_FILE=$ACTIONABLE_PATH/Sources/Actionable.swift +ACTIONABLE_TEMPLATES_DIR=$ACTIONABLE_PATH/Resources/ +declare -a INPUT_FILES=() +INPUT_STRING="" + +while getopts "i:o:" opt; do + case ${opt} in + i ) + INPUT_FILES+=("$OPTARG") + ;; + o ) + OUTPUT_FILE=$OPTARG + ;; + \? ) + echo "Actionable usage: cmd [-i] [-o]" + exit 1 + ;; + esac +done + +if [ ${#INPUT_FILES[@]} -eq 0 ]; then + echo "Error: Actionable input file not specified [-i]" + exit 1 +fi + +if [ -z $OUTPUT_FILE ]; then + echo "Error: Actionable output file not specified [-o]" + exit 1 +fi + +for INPUT_FILE in "${INPUT_FILES[@]}"; +do + INPUT_STRING="$INPUT_STRING --sources $INPUT_FILE" +done + +$SOURCERY_PATH $INPUT_STRING --sources $ACTIONABLE_SWIFT_FILE --templates $ACTIONABLE_TEMPLATES_DIR --output $OUTPUT_FILE diff --git a/PRODUCTNAME/app/Pods/Manifest.lock b/PRODUCTNAME/app/Pods/Manifest.lock index bdb3c38..8ac662c 100644 --- a/PRODUCTNAME/app/Pods/Manifest.lock +++ b/PRODUCTNAME/app/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - Actionable (0.0.1): + - Actionable (0.0.3): - Sourcery - Alamofire (4.7.1) - Anchorage (4.2.2) @@ -92,7 +92,7 @@ PODS: - SwiftLint (0.25.0) DEPENDENCIES: - - Actionable (from `/Users/connorneville/Documents/Projects/Actionable/`) + - Actionable - Alamofire - Anchorage - BonMot @@ -110,6 +110,7 @@ DEPENDENCIES: SPEC REPOS: https://github.com/CocoaPods/Specs.git: + - Actionable - Alamofire - Anchorage - BonMot @@ -126,12 +127,8 @@ SPEC REPOS: - Swiftilities - SwiftLint -EXTERNAL SOURCES: - Actionable: - :path: "/Users/connorneville/Documents/Projects/Actionable/" - SPEC CHECKSUMS: - Actionable: a105a8c62be2189f1c2b5ced5b9e957e9bd5e495 + Actionable: e31bde7957f2488774a55f2bcc1c091f66bc38ca Alamofire: 68d7d521118d49c615a8d2214d87cdf525599d30 Anchorage: cba8707ea6475f604e04047882ba47c07e4b2ac1 BonMot: 68da0bd7c2f602aca85511bedabd211eb0fae666 @@ -148,6 +145,6 @@ SPEC CHECKSUMS: Swiftilities: 38a1e58d290e1a70f3ad345ccb2e2e0556375540 SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea -PODFILE CHECKSUM: 154b689ce7452f0b4825b3e7033481dd1baa60f9 +PODFILE CHECKSUM: eaf24044a1d7e6504fc8c253c1e5e8b246e5f526 COCOAPODS: 1.5.0 diff --git a/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj b/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj index f28e782..084efe9 100644 --- a/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj +++ b/PRODUCTNAME/app/Pods/Pods.xcodeproj/project.pbxproj @@ -8,193 +8,194 @@ /* Begin PBXBuildFile section */ 00B32E63626DA341845ED02C59718C84 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 01D3A53C1534E6CD94A4F5B7AA148DD0 /* SimulatorStatusMagic-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AD93D9E7D08BF01FBB70A4F2D8948EC /* SimulatorStatusMagic-dummy.m */; }; - 01FA0D9A44695B13B9FFAC08D3D2DBDA /* BonMot-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08E6C50C0FBDB5D498FA2FA8FF6FEFF2 /* BonMot-dummy.m */; }; + 01D3A53C1534E6CD94A4F5B7AA148DD0 /* SimulatorStatusMagic-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F9BF7559192F5371B477BA5CF357D41 /* SimulatorStatusMagic-dummy.m */; }; + 01FA0D9A44695B13B9FFAC08D3D2DBDA /* BonMot-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF062958E89B83260F822E942748F4E /* BonMot-dummy.m */; }; 033DB32A3CEA46564F7F470B54432758 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */; }; - 0663AE8F78A65FD9ECAAE4AA16BB7A7B /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A99096ED765E3DA7D08D00B89B3F84D /* Shapes.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0663AE8F78A65FD9ECAAE4AA16BB7A7B /* Shapes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 937FFB5B20DB34C3E56F15C21B12697D /* Shapes.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 075A3A9E87AA60A4C295D7A8D627E5DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 08182C96191ADF0A7C7418A9CC3632CA /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9868647CE6F3FABBB18484A90C43E204 /* Alamofire-dummy.m */; }; - 0930F5AAE18CD75C0963D0468A1FBB4E /* SDStatusBarOverriderPost9_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E07141F2F346A2460F49B612B0376E7 /* SDStatusBarOverriderPost9_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A7115FDCB391D13583605DBD804B03D /* AccessibilityHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F78E61049F1AB2CA496F19D5BF82D0A /* AccessibilityHelpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0BFCA787AC384A4B54394DE5F5F0DF37 /* Anchorage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D8183B7EF948387A52A303D97B171AF8 /* Anchorage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CD970F31CC7B79A2CA72EFD3655E0F8 /* SimulatorStatusMagic-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5798EC664C01EE5BA10628B3F310DA33 /* SimulatorStatusMagic-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13576D9A43C12FBCD3708250FCED4BAF /* TailoredSwiftTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA7D84CC47BBD8612BF7EA9C9DD97148 /* TailoredSwiftTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 13EDE696B67E3C9F7C9307059BF7479C /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3506603E91927E99EA23BBC2921AAA /* Compatibility.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1441FC0F84B478969D3A7197E33E3D6A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF783FBBF31ACC70F681C01C88C6D7A /* SessionDelegate.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1672AB321E4955C126034EC4D6BFC9BE /* NSURLRequest+HTTPBodyTesting.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B56EB06AFA2FE7BC229A48D9B988F8A /* NSURLRequest+HTTPBodyTesting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1A04F0E3EDEDE78E718FA39EC4393161 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7730E2C969B925A64DF2BB1D31467A4E /* NetworkReachabilityManager.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1A96378A0A6C22764BCF992592ABF5A1 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A81E89FEC253ECABFAC8B956C4F55A1 /* Operators.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 20EB6941CF6A0C61CCC8CBA1D8735295 /* MarshalDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = A12D08EC4AC2D305B53E61FCFE14E3C4 /* MarshalDictionary.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 249EDE8F60D9B018C6D1AACE701DA48C /* Actionable-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA2BF3A6AE41B168C6F0FE93775AD48 /* Actionable-dummy.m */; }; - 25CE1046CCEE2CA34C6140F4FED53068 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = A941F8147CDC795B668D9318CEAC7BC0 /* Log.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 26ADBB05E953D1EBDD241886C5C7B086 /* AppInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE913BE32F6C75BD99AFA4767A732A24 /* AppInfo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27AEC6EDBB8AC7CDD7E1B78FCAEAE76A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF1F5D0E670DBA1AD156948DC695B7A /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27C68CD807F11E559BA31F5A1B5307AF /* Unmarshaling.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED14CE1563C0DB353568542A994794A9 /* Unmarshaling.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27DD8687427FC232B33303BB78C7910F /* OHHTTPStubs-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 91232731467881E0A0003972C1B53FEC /* OHHTTPStubs-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29A3BFFDF9322AF06423A1BFFC4C967F /* HairlineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C229CF1AC6DFC3210A373A32CC06B7 /* HairlineView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 08182C96191ADF0A7C7418A9CC3632CA /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 139FA84B7F63FA5A4BBCB6C0536C0C6D /* Alamofire-dummy.m */; }; + 0930F5AAE18CD75C0963D0468A1FBB4E /* SDStatusBarOverriderPost9_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E519202D8BB715533FA4B8E1E73ADE /* SDStatusBarOverriderPost9_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A7115FDCB391D13583605DBD804B03D /* AccessibilityHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C88D0E19A8642D26F2489F8F91BD349 /* AccessibilityHelpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0B446EA53232FEB9FBEEB051619FA128 /* actionable.sh in Resources */ = {isa = PBXBuildFile; fileRef = E25CDBA8536CC5F4C58775C8C12EB4F2 /* actionable.sh */; }; + 0BFCA787AC384A4B54394DE5F5F0DF37 /* Anchorage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 25210CB752CD0591AA67819358B56A57 /* Anchorage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CD970F31CC7B79A2CA72EFD3655E0F8 /* SimulatorStatusMagic-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 97CDA5324328F6C6EC478CE08D7090E5 /* SimulatorStatusMagic-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13576D9A43C12FBCD3708250FCED4BAF /* TailoredSwiftTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DC03D4AE88FF740CA7F219C095BB8E /* TailoredSwiftTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 13EDE696B67E3C9F7C9307059BF7479C /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = B16A41299C779F9954A5E479B9DE13A5 /* Compatibility.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1441FC0F84B478969D3A7197E33E3D6A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 137E1EFC7B4A449A421FFBD25BBCAD76 /* SessionDelegate.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1672AB321E4955C126034EC4D6BFC9BE /* NSURLRequest+HTTPBodyTesting.m in Sources */ = {isa = PBXBuildFile; fileRef = F670C7773EEF29C5A48997E392A01CAA /* NSURLRequest+HTTPBodyTesting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1A04F0E3EDEDE78E718FA39EC4393161 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14299890D7119E200FD8A4049A7D5BBA /* NetworkReachabilityManager.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1A96378A0A6C22764BCF992592ABF5A1 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B2B1946B3D4E47AE89044EB8DAA48C /* Operators.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 20EB6941CF6A0C61CCC8CBA1D8735295 /* MarshalDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246473C3E5086D8C869866EE87B033E0 /* MarshalDictionary.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 25CE1046CCEE2CA34C6140F4FED53068 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01470BAD8FD9AE76BE3A47AB0BA4DA42 /* Log.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 26ADBB05E953D1EBDD241886C5C7B086 /* AppInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31630207AE19A163D01443E5704AE46 /* AppInfo.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 27AEC6EDBB8AC7CDD7E1B78FCAEAE76A /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C74823F7CF16D316307EEF54616A187B /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27C68CD807F11E559BA31F5A1B5307AF /* Unmarshaling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AC3D4FCB652BB25F7E027C1FB55315A /* Unmarshaling.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 27DD8687427FC232B33303BB78C7910F /* OHHTTPStubs-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EF0C4E45C9C902173729E2DAA56643F9 /* OHHTTPStubs-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29A3BFFDF9322AF06423A1BFFC4C967F /* HairlineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1E344C52C011D75EA5FB73373CE8D6E /* HairlineView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 29E58FBA2858B2A84301A922D4F9559A /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92D07D0253E195346C98D6FD98152125 /* CFNetwork.framework */; }; - 2A5D6FDD58D10632373A92501AB3C394 /* AdaptableTextContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3ECA395671E46BEC0BAF5982A72789B /* AdaptableTextContainer.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2AFD734742611244B35841A12EA2586D /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 927A11D4B3D34971D1CEDFBBC0FDA903 /* Response.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2F2555627DFC018FDE0436E0974050B7 /* Image+Tinting.swift in Sources */ = {isa = PBXBuildFile; fileRef = E61DA1D7AE8CA0A6A2697B511C460D91 /* Image+Tinting.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3089A74FEBFE2D36A20B604D9A198D38 /* Anchorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A9678738C7CA35F7F0475B20FE4B745 /* Anchorage.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 314CF219FBE7A88BB6BD7C569B3B02CB /* OHHTTPStubsMethodSwizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 5370A5D0CADBD16DEC7C62D29B31CD35 /* OHHTTPStubsMethodSwizzling.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 3473E5275B964330821A8C885FFE35B9 /* FontFeatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FE6542169DE63608D47B0CCED5804B6 /* FontFeatures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 35019755DC0469E14B7BCEA691E2EF6E /* Compatability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BAA3F46F7F17D58A531C36F1D3A6332 /* Compatability.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 362FD25C7C9A24CE6A1C9218A90AE29B /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D93860BAF005EE4297442E8E2F1D3FA /* Request.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2A5D6FDD58D10632373A92501AB3C394 /* AdaptableTextContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9ACDCEFE49E9AB188A397D5FEEE0CDC /* AdaptableTextContainer.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2AFD734742611244B35841A12EA2586D /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45F63EC3FC92A5702EFB56E77DDA689 /* Response.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2F2555627DFC018FDE0436E0974050B7 /* Image+Tinting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51777EFCFC1160D4769501EC815E6665 /* Image+Tinting.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3089A74FEBFE2D36A20B604D9A198D38 /* Anchorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B605C3026EDAB543828A885A31296190 /* Anchorage.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 314CF219FBE7A88BB6BD7C569B3B02CB /* OHHTTPStubsMethodSwizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = 2145DE17D6568164C83B659B80EE753B /* OHHTTPStubsMethodSwizzling.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3473E5275B964330821A8C885FFE35B9 /* FontFeatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383A2BEC717F9C0F9D1E812FA78F1D75 /* FontFeatures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 35019755DC0469E14B7BCEA691E2EF6E /* Compatability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 067E300D2DE646F143F9F64C50BF0A77 /* Compatability.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 362FD25C7C9A24CE6A1C9218A90AE29B /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181AD9063E49D0AFA94ACC073CFCB4E4 /* Request.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 36B53550419F523AC20C5F3D1E2D2418 /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 41BE0D271A76B8052FE61C29C9054E7E /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 370A1BA523E19F6BD3BEC731A486CBC0 /* AttributedStringTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD81F4046000DAC9284072A1F82F8F7 /* AttributedStringTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 370A1BA523E19F6BD3BEC731A486CBC0 /* AttributedStringTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2821A82BB737E96DC452A31327BBBD12 /* AttributedStringTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 37835262FD9A41103017E69084A4187E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 39E1F7C7BB6305003A28C519E3C0F4D1 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B08BFEA7A6F6CC00238558EAE7E5E33 /* MultipartFormData.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 39E1F7C7BB6305003A28C519E3C0F4D1 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B902951D6593F306CAB3FA322F137DA /* MultipartFormData.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3B43E1269043B4D60A24EE6CC3C2F5D9 /* Pods-PRODUCTNAME-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB10E5C1CD8AA501E120F456D22E467 /* Pods-PRODUCTNAME-dummy.m */; }; - 3C4BA5A32C6BFDE53B6346F330937594 /* CGSize+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A0868A16A3A9A6D92C5C214186A206 /* CGSize+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3E98AD69A893524BE67C207B81774984 /* BonMot-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BFAD8BB01541DAE5A9AFF7CE7A1C4A8 /* BonMot-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F8C96147D1060088BB96806810ABE5B /* MarshaledObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 870961DB4BAF941AAE6E7D66D5B3A5D2 /* MarshaledObject.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3FB3333069A9664C18D3FC082A7E1FEA /* XMLBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 601A5ECDC1FB199A4FC78779F10A5EB5 /* XMLBuilder.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 402A417B517B0480F534D5D3A732EBE2 /* FloatingPoint+Scale.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0D7DF27D09FCFD7394B0B38A84B7CEE /* FloatingPoint+Scale.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4258BFC81F5292BAEE6D2FA98BC42BE0 /* TintedButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581E16FC3FAABFB860ADA98976F2C27A /* TintedButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4492D4799C929CE5982FBFAF4EBD71A5 /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5412436A37D527356105C3610FF135C4 /* JSON.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 449C9752FEBC5F4598DC46110D08BDF9 /* OHHTTPStubs-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9DC220E967B42B8CB8A9B725AEA159A /* OHHTTPStubs-dummy.m */; }; - 45B3428619504D1D886E5ECAAADE2C4C /* OHHTTPStubs+NSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FD46141CC9D62F7999430E752B70775 /* OHHTTPStubs+NSURLSessionConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 485B126C5D8F3D42DE8B46C141894962 /* Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F1823BA175D7AE86D633617DE4DE032 /* Keyboard.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4BE575FE21638BE2A20702D750F77741 /* SDStatusBarOverriderPost9_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E03CF07FB844BCCC08EA2D1F6815F9 /* SDStatusBarOverriderPost9_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F0F301F3E8CE079B0F75D01CF62B17A /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAC21C4BCDFBF39FBBAD24A0F4CAE3D6 /* DispatchQueue+Alamofire.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 52635DC1034F11FFACF5738799862502 /* AnchorGroupProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = D629F02328D3D86B8D417ABE7F2A8376 /* AnchorGroupProvider.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5BFB87050228D3CD20554AB72B9943BF /* Marshaling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 400171CB77AD40D6FAB3904649CDA320 /* Marshaling.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5CA4FE4658090B8FCF580151A825BA5C /* NavBarHairlineFadeBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A79F2757BB5193385CB657397B9FD68 /* NavBarHairlineFadeBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5CB40777DC3012B5A5ACD1267664740C /* PlaceholderTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488000412A3EF48ED3FD6AE622B14E01 /* PlaceholderTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5DCC988C6E6FF6AC7D01834B6DF84508 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92384886DED5DACFB70A7ADD05F0AE96 /* KeychainAccess-dummy.m */; }; - 5F42C5E0174430C75667A06ECBB71153 /* UIView+KeyboardLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E9736D58075B10D0AA72BE7AEA5104 /* UIView+KeyboardLayoutGuide.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5F56D6589F04D7455E3CB5CB3611B24F /* Actionable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63BB87609E6B56D03934113EE2939D9B /* Actionable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 601AB785C5146FBAB9D9A73C3A173061 /* StylisticAlternates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9608300F6801F3CF683D2AB23E092E4C /* StylisticAlternates.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 60887159C2B80FF8794E22CC6EA241EF /* UIViewController+Deselection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195E4634703B4F5C243D01578011E6FE /* UIViewController+Deselection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 62FC616F93E60493B6C6508D3D2063D6 /* LicenseFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01D6B53D34A61626188FB059F782B08E /* LicenseFormatter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 63F013CE64E2A507947560E22E423C71 /* NSLayoutAnchor+MultiplierConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FB4407A39A7503B5AB87E21F9B5A76B /* NSLayoutAnchor+MultiplierConstraints.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 640F92A070027B9792337CA4A483C50B /* UnmarshalUpdating.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C2D12483CC7DB1AAD40556384DE3851 /* UnmarshalUpdating.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65ADB4F1782EC70A861F373827A0E087 /* Emphasis.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303F230EB1E594C6B1B48ACEA4A7A12D /* Emphasis.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65F557F43201672C478AF7858F6CC997 /* NSAttributedString+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = F39403CDECD7705B479AA5323D04813D /* NSAttributedString+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3C4BA5A32C6BFDE53B6346F330937594 /* CGSize+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E8517C9CF98E757DE9B3BDA331C952F /* CGSize+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3C65B83B7DCA76A8C4EB98EB72AD9812 /* Actionable-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5C0603E138A9A64ED3C3F18BF11EF6 /* Actionable-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E98AD69A893524BE67C207B81774984 /* BonMot-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE453FF3AD093B9AA1C72F7CD8AA8BC2 /* BonMot-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F8C96147D1060088BB96806810ABE5B /* MarshaledObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2B4AD38D17BF9BF8BD0A6F929AEC023 /* MarshaledObject.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3FB3333069A9664C18D3FC082A7E1FEA /* XMLBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5C8A758D821A941219D5BCCA619721 /* XMLBuilder.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 402A417B517B0480F534D5D3A732EBE2 /* FloatingPoint+Scale.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F0D05C2A4AED5778486328F4E595C3 /* FloatingPoint+Scale.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4258BFC81F5292BAEE6D2FA98BC42BE0 /* TintedButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD0CF826CFF9218F6113F8163B72D9F1 /* TintedButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4492D4799C929CE5982FBFAF4EBD71A5 /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD6D3D07519D7EA2C80288008DDCCAC6 /* JSON.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 449C9752FEBC5F4598DC46110D08BDF9 /* OHHTTPStubs-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C43E0928E9776C6DC39997BC8917855C /* OHHTTPStubs-dummy.m */; }; + 45B3428619504D1D886E5ECAAADE2C4C /* OHHTTPStubs+NSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = EDDA6DCCEC2F45DF60F6CAB32120B3A1 /* OHHTTPStubs+NSURLSessionConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 485B126C5D8F3D42DE8B46C141894962 /* Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F335928A9DEB519566A545F0F0513C4 /* Keyboard.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4BE575FE21638BE2A20702D750F77741 /* SDStatusBarOverriderPost9_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F2F0017E464224EF9CCF6B7C84A95D /* SDStatusBarOverriderPost9_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F0F301F3E8CE079B0F75D01CF62B17A /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4221B3C204C7847448EFE81C2A1F8B22 /* DispatchQueue+Alamofire.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 52635DC1034F11FFACF5738799862502 /* AnchorGroupProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD71313154351520264C9005A5F7229 /* AnchorGroupProvider.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5BFB87050228D3CD20554AB72B9943BF /* Marshaling.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF119B26CC50B716244DE337CEE0C8B3 /* Marshaling.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5CA4FE4658090B8FCF580151A825BA5C /* NavBarHairlineFadeBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955273AC1ACEC28B6861B468179C5DAE /* NavBarHairlineFadeBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5CB40777DC3012B5A5ACD1267664740C /* PlaceholderTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86EC9D18F738A3E0D2BC7093A1509B96 /* PlaceholderTextView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5DCC988C6E6FF6AC7D01834B6DF84508 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6527D1DBD743B385F9B504D80FAB5382 /* KeychainAccess-dummy.m */; }; + 5F42C5E0174430C75667A06ECBB71153 /* UIView+KeyboardLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = E51D46C6BA7FFBF999879B3C94D942D3 /* UIView+KeyboardLayoutGuide.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 601AB785C5146FBAB9D9A73C3A173061 /* StylisticAlternates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 682D9A8DED9C1F3759D12787039BE7E8 /* StylisticAlternates.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 60887159C2B80FF8794E22CC6EA241EF /* UIViewController+Deselection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BF03E3E419B1ED6B380BD8E648C04B /* UIViewController+Deselection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 62FC616F93E60493B6C6508D3D2063D6 /* LicenseFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA116ECF246DF656A1E3F05E4B8B6C3E /* LicenseFormatter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 63F013CE64E2A507947560E22E423C71 /* NSLayoutAnchor+MultiplierConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4C615312B300FD8ACC92E692A19B8FA /* NSLayoutAnchor+MultiplierConstraints.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 640F92A070027B9792337CA4A483C50B /* UnmarshalUpdating.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C36F44BA316D32B3F27200AC144EBE4 /* UnmarshalUpdating.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65ADB4F1782EC70A861F373827A0E087 /* Emphasis.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF8B9466550199C5F63869DB82B96B5B /* Emphasis.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65F557F43201672C478AF7858F6CC997 /* NSAttributedString+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6B27FCC9C3C7A97733E95E1648895CB /* NSAttributedString+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6643B107591AE11F8CB36A111EA025D1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 676ADCF0F90244C48F1F9D97E66DA219 /* AcknowlegementsListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8447386615354DFC853D7D6B3484E6 /* AcknowlegementsListViewModel.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 696F087A3110A1ED44B2A4F28DE94AC7 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF262ABCD2A26834ED606723DD63258 /* TaskDelegate.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 697F039312A07305582C9B9504053C77 /* OHPathHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 60AE687485680215FB50D911F8C92E7E /* OHPathHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A31CEFF022DA64052D4362CA0B8590E /* SDStatusBarOverriderPost11_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB66A1983F305C455DA132BB4306B65 /* SDStatusBarOverriderPost11_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 676ADCF0F90244C48F1F9D97E66DA219 /* AcknowlegementsListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B386AD70B3DCC5F960AAB921A946E5D /* AcknowlegementsListViewModel.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 696F087A3110A1ED44B2A4F28DE94AC7 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98EDC284BAAA7A10BB89B85AF4B24618 /* TaskDelegate.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 697F039312A07305582C9B9504053C77 /* OHPathHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A36C17F2F201FE1228A63992CCF3FDED /* OHPathHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A31CEFF022DA64052D4362CA0B8590E /* SDStatusBarOverriderPost11_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3C3893514BB9A377FB32713A871BF6 /* SDStatusBarOverriderPost11_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6B99CDD402569BF0614DA59B9FC69D17 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 6BD883FDE36D801A0694EF9E9162B2AA /* CoreDataStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466CAC66BABADB50E1BCB1A982349841 /* CoreDataStack.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6BE318BADA8B0C862E9640F3DA0946B8 /* OHHTTPStubs.h in Headers */ = {isa = PBXBuildFile; fileRef = 45CC0E03B009717C8F4C27224B7542A7 /* OHHTTPStubs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6EFC4D2C5D090605AC856A2C5D5A0144 /* UIWindow+RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD320AC0777B8F096799EF63ACCA686E /* UIWindow+RootViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 70001FB52A312C7EDB75E3A00B818F07 /* OHHTTPStubs.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DD39F971D20898AED055AA9BF3CD836 /* OHHTTPStubs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6BD883FDE36D801A0694EF9E9162B2AA /* CoreDataStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334D53BFC38A1D5C5D5AE28C09474A77 /* CoreDataStack.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6BE318BADA8B0C862E9640F3DA0946B8 /* OHHTTPStubs.h in Headers */ = {isa = PBXBuildFile; fileRef = B90C00CD3228CCA8079FF9F6E236E64F /* OHHTTPStubs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EFC4D2C5D090605AC856A2C5D5A0144 /* UIWindow+RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77C945D4511D4CB55EFCA9B7CDFD6BEC /* UIWindow+RootViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 70001FB52A312C7EDB75E3A00B818F07 /* OHHTTPStubs.m in Sources */ = {isa = PBXBuildFile; fileRef = 01596073114FE168952F0D36E648061E /* OHHTTPStubs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 70C77A2D6A62D410359103923793F7D9 /* Pods-Services-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A877C133D089D0EA6266B9AA79A3C0D8 /* Pods-Services-dummy.m */; }; - 71F990C48750326761E0D3DFD72D4705 /* SDStatusBarOverriderPost9_0.m in Sources */ = {isa = PBXBuildFile; fileRef = A8362E5C55DB576EDA9F653B4DAD34B8 /* SDStatusBarOverriderPost9_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7273FC0EC1C598B463F117617C271D2F /* NamedStyles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150D5F06EED08B310B9405B584325596 /* NamedStyles.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 71F990C48750326761E0D3DFD72D4705 /* SDStatusBarOverriderPost9_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B31C8151B51A54EC45133C8AFD323D1 /* SDStatusBarOverriderPost9_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7273FC0EC1C598B463F117617C271D2F /* NamedStyles.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC81175A025420D4A295C266CD3570D /* NamedStyles.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7541F168F3CF8FA24916FB21C51B7F55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 75ED0928B15C116261FFDB2C09D7F30D /* BetterButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A03EA3815B5BAC479A29ED05C1D6C790 /* BetterButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 78FA3C54BC52EFB51A90C94058120556 /* Priority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79B79889CB66F3547858499AF9DF34F1 /* Priority.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7931A1364C2FAC9FC453D63CA0271A1B /* AcknowledgementsListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CDD5BA8972F399C0ABFFF78568BEEA8 /* AcknowledgementsListViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 75ED0928B15C116261FFDB2C09D7F30D /* BetterButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FC8F5D0C9F1B3F607EBFADD253E6EB7 /* BetterButton.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 78FA3C54BC52EFB51A90C94058120556 /* Priority.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8C573DF456A7A6AF239E48919B5004A /* Priority.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7931A1364C2FAC9FC453D63CA0271A1B /* AcknowledgementsListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 028C1AC7244A696101B5905C8BDC0F71 /* AcknowledgementsListViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 79A288115A5A25D3363C131BA023D389 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 7E7E6711E5A2E3A56426BC36F38B71B0 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4298AACFF2630F0142E4DF69322A431 /* Timeline.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7F65C5EB2650A987FFBA4241CF168A83 /* Actionable-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 512AB0183297D8F0ED9466759D17E103 /* Actionable-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7FAAB8A88AD6D3B009462A44FC47774A /* OHHTTPStubsResponse+JSON.m in Sources */ = {isa = PBXBuildFile; fileRef = A3725CBDC8134A746D7726E722C23A10 /* OHHTTPStubsResponse+JSON.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7FD222B47420365A27566D843254E323 /* UIStackView+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 167E7DE98C7E880D7C4092A0071A0B60 /* UIStackView+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 80989BA7D528B5CCC278FCBF48AB681F /* SDStatusBarOverriderPre8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 67625259D8D9F57125F8DDD1A64ADC0F /* SDStatusBarOverriderPre8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 80A069B0E3F46E9908AA4F05CAEEDA75 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAB039E300AF7DD6BD76A502DC10A5FD /* SessionManager.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7E7E6711E5A2E3A56426BC36F38B71B0 /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62FB97DF9F8495876E47DDBED7FF0A32 /* Timeline.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7FAAB8A88AD6D3B009462A44FC47774A /* OHHTTPStubsResponse+JSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FDC65C2F9407031C9565D52112A0718 /* OHHTTPStubsResponse+JSON.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7FD222B47420365A27566D843254E323 /* UIStackView+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BA32149E73D0C6398035D6CE6604C4C /* UIStackView+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 80989BA7D528B5CCC278FCBF48AB681F /* SDStatusBarOverriderPre8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 896947745486D8699CBED4868462DA79 /* SDStatusBarOverriderPre8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 80A069B0E3F46E9908AA4F05CAEEDA75 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E053577A6430D74F0F6452EF37682269 /* SessionManager.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 816206296DDDA4246B335FAAF237CE54 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 450D15BE0B13A5B28F43A11F124E5A1D /* CoreData.framework */; }; - 8183CBA4C4D492190FB4D98818E812E6 /* Tab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ABD1AB439290BC9D71034255E929E90 /* Tab.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 82096C2BEED6086820FE5F108E031532 /* SDStatusBarOverriderPost10_3.m in Sources */ = {isa = PBXBuildFile; fileRef = DD137FB740BFA583C491CAF62E6D8090 /* SDStatusBarOverriderPost10_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 837DCED10E50BEA1FDEE4DB436ADFE8E /* UIKit+AdaptableTextContainerSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5882EB529353062124E51370A389B0F9 /* UIKit+AdaptableTextContainerSupport.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 86405C7543B594CCA999D884323798E4 /* Marshal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F04F2A4BE2300747FDD93FB1AFDC04E /* Marshal-dummy.m */; }; - 88050EE4A7392E3B0705A9A798683963 /* SDStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 059C81EB83DFA6667D7FEC674E62189D /* SDStatusBarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 88A76C6849A605AFC65A31BB85C075E0 /* Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA277AA68ECE32A78E6A8B982BF9E99 /* Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8183CBA4C4D492190FB4D98818E812E6 /* Tab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51CB9AFD93304FB9B2228D4C9ADBEC9D /* Tab.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 82096C2BEED6086820FE5F108E031532 /* SDStatusBarOverriderPost10_3.m in Sources */ = {isa = PBXBuildFile; fileRef = DA74C3A77F15C043C54F7D9B26CA0DF9 /* SDStatusBarOverriderPost10_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 837DCED10E50BEA1FDEE4DB436ADFE8E /* UIKit+AdaptableTextContainerSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFB8254503C2C1A80074F52B233BC966 /* UIKit+AdaptableTextContainerSupport.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 86405C7543B594CCA999D884323798E4 /* Marshal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F0983824E4C44FD85AB49D53BB6426 /* Marshal-dummy.m */; }; + 88050EE4A7392E3B0705A9A798683963 /* SDStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 51CC4A182A757532889D90A779B1E00E /* SDStatusBarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 88A76C6849A605AFC65A31BB85C075E0 /* Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 34BFBB490DDF4F69A58D554BB6A1E612 /* Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; 89E786EE8C1BBB5426972A90D16903F4 /* Pods-PRODUCTNAME-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAAC8EBC99D2F94C201D73BB3F57F8F /* Pods-PRODUCTNAME-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C434332261F7761B017FE40FB9F32FC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90F843876DD2ACE8F9EBF2B08C14B33E /* Validation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D53DD7E6A42FE129247A1ADBC799DEA /* Tab+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6DF4CBFEEE91EA14B51430A92729A0 /* Tab+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8C434332261F7761B017FE40FB9F32FC /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69491719FF067F29FC914D35319AF30B /* Validation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D53DD7E6A42FE129247A1ADBC799DEA /* Tab+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2050B88A5E6AAF23BE39B1C86D40C61A /* Tab+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8EEF8BD41FECC404F2F089560BE9BCB8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - 902459EC027C8C9505F0DC89607760DC /* CGFloat+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E5BFF5B7642FA4A3767A08BDEDA8154 /* CGFloat+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9045551B87FF03E8648BED8296376C68 /* Anchorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CACBBF855CD9F51449B588C1F92B9A09 /* Anchorage-dummy.m */; }; - 91E838D2E70DB582F90D29F7EF450B7B /* StringStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06145151B99C87CC96665BDCC6267889 /* StringStyle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 926AC009748BC0E213BB5FF9EE3DC939 /* OHHTTPStubsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 865FF535E19620AB7DAAA97236F759F9 /* OHHTTPStubsResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95AD1880354B62252B25D03F9719BD69 /* IndexPath+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E93DDFA140ADF35AC8CC3CDDE337951 /* IndexPath+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 984119DCB01C82DA83662297F34DBED0 /* NavTitleTransitionBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C78F5FA8CCDE4F1BA411DC2821F79E9 /* NavTitleTransitionBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9A70D17368E102E7EF1FBD6261358297 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617B4B1A95A447C19E082E426436FC2C /* ServerTrustPolicy.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B73AA1DDEF069FE209EAE0BFA913C4A /* UIKit+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E59FBEB0DC2C5C385C5C38A23F392806 /* UIKit+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9BAA8F67F0A21E4E956672EA1E81FCA7 /* UIImage+Tinting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715C19B95A0CB6219721D5E5D985B67A /* UIImage+Tinting.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9C3C4C170AF90FBAA2197A185244E598 /* OHHTTPStubsResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = FB47ACABB52158DE5CCFFAC015F2BD49 /* OHHTTPStubsResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9C6FF20CDA342F76BBA89B5624FF5916 /* FontInspector.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98C09ECEBB4931C19613AC19F0957F8 /* FontInspector.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9D8B34C7FBFCF8EC0284CF209F288218 /* Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6145F1C75F3795A4035FC54F751E0E81 /* Platform.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E844B8C525A2A8BD77BEBDAA5BCF9BA /* Marshal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 50D115CF9002DA0B4A43F58C44C6E247 /* Marshal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A38D81657A6F8A6A6C47902D48333A00 /* ValueType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEBA55D3601FEF74B413E1B76059B28 /* ValueType.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A5D080DE2B790A703351E07D98DA63BB /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF9F106566ADA2BDAEB2DB881E0AAB8 /* Notifications.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 902459EC027C8C9505F0DC89607760DC /* CGFloat+DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = D25B4C5452B7B1F64DCC22E4DDB68D9F /* CGFloat+DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9045551B87FF03E8648BED8296376C68 /* Anchorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEF60881883521B224E54DA4980463D8 /* Anchorage-dummy.m */; }; + 91E838D2E70DB582F90D29F7EF450B7B /* StringStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15C0AB1E3219C433B39CB6B4079CD47F /* StringStyle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 926AC009748BC0E213BB5FF9EE3DC939 /* OHHTTPStubsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 89708BFCBFA09D53261DE3F28AECED83 /* OHHTTPStubsResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95AD1880354B62252B25D03F9719BD69 /* IndexPath+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E55B7C1033B30A47BCAE8E1137601308 /* IndexPath+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 984119DCB01C82DA83662297F34DBED0 /* NavTitleTransitionBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AF04CD259982608BEB3DCF6A7A93648 /* NavTitleTransitionBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9A70D17368E102E7EF1FBD6261358297 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89887181BF743008492171651A43464 /* ServerTrustPolicy.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9B73AA1DDEF069FE209EAE0BFA913C4A /* UIKit+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B53077F9AA6D45A9D483C717496EC99 /* UIKit+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9BAA8F67F0A21E4E956672EA1E81FCA7 /* UIImage+Tinting.swift in Sources */ = {isa = PBXBuildFile; fileRef = C810ED6A38C1785FD6F3E332173E7C1D /* UIImage+Tinting.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9C3C4C170AF90FBAA2197A185244E598 /* OHHTTPStubsResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C5007162C579C2BF4E07E69ADA5705 /* OHHTTPStubsResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9C6FF20CDA342F76BBA89B5624FF5916 /* FontInspector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18944FA66F15C84A722886678F9E3B0D /* FontInspector.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9D8B34C7FBFCF8EC0284CF209F288218 /* Platform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7362956E2668D7BA2609E7D0760F94DB /* Platform.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9E844B8C525A2A8BD77BEBDAA5BCF9BA /* Marshal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B8985F853712425518EB1CD269EC0EFD /* Marshal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A38D81657A6F8A6A6C47902D48333A00 /* ValueType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5FA15AB45EBA9B1FCA5937CB8563583 /* ValueType.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A5D080DE2B790A703351E07D98DA63BB /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = A14EFA41EE58E1F66B867E8BFBE7361F /* Notifications.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A8AF9A90E2A12BFC27880FCC8AF4A53A /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 900ECFA51AD67CF1B879F7039EEDE679 /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m */; }; - ACF2DA09BFFDD08258CB2009C0624D79 /* AdaptiveStyleTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADA286998A1C18796AF373D75409E8C9 /* AdaptiveStyleTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AD0D69AE38EF590A808130E5DF4229C5 /* NSAttributedString+BonMot.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD9FF26511DF35268E13E0EF7CDFA520 /* NSAttributedString+BonMot.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B0285895CEBEC48DBF38EF17A97521E3 /* FeedbackPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E4BD258002BD4C883399F5EC5FB1BE /* FeedbackPresenter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B17E49A54FB32EF1336968ECE05069FA /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 026523454503F96164CACEAD3D966198 /* GradientView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B183373B8CCB84184BD8990730492D6E /* SDStatusBarOverriderPost11_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 99014270A2C8DA2B712CE1BF1630919F /* SDStatusBarOverriderPost11_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B33D7151CF1AEBC8864D5D01CB65C31A /* KeychainAccess-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AA1D627C36898B10DD5BA2D6583B710 /* KeychainAccess-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B387FE54CF0D5DB0EC505A36906EE641 /* OHHTTPStubsSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2080FC6F79EF0FF34FD6AF693DFCAB4A /* OHHTTPStubsSwift.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B94D05A6063BE013FE9D3AA14DBE2E87 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF0B2A28EA615193C7FD94D3426056A /* Migration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BB3E0D70A823BD82497D2E20840CB758 /* SDStatusBarOverriderPost10_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 04290826502404D30D934B00D8105C7B /* SDStatusBarOverriderPost10_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BCECED2BDEBDEF84BDA719E22390C230 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE9A57F35895CDED7B7BB96157F13C9B /* ParameterEncoding.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BCEE85AB12FC7B8375B377BB2C26F217 /* Actionable+Helpers.swifttemplate in Resources */ = {isa = PBXBuildFile; fileRef = A5A7EDCF79801D641962CCD67A1EC20E /* Actionable+Helpers.swifttemplate */; }; - BD544967B099916598DFEBA7E0BAF6B8 /* Ligatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC3DDAF4CA0C2C966BF096A586C7F09 /* Ligatures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BE49E638B0EC8254F70C215B03BA9926 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - BF04B89E4E8F419903663566FA6764EC /* SDStatusBarOverrider.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B89D36EC06935D5832CADE8B99CBA1 /* SDStatusBarOverrider.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1604995EE7B6FB76F6E078891DF2E11 /* SDStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A5A4E0C94607DEFFD442859A131C6EC /* SDStatusBarManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7238F5E267FAC9D190EA97288522514 /* Tracking+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15E9DEFF4FD357D3EDFC722AA5B976D0 /* Tracking+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C7626C567633287633406ADCF5EDE3B5 /* SDStatusBarOverriderPost8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C7437D7D9265164AE141F007E126E9 /* SDStatusBarOverriderPost8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9A984A4974E35591682DF2BC196A4DA /* ContextualAlternates.swift in Sources */ = {isa = PBXBuildFile; fileRef = B063E7F27CF1F338FCC05F42D4C2370B /* ContextualAlternates.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C9C588721EB8B9C04AF7708F249BBCBD /* UIColor+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = D26C9D0C2A04C06159E25AC749A3688B /* UIColor+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CB4618FF38CA3C7A3C029A7EC904BBD2 /* Transform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0888063C91E3572824D3119EFD873571 /* Transform.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CB789EDD18F70EEAC7489DC243A0DDEF /* DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF5053BA9EC5B81B1F8577285A2B4704 /* DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CBDB0392430BD5374F8A0ED4147480B0 /* AccessibilityHeadingLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BD300CDA62D476279A957125FC952D0 /* AccessibilityHeadingLevel.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CC1FA0807F07844BE8BE34CAF8AE1032 /* SDStatusBarOverriderPost10_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 851F2FC477AFF755075B4B4347CFD2F5 /* SDStatusBarOverriderPost10_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCEE02DB3A92EC1778DCF7E3B5528D3D /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2992B86D316B4623736029F620D4AFC1 /* Protocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CDF166A281F1147DCE81F6180BC13F4E /* UIViewController+Lifecycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F1E23F0225184F5EECD687F52D4C80 /* UIViewController+Lifecycle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CE79166B487DC8F652FBB62F3D5B6743 /* Composable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ABD37BA1919277E2957CC040B0F384E /* Composable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CEAFC437404677F7D147F5D71CF53BC6 /* Clamping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AFE0BB9C7C466C2F123563300C2BEC8 /* Clamping.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AA4AA33FECC5B705E112D8F1E6DF2499 /* Actionable-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DFAC1D8F8C7F1FC4834AB856D646823F /* Actionable-dummy.m */; }; + ACF2DA09BFFDD08258CB2009C0624D79 /* AdaptiveStyleTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A786235668EFC641444B82CBFF83128 /* AdaptiveStyleTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AD0D69AE38EF590A808130E5DF4229C5 /* NSAttributedString+BonMot.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE86A31DCE5C13E355AAB005DA59CD6 /* NSAttributedString+BonMot.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B0285895CEBEC48DBF38EF17A97521E3 /* FeedbackPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8747C5C230FC1F8808295F6EF80C41D0 /* FeedbackPresenter.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B17E49A54FB32EF1336968ECE05069FA /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE97F5C4AA4D0BCF9D252F5025F43D7D /* GradientView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B183373B8CCB84184BD8990730492D6E /* SDStatusBarOverriderPost11_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C95E5887F54A35DA799C3D308960CE9 /* SDStatusBarOverriderPost11_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B33D7151CF1AEBC8864D5D01CB65C31A /* KeychainAccess-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D8E47D76C75B0B0AD15D74371619A641 /* KeychainAccess-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B387FE54CF0D5DB0EC505A36906EE641 /* OHHTTPStubsSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29B09378DFF85F53BA502F8B84DBB287 /* OHHTTPStubsSwift.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B94D05A6063BE013FE9D3AA14DBE2E87 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62FE300E02BB9EB6F39904F56B8A737C /* Migration.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BB3E0D70A823BD82497D2E20840CB758 /* SDStatusBarOverriderPost10_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D343AEDDD5F74DC0C5E43CBFF613A2E /* SDStatusBarOverriderPost10_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC61D7BC86C981D94E6E92655264EE5F /* Actionable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45855459D515DF8680BD94F1047CD4EB /* Actionable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BCECED2BDEBDEF84BDA719E22390C230 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A54958BE186C92CFAD8D4AAC60034A5 /* ParameterEncoding.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BD544967B099916598DFEBA7E0BAF6B8 /* Ligatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 979815EB34FCB53729E07E71F2FEE39E /* Ligatures.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE01B55ED164A2A920515A1A9F598AE1 /* Actionable.swifttemplate in Resources */ = {isa = PBXBuildFile; fileRef = D0CC75CE15293D25CB9D6D7A0341A431 /* Actionable.swifttemplate */; }; + BF04B89E4E8F419903663566FA6764EC /* SDStatusBarOverrider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA9D7020A36708C096D49FE100F0363 /* SDStatusBarOverrider.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C1604995EE7B6FB76F6E078891DF2E11 /* SDStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E22904A110F421045A094C3CD7646FA /* SDStatusBarManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C249BA479F8E304359D17DB68CAAEE2D /* Actionable+Helpers.swifttemplate in Resources */ = {isa = PBXBuildFile; fileRef = 1D0B1F00246681E2C8249E2132679BBB /* Actionable+Helpers.swifttemplate */; }; + C7238F5E267FAC9D190EA97288522514 /* Tracking+Adaptive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087A4E8FBEABFF9F153648A4C8D9C946 /* Tracking+Adaptive.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C7626C567633287633406ADCF5EDE3B5 /* SDStatusBarOverriderPost8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = FF689496F483334C371E76354B8D86AF /* SDStatusBarOverriderPost8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9A984A4974E35591682DF2BC196A4DA /* ContextualAlternates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2250F1707DEA286B85CF3D23B6D80D1E /* ContextualAlternates.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C9C588721EB8B9C04AF7708F249BBCBD /* UIColor+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 347BC178A7D4CAD14F1E58F9C3F7BA33 /* UIColor+Helpers.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CB4618FF38CA3C7A3C029A7EC904BBD2 /* Transform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35D60B6CC92FE41C04D16C4DC3E20402 /* Transform.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CB789EDD18F70EEAC7489DC243A0DDEF /* DeviceSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = A138DC5E105B7B0F1C4ADCFD87010D99 /* DeviceSize.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CBDB0392430BD5374F8A0ED4147480B0 /* AccessibilityHeadingLevel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE3EB30BDC72BAF54986C64243B8D7BF /* AccessibilityHeadingLevel.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CC1FA0807F07844BE8BE34CAF8AE1032 /* SDStatusBarOverriderPost10_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C8CBDEE9BCAFFD7B370730466E5ED09 /* SDStatusBarOverriderPost10_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CCEE02DB3A92EC1778DCF7E3B5528D3D /* Protocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB347D743DA51DA657D4B9206A658591 /* Protocols.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDF166A281F1147DCE81F6180BC13F4E /* UIViewController+Lifecycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE4697A09202C555925911B697F4BEA /* UIViewController+Lifecycle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CE79166B487DC8F652FBB62F3D5B6743 /* Composable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E240014A5AF1E3618647CCACBE10E4 /* Composable.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CEAFC437404677F7D147F5D71CF53BC6 /* Clamping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48CDBBE1DE36DE45AA89A1E0E0CC83E7 /* Clamping.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CFF8224A9E9DC5EC6C524079E87549A1 /* Pods-Services-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B9A28BB9A5B4B7987F3E824D9CCCAB /* Pods-Services-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CFFE80C6F6C47D55DD225889423650D1 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC5EEEEEE88301AEB18DFEE107EC0B4E /* Result.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D043C4C1B7E000B4F1CBC58C6D619A4F /* Swiftilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F2D2C4A4FE2CA3A1DA371792E51B23 /* Swiftilities-dummy.m */; }; + CFFE80C6F6C47D55DD225889423650D1 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = D225A7E248FEBDAA4E1AD209AFADD0E9 /* Result.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D043C4C1B7E000B4F1CBC58C6D619A4F /* Swiftilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EEF9C2C05A8344E5E5CCC5DF9EE72EC2 /* Swiftilities-dummy.m */; }; D069DF7BEBD54C4EAE5DF186FA1AAE33 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - D22EECCACA8558D3DC863205FFADD500 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EA258A429824C4FC0F0D9A297B2C87 /* Alamofire.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D30FB1F6D8D109D31B5A455D223E0E5D /* Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1133B5A1356B33F602C3AF94BF03B8D /* Internal.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D22EECCACA8558D3DC863205FFADD500 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF177B10F75A0FADC0AF500C5C53756E /* Alamofire.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D30FB1F6D8D109D31B5A455D223E0E5D /* Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BCD39580DA9312DCF192F91EE1A3030 /* Internal.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D3BA6C79C86C38F180AEBD00B972E9C0 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A25188E01DF9D367AF16429A7EA75FF8 /* MessageUI.framework */; }; - D3F6F155E9A1D6503F5727CF3FA4CDC1 /* UIView+Lookup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93337DB3187689417E6EB4B04DDE075 /* UIView+Lookup.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D6CBEF99F7FF0F9766644E4B0BFB812C /* SDStatusBarOverriderPost10_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 726AEA0A3385CBA42E6665FBE0F4405A /* SDStatusBarOverriderPost10_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D7A5ED0EBFB189A76E617C0960E2A42D /* TableSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D075508E32AFDF3CCAEBE077E10571C /* TableSection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D8A5D7379AA942A23715D38CCE3926CD /* SDStatusBarOverriderPre8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 9053E0BAFDBE0764BCA81701CC8F423C /* SDStatusBarOverriderPre8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D900016B6199BB4EDC768F5C90A43E69 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFB4544499BAD8084F07F4CB589FD948 /* AboutView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DA7B491FAB5A9998F41E7A55FD3F216E /* OHHTTPStubsResponse+JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = AA91438E31AB715E0705BA40B26F613A /* OHHTTPStubsResponse+JSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD621D1FCC00545E86AD3DFC96A7A6E2 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAED2C6CBCFD24355AAD63F8B86C8B8E /* ResponseSerialization.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDA337FF4E8D79F994D2A724FF36A5A5 /* OHHTTPStubsMethodSwizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = A1A5F5B9F7F49A75555D57D608A1112C /* OHHTTPStubsMethodSwizzling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDE1FCDCC53725CE8B8CA98949D4B810 /* OHPathHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = A6E436BEB5E3C5552D2A1C39C2BAEACE /* OHPathHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DE4607D1A13437EC25F3316C0F57E3E3 /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8BAF892AA14BC379C4624955F895D7E /* UITableView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D3F6F155E9A1D6503F5727CF3FA4CDC1 /* UIView+Lookup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EBE3319C876CB65D0ED846A79F20CDE /* UIView+Lookup.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D6CBEF99F7FF0F9766644E4B0BFB812C /* SDStatusBarOverriderPost10_0.m in Sources */ = {isa = PBXBuildFile; fileRef = 652EA895AEE23A88D7F1FDF5A838A79D /* SDStatusBarOverriderPost10_0.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D7A5ED0EBFB189A76E617C0960E2A42D /* TableSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12176413BB2707CCEB6FE77911D53158 /* TableSection.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D8A5D7379AA942A23715D38CCE3926CD /* SDStatusBarOverriderPre8_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C31156922F3E5AFF1A5A4013995CC4B /* SDStatusBarOverriderPre8_3.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D900016B6199BB4EDC768F5C90A43E69 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 527F71FC9A7F6436331BE03F618FA500 /* AboutView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DA7B491FAB5A9998F41E7A55FD3F216E /* OHHTTPStubsResponse+JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC1EC258CDA33716CC1D4D4E7372D24 /* OHHTTPStubsResponse+JSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD621D1FCC00545E86AD3DFC96A7A6E2 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24FE319BAFB1002677B062635C198C6F /* ResponseSerialization.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DDA337FF4E8D79F994D2A724FF36A5A5 /* OHHTTPStubsMethodSwizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = EA72676B1A09F39FBE84AB7B7653E77B /* OHHTTPStubsMethodSwizzling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DDE1FCDCC53725CE8B8CA98949D4B810 /* OHPathHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = B677FB31CA318C81BEEC196BE65DAFC9 /* OHPathHelpers.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE4607D1A13437EC25F3316C0F57E3E3 /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88332A66DA4E5C90B35B5B3F9BBB44ED /* UITableView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DEC893C4726DC256FD631A4E1FADE87D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; + E09047292C5A63DBBA5274CB24488948 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; E11B7692A21F54D611490CD9DED10D4A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */; }; - E1F11CB542D77407B7572D9FABBB573B /* Actionable.swifttemplate in Resources */ = {isa = PBXBuildFile; fileRef = 7B90BA94A3751AD07C80B3D04752A4B8 /* Actionable.swifttemplate */; }; - E4DA49088C74C052EC8E03A36D1EADE3 /* LifecycleBehaviorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512C083D179E5888EC02109709ED80CF /* LifecycleBehaviorViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E8A8E04F5EC4277876C07481A221525B /* AcknowledgementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C45F79BAD18BB8324E0B44E6FF4C13 /* AcknowledgementViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E9E4C0D72FA1EAD476156678F084DEB5 /* EmbeddedTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C178B491E556128FFD12C5B6DD1F5C81 /* EmbeddedTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EC7C2CDCEFAFEBDC2A152B18A1166BA1 /* StringStyle+Part.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AE2948D1CF981B37D03B70CA2788BEA /* StringStyle+Part.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E4DA49088C74C052EC8E03A36D1EADE3 /* LifecycleBehaviorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F050608EC43C45CA432D9210F7142FF2 /* LifecycleBehaviorViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E8A8E04F5EC4277876C07481A221525B /* AcknowledgementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78D42DA85A5D88B469BB3F521758D1CF /* AcknowledgementViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E9E4C0D72FA1EAD476156678F084DEB5 /* EmbeddedTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B470CF8DDB98E57508C5860ED848844 /* EmbeddedTransformation.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EC7C2CDCEFAFEBDC2A152B18A1166BA1 /* StringStyle+Part.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3B49D46AFAA27F62504C432238E5A36 /* StringStyle+Part.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EC9C69D6DA401F5C6160159BFD38A723 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */; }; - ECC67639DDED658BC2ADA815FD99BA65 /* UnmarshalingWithContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCCD7E69F041DDD878F66D19CD963514 /* UnmarshalingWithContext.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EE4899A526C2F298BEBEB933A7575126 /* SDStatusBarOverriderPost9_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 0823AD8DE47A6E1A870A866654766046 /* SDStatusBarOverriderPost9_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF39083AFA6E172A7818D4BFBFA6FF0A /* Tracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FED925F9524F27AA90CDF7B2283EAF /* Tracking.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F0C2E09750AB426564429AF71E097013 /* DefaultBehaviors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67FDE991DC3C52D336D370069613E7E /* DefaultBehaviors.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F22FA1A6B33BBD2D67692B1D4372A460 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A291CEC90B79B3DAFEF8F23A901592DD /* AFError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F2BECD381F014C5A0D779D1B5FD4D0DB /* ViewControllerLifecycleBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E8545EA7D3B9629EACF3A5AE63F4B /* ViewControllerLifecycleBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F2EA5BBB13D32ECEDDDBCA65A9B2D8A1 /* StyleableUIElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = C27110A9E9047D591D8FB102CBB5AF4E /* StyleableUIElement.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F31AF8E48A1D3B01EC5DFDA01D8A6A9B /* Special.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9B4AA244564725A8905475C716908C7 /* Special.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F3693B432565EF6B47308E23C0C11108 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798F79973CB5A50093466A416FD204A1 /* Error.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F388FC3B885C630E8C940B77855E0B69 /* Swiftilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D40305CA6FD031E85D8797042E35DD /* Swiftilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3BB0BBB12FEC17D651D2DD5506C644B /* KeyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7612DE014B8D399008CBE6B45EE1E23 /* KeyType.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F407E1BA969680C79E4729332A0BA41F /* FormattedTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95F5F93A13F9FCA1F3A282663169552 /* FormattedTextField.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F659A3482C1E25DF8882F8DEB1E5A2BD /* MutableCopying.swift in Sources */ = {isa = PBXBuildFile; fileRef = F310BBF8745AD0D73FF606DBFE3BCFF3 /* MutableCopying.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F6FA94FD86743559A4B3743829965E67 /* SDStatusBarOverriderPost8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = B27F009F9A89F635085A1A320FF1F372 /* SDStatusBarOverriderPost8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F8AFF14D73BB9C35F4311422C53C9331 /* FieldValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC3FD005D55259B09A1D76703C7B146 /* FieldValidator.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F8D5822DBA3D057CE4A3A8F1B87C527E /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58713B99BC400839B221C0002793D5CB /* Keychain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F910212A83A666B398DC4330F0593FA8 /* UITextView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C78F51861BD91A20A4C2437CA11C297 /* UITextView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F92454C843D0ABBB0928323621836D83 /* AdaptiveStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 862AF750660D251601FBFBB9293D6F57 /* AdaptiveStyle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FE7874236129E4DDCF314E71B463C955 /* TextAlignmentConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84EEE37ABCCEA272DF82D6D903E2CF2 /* TextAlignmentConstraint.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FEB8C442EDC1D800360F5F2C0F62B7E8 /* NSURLRequest+HTTPBodyTesting.h in Headers */ = {isa = PBXBuildFile; fileRef = E728CBA90B1F1AC6DE3AC60BD9B7E781 /* NSURLRequest+HTTPBodyTesting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECC67639DDED658BC2ADA815FD99BA65 /* UnmarshalingWithContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551E36ED87219FAEF24BDEE3AD93E140 /* UnmarshalingWithContext.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE4899A526C2F298BEBEB933A7575126 /* SDStatusBarOverriderPost9_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 270C3869C1A2AFDE53C0A164C1919BB4 /* SDStatusBarOverriderPost9_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EF39083AFA6E172A7818D4BFBFA6FF0A /* Tracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94782057BE3A6778335558DA0746BCBA /* Tracking.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F0C2E09750AB426564429AF71E097013 /* DefaultBehaviors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A3B06B46D30735855E28CE5A44C3CD3 /* DefaultBehaviors.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F22FA1A6B33BBD2D67692B1D4372A460 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF80C71A9C7C18F01125A7D44FF54DB /* AFError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2BECD381F014C5A0D779D1B5FD4D0DB /* ViewControllerLifecycleBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BF17B98B412ED0A58421A2A47B633D4 /* ViewControllerLifecycleBehavior.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2EA5BBB13D32ECEDDDBCA65A9B2D8A1 /* StyleableUIElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6248E66D078B43A4A7D42C68542D30C /* StyleableUIElement.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F31AF8E48A1D3B01EC5DFDA01D8A6A9B /* Special.swift in Sources */ = {isa = PBXBuildFile; fileRef = D91E961730F7BB2E919BB1D9FFB4F412 /* Special.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F3693B432565EF6B47308E23C0C11108 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8566677E2AE680E2813958EEFBECDC4 /* Error.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F388FC3B885C630E8C940B77855E0B69 /* Swiftilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 012D5AEE1B8E5D7F863F7DDA42A1BF24 /* Swiftilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3BB0BBB12FEC17D651D2DD5506C644B /* KeyType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85404826E0944D540DB1BC12B11D7170 /* KeyType.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F407E1BA969680C79E4729332A0BA41F /* FormattedTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F662FE721D6BF357913FAB74FCC1711 /* FormattedTextField.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F659A3482C1E25DF8882F8DEB1E5A2BD /* MutableCopying.swift in Sources */ = {isa = PBXBuildFile; fileRef = E776ECCE957EEEA8A75ECBF385EE40F6 /* MutableCopying.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F6FA94FD86743559A4B3743829965E67 /* SDStatusBarOverriderPost8_3.m in Sources */ = {isa = PBXBuildFile; fileRef = 80C3AA9B7978ED9A672B5E89479F5FB2 /* SDStatusBarOverriderPost8_3.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F8AFF14D73BB9C35F4311422C53C9331 /* FieldValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54CB24707E9738F4E1D7B96F348E1D8D /* FieldValidator.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F8D5822DBA3D057CE4A3A8F1B87C527E /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0899561860A72C04F6B27FEDADCA20FD /* Keychain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F910212A83A666B398DC4330F0593FA8 /* UITextView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B0051812EB74E2B8999F6B9DE960A50 /* UITextView+Extensions.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F92454C843D0ABBB0928323621836D83 /* AdaptiveStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A0E58FADDCFACE66E22655C158EA148 /* AdaptiveStyle.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FE7874236129E4DDCF314E71B463C955 /* TextAlignmentConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = F099E781F43BBCB79D09B76762CD68C4 /* TextAlignmentConstraint.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FEB8C442EDC1D800360F5F2C0F62B7E8 /* NSURLRequest+HTTPBodyTesting.h in Headers */ = {isa = PBXBuildFile; fileRef = A65E21E0FFA5311A6B172C61795E5AE1 /* NSURLRequest+HTTPBodyTesting.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -307,7 +308,7 @@ isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = C3B82005F7BA35D76483EC7450EC9FDE; + remoteGlobalIDString = 1B12B188DEC7D5FD2368E470877C182C; remoteInfo = Actionable; }; B7F947833E1BC811D70A3C68AD881B2D /* PBXContainerItemProxy */ = { @@ -328,7 +329,7 @@ isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = C3B82005F7BA35D76483EC7450EC9FDE; + remoteGlobalIDString = 1B12B188DEC7D5FD2368E470877C182C; remoteInfo = Actionable; }; E0C4F70F6F43A3A6D29E45745606EEB4 /* PBXContainerItemProxy */ = { @@ -362,296 +363,302 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 01D6B53D34A61626188FB059F782B08E /* LicenseFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LicenseFormatter.swift; path = Pod/Classes/LicenseFormatter/LicenseFormatter.swift; sourceTree = ""; }; - 026523454503F96164CACEAD3D966198 /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Pod/Classes/Views/Gradient/GradientView.swift; sourceTree = ""; }; - 04290826502404D30D934B00D8105C7B /* SDStatusBarOverriderPost10_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost10_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost10_3.h; sourceTree = ""; }; - 059C81EB83DFA6667D7FEC674E62189D /* SDStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarManager.m; path = SDStatusBarManager/SDStatusBarManager.m; sourceTree = ""; }; - 06145151B99C87CC96665BDCC6267889 /* StringStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringStyle.swift; path = Sources/StringStyle.swift; sourceTree = ""; }; - 0709FF5BC4357C32B8B155DCF3BC9C34 /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; - 0823AD8DE47A6E1A870A866654766046 /* SDStatusBarOverriderPost9_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost9_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost9_3.m; sourceTree = ""; }; - 0888063C91E3572824D3119EFD873571 /* Transform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transform.swift; path = Sources/Transform.swift; sourceTree = ""; }; - 08E6C50C0FBDB5D498FA2FA8FF6FEFF2 /* BonMot-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BonMot-dummy.m"; sourceTree = ""; }; - 0D93860BAF005EE4297442E8E2F1D3FA /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 0E095E862B4646A2B7B467E0942241BC /* GAIEcommerceProductAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceProductAction.h; path = Sources/GAIEcommerceProductAction.h; sourceTree = ""; }; - 0E22F59ACBD4A4B8F43DC0F2811D7D17 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 140016C9749248DFF21708EC06BF5C4C /* IBGTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IBGTypes.h; path = InstabugCore.framework/Headers/IBGTypes.h; sourceTree = ""; }; - 150D5F06EED08B310B9405B584325596 /* NamedStyles.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NamedStyles.swift; path = Sources/NamedStyles.swift; sourceTree = ""; }; - 15CB1CD34526E97E2AF30D0B16795251 /* GAI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAI.h; path = Sources/GAI.h; sourceTree = ""; }; - 15E9DEFF4FD357D3EDFC722AA5B976D0 /* Tracking+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Tracking+Adaptive.swift"; path = "Sources/UIKit/Tracking+Adaptive.swift"; sourceTree = ""; }; - 167E7DE98C7E880D7C4092A0071A0B60 /* UIStackView+Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStackView+Helpers.swift"; path = "Pod/Classes/StackViewHelpers/UIStackView+Helpers.swift"; sourceTree = ""; }; + 012D5AEE1B8E5D7F863F7DDA42A1BF24 /* Swiftilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Swiftilities-umbrella.h"; sourceTree = ""; }; + 01470BAD8FD9AE76BE3A47AB0BA4DA42 /* Log.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Log.swift; path = Pod/Classes/Logging/Log.swift; sourceTree = ""; }; + 01596073114FE168952F0D36E648061E /* OHHTTPStubs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHHTTPStubs.m; path = OHHTTPStubs/Sources/OHHTTPStubs.m; sourceTree = ""; }; + 01C19AAD797665DBBAE74B24D5650A78 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; + 028C1AC7244A696101B5905C8BDC0F71 /* AcknowledgementsListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowledgementsListViewController.swift; path = Pod/Classes/Acknowledgements/AcknowledgementsListViewController.swift; sourceTree = ""; }; + 067E300D2DE646F143F9F64C50BF0A77 /* Compatability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Compatability.swift; path = Source/Compatability.swift; sourceTree = ""; }; + 087A4E8FBEABFF9F153648A4C8D9C946 /* Tracking+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Tracking+Adaptive.swift"; path = "Sources/UIKit/Tracking+Adaptive.swift"; sourceTree = ""; }; + 0899561860A72C04F6B27FEDADCA20FD /* Keychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = Lib/KeychainAccess/Keychain.swift; sourceTree = ""; }; + 0A0E58FADDCFACE66E22655C158EA148 /* AdaptiveStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptiveStyle.swift; path = Sources/UIKit/AdaptiveStyle.swift; sourceTree = ""; }; + 0BF17B98B412ED0A58421A2A47B633D4 /* ViewControllerLifecycleBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewControllerLifecycleBehavior.swift; path = Pod/Classes/Lifecycle/Framework/ViewControllerLifecycleBehavior.swift; sourceTree = ""; }; + 0C31156922F3E5AFF1A5A4013995CC4B /* SDStatusBarOverriderPre8_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPre8_3.h; path = SDStatusBarManager/SDStatusBarOverriderPre8_3.h; sourceTree = ""; }; + 0C95E5887F54A35DA799C3D308960CE9 /* SDStatusBarOverriderPost11_0.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost11_0.m; path = SDStatusBarManager/SDStatusBarOverriderPost11_0.m; sourceTree = ""; }; + 0E12BA70B29B672AA2BC564B6E7A01C0 /* GAIFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIFields.h; path = Sources/GAIFields.h; sourceTree = ""; }; + 0E5C0603E138A9A64ED3C3F18BF11EF6 /* Actionable-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Actionable-umbrella.h"; sourceTree = ""; }; + 0F335928A9DEB519566A545F0F0513C4 /* Keyboard.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keyboard.swift; path = Pod/Classes/Keyboard/Keyboard.swift; sourceTree = ""; }; + 12176413BB2707CCEB6FE77911D53158 /* TableSection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TableSection.swift; path = Pod/Classes/TableViewHelpers/TableSection.swift; sourceTree = ""; }; + 137E1EFC7B4A449A421FFBD25BBCAD76 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 139FA84B7F63FA5A4BBCB6C0536C0C6D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + 13C7D1615C5DE88B5F19BA0D94EB61DE /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; + 14299890D7119E200FD8A4049A7D5BBA /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 14DCC074440D1D0ABEB83F32580AF7D5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 157F656082F877B0C8ABB73AA6774C7B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 15C0AB1E3219C433B39CB6B4079CD47F /* StringStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringStyle.swift; path = Sources/StringStyle.swift; sourceTree = ""; }; + 1687E9844761CFFA16C2AE8C9E098879 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 16A437F2EE6A229D14BBD8AFA2F2D03C /* Actionable.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Actionable.xcconfig; sourceTree = ""; }; + 1789F0A1DBBE442515E7A0C7BD71D59D /* GAIEcommerceProductAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceProductAction.h; path = Sources/GAIEcommerceProductAction.h; sourceTree = ""; }; + 181AD9063E49D0AFA94ACC073CFCB4E4 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + 18944FA66F15C84A722886678F9E3B0D /* FontInspector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontInspector.swift; path = Sources/FontInspector.swift; sourceTree = ""; }; 18B88E94E4FAAE99EB7A8665B9EAEBDA /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KeychainAccess.framework; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BonMot.xcconfig; sourceTree = ""; }; - 195E4634703B4F5C243D01578011E6FE /* UIViewController+Deselection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Deselection.swift"; path = "Pod/Classes/Deselection/UIViewController+Deselection.swift"; sourceTree = ""; }; - 1A81E89FEC253ECABFAC8B956C4F55A1 /* Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/Operators.swift; sourceTree = ""; }; - 1AA1D627C36898B10DD5BA2D6583B710 /* KeychainAccess-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-umbrella.h"; sourceTree = ""; }; - 1BD300CDA62D476279A957125FC952D0 /* AccessibilityHeadingLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccessibilityHeadingLevel.swift; path = Sources/AccessibilityHeadingLevel.swift; sourceTree = ""; }; - 1E5BFF5B7642FA4A3767A08BDEDA8154 /* CGFloat+DeviceSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+DeviceSize.swift"; path = "Pod/Classes/DeviceSize/CGFloat+DeviceSize.swift"; sourceTree = ""; }; + 1A54958BE186C92CFAD8D4AAC60034A5 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 1B902951D6593F306CAB3FA322F137DA /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 1C36F44BA316D32B3F27200AC144EBE4 /* UnmarshalUpdating.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnmarshalUpdating.swift; path = Sources/UnmarshalUpdating.swift; sourceTree = ""; }; + 1D0B1F00246681E2C8249E2132679BBB /* Actionable+Helpers.swifttemplate */ = {isa = PBXFileReference; includeInIndex = 1; name = "Actionable+Helpers.swifttemplate"; path = "Resources/Actionable+Helpers.swifttemplate"; sourceTree = ""; }; + 1E22904A110F421045A094C3CD7646FA /* SDStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarManager.h; path = SDStatusBarManager/SDStatusBarManager.h; sourceTree = ""; }; 1EAAC8EBC99D2F94C201D73BB3F57F8F /* Pods-PRODUCTNAME-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PRODUCTNAME-umbrella.h"; sourceTree = ""; }; - 1F78E61049F1AB2CA496F19D5BF82D0A /* AccessibilityHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccessibilityHelpers.swift; path = Pod/Classes/AccessibilityHelpers/AccessibilityHelpers.swift; sourceTree = ""; }; - 2080FC6F79EF0FF34FD6AF693DFCAB4A /* OHHTTPStubsSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OHHTTPStubsSwift.swift; path = OHHTTPStubs/Sources/Swift/OHHTTPStubsSwift.swift; sourceTree = ""; }; + 1EBE3319C876CB65D0ED846A79F20CDE /* UIView+Lookup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Lookup.swift"; path = "Pod/Classes/Forms/UIView+Lookup.swift"; sourceTree = ""; }; + 2050B88A5E6AAF23BE39B1C86D40C61A /* Tab+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Tab+Adaptive.swift"; path = "Sources/UIKit/Tab+Adaptive.swift"; sourceTree = ""; }; + 20554EC0245E8F86DB3A306D883EEAE2 /* GAILogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAILogger.h; path = Sources/GAILogger.h; sourceTree = ""; }; + 2145DE17D6568164C83B659B80EE753B /* OHHTTPStubsMethodSwizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubsMethodSwizzling.h; path = OHHTTPStubs/Sources/NSURLSession/OHHTTPStubsMethodSwizzling.h; sourceTree = ""; }; 2179281D47AC19ABE7222E2B28E5BAC6 /* Actionable.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Actionable.framework; path = Actionable.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2499C0BD290CBABD0837DE36F006D9F3 /* SimulatorStatusMagic.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SimulatorStatusMagic.modulemap; sourceTree = ""; }; - 24D0130820FB8B96829128CF0A9E0D52 /* InstabugCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = InstabugCore.framework; sourceTree = ""; }; - 26CA69F9B166F6B964DFCFF3290DA129 /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; + 2250F1707DEA286B85CF3D23B6D80D1E /* ContextualAlternates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextualAlternates.swift; path = Sources/ContextualAlternates.swift; sourceTree = ""; }; + 242B244744E8A26B1F899EA7EF286801 /* InstabugCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = InstabugCore.framework; sourceTree = ""; }; + 246473C3E5086D8C869866EE87B033E0 /* MarshalDictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarshalDictionary.swift; path = Sources/MarshalDictionary.swift; sourceTree = ""; }; + 24FE319BAFB1002677B062635C198C6F /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + 25210CB752CD0591AA67819358B56A57 /* Anchorage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Anchorage-umbrella.h"; sourceTree = ""; }; + 270C3869C1A2AFDE53C0A164C1919BB4 /* SDStatusBarOverriderPost9_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost9_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost9_3.m; sourceTree = ""; }; + 27293E7B33B5E28BCC19A8556EE583E3 /* KeychainAccess-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-prefix.pch"; sourceTree = ""; }; 2792A9FF1CD6CBE07321227C455662F3 /* Pods-Services.sprint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.sprint.xcconfig"; sourceTree = ""; }; - 28E4BD258002BD4C883399F5EC5FB1BE /* FeedbackPresenter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FeedbackPresenter.swift; path = Pod/Classes/AboutView/FeedbackPresenter.swift; sourceTree = ""; }; - 28F1E23F0225184F5EECD687F52D4C80 /* UIViewController+Lifecycle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Lifecycle.swift"; path = "Pod/Classes/Lifecycle/Framework/UIViewController+Lifecycle.swift"; sourceTree = ""; }; - 2906E98E89B78C2FF75000A12710068D /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; - 2992B86D316B4623736029F620D4AFC1 /* Protocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protocols.swift; path = Pod/Classes/Views/Textview/Protocols.swift; sourceTree = ""; }; - 2A5A4E0C94607DEFFD442859A131C6EC /* SDStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarManager.h; path = SDStatusBarManager/SDStatusBarManager.h; sourceTree = ""; }; - 2ABD1AB439290BC9D71034255E929E90 /* Tab.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tab.swift; path = Sources/Tab.swift; sourceTree = ""; }; - 2BF0B2A28EA615193C7FD94D3426056A /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = Sources/Migration.swift; sourceTree = ""; }; - 2C9E8545EA7D3B9629EACF3A5AE63F4B /* ViewControllerLifecycleBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ViewControllerLifecycleBehavior.swift; path = Pod/Classes/Lifecycle/Framework/ViewControllerLifecycleBehavior.swift; sourceTree = ""; }; - 2DA33E924105AB8C8EFB11EFE7A54B44 /* Instabug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Instabug.framework; sourceTree = ""; }; + 2821A82BB737E96DC452A31327BBBD12 /* AttributedStringTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AttributedStringTransformation.swift; path = Sources/UIKit/AttributedStringTransformation.swift; sourceTree = ""; }; + 29B09378DFF85F53BA502F8B84DBB287 /* OHHTTPStubsSwift.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OHHTTPStubsSwift.swift; path = OHHTTPStubs/Sources/Swift/OHHTTPStubsSwift.swift; sourceTree = ""; }; + 2BD71313154351520264C9005A5F7229 /* AnchorGroupProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnchorGroupProvider.swift; path = Source/AnchorGroupProvider.swift; sourceTree = ""; }; 2DB10E5C1CD8AA501E120F456D22E467 /* Pods-PRODUCTNAME-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PRODUCTNAME-dummy.m"; sourceTree = ""; }; - 2DD39F971D20898AED055AA9BF3CD836 /* OHHTTPStubs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHHTTPStubs.m; path = OHHTTPStubs/Sources/OHHTTPStubs.m; sourceTree = ""; }; - 303F230EB1E594C6B1B48ACEA4A7A12D /* Emphasis.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Emphasis.swift; path = Sources/Emphasis.swift; sourceTree = ""; }; - 3072CAC5D3BD3ABD629D9B44AFB3D006 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3187180D7049A2677899B43A1BD4D638 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; + 2DC1EC258CDA33716CC1D4D4E7372D24 /* OHHTTPStubsResponse+JSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OHHTTPStubsResponse+JSON.h"; path = "OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.h"; sourceTree = ""; }; + 2E6BA3FF06ED457C557C104858BA5DF8 /* SimulatorStatusMagic.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SimulatorStatusMagic.xcconfig; sourceTree = ""; }; + 325551AA73C879CA630491850AC31A0F /* GAIDictionaryBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIDictionaryBuilder.h; path = Sources/GAIDictionaryBuilder.h; sourceTree = ""; }; + 334D53BFC38A1D5C5D5AE28C09474A77 /* CoreDataStack.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CoreDataStack.swift; path = Pod/Classes/CoreDataStack/CoreDataStack.swift; sourceTree = ""; }; 344C5921764EA47D0B5F4BD1CFA28A1B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 37E03CF07FB844BCCC08EA2D1F6815F9 /* SDStatusBarOverriderPost9_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost9_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost9_3.h; sourceTree = ""; }; + 347BC178A7D4CAD14F1E58F9C3F7BA33 /* UIColor+Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Helpers.swift"; path = "Pod/Classes/ColorHelpers/UIColor+Helpers.swift"; sourceTree = ""; }; + 34BFBB490DDF4F69A58D554BB6A1E612 /* Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compatibility.h; path = OHHTTPStubs/Sources/Compatibility.h; sourceTree = ""; }; + 35864C9600B5E1C9E5365567411D6645 /* GAIEcommerceFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceFields.h; path = Sources/GAIEcommerceFields.h; sourceTree = ""; }; + 35D60B6CC92FE41C04D16C4DC3E20402 /* Transform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transform.swift; path = Sources/Transform.swift; sourceTree = ""; }; + 35F3341019FF737709983F4FDA5153EC /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; 37E60D30BA4A44E797DD42E422310F56 /* Pods-PRODUCTNAME.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PRODUCTNAME.modulemap"; sourceTree = ""; }; + 383A2BEC717F9C0F9D1E812FA78F1D75 /* FontFeatures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontFeatures.swift; path = Sources/FontFeatures.swift; sourceTree = ""; }; + 396E8B283D83A140610AAB6AAA527B53 /* Anchorage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Anchorage.xcconfig; sourceTree = ""; }; + 3A5C8A758D821A941219D5BCCA619721 /* XMLBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XMLBuilder.swift; path = Sources/XMLBuilder.swift; sourceTree = ""; }; 3A64A882617F9542BDF84C3512035161 /* Pods-PRODUCTNAME-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PRODUCTNAME-resources.sh"; sourceTree = ""; }; - 3ABD37BA1919277E2957CC040B0F384E /* Composable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Composable.swift; path = Sources/Composable.swift; sourceTree = ""; }; - 3B706006408C2BD94067E95F18BFF91B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 3C09149F1C7FD25D94DABF45AB78EE15 /* KeychainAccess-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-prefix.pch"; sourceTree = ""; }; - 3C78F51861BD91A20A4C2437CA11C297 /* UITextView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Extensions.swift"; path = "Pod/Classes/Views/Textview/UITextView+Extensions.swift"; sourceTree = ""; }; + 3A786235668EFC641444B82CBFF83128 /* AdaptiveStyleTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptiveStyleTransformation.swift; path = Sources/UIKit/AdaptiveStyleTransformation.swift; sourceTree = ""; }; + 3AC3D4FCB652BB25F7E027C1FB55315A /* Unmarshaling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Unmarshaling.swift; path = Sources/Unmarshaling.swift; sourceTree = ""; }; + 3CD6BF6098E9383ED32F73441E8C1EEC /* InstabugCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InstabugCore.h; path = InstabugCore.framework/Headers/InstabugCore.h; sourceTree = ""; }; 3D0C6F086D9C4FADCC1432CC7CA00568 /* Pods-Services.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.debug.xcconfig"; sourceTree = ""; }; - 3E07141F2F346A2460F49B612B0376E7 /* SDStatusBarOverriderPost9_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost9_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost9_0.h; sourceTree = ""; }; 3FD37055781D83FFC65022AE7CF80F1E /* Pods-PRODUCTNAME-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PRODUCTNAME-acknowledgements.markdown"; sourceTree = ""; }; - 3FD46141CC9D62F7999430E752B70775 /* OHHTTPStubs+NSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OHHTTPStubs+NSURLSessionConfiguration.m"; path = "OHHTTPStubs/Sources/NSURLSession/OHHTTPStubs+NSURLSessionConfiguration.m"; sourceTree = ""; }; - 3FE434A7F7AE1E6CFCAABAECCF9DF390 /* Actionable-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Actionable-prefix.pch"; sourceTree = ""; }; - 3FE6542169DE63608D47B0CCED5804B6 /* FontFeatures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontFeatures.swift; path = Sources/FontFeatures.swift; sourceTree = ""; }; - 400171CB77AD40D6FAB3904649CDA320 /* Marshaling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Marshaling.swift; path = Sources/Marshaling.swift; sourceTree = ""; }; - 413E4A53E5141DC17017B968476B2A0D /* GAIEcommerceProduct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceProduct.h; path = Sources/GAIEcommerceProduct.h; sourceTree = ""; }; - 41B2B1647458F2AD0F33E6C2A12512B0 /* libGoogleAnalytics.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libGoogleAnalytics.a; path = Libraries/libGoogleAnalytics.a; sourceTree = ""; }; 41BE0D271A76B8052FE61C29C9054E7E /* Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-umbrella.h"; sourceTree = ""; }; + 4221B3C204C7847448EFE81C2A1F8B22 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 44E2F25FCDC48A01CDF7AEE55D3F49CB /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; 450D15BE0B13A5B28F43A11F124E5A1D /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/CoreData.framework; sourceTree = DEVELOPER_DIR; }; - 457A136F7676EBC4D20A10C477DC85AB /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; - 45CC0E03B009717C8F4C27224B7542A7 /* OHHTTPStubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubs.h; path = OHHTTPStubs/Sources/OHHTTPStubs.h; sourceTree = ""; }; - 466CAC66BABADB50E1BCB1A982349841 /* CoreDataStack.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CoreDataStack.swift; path = Pod/Classes/CoreDataStack/CoreDataStack.swift; sourceTree = ""; }; - 480942BD899F35E76D8B2C8C4AF8E491 /* Actionable.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = Actionable.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 45855459D515DF8680BD94F1047CD4EB /* Actionable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Actionable.swift; path = Sources/Actionable.swift; sourceTree = ""; }; + 46E519202D8BB715533FA4B8E1E73ADE /* SDStatusBarOverriderPost9_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost9_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost9_0.h; sourceTree = ""; }; 483479982B98123FC7EC5160B3F13A3D /* Pods-PRODUCTNAME.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.release.xcconfig"; sourceTree = ""; }; - 488000412A3EF48ED3FD6AE622B14E01 /* PlaceholderTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PlaceholderTextView.swift; path = Pod/Classes/Views/Textview/PlaceholderTextView.swift; sourceTree = ""; }; + 48CDBBE1DE36DE45AA89A1E0E0CC83E7 /* Clamping.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Clamping.swift; path = Pod/Classes/Math/Clamping.swift; sourceTree = ""; }; 494865583B2292A91520484A4444D4BB /* Pods-Services-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Services-resources.sh"; sourceTree = ""; }; + 4A0341A3DA6F9EA3A9CDBC94AE7B6F45 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4AC2542222390FFF89684F9751895952 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4AE2948D1CF981B37D03B70CA2788BEA /* StringStyle+Part.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringStyle+Part.swift"; path = "Sources/StringStyle+Part.swift"; sourceTree = ""; }; - 4B08BFEA7A6F6CC00238558EAE7E5E33 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - 4BEBA55D3601FEF74B413E1B76059B28 /* ValueType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueType.swift; path = Sources/ValueType.swift; sourceTree = ""; }; - 4C2D12483CC7DB1AAD40556384DE3851 /* UnmarshalUpdating.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnmarshalUpdating.swift; path = Sources/UnmarshalUpdating.swift; sourceTree = ""; }; - 4C74409F622656175C516927ADA1778C /* Instabug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instabug.h; path = Instabug.framework/Headers/Instabug.h; sourceTree = ""; }; - 4D075508E32AFDF3CCAEBE077E10571C /* TableSection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TableSection.swift; path = Pod/Classes/TableViewHelpers/TableSection.swift; sourceTree = ""; }; + 4B470CF8DDB98E57508C5860ED848844 /* EmbeddedTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedTransformation.swift; path = Sources/UIKit/EmbeddedTransformation.swift; sourceTree = ""; }; + 4D343AEDDD5F74DC0C5E43CBFF613A2E /* SDStatusBarOverriderPost10_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost10_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost10_3.h; sourceTree = ""; }; + 4EA6D9FED0EB1ACB8D5FD55532EAD4D2 /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; 4F4DCC8453AF2A3F1086481408F99A44 /* BonMot.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BonMot.framework; path = BonMot.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4FB4407A39A7503B5AB87E21F9B5A76B /* NSLayoutAnchor+MultiplierConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSLayoutAnchor+MultiplierConstraints.swift"; path = "Source/NSLayoutAnchor+MultiplierConstraints.swift"; sourceTree = ""; }; - 50D115CF9002DA0B4A43F58C44C6E247 /* Marshal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Marshal-umbrella.h"; sourceTree = ""; }; - 512AB0183297D8F0ED9466759D17E103 /* Actionable-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Actionable-umbrella.h"; sourceTree = ""; }; - 512C083D179E5888EC02109709ED80CF /* LifecycleBehaviorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LifecycleBehaviorViewController.swift; path = Pod/Classes/Lifecycle/Framework/LifecycleBehaviorViewController.swift; sourceTree = ""; }; - 5370A5D0CADBD16DEC7C62D29B31CD35 /* OHHTTPStubsMethodSwizzling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubsMethodSwizzling.h; path = OHHTTPStubs/Sources/NSURLSession/OHHTTPStubsMethodSwizzling.h; sourceTree = ""; }; + 5038CEA67B9CEF29176A725F93CCB20C /* BonMot.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BonMot.modulemap; sourceTree = ""; }; + 51777EFCFC1160D4769501EC815E6665 /* Image+Tinting.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Image+Tinting.swift"; path = "Sources/Image+Tinting.swift"; sourceTree = ""; }; + 51CB9AFD93304FB9B2228D4C9ADBEC9D /* Tab.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tab.swift; path = Sources/Tab.swift; sourceTree = ""; }; + 51CC4A182A757532889D90A779B1E00E /* SDStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarManager.m; path = SDStatusBarManager/SDStatusBarManager.m; sourceTree = ""; }; + 527F71FC9A7F6436331BE03F618FA500 /* AboutView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AboutView.swift; path = Pod/Classes/AboutView/AboutView.swift; sourceTree = ""; }; + 5362A01A0976AED102CB9C9D9ACB7E83 /* OHHTTPStubs.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = OHHTTPStubs.modulemap; sourceTree = ""; }; 53A2C8B13969254EF535DC54375C7BDF /* Pods-Services.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Services.modulemap"; sourceTree = ""; }; + 53FCCD5ABC84D0ECFC012E8E24C63B6F /* BonMot.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BonMot.xcconfig; sourceTree = ""; }; 540B2FE63F08D715A14F44B1819204B1 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PRODUCTNAME_PRODUCTNAMETests.framework; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5412436A37D527356105C3610FF135C4 /* JSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSON.swift; path = Sources/JSON.swift; sourceTree = ""; }; + 544BE8BB28DA840A55D2717515A7F6A2 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 54BF03E3E419B1ED6B380BD8E648C04B /* UIViewController+Deselection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Deselection.swift"; path = "Pod/Classes/Deselection/UIViewController+Deselection.swift"; sourceTree = ""; }; + 54CB24707E9738F4E1D7B96F348E1D8D /* FieldValidator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldValidator.swift; path = Pod/Classes/Forms/FieldValidator.swift; sourceTree = ""; }; + 551E36ED87219FAEF24BDEE3AD93E140 /* UnmarshalingWithContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnmarshalingWithContext.swift; path = Sources/UnmarshalingWithContext.swift; sourceTree = ""; }; 55B1C9C2384C473DC562B336D4B24D96 /* Pods-Services.develop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.develop.xcconfig"; sourceTree = ""; }; 55B9A28BB9A5B4B7987F3E824D9CCCAB /* Pods-Services-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Services-umbrella.h"; sourceTree = ""; }; - 5798EC664C01EE5BA10628B3F310DA33 /* SimulatorStatusMagic-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimulatorStatusMagic-umbrella.h"; sourceTree = ""; }; - 581E16FC3FAABFB860ADA98976F2C27A /* TintedButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TintedButton.swift; path = Pod/Classes/TintedButton/TintedButton.swift; sourceTree = ""; }; - 583342035FDD3CB54AE457568F60B844 /* GAIDictionaryBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIDictionaryBuilder.h; path = Sources/GAIDictionaryBuilder.h; sourceTree = ""; }; - 58713B99BC400839B221C0002793D5CB /* Keychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = Lib/KeychainAccess/Keychain.swift; sourceTree = ""; }; - 5882EB529353062124E51370A389B0F9 /* UIKit+AdaptableTextContainerSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIKit+AdaptableTextContainerSupport.swift"; path = "Sources/UIKit/UIKit+AdaptableTextContainerSupport.swift"; sourceTree = ""; }; - 5AD93D9E7D08BF01FBB70A4F2D8948EC /* SimulatorStatusMagic-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SimulatorStatusMagic-dummy.m"; sourceTree = ""; }; - 5D397E25DB3A95F82AEE13F666B59B7E /* OHHTTPStubs.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = OHHTTPStubs.modulemap; sourceTree = ""; }; - 5E93DDFA140ADF35AC8CC3CDDE337951 /* IndexPath+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IndexPath+Extensions.swift"; path = "Pod/Classes/TableViewHelpers/IndexPath+Extensions.swift"; sourceTree = ""; }; - 601A5ECDC1FB199A4FC78779F10A5EB5 /* XMLBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XMLBuilder.swift; path = Sources/XMLBuilder.swift; sourceTree = ""; }; - 60AE687485680215FB50D911F8C92E7E /* OHPathHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHPathHelpers.h; path = OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.h; sourceTree = ""; }; - 6145F1C75F3795A4035FC54F751E0E81 /* Platform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.swift; path = Sources/Platform.swift; sourceTree = ""; }; - 617B4B1A95A447C19E082E426436FC2C /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + 57F2F0017E464224EF9CCF6B7C84A95D /* SDStatusBarOverriderPost9_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost9_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost9_3.h; sourceTree = ""; }; + 5860DA35039B53B7AE5B1B54B48B61E4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 5C622889A5F0E032346CEB80FFA02BCC /* KeychainAccess.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KeychainAccess.modulemap; sourceTree = ""; }; + 5E3C3893514BB9A377FB32713A871BF6 /* SDStatusBarOverriderPost11_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost11_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost11_0.h; sourceTree = ""; }; + 5EA9D7020A36708C096D49FE100F0363 /* SDStatusBarOverrider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverrider.h; path = SDStatusBarManager/SDStatusBarOverrider.h; sourceTree = ""; }; 62228FC5DE73FE42AC3E432EA3734846 /* Pods-PRODUCTNAME-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PRODUCTNAME-frameworks.sh"; sourceTree = ""; }; - 63BB87609E6B56D03934113EE2939D9B /* Actionable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Actionable.swift; path = Sources/Actionable.swift; sourceTree = ""; }; - 64BA87D8F97D49D78D6D26A1C7F2EC17 /* Marshal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Marshal.modulemap; sourceTree = ""; }; - 67625259D8D9F57125F8DDD1A64ADC0F /* SDStatusBarOverriderPre8_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPre8_3.m; path = SDStatusBarManager/SDStatusBarOverriderPre8_3.m; sourceTree = ""; }; - 6818755906F83D9723512D4FCA3E156C /* InstabugCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InstabugCore.h; path = InstabugCore.framework/Headers/InstabugCore.h; sourceTree = ""; }; + 62FB97DF9F8495876E47DDBED7FF0A32 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + 62FE300E02BB9EB6F39904F56B8A737C /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = Sources/Migration.swift; sourceTree = ""; }; + 6527D1DBD743B385F9B504D80FAB5382 /* KeychainAccess-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeychainAccess-dummy.m"; sourceTree = ""; }; + 652EA895AEE23A88D7F1FDF5A838A79D /* SDStatusBarOverriderPost10_0.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost10_0.m; path = SDStatusBarManager/SDStatusBarOverriderPost10_0.m; sourceTree = ""; }; + 668113C4FA13D079B73DED3211CFAA15 /* libGoogleAnalytics.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libGoogleAnalytics.a; path = Libraries/libGoogleAnalytics.a; sourceTree = ""; }; + 676FBDA3B4982D5749151A4D4F5DB982 /* Actionable.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Actionable.modulemap; sourceTree = ""; }; + 682D9A8DED9C1F3759D12787039BE7E8 /* StylisticAlternates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StylisticAlternates.swift; path = Sources/StylisticAlternates.swift; sourceTree = ""; }; 6835DF14E7F99D2CF62229962E9E19A6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig"; sourceTree = ""; }; - 686B145EC3BA585457C358AEC55DCBB9 /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; - 6951D32CA1D1BC8301D5FF381896E966 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - 6A9678738C7CA35F7F0475B20FE4B745 /* Anchorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Anchorage.swift; path = Source/Anchorage.swift; sourceTree = ""; }; - 6B56EB06AFA2FE7BC229A48D9B988F8A /* NSURLRequest+HTTPBodyTesting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLRequest+HTTPBodyTesting.m"; path = "OHHTTPStubs/Sources/NSURLSession/NSURLRequest+HTTPBodyTesting.m"; sourceTree = ""; }; + 69491719FF067F29FC914D35319AF30B /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; 6B68A078EFE8FB300D8830F8B90BACBA /* Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.release.xcconfig"; sourceTree = ""; }; - 6B8C39860E860ACF3DE34EABC3605502 /* Swiftilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Swiftilities.modulemap; sourceTree = ""; }; - 6BAA3F46F7F17D58A531C36F1D3A6332 /* Compatability.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Compatability.swift; path = Source/Compatability.swift; sourceTree = ""; }; - 6E9D70FFE1A8A62DD6B5A01B5B7BCF8A /* Marshal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Marshal-prefix.pch"; sourceTree = ""; }; - 70BF47784A7F91F64D11EAB89B2FC9A9 /* BonMot-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BonMot-prefix.pch"; sourceTree = ""; }; - 715C19B95A0CB6219721D5E5D985B67A /* UIImage+Tinting.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Tinting.swift"; path = "Pod/Classes/ImageHelpers/UIImage+Tinting.swift"; sourceTree = ""; }; - 726AEA0A3385CBA42E6665FBE0F4405A /* SDStatusBarOverriderPost10_0.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost10_0.m; path = SDStatusBarManager/SDStatusBarOverriderPost10_0.m; sourceTree = ""; }; - 72F2D2C4A4FE2CA3A1DA371792E51B23 /* Swiftilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Swiftilities-dummy.m"; sourceTree = ""; }; + 71C5007162C579C2BF4E07E69ADA5705 /* OHHTTPStubsResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHHTTPStubsResponse.m; path = OHHTTPStubs/Sources/OHHTTPStubsResponse.m; sourceTree = ""; }; 735EFC3080B0169016F713CBB8ACA37B /* Pods-PRODUCTNAME-PRODUCTNAMETests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-resources.sh"; sourceTree = ""; }; + 7362956E2668D7BA2609E7D0760F94DB /* Platform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Platform.swift; path = Sources/Platform.swift; sourceTree = ""; }; 746AE40855E79DE8CABCEC00F524F762 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 7536E1C72DF0B958D0A849A617475E29 /* Pods_PRODUCTNAME.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PRODUCTNAME.framework; path = "Pods-PRODUCTNAME.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 75949F882455636A97E8BFCD50C6268D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 7730E2C969B925A64DF2BB1D31467A4E /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; 77B6303BD8D0A6197BCF9415DB96B538 /* Pods-PRODUCTNAME.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.debug.xcconfig"; sourceTree = ""; }; - 77C37829AF39FA08AC33E94426120AF7 /* GAITracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAITracker.h; path = Sources/GAITracker.h; sourceTree = ""; }; - 798F79973CB5A50093466A416FD204A1 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = Sources/Error.swift; sourceTree = ""; }; - 79B79889CB66F3547858499AF9DF34F1 /* Priority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Priority.swift; path = Source/Priority.swift; sourceTree = ""; }; - 7B90BA94A3751AD07C80B3D04752A4B8 /* Actionable.swifttemplate */ = {isa = PBXFileReference; includeInIndex = 1; name = Actionable.swifttemplate; path = Resources/Actionable.swifttemplate; sourceTree = ""; }; - 7DF9F106566ADA2BDAEB2DB881E0AAB8 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - 7EB66A1983F305C455DA132BB4306B65 /* SDStatusBarOverriderPost11_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost11_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost11_0.h; sourceTree = ""; }; - 7F04F2A4BE2300747FDD93FB1AFDC04E /* Marshal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Marshal-dummy.m"; sourceTree = ""; }; - 7F0AFDF619478AC9F1483D5F5B7D439C /* GAITrackedViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAITrackedViewController.h; path = Sources/GAITrackedViewController.h; sourceTree = ""; }; - 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Actionable.xcconfig; sourceTree = ""; }; - 8383201C88BAEE9D4270015CD57CC818 /* SimulatorStatusMagic-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimulatorStatusMagic-prefix.pch"; sourceTree = ""; }; - 851F2FC477AFF755075B4B4347CFD2F5 /* SDStatusBarOverriderPost10_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost10_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost10_0.h; sourceTree = ""; }; - 862AF750660D251601FBFBB9293D6F57 /* AdaptiveStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptiveStyle.swift; path = Sources/UIKit/AdaptiveStyle.swift; sourceTree = ""; }; - 865FF535E19620AB7DAAA97236F759F9 /* OHHTTPStubsResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubsResponse.h; path = OHHTTPStubs/Sources/OHHTTPStubsResponse.h; sourceTree = ""; }; - 86A5C9FE21AC9396E99C0F674F55FF31 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 77C945D4511D4CB55EFCA9B7CDFD6BEC /* UIWindow+RootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIWindow+RootViewController.swift"; path = "Pod/Classes/RootViewController/UIWindow+RootViewController.swift"; sourceTree = ""; }; + 77F0983824E4C44FD85AB49D53BB6426 /* Marshal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Marshal-dummy.m"; sourceTree = ""; }; + 78D42DA85A5D88B469BB3F521758D1CF /* AcknowledgementViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowledgementViewController.swift; path = Pod/Classes/Acknowledgements/AcknowledgementViewController.swift; sourceTree = ""; }; + 7AE4697A09202C555925911B697F4BEA /* UIViewController+Lifecycle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Lifecycle.swift"; path = "Pod/Classes/Lifecycle/Framework/UIViewController+Lifecycle.swift"; sourceTree = ""; }; + 7AF04CD259982608BEB3DCF6A7A93648 /* NavTitleTransitionBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NavTitleTransitionBehavior.swift; path = "Pod/Classes/Lifecycle/Behaviors/Nav-Bar-Title-Transition/NavTitleTransitionBehavior.swift"; sourceTree = ""; }; + 7B386AD70B3DCC5F960AAB921A946E5D /* AcknowlegementsListViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowlegementsListViewModel.swift; path = Pod/Classes/Acknowledgements/AcknowlegementsListViewModel.swift; sourceTree = ""; }; + 7BF80C71A9C7C18F01125A7D44FF54DB /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 7CF241D429F7BECD8F8EF31663E497C4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 7D9A1239F792B3AF9DE9F1F08CE8E160 /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; + 7F1D6101AB4EE165C6C9C4E3EB4620AE /* GAITrackedViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAITrackedViewController.h; path = Sources/GAITrackedViewController.h; sourceTree = ""; }; + 7F662FE721D6BF357913FAB74FCC1711 /* FormattedTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormattedTextField.swift; path = Pod/Classes/FormattedTextField/FormattedTextField.swift; sourceTree = ""; }; + 7FDC65C2F9407031C9565D52112A0718 /* OHHTTPStubsResponse+JSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OHHTTPStubsResponse+JSON.m"; path = "OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.m"; sourceTree = ""; }; + 80C3AA9B7978ED9A672B5E89479F5FB2 /* SDStatusBarOverriderPost8_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost8_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost8_3.m; sourceTree = ""; }; + 82DEEA6A8F9EBA24FAD700463331A059 /* Instabug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instabug.h; path = Instabug.framework/Headers/Instabug.h; sourceTree = ""; }; + 82E3CBE19463FBD0C946533D4CC7A66D /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; + 85404826E0944D540DB1BC12B11D7170 /* KeyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyType.swift; path = Sources/KeyType.swift; sourceTree = ""; }; 86DAB485F0051243D0AEB214158C7C2F /* Pods-Services-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Services-acknowledgements.markdown"; sourceTree = ""; }; - 870961DB4BAF941AAE6E7D66D5B3A5D2 /* MarshaledObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarshaledObject.swift; path = Sources/MarshaledObject.swift; sourceTree = ""; }; - 8951B5927A81EF4DD5310928AE432D70 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; - 8A79F2757BB5193385CB657397B9FD68 /* NavBarHairlineFadeBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NavBarHairlineFadeBehavior.swift; path = "Pod/Classes/Lifecycle/Behaviors/Nav-Bar-Hairline-Fade/NavBarHairlineFadeBehavior.swift"; sourceTree = ""; }; - 8AFE0BB9C7C466C2F123563300C2BEC8 /* Clamping.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Clamping.swift; path = Pod/Classes/Math/Clamping.swift; sourceTree = ""; }; - 8BFAD8BB01541DAE5A9AFF7CE7A1C4A8 /* BonMot-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BonMot-umbrella.h"; sourceTree = ""; }; - 8CCA0B5785CDB21971762F57A8C32E90 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 8F1823BA175D7AE86D633617DE4DE032 /* Keyboard.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keyboard.swift; path = Pod/Classes/Keyboard/Keyboard.swift; sourceTree = ""; }; + 86EC9D18F738A3E0D2BC7093A1509B96 /* PlaceholderTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PlaceholderTextView.swift; path = Pod/Classes/Views/Textview/PlaceholderTextView.swift; sourceTree = ""; }; + 8747C5C230FC1F8808295F6EF80C41D0 /* FeedbackPresenter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FeedbackPresenter.swift; path = Pod/Classes/AboutView/FeedbackPresenter.swift; sourceTree = ""; }; + 87F0D05C2A4AED5778486328F4E595C3 /* FloatingPoint+Scale.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "FloatingPoint+Scale.swift"; path = "Pod/Classes/Math/FloatingPoint+Scale.swift"; sourceTree = ""; }; + 88332A66DA4E5C90B35B5B3F9BBB44ED /* UITableView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Extensions.swift"; path = "Pod/Classes/TableViewHelpers/UITableView+Extensions.swift"; sourceTree = ""; }; + 896947745486D8699CBED4868462DA79 /* SDStatusBarOverriderPre8_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPre8_3.m; path = SDStatusBarManager/SDStatusBarOverriderPre8_3.m; sourceTree = ""; }; + 89708BFCBFA09D53261DE3F28AECED83 /* OHHTTPStubsResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubsResponse.h; path = OHHTTPStubs/Sources/OHHTTPStubsResponse.h; sourceTree = ""; }; + 8A3B06B46D30735855E28CE5A44C3CD3 /* DefaultBehaviors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultBehaviors.swift; path = Pod/Classes/Lifecycle/Framework/DefaultBehaviors.swift; sourceTree = ""; }; + 8B0051812EB74E2B8999F6B9DE960A50 /* UITextView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITextView+Extensions.swift"; path = "Pod/Classes/Views/Textview/UITextView+Extensions.swift"; sourceTree = ""; }; + 8BA32149E73D0C6398035D6CE6604C4C /* UIStackView+Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIStackView+Helpers.swift"; path = "Pod/Classes/StackViewHelpers/UIStackView+Helpers.swift"; sourceTree = ""; }; + 8C8CBDEE9BCAFFD7B370730466E5ED09 /* SDStatusBarOverriderPost10_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost10_0.h; path = SDStatusBarManager/SDStatusBarOverriderPost10_0.h; sourceTree = ""; }; + 8F9BF7559192F5371B477BA5CF357D41 /* SimulatorStatusMagic-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SimulatorStatusMagic-dummy.m"; sourceTree = ""; }; 900ECFA51AD67CF1B879F7039EEDE679 /* Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-dummy.m"; sourceTree = ""; }; - 9053E0BAFDBE0764BCA81701CC8F423C /* SDStatusBarOverriderPre8_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPre8_3.h; path = SDStatusBarManager/SDStatusBarOverriderPre8_3.h; sourceTree = ""; }; - 90F843876DD2ACE8F9EBF2B08C14B33E /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 91232731467881E0A0003972C1B53FEC /* OHHTTPStubs-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubs-umbrella.h"; sourceTree = ""; }; - 92384886DED5DACFB70A7ADD05F0AE96 /* KeychainAccess-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeychainAccess-dummy.m"; sourceTree = ""; }; - 927A11D4B3D34971D1CEDFBBC0FDA903 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + 9011A5EB8CE220216EF3A8161C82426C /* GAI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAI.h; path = Sources/GAI.h; sourceTree = ""; }; + 904F8FAA01FA39B17FED373467D89C9C /* Swiftilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Swiftilities.xcconfig; sourceTree = ""; }; 9295AF920E94C339BFF6053BA3A34C14 /* Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.plist"; sourceTree = ""; }; 92D07D0253E195346C98D6FD98152125 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - 930EFB756884B8E97CD21811E068C321 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; + 93047B87CC392562F0545E7EA1EC6180 /* Marshal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Marshal-prefix.pch"; sourceTree = ""; }; + 93603ECF9B7F38F02EEE4348F9D4615B /* Actionable-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Actionable-prefix.pch"; sourceTree = ""; }; + 937FFB5B20DB34C3E56F15C21B12697D /* Shapes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shapes.swift; path = Pod/Classes/Shapes/Shapes.swift; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 954AF0771F26FDEB96C81AC98662D46F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 94782057BE3A6778335558DA0746BCBA /* Tracking.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tracking.swift; path = Sources/Tracking.swift; sourceTree = ""; }; + 955273AC1ACEC28B6861B468179C5DAE /* NavBarHairlineFadeBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NavBarHairlineFadeBehavior.swift; path = "Pod/Classes/Lifecycle/Behaviors/Nav-Bar-Hairline-Fade/NavBarHairlineFadeBehavior.swift"; sourceTree = ""; }; 95D3505E389CB1315C2DAFA6C9B1D172 /* SimulatorStatusMagic.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SimulatorStatusMagic.framework; path = SimulatorStatusMagic.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 95FED925F9524F27AA90CDF7B2283EAF /* Tracking.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tracking.swift; path = Sources/Tracking.swift; sourceTree = ""; }; - 9608300F6801F3CF683D2AB23E092E4C /* StylisticAlternates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StylisticAlternates.swift; path = Sources/StylisticAlternates.swift; sourceTree = ""; }; - 96C229CF1AC6DFC3210A373A32CC06B7 /* HairlineView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HairlineView.swift; path = Pod/Classes/HairlineView/HairlineView.swift; sourceTree = ""; }; - 9868647CE6F3FABBB18484A90C43E204 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + 979815EB34FCB53729E07E71F2FEE39E /* Ligatures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Ligatures.swift; path = Sources/Ligatures.swift; sourceTree = ""; }; + 97CDA5324328F6C6EC478CE08D7090E5 /* SimulatorStatusMagic-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimulatorStatusMagic-umbrella.h"; sourceTree = ""; }; + 98B97572FB4203A0B422A492B09AF472 /* SimulatorStatusMagic-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SimulatorStatusMagic-prefix.pch"; sourceTree = ""; }; 98E580072A2493058B7F11247CD51A68 /* Pods-Services-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Services-acknowledgements.plist"; sourceTree = ""; }; - 99014270A2C8DA2B712CE1BF1630919F /* SDStatusBarOverriderPost11_0.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost11_0.m; path = SDStatusBarManager/SDStatusBarOverriderPost11_0.m; sourceTree = ""; }; - 99212189B0EAFC4EF0686E6A06F3E876 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 9A99096ED765E3DA7D08D00B89B3F84D /* Shapes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Shapes.swift; path = Pod/Classes/Shapes/Shapes.swift; sourceTree = ""; }; - 9B4DE07209E930D89350D59A3C61254B /* OHHTTPStubs-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubs-prefix.pch"; sourceTree = ""; }; - 9C78F5FA8CCDE4F1BA411DC2821F79E9 /* NavTitleTransitionBehavior.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NavTitleTransitionBehavior.swift; path = "Pod/Classes/Lifecycle/Behaviors/Nav-Bar-Title-Transition/NavTitleTransitionBehavior.swift"; sourceTree = ""; }; + 98EDC284BAAA7A10BB89B85AF4B24618 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + 9B31C8151B51A54EC45133C8AFD323D1 /* SDStatusBarOverriderPost9_0.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost9_0.m; path = SDStatusBarManager/SDStatusBarOverriderPost9_0.m; sourceTree = ""; }; + 9B53077F9AA6D45A9D483C717496EC99 /* UIKit+Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIKit+Helpers.swift"; path = "Sources/UIKit/UIKit+Helpers.swift"; sourceTree = ""; }; + 9BCD39580DA9312DCF192F91EE1A3030 /* Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Internal.swift; path = Source/Internal.swift; sourceTree = ""; }; + 9C88D0E19A8642D26F2489F8F91BD349 /* AccessibilityHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccessibilityHelpers.swift; path = Pod/Classes/AccessibilityHelpers/AccessibilityHelpers.swift; sourceTree = ""; }; 9CA3502A5CDAAF0AD5CB1D68C50D7BD5 /* Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig"; sourceTree = ""; }; - 9CDD5BA8972F399C0ABFFF78568BEEA8 /* AcknowledgementsListViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowledgementsListViewController.swift; path = Pod/Classes/Acknowledgements/AcknowledgementsListViewController.swift; sourceTree = ""; }; 9D930006A376BFC5616EBE2EEADD7EA3 /* Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; sourceTree = ""; }; - A03EA3815B5BAC479A29ED05C1D6C790 /* BetterButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BetterButton.swift; path = Pod/Classes/BetterButton/BetterButton.swift; sourceTree = ""; }; - A12D08EC4AC2D305B53E61FCFE14E3C4 /* MarshalDictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarshalDictionary.swift; path = Sources/MarshalDictionary.swift; sourceTree = ""; }; + 9E8517C9CF98E757DE9B3BDA331C952F /* CGSize+DeviceSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGSize+DeviceSize.swift"; path = "Pod/Classes/DeviceSize/CGSize+DeviceSize.swift"; sourceTree = ""; }; + 9FC8F5D0C9F1B3F607EBFADD253E6EB7 /* BetterButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BetterButton.swift; path = Pod/Classes/BetterButton/BetterButton.swift; sourceTree = ""; }; + A03029221FC67F3BC07589B9596E209C /* Instabug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Instabug.framework; sourceTree = ""; }; A13353FF836937935EFBE20A9C98BCEF /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A1A5F5B9F7F49A75555D57D608A1112C /* OHHTTPStubsMethodSwizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHHTTPStubsMethodSwizzling.m; path = OHHTTPStubs/Sources/NSURLSession/OHHTTPStubsMethodSwizzling.m; sourceTree = ""; }; + A138DC5E105B7B0F1C4ADCFD87010D99 /* DeviceSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceSize.swift; path = Pod/Classes/DeviceSize/DeviceSize.swift; sourceTree = ""; }; + A14EFA41EE58E1F66B867E8BFBE7361F /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + A1EC25ED087861C106C74D0756666C66 /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeychainAccess.xcconfig; sourceTree = ""; }; A25188E01DF9D367AF16429A7EA75FF8 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/MessageUI.framework; sourceTree = DEVELOPER_DIR; }; - A291CEC90B79B3DAFEF8F23A901592DD /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - A3725CBDC8134A746D7726E722C23A10 /* OHHTTPStubsResponse+JSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OHHTTPStubsResponse+JSON.m"; path = "OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.m"; sourceTree = ""; }; - A5A7EDCF79801D641962CCD67A1EC20E /* Actionable+Helpers.swifttemplate */ = {isa = PBXFileReference; includeInIndex = 1; name = "Actionable+Helpers.swifttemplate"; path = "Resources/Actionable+Helpers.swifttemplate"; sourceTree = ""; }; + A36C17F2F201FE1228A63992CCF3FDED /* OHPathHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHPathHelpers.h; path = OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.h; sourceTree = ""; }; A5EE0269F022087C269AA1760CDCF0B1 /* Pods-PRODUCTNAME.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.appstore.xcconfig"; sourceTree = ""; }; - A6E436BEB5E3C5552D2A1C39C2BAEACE /* OHPathHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHPathHelpers.m; path = OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.m; sourceTree = ""; }; - A8362E5C55DB576EDA9F653B4DAD34B8 /* SDStatusBarOverriderPost9_0.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost9_0.m; path = SDStatusBarManager/SDStatusBarOverriderPost9_0.m; sourceTree = ""; }; + A65E21E0FFA5311A6B172C61795E5AE1 /* NSURLRequest+HTTPBodyTesting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+HTTPBodyTesting.h"; path = "OHHTTPStubs/Sources/NSURLSession/NSURLRequest+HTTPBodyTesting.h"; sourceTree = ""; }; + A6B27FCC9C3C7A97733E95E1648895CB /* NSAttributedString+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSAttributedString+Adaptive.swift"; path = "Sources/UIKit/NSAttributedString+Adaptive.swift"; sourceTree = ""; }; + A6E109BF5B33008E3D1AB99CEAE5CBC8 /* Marshal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Marshal.modulemap; sourceTree = ""; }; A877C133D089D0EA6266B9AA79A3C0D8 /* Pods-Services-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Services-dummy.m"; sourceTree = ""; }; - A896A4927AC928AC8D0929104C9AAF7A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A941F8147CDC795B668D9318CEAC7BC0 /* Log.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Log.swift; path = Pod/Classes/Logging/Log.swift; sourceTree = ""; }; - A98C09ECEBB4931C19613AC19F0957F8 /* FontInspector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FontInspector.swift; path = Sources/FontInspector.swift; sourceTree = ""; }; - AA07E12F76574D3A9575391CD5F30AF3 /* GAIEcommerceFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceFields.h; path = Sources/GAIEcommerceFields.h; sourceTree = ""; }; - AA91438E31AB715E0705BA40B26F613A /* OHHTTPStubsResponse+JSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OHHTTPStubsResponse+JSON.h"; path = "OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.h"; sourceTree = ""; }; - AAB039E300AF7DD6BD76A502DC10A5FD /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Swiftilities.xcconfig; sourceTree = ""; }; + AA116ECF246DF656A1E3F05E4B8B6C3E /* LicenseFormatter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LicenseFormatter.swift; path = Pod/Classes/LicenseFormatter/LicenseFormatter.swift; sourceTree = ""; }; + AB347D743DA51DA657D4B9206A658591 /* Protocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Protocols.swift; path = Pod/Classes/Views/Textview/Protocols.swift; sourceTree = ""; }; AC4D06D89F268B151B6D9580CE0D508A /* Marshal.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Marshal.framework; path = Marshal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AD7DB4C57137C85DF8DD53C0C64B8549 /* Anchorage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Anchorage.modulemap; sourceTree = ""; }; - ADA286998A1C18796AF373D75409E8C9 /* AdaptiveStyleTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptiveStyleTransformation.swift; path = Sources/UIKit/AdaptiveStyleTransformation.swift; sourceTree = ""; }; - AE913BE32F6C75BD99AFA4767A732A24 /* AppInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppInfo.swift; path = Pod/Classes/AboutView/AppInfo.swift; sourceTree = ""; }; + AD0CF826CFF9218F6113F8163B72D9F1 /* TintedButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TintedButton.swift; path = Pod/Classes/TintedButton/TintedButton.swift; sourceTree = ""; }; + AD6D3D07519D7EA2C80288008DDCCAC6 /* JSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = JSON.swift; path = Sources/JSON.swift; sourceTree = ""; }; + AE19BF9F38A0F45512ECE71A2CFC8F79 /* Anchorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Anchorage-prefix.pch"; sourceTree = ""; }; + AE6EB8099A9CB631A037E200E51A9891 /* Marshal.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Marshal.xcconfig; sourceTree = ""; }; AEA8923519F1A3C74EA604B9B7F8DD38 /* Pods_Services.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Services.framework; path = "Pods-Services.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - AF3506603E91927E99EA23BBC2921AAA /* Compatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Compatibility.swift; path = Sources/Compatibility.swift; sourceTree = ""; }; - B063E7F27CF1F338FCC05F42D4C2370B /* ContextualAlternates.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextualAlternates.swift; path = Sources/ContextualAlternates.swift; sourceTree = ""; }; + AF41ADA020C5427D715CAE6D34D3BBF5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + AF8B9466550199C5F63869DB82B96B5B /* Emphasis.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Emphasis.swift; path = Sources/Emphasis.swift; sourceTree = ""; }; + AFB8254503C2C1A80074F52B233BC966 /* UIKit+AdaptableTextContainerSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIKit+AdaptableTextContainerSupport.swift"; path = "Sources/UIKit/UIKit+AdaptableTextContainerSupport.swift"; sourceTree = ""; }; + AFFA30BAC3758095D0432AEE81BC1BDB /* Swiftilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Swiftilities-prefix.pch"; sourceTree = ""; }; + B16A41299C779F9954A5E479B9DE13A5 /* Compatibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Compatibility.swift; path = Sources/Compatibility.swift; sourceTree = ""; }; B1FD3CD5FB6F6888F7335F391D653FB6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.debug.xcconfig"; sourceTree = ""; }; - B27F009F9A89F635085A1A320FF1F372 /* SDStatusBarOverriderPost8_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost8_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost8_3.m; sourceTree = ""; }; - B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Marshal.xcconfig; sourceTree = ""; }; - B3ECA395671E46BEC0BAF5982A72789B /* AdaptableTextContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptableTextContainer.swift; path = Sources/UIKit/AdaptableTextContainer.swift; sourceTree = ""; }; - B5D40305CA6FD031E85D8797042E35DD /* Swiftilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Swiftilities-umbrella.h"; sourceTree = ""; }; - B5F89200E24838FA5E05A01FF2E5B722 /* KeychainAccess.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KeychainAccess.modulemap; sourceTree = ""; }; - B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OHHTTPStubs.xcconfig; sourceTree = ""; }; - B93337DB3187689417E6EB4B04DDE075 /* UIView+Lookup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Lookup.swift"; path = "Pod/Classes/Forms/UIView+Lookup.swift"; sourceTree = ""; }; - BAC3FD005D55259B09A1D76703C7B146 /* FieldValidator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldValidator.swift; path = Pod/Classes/Forms/FieldValidator.swift; sourceTree = ""; }; - BB64339B357A4CFB1FC113CB0FE2A74E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BD9FF26511DF35268E13E0EF7CDFA520 /* NSAttributedString+BonMot.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSAttributedString+BonMot.swift"; path = "Sources/NSAttributedString+BonMot.swift"; sourceTree = ""; }; - BEC3DDAF4CA0C2C966BF096A586C7F09 /* Ligatures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Ligatures.swift; path = Sources/Ligatures.swift; sourceTree = ""; }; + B36CE10A12BA8CB13F9FF957B20BD44E /* OHHTTPStubs.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OHHTTPStubs.xcconfig; sourceTree = ""; }; + B45F63EC3FC92A5702EFB56E77DDA689 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + B49A381AF889018EC65B008E61D7AE3A /* Swiftilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Swiftilities.modulemap; sourceTree = ""; }; + B4C615312B300FD8ACC92E692A19B8FA /* NSLayoutAnchor+MultiplierConstraints.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSLayoutAnchor+MultiplierConstraints.swift"; path = "Source/NSLayoutAnchor+MultiplierConstraints.swift"; sourceTree = ""; }; + B5FA15AB45EBA9B1FCA5937CB8563583 /* ValueType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ValueType.swift; path = Sources/ValueType.swift; sourceTree = ""; }; + B605C3026EDAB543828A885A31296190 /* Anchorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Anchorage.swift; path = Source/Anchorage.swift; sourceTree = ""; }; + B677FB31CA318C81BEEC196BE65DAFC9 /* OHPathHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHPathHelpers.m; path = OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.m; sourceTree = ""; }; + B6E240014A5AF1E3618647CCACBE10E4 /* Composable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Composable.swift; path = Sources/Composable.swift; sourceTree = ""; }; + B8985F853712425518EB1CD269EC0EFD /* Marshal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Marshal-umbrella.h"; sourceTree = ""; }; + B90C00CD3228CCA8079FF9F6E236E64F /* OHHTTPStubs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OHHTTPStubs.h; path = OHHTTPStubs/Sources/OHHTTPStubs.h; sourceTree = ""; }; + BA406DE1F9021F82A269F2740670B0DF /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; + BBC81175A025420D4A295C266CD3570D /* NamedStyles.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NamedStyles.swift; path = Sources/NamedStyles.swift; sourceTree = ""; }; + BE3EB30BDC72BAF54986C64243B8D7BF /* AccessibilityHeadingLevel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AccessibilityHeadingLevel.swift; path = Sources/AccessibilityHeadingLevel.swift; sourceTree = ""; }; + BE7CC9119E9815715BA81E0BD3B292CF /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; + BEF60881883521B224E54DA4980463D8 /* Anchorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Anchorage-dummy.m"; sourceTree = ""; }; C0CACDE9FBB139FF8263E06D53CED013 /* OHHTTPStubs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = OHHTTPStubs.framework; path = OHHTTPStubs.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C0D7DF27D09FCFD7394B0B38A84B7CEE /* FloatingPoint+Scale.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "FloatingPoint+Scale.swift"; path = "Pod/Classes/Math/FloatingPoint+Scale.swift"; sourceTree = ""; }; - C178B491E556128FFD12C5B6DD1F5C81 /* EmbeddedTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedTransformation.swift; path = Sources/UIKit/EmbeddedTransformation.swift; sourceTree = ""; }; C19C5F58325E6786C89DB155620D422F /* Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-acknowledgements.markdown"; sourceTree = ""; }; - C27110A9E9047D591D8FB102CBB5AF4E /* StyleableUIElement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StyleableUIElement.swift; path = Sources/UIKit/StyleableUIElement.swift; sourceTree = ""; }; - C2B89D36EC06935D5832CADE8B99CBA1 /* SDStatusBarOverrider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverrider.h; path = SDStatusBarManager/SDStatusBarOverrider.h; sourceTree = ""; }; - C4298AACFF2630F0142E4DF69322A431 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + C2B4AD38D17BF9BF8BD0A6F929AEC023 /* MarshaledObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MarshaledObject.swift; path = Sources/MarshaledObject.swift; sourceTree = ""; }; + C43E0928E9776C6DC39997BC8917855C /* OHHTTPStubs-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubs-dummy.m"; sourceTree = ""; }; C470D62519F313025E9B70C60B8562DC /* Swiftilities.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Swiftilities.framework; path = Swiftilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C4EA258A429824C4FC0F0D9A297B2C87 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - C7612DE014B8D399008CBE6B45EE1E23 /* KeyType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KeyType.swift; path = Sources/KeyType.swift; sourceTree = ""; }; - C84EEE37ABCCEA272DF82D6D903E2CF2 /* TextAlignmentConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextAlignmentConstraint.swift; path = Sources/UIKit/TextAlignmentConstraint.swift; sourceTree = ""; }; - C86A0F31BBE9E6C607FEE2678A6EFFFA /* Swiftilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Swiftilities-prefix.pch"; sourceTree = ""; }; + C4AB4593777F16D97957FEC5BA7499ED /* GAIEcommercePromotion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommercePromotion.h; path = Sources/GAIEcommercePromotion.h; sourceTree = ""; }; + C6248E66D078B43A4A7D42C68542D30C /* StyleableUIElement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StyleableUIElement.swift; path = Sources/UIKit/StyleableUIElement.swift; sourceTree = ""; }; + C74823F7CF16D316307EEF54616A187B /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + C810ED6A38C1785FD6F3E332173E7C1D /* UIImage+Tinting.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Tinting.swift"; path = "Pod/Classes/ImageHelpers/UIImage+Tinting.swift"; sourceTree = ""; }; C8D98B63D8AE893EC003E1D3C97EB901 /* Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig"; sourceTree = ""; }; - C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SimulatorStatusMagic.xcconfig; sourceTree = ""; }; - CA002C81E96280B7B32CF3A90763C55C /* GAIFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIFields.h; path = Sources/GAIFields.h; sourceTree = ""; }; - CAC21C4BCDFBF39FBBAD24A0F4CAE3D6 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - CACBBF855CD9F51449B588C1F92B9A09 /* Anchorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Anchorage-dummy.m"; sourceTree = ""; }; - CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = ""; }; - CCCD7E69F041DDD878F66D19CD963514 /* UnmarshalingWithContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnmarshalingWithContext.swift; path = Sources/UnmarshalingWithContext.swift; sourceTree = ""; }; - CFA277AA68ECE32A78E6A8B982BF9E99 /* Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compatibility.h; path = OHHTTPStubs/Sources/Compatibility.h; sourceTree = ""; }; - CFB4544499BAD8084F07F4CB589FD948 /* AboutView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AboutView.swift; path = Pod/Classes/AboutView/AboutView.swift; sourceTree = ""; }; - CFBFE484349A87297889780543B2A8C2 /* GAILogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAILogger.h; path = Sources/GAILogger.h; sourceTree = ""; }; - D0C45F79BAD18BB8324E0B44E6FF4C13 /* AcknowledgementViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowledgementViewController.swift; path = Pod/Classes/Acknowledgements/AcknowledgementViewController.swift; sourceTree = ""; }; - D26C9D0C2A04C06159E25AC749A3688B /* UIColor+Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Helpers.swift"; path = "Pod/Classes/ColorHelpers/UIColor+Helpers.swift"; sourceTree = ""; }; + C9ACDCEFE49E9AB188A397D5FEEE0CDC /* AdaptableTextContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdaptableTextContainer.swift; path = Sources/UIKit/AdaptableTextContainer.swift; sourceTree = ""; }; + CB7227A3A7DD09D7D52822940A1979F7 /* OHHTTPStubs-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubs-prefix.pch"; sourceTree = ""; }; + CE99AC9D0F56306258C52A438048E149 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; + CF119B26CC50B716244DE337CEE0C8B3 /* Marshaling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Marshaling.swift; path = Sources/Marshaling.swift; sourceTree = ""; }; + D0CC75CE15293D25CB9D6D7A0341A431 /* Actionable.swifttemplate */ = {isa = PBXFileReference; includeInIndex = 1; name = Actionable.swifttemplate; path = Resources/Actionable.swifttemplate; sourceTree = ""; }; + D225A7E248FEBDAA4E1AD209AFADD0E9 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; + D25B4C5452B7B1F64DCC22E4DDB68D9F /* CGFloat+DeviceSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+DeviceSize.swift"; path = "Pod/Classes/DeviceSize/CGFloat+DeviceSize.swift"; sourceTree = ""; }; D2C1D0804FBC513792C8293C7A021CB8 /* Pods-Services.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.appstore.xcconfig"; sourceTree = ""; }; - D3C7437D7D9265164AE141F007E126E9 /* SDStatusBarOverriderPost8_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost8_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost8_3.h; sourceTree = ""; }; - D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeychainAccess.xcconfig; sourceTree = ""; }; - D486691B9E467961D2AEF5491ECBA0B8 /* Actionable.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Actionable.modulemap; sourceTree = ""; }; - D629F02328D3D86B8D417ABE7F2A8376 /* AnchorGroupProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnchorGroupProvider.swift; path = Source/AnchorGroupProvider.swift; sourceTree = ""; }; + D31630207AE19A163D01443E5704AE46 /* AppInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppInfo.swift; path = Pod/Classes/AboutView/AppInfo.swift; sourceTree = ""; }; + D7333E5B9BC6A41CD02C4A152D038DA3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D7CB96FC15B40168F0101C5A196DF71E /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D8183B7EF948387A52A303D97B171AF8 /* Anchorage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Anchorage-umbrella.h"; sourceTree = ""; }; - D866D64BDA66A74A77E5FFC2DABEDA6E /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; - D9DC220E967B42B8CB8A9B725AEA159A /* OHHTTPStubs-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OHHTTPStubs-dummy.m"; sourceTree = ""; }; + D8E47D76C75B0B0AD15D74371619A641 /* KeychainAccess-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-umbrella.h"; sourceTree = ""; }; + D91E961730F7BB2E919BB1D9FFB4F412 /* Special.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Special.swift; path = Sources/Special.swift; sourceTree = ""; }; + D96E02E2744AB79052CD9ED40C5179FC /* IBGTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IBGTypes.h; path = InstabugCore.framework/Headers/IBGTypes.h; sourceTree = ""; }; DA50987E21E2611307591BE827BE6E8B /* Pods-PRODUCTNAME.sprint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.sprint.xcconfig"; sourceTree = ""; }; - DAED2C6CBCFD24355AAD63F8B86C8B8E /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - DAF783FBBF31ACC70F681C01C88C6D7A /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - DC5EEEEEE88301AEB18DFEE107EC0B4E /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - DCA2BF3A6AE41B168C6F0FE93775AD48 /* Actionable-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Actionable-dummy.m"; sourceTree = ""; }; - DD030AE63F4DCECEAEFD066D202A5074 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; - DD137FB740BFA583C491CAF62E6D8090 /* SDStatusBarOverriderPost10_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost10_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost10_3.m; sourceTree = ""; }; - DE9A57F35895CDED7B7BB96157F13C9B /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - DF71138214F4AD84F5DB4AB5AF22ADFD /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; - E1133B5A1356B33F602C3AF94BF03B8D /* Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Internal.swift; path = Source/Internal.swift; sourceTree = ""; }; - E2E9736D58075B10D0AA72BE7AEA5104 /* UIView+KeyboardLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+KeyboardLayoutGuide.swift"; path = "Pod/Classes/Keyboard/UIView+KeyboardLayoutGuide.swift"; sourceTree = ""; }; - E3549AF82CF86C62FF63FBDB030E80D7 /* GAIEcommercePromotion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommercePromotion.h; path = Sources/GAIEcommercePromotion.h; sourceTree = ""; }; + DA68F873F7C608977C60E7739C58DE17 /* BonMot-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BonMot-prefix.pch"; sourceTree = ""; }; + DA74C3A77F15C043C54F7D9B26CA0DF9 /* SDStatusBarOverriderPost10_3.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDStatusBarOverriderPost10_3.m; path = SDStatusBarManager/SDStatusBarOverriderPost10_3.m; sourceTree = ""; }; + DAD04A1742E72AA815F5106E65DC96AB /* Anchorage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Anchorage.modulemap; sourceTree = ""; }; + DB3E41843F6E3FFD06826A1316A9AF51 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; + DE453FF3AD093B9AA1C72F7CD8AA8BC2 /* BonMot-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BonMot-umbrella.h"; sourceTree = ""; }; + DE97F5C4AA4D0BCF9D252F5025F43D7D /* GradientView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GradientView.swift; path = Pod/Classes/Views/Gradient/GradientView.swift; sourceTree = ""; }; + DFAC1D8F8C7F1FC4834AB856D646823F /* Actionable-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Actionable-dummy.m"; sourceTree = ""; }; + E053577A6430D74F0F6452EF37682269 /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + E1589529CD0B8A57251D8B2AEDD0EFD9 /* GAITracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAITracker.h; path = Sources/GAITracker.h; sourceTree = ""; }; + E1E344C52C011D75EA5FB73373CE8D6E /* HairlineView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HairlineView.swift; path = Pod/Classes/HairlineView/HairlineView.swift; sourceTree = ""; }; + E25CDBA8536CC5F4C58775C8C12EB4F2 /* actionable.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = actionable.sh; sourceTree = ""; }; E3591C5A98358F98F573BD31B71040A3 /* Pods-Services.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Services.release.xcconfig"; sourceTree = ""; }; - E48029DA768F1196AA0CFE5DE9A6CCF4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E59FBEB0DC2C5C385C5C38A23F392806 /* UIKit+Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIKit+Helpers.swift"; path = "Sources/UIKit/UIKit+Helpers.swift"; sourceTree = ""; }; - E61DA1D7AE8CA0A6A2697B511C460D91 /* Image+Tinting.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Image+Tinting.swift"; path = "Sources/Image+Tinting.swift"; sourceTree = ""; }; - E728CBA90B1F1AC6DE3AC60BD9B7E781 /* NSURLRequest+HTTPBodyTesting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLRequest+HTTPBodyTesting.h"; path = "OHHTTPStubs/Sources/NSURLSession/NSURLRequest+HTTPBodyTesting.h"; sourceTree = ""; }; - E8BAF892AA14BC379C4624955F895D7E /* UITableView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UITableView+Extensions.swift"; path = "Pod/Classes/TableViewHelpers/UITableView+Extensions.swift"; sourceTree = ""; }; + E3B49D46AFAA27F62504C432238E5A36 /* StringStyle+Part.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "StringStyle+Part.swift"; path = "Sources/StringStyle+Part.swift"; sourceTree = ""; }; + E51D46C6BA7FFBF999879B3C94D942D3 /* UIView+KeyboardLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+KeyboardLayoutGuide.swift"; path = "Pod/Classes/Keyboard/UIView+KeyboardLayoutGuide.swift"; sourceTree = ""; }; + E55B7C1033B30A47BCAE8E1137601308 /* IndexPath+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IndexPath+Extensions.swift"; path = "Pod/Classes/TableViewHelpers/IndexPath+Extensions.swift"; sourceTree = ""; }; + E5DC03D4AE88FF740CA7F219C095BB8E /* TailoredSwiftTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailoredSwiftTextView.swift; path = Pod/Classes/Views/Textview/TailoredSwiftTextView.swift; sourceTree = ""; }; + E776ECCE957EEEA8A75ECBF385EE40F6 /* MutableCopying.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableCopying.swift; path = Sources/MutableCopying.swift; sourceTree = ""; }; + E8566677E2AE680E2813958EEFBECDC4 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = Sources/Error.swift; sourceTree = ""; }; + E89887181BF743008492171651A43464 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; E8D7FC31DC2A3614360F82DF93DCA7ED /* Pods-PRODUCTNAME-PRODUCTNAMETests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PRODUCTNAME-PRODUCTNAMETests-frameworks.sh"; sourceTree = ""; }; - E95F5F93A13F9FCA1F3A282663169552 /* FormattedTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormattedTextField.swift; path = Pod/Classes/FormattedTextField/FormattedTextField.swift; sourceTree = ""; }; - EAF262ABCD2A26834ED606723DD63258 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - EB8447386615354DFC853D7D6B3484E6 /* AcknowlegementsListViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AcknowlegementsListViewModel.swift; path = Pod/Classes/Acknowledgements/AcknowlegementsListViewModel.swift; sourceTree = ""; }; - ED14CE1563C0DB353568542A994794A9 /* Unmarshaling.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Unmarshaling.swift; path = Sources/Unmarshaling.swift; sourceTree = ""; }; - EDD81F4046000DAC9284072A1F82F8F7 /* AttributedStringTransformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AttributedStringTransformation.swift; path = Sources/UIKit/AttributedStringTransformation.swift; sourceTree = ""; }; + E9135F2CFA1CBFCCA70663212EDC5B03 /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = ""; }; + EA72676B1A09F39FBE84AB7B7653E77B /* OHHTTPStubsMethodSwizzling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHHTTPStubsMethodSwizzling.m; path = OHHTTPStubs/Sources/NSURLSession/OHHTTPStubsMethodSwizzling.m; sourceTree = ""; }; + EBF062958E89B83260F822E942748F4E /* BonMot-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BonMot-dummy.m"; sourceTree = ""; }; + EC7FDC951A33BC479EE81E520F1CF592 /* GAIEcommerceProduct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GAIEcommerceProduct.h; path = Sources/GAIEcommerceProduct.h; sourceTree = ""; }; + EDDA6DCCEC2F45DF60F6CAB32120B3A1 /* OHHTTPStubs+NSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OHHTTPStubs+NSURLSessionConfiguration.m"; path = "OHHTTPStubs/Sources/NSURLSession/OHHTTPStubs+NSURLSessionConfiguration.m"; sourceTree = ""; }; + EEF9C2C05A8344E5E5CCC5DF9EE72EC2 /* Swiftilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Swiftilities-dummy.m"; sourceTree = ""; }; + EF0C4E45C9C902173729E2DAA56643F9 /* OHHTTPStubs-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OHHTTPStubs-umbrella.h"; sourceTree = ""; }; + EF177B10F75A0FADC0AF500C5C53756E /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + F050608EC43C45CA432D9210F7142FF2 /* LifecycleBehaviorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LifecycleBehaviorViewController.swift; path = Pod/Classes/Lifecycle/Framework/LifecycleBehaviorViewController.swift; sourceTree = ""; }; + F099E781F43BBCB79D09B76762CD68C4 /* TextAlignmentConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextAlignmentConstraint.swift; path = Sources/UIKit/TextAlignmentConstraint.swift; sourceTree = ""; }; + F154F9D859C6F32990A035DA7C2BD9CA /* SimulatorStatusMagic.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SimulatorStatusMagic.modulemap; sourceTree = ""; }; F1884D3ABA1D70C9A7D39BF350E957EC /* Anchorage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Anchorage.framework; path = Anchorage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F310BBF8745AD0D73FF606DBFE3BCFF3 /* MutableCopying.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableCopying.swift; path = Sources/MutableCopying.swift; sourceTree = ""; }; - F39403CDECD7705B479AA5323D04813D /* NSAttributedString+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSAttributedString+Adaptive.swift"; path = "Sources/UIKit/NSAttributedString+Adaptive.swift"; sourceTree = ""; }; - F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Anchorage.xcconfig; sourceTree = ""; }; + F377297848B3C21352CFA28AA7795D6D /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; + F3B2B1946B3D4E47AE89044EB8DAA48C /* Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/Operators.swift; sourceTree = ""; }; F650BA6FBEE9EF8183BE6D6F230F5B2B /* Pods-PRODUCTNAME.develop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PRODUCTNAME.develop.xcconfig"; sourceTree = ""; }; - F67FDE991DC3C52D336D370069613E7E /* DefaultBehaviors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DefaultBehaviors.swift; path = Pod/Classes/Lifecycle/Framework/DefaultBehaviors.swift; sourceTree = ""; }; - F7A0868A16A3A9A6D92C5C214186A206 /* CGSize+DeviceSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGSize+DeviceSize.swift"; path = "Pod/Classes/DeviceSize/CGSize+DeviceSize.swift"; sourceTree = ""; }; - F9A60120C49346C4C7BE2C997D573A15 /* Anchorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Anchorage-prefix.pch"; sourceTree = ""; }; - F9B4AA244564725A8905475C716908C7 /* Special.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Special.swift; path = Sources/Special.swift; sourceTree = ""; }; - FA6DF4CBFEEE91EA14B51430A92729A0 /* Tab+Adaptive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Tab+Adaptive.swift"; path = "Sources/UIKit/Tab+Adaptive.swift"; sourceTree = ""; }; - FA7D84CC47BBD8612BF7EA9C9DD97148 /* TailoredSwiftTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TailoredSwiftTextView.swift; path = Pod/Classes/Views/Textview/TailoredSwiftTextView.swift; sourceTree = ""; }; + F670C7773EEF29C5A48997E392A01CAA /* NSURLRequest+HTTPBodyTesting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLRequest+HTTPBodyTesting.m"; path = "OHHTTPStubs/Sources/NSURLSession/NSURLRequest+HTTPBodyTesting.m"; sourceTree = ""; }; + F8A36BC69EDEA0BA48CCA2B24DCD887B /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + F8C573DF456A7A6AF239E48919B5004A /* Priority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Priority.swift; path = Source/Priority.swift; sourceTree = ""; }; FAF2454434438A4420670A928BECD567 /* Pods-PRODUCTNAME-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PRODUCTNAME-acknowledgements.plist"; sourceTree = ""; }; - FB47ACABB52158DE5CCFFAC015F2BD49 /* OHHTTPStubsResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OHHTTPStubsResponse.m; path = OHHTTPStubs/Sources/OHHTTPStubsResponse.m; sourceTree = ""; }; - FBF1F5D0E670DBA1AD156948DC695B7A /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; FBF564F47E3E9F0936D302F6CEBCA4D7 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - FD320AC0777B8F096799EF63ACCA686E /* UIWindow+RootViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIWindow+RootViewController.swift"; path = "Pod/Classes/RootViewController/UIWindow+RootViewController.swift"; sourceTree = ""; }; - FE2C2AB9827D4EC3DDB4B07F50016FC1 /* BonMot.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BonMot.modulemap; sourceTree = ""; }; - FF295BA28DB385DE724A8E475434A1D3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - FF5053BA9EC5B81B1F8577285A2B4704 /* DeviceSize.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeviceSize.swift; path = Pod/Classes/DeviceSize/DeviceSize.swift; sourceTree = ""; }; + FCE86A31DCE5C13E355AAB005DA59CD6 /* NSAttributedString+BonMot.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSAttributedString+BonMot.swift"; path = "Sources/NSAttributedString+BonMot.swift"; sourceTree = ""; }; + FF689496F483334C371E76354B8D86AF /* SDStatusBarOverriderPost8_3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDStatusBarOverriderPost8_3.h; path = SDStatusBarManager/SDStatusBarOverriderPost8_3.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 09B0A50D897AFDA7F4D1CF44DE777E35 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E09047292C5A63DBBA5274CB24488948 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3B99F5E4BFE572E6B0F2B8C4DD11DCDC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -729,14 +736,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D9159FAA1E8CADB9BBB1BBB03399D28F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - BE49E638B0EC8254F70C215B03BA9926 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EA7539E51E5FE3DC97DB7F0287EB6688 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -756,20 +755,59 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0D67C439EBDC3B3ACFC0B69E5835EEFA /* Frameworks */ = { + 03299C0702D1DE4A45B299861475B8F4 /* CoreDataStack */ = { isa = PBXGroup; children = ( - 24D0130820FB8B96829128CF0A9E0D52 /* InstabugCore.framework */, + 334D53BFC38A1D5C5D5AE28C09474A77 /* CoreDataStack.swift */, ); - name = Frameworks; + name = CoreDataStack; sourceTree = ""; }; - 15C71C57599C107BCE583BD89178CB1E /* Frameworks */ = { + 0415C275981AF82BEEF04D2ED3C90A78 /* Views */ = { isa = PBXGroup; children = ( - 686B145EC3BA585457C358AEC55DCBB9 /* Fabric.framework */, + DE97F5C4AA4D0BCF9D252F5025F43D7D /* GradientView.swift */, + 86EC9D18F738A3E0D2BC7093A1509B96 /* PlaceholderTextView.swift */, + AB347D743DA51DA657D4B9206A658591 /* Protocols.swift */, + E5DC03D4AE88FF740CA7F219C095BB8E /* TailoredSwiftTextView.swift */, + 8B0051812EB74E2B8999F6B9DE960A50 /* UITextView+Extensions.swift */, ); - name = Frameworks; + name = Views; + sourceTree = ""; + }; + 04853A3F66B768F0A70BC3F85FF31B2E /* ColorHelpers */ = { + isa = PBXGroup; + children = ( + 347BC178A7D4CAD14F1E58F9C3F7BA33 /* UIColor+Helpers.swift */, + ); + name = ColorHelpers; + sourceTree = ""; + }; + 08A5F7DD266417F5FD4D34C34F655231 /* KeychainAccess */ = { + isa = PBXGroup; + children = ( + 0899561860A72C04F6B27FEDADCA20FD /* Keychain.swift */, + D0FE02649451E8F0030FC4B71E6732EC /* Support Files */, + ); + name = KeychainAccess; + path = KeychainAccess; + sourceTree = ""; + }; + 16F007E3AF6C45598D333D339E385A9C /* FormattedTextField */ = { + isa = PBXGroup; + children = ( + 7F662FE721D6BF357913FAB74FCC1711 /* FormattedTextField.swift */, + ); + name = FormattedTextField; + sourceTree = ""; + }; + 18501161FCDA73D1F28680C8E8DC5609 /* OHPathHelpers */ = { + isa = PBXGroup; + children = ( + A36C17F2F201FE1228A63992CCF3FDED /* OHPathHelpers.h */, + B677FB31CA318C81BEEC196BE65DAFC9 /* OHPathHelpers.m */, + ); + name = OHPathHelpers; sourceTree = ""; }; 1A2B0573266DF8FB238C630B1B576ED6 /* Pods-PRODUCTNAME */ = { @@ -793,203 +831,268 @@ path = "Target Support Files/Pods-PRODUCTNAME"; sourceTree = ""; }; - 1A46AB604E74EC18B766E5C97C3C654D /* Support Files */ = { + 201AB4E79DBEC73D3146EAFCC1237CF5 /* Support Files */ = { isa = PBXGroup; children = ( - FE2C2AB9827D4EC3DDB4B07F50016FC1 /* BonMot.modulemap */, - 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */, - 08E6C50C0FBDB5D498FA2FA8FF6FEFF2 /* BonMot-dummy.m */, - 70BF47784A7F91F64D11EAB89B2FC9A9 /* BonMot-prefix.pch */, - 8BFAD8BB01541DAE5A9AFF7CE7A1C4A8 /* BonMot-umbrella.h */, - 3072CAC5D3BD3ABD629D9B44AFB3D006 /* Info.plist */, + DAD04A1742E72AA815F5106E65DC96AB /* Anchorage.modulemap */, + 396E8B283D83A140610AAB6AAA527B53 /* Anchorage.xcconfig */, + BEF60881883521B224E54DA4980463D8 /* Anchorage-dummy.m */, + AE19BF9F38A0F45512ECE71A2CFC8F79 /* Anchorage-prefix.pch */, + 25210CB752CD0591AA67819358B56A57 /* Anchorage-umbrella.h */, + 157F656082F877B0C8ABB73AA6774C7B /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/BonMot"; + path = "../Target Support Files/Anchorage"; sourceTree = ""; }; - 1B80CDF7A12D95B206C22026F3BE3EC3 /* Swift */ = { + 20B56609144CE204DFA8221F742B2D76 /* Frameworks */ = { isa = PBXGroup; children = ( - 2080FC6F79EF0FF34FD6AF693DFCAB4A /* OHHTTPStubsSwift.swift */, + 6C0EA1E0D44E5E755BB69FEFCFF5D01D /* iOS */, ); - name = Swift; + name = Frameworks; sourceTree = ""; }; - 1BB292C4805F4987D3664564999EFF58 /* JSON */ = { + 20D9D52B77D34EA6F2527D35B9EEF9B9 /* Pods */ = { isa = PBXGroup; children = ( - AA91438E31AB715E0705BA40B26F613A /* OHHTTPStubsResponse+JSON.h */, - A3725CBDC8134A746D7726E722C23A10 /* OHHTTPStubsResponse+JSON.m */, + 34B9889784CD1CE146AB9792D8D70AAA /* Actionable */, + 654827B489AAE87D1DC3AFB04135568E /* Alamofire */, + A84D65AFC497F3232F1A4713F013299B /* Anchorage */, + 494CC21B19A0C491E8328C7094CBDFE5 /* BonMot */, + A7E1604546717C2D9395BF258A3A1ED7 /* Crashlytics */, + A0887D6FAA9721288FAFF484F347CF72 /* Fabric */, + 5A24EA22118E672935CECE7DD23027E5 /* GoogleAnalytics */, + 72CD5591A4C02442C1B1CA5313FA5B18 /* Instabug */, + 08A5F7DD266417F5FD4D34C34F655231 /* KeychainAccess */, + E13041CAE029E5A9396132F4D42A1B8F /* Marshal */, + 493EF3D9DE8C035645AF2B425FBB9219 /* OHHTTPStubs */, + 26FFD70110A35C2AC4C6ACA61831C237 /* SimulatorStatusMagic */, + 29FD428F2D233A1C9DFF92EC3E51FF0D /* Sourcery */, + A4C69F435BBAABA6B13E7E512AC6F799 /* SwiftGen */, + F088A15089571162F4D62482152DEF82 /* Swiftilities */, + F61593A7AFD68DF355203C5F46B76FF7 /* SwiftLint */, ); - name = JSON; + name = Pods; sourceTree = ""; }; - 1D05B933DF0498E28238135C874D1629 /* Fabric */ = { + 246527B5921A87F9EAE7C99B99E3C575 /* Logging */ = { isa = PBXGroup; children = ( - 8951B5927A81EF4DD5310928AE432D70 /* FABAttributes.h */, - D866D64BDA66A74A77E5FFC2DABEDA6E /* Fabric.h */, - 15C71C57599C107BCE583BD89178CB1E /* Frameworks */, + 01470BAD8FD9AE76BE3A47AB0BA4DA42 /* Log.swift */, ); - name = Fabric; - path = Fabric; + name = Logging; sourceTree = ""; }; - 20B56609144CE204DFA8221F742B2D76 /* Frameworks */ = { + 26FFD70110A35C2AC4C6ACA61831C237 /* SimulatorStatusMagic */ = { isa = PBXGroup; children = ( - 6C0EA1E0D44E5E755BB69FEFCFF5D01D /* iOS */, + 1E22904A110F421045A094C3CD7646FA /* SDStatusBarManager.h */, + 51CC4A182A757532889D90A779B1E00E /* SDStatusBarManager.m */, + 5EA9D7020A36708C096D49FE100F0363 /* SDStatusBarOverrider.h */, + 8C8CBDEE9BCAFFD7B370730466E5ED09 /* SDStatusBarOverriderPost10_0.h */, + 652EA895AEE23A88D7F1FDF5A838A79D /* SDStatusBarOverriderPost10_0.m */, + 4D343AEDDD5F74DC0C5E43CBFF613A2E /* SDStatusBarOverriderPost10_3.h */, + DA74C3A77F15C043C54F7D9B26CA0DF9 /* SDStatusBarOverriderPost10_3.m */, + 5E3C3893514BB9A377FB32713A871BF6 /* SDStatusBarOverriderPost11_0.h */, + 0C95E5887F54A35DA799C3D308960CE9 /* SDStatusBarOverriderPost11_0.m */, + FF689496F483334C371E76354B8D86AF /* SDStatusBarOverriderPost8_3.h */, + 80C3AA9B7978ED9A672B5E89479F5FB2 /* SDStatusBarOverriderPost8_3.m */, + 46E519202D8BB715533FA4B8E1E73ADE /* SDStatusBarOverriderPost9_0.h */, + 9B31C8151B51A54EC45133C8AFD323D1 /* SDStatusBarOverriderPost9_0.m */, + 57F2F0017E464224EF9CCF6B7C84A95D /* SDStatusBarOverriderPost9_3.h */, + 270C3869C1A2AFDE53C0A164C1919BB4 /* SDStatusBarOverriderPost9_3.m */, + 0C31156922F3E5AFF1A5A4013995CC4B /* SDStatusBarOverriderPre8_3.h */, + 896947745486D8699CBED4868462DA79 /* SDStatusBarOverriderPre8_3.m */, + 60D3E97079E2890144D928BB0F0660B2 /* Support Files */, ); - name = Frameworks; + name = SimulatorStatusMagic; + path = SimulatorStatusMagic; sourceTree = ""; }; - 263C3B945B2422C79DFE85D0735ADC42 /* SwiftGen */ = { + 28A296D90AB63CEA979A48669065B99A /* Frameworks */ = { isa = PBXGroup; children = ( + 4EA6D9FED0EB1ACB8D5FD55532EAD4D2 /* Fabric.framework */, ); - name = SwiftGen; - path = SwiftGen; + name = Frameworks; sourceTree = ""; }; - 292FAAAFDED2C016372BDC00DF240069 /* Pod */ = { + 28B871ADE53761C7E0C574E5D5493E87 /* LicenseFormatter */ = { isa = PBXGroup; children = ( - 480942BD899F35E76D8B2C8C4AF8E491 /* Actionable.podspec */, - FF295BA28DB385DE724A8E475434A1D3 /* LICENSE */, - 3B706006408C2BD94067E95F18BFF91B /* README.md */, + AA116ECF246DF656A1E3F05E4B8B6C3E /* LicenseFormatter.swift */, ); - name = Pod; + name = LicenseFormatter; sourceTree = ""; }; - 2C0ACAF4A79360B31274F723CF949049 /* Support Files */ = { + 2945C0EC3E069FE06EBC63AB8938167F /* InstabugCore */ = { isa = PBXGroup; children = ( - 8CCA0B5785CDB21971762F57A8C32E90 /* Alamofire.modulemap */, - CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */, - 9868647CE6F3FABBB18484A90C43E204 /* Alamofire-dummy.m */, - 6951D32CA1D1BC8301D5FF381896E966 /* Alamofire-prefix.pch */, - FBF1F5D0E670DBA1AD156948DC695B7A /* Alamofire-umbrella.h */, - 99212189B0EAFC4EF0686E6A06F3E876 /* Info.plist */, + D96E02E2744AB79052CD9ED40C5179FC /* IBGTypes.h */, + 3CD6BF6098E9383ED32F73441E8C1EEC /* InstabugCore.h */, + 999D3B0FF70066F46E4B73DF18BABEFA /* Frameworks */, ); - name = "Support Files"; - path = "../Target Support Files/Alamofire"; + name = InstabugCore; sourceTree = ""; }; - 3933B1F843BAC7C94FA8EB86ED560B2B /* Logging */ = { + 29FD428F2D233A1C9DFF92EC3E51FF0D /* Sourcery */ = { isa = PBXGroup; children = ( - A941F8147CDC795B668D9318CEAC7BC0 /* Log.swift */, ); - name = Logging; + name = Sourcery; + path = Sourcery; sourceTree = ""; }; - 39B6590885AEAEFBE29269DC7D68311A /* KeychainAccess */ = { + 327A144748B48860E48E72F99A3C96A3 /* Math */ = { isa = PBXGroup; children = ( - 58713B99BC400839B221C0002793D5CB /* Keychain.swift */, - F9AC5903543FCA883D0B3434CE16DF35 /* Support Files */, + 48CDBBE1DE36DE45AA89A1E0E0CC83E7 /* Clamping.swift */, + 87F0D05C2A4AED5778486328F4E595C3 /* FloatingPoint+Scale.swift */, ); - name = KeychainAccess; - path = KeychainAccess; + name = Math; sourceTree = ""; }; - 4381D4E9F8644E59C34B8A45CF2B0F29 /* Support Files */ = { + 332695708E9F567199F97DAE090CAF99 /* Support Files */ = { isa = PBXGroup; children = ( - AD7DB4C57137C85DF8DD53C0C64B8549 /* Anchorage.modulemap */, - F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */, - CACBBF855CD9F51449B588C1F92B9A09 /* Anchorage-dummy.m */, - F9A60120C49346C4C7BE2C997D573A15 /* Anchorage-prefix.pch */, - D8183B7EF948387A52A303D97B171AF8 /* Anchorage-umbrella.h */, - 75949F882455636A97E8BFCD50C6268D /* Info.plist */, + F8A36BC69EDEA0BA48CCA2B24DCD887B /* Alamofire.modulemap */, + E9135F2CFA1CBFCCA70663212EDC5B03 /* Alamofire.xcconfig */, + 139FA84B7F63FA5A4BBCB6C0536C0C6D /* Alamofire-dummy.m */, + 44E2F25FCDC48A01CDF7AEE55D3F49CB /* Alamofire-prefix.pch */, + C74823F7CF16D316307EEF54616A187B /* Alamofire-umbrella.h */, + 14DCC074440D1D0ABEB83F32580AF7D5 /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/Anchorage"; + path = "../Target Support Files/Alamofire"; sourceTree = ""; }; - 46AB9FEB3C83050728A8A0FCDD7A0F08 /* SimulatorStatusMagic */ = { + 33FE7E4CFB7718E5873CA3F5373E9F23 /* RootViewController */ = { isa = PBXGroup; children = ( - 2A5A4E0C94607DEFFD442859A131C6EC /* SDStatusBarManager.h */, - 059C81EB83DFA6667D7FEC674E62189D /* SDStatusBarManager.m */, - C2B89D36EC06935D5832CADE8B99CBA1 /* SDStatusBarOverrider.h */, - 851F2FC477AFF755075B4B4347CFD2F5 /* SDStatusBarOverriderPost10_0.h */, - 726AEA0A3385CBA42E6665FBE0F4405A /* SDStatusBarOverriderPost10_0.m */, - 04290826502404D30D934B00D8105C7B /* SDStatusBarOverriderPost10_3.h */, - DD137FB740BFA583C491CAF62E6D8090 /* SDStatusBarOverriderPost10_3.m */, - 7EB66A1983F305C455DA132BB4306B65 /* SDStatusBarOverriderPost11_0.h */, - 99014270A2C8DA2B712CE1BF1630919F /* SDStatusBarOverriderPost11_0.m */, - D3C7437D7D9265164AE141F007E126E9 /* SDStatusBarOverriderPost8_3.h */, - B27F009F9A89F635085A1A320FF1F372 /* SDStatusBarOverriderPost8_3.m */, - 3E07141F2F346A2460F49B612B0376E7 /* SDStatusBarOverriderPost9_0.h */, - A8362E5C55DB576EDA9F653B4DAD34B8 /* SDStatusBarOverriderPost9_0.m */, - 37E03CF07FB844BCCC08EA2D1F6815F9 /* SDStatusBarOverriderPost9_3.h */, - 0823AD8DE47A6E1A870A866654766046 /* SDStatusBarOverriderPost9_3.m */, - 9053E0BAFDBE0764BCA81701CC8F423C /* SDStatusBarOverriderPre8_3.h */, - 67625259D8D9F57125F8DDD1A64ADC0F /* SDStatusBarOverriderPre8_3.m */, - EE3836D0D745C13F862AFC898226B072 /* Support Files */, + 77C945D4511D4CB55EFCA9B7CDFD6BEC /* UIWindow+RootViewController.swift */, ); - name = SimulatorStatusMagic; - path = SimulatorStatusMagic; + name = RootViewController; sourceTree = ""; }; - 4B3885C7BA0E8060CE087E581170F6CB /* InstabugCore */ = { + 34B9889784CD1CE146AB9792D8D70AAA /* Actionable */ = { isa = PBXGroup; children = ( - 140016C9749248DFF21708EC06BF5C4C /* IBGTypes.h */, - 6818755906F83D9723512D4FCA3E156C /* InstabugCore.h */, - 0D67C439EBDC3B3ACFC0B69E5835EEFA /* Frameworks */, + 45855459D515DF8680BD94F1047CD4EB /* Actionable.swift */, + D53D12DD2CA543F4240CAA51204587C7 /* Resources */, + 88E402B01219D2D5F4088A2225F1BEB6 /* Support Files */, ); - name = InstabugCore; + name = Actionable; + path = Actionable; sourceTree = ""; }; - 4D97F059801219FC88D784BDF7D63D0D /* Views */ = { + 493EF3D9DE8C035645AF2B425FBB9219 /* OHHTTPStubs */ = { isa = PBXGroup; children = ( - 026523454503F96164CACEAD3D966198 /* GradientView.swift */, - 488000412A3EF48ED3FD6AE622B14E01 /* PlaceholderTextView.swift */, - 2992B86D316B4623736029F620D4AFC1 /* Protocols.swift */, - FA7D84CC47BBD8612BF7EA9C9DD97148 /* TailoredSwiftTextView.swift */, - 3C78F51861BD91A20A4C2437CA11C297 /* UITextView+Extensions.swift */, + B099F17279EC91D29617408E2CC322D5 /* Core */, + F9E77400582B6515C34C5E88EF82FECA /* JSON */, + 6D0220E3F3DC2BC8CF9D1988ECA5DCE1 /* NSURLSession */, + 18501161FCDA73D1F28680C8E8DC5609 /* OHPathHelpers */, + 7BB4189011D88777D80E06EECFEE5782 /* Support Files */, + 4EFB3BC47BD876C2EE44103DA442A0A3 /* Swift */, ); - name = Views; + name = OHHTTPStubs; + path = OHHTTPStubs; sourceTree = ""; }; - 4FAB8283B5C60C238B5732D084900B78 /* StackViewHelpers */ = { + 494CC21B19A0C491E8328C7094CBDFE5 /* BonMot */ = { isa = PBXGroup; children = ( - 167E7DE98C7E880D7C4092A0071A0B60 /* UIStackView+Helpers.swift */, + BE3EB30BDC72BAF54986C64243B8D7BF /* AccessibilityHeadingLevel.swift */, + C9ACDCEFE49E9AB188A397D5FEEE0CDC /* AdaptableTextContainer.swift */, + 0A0E58FADDCFACE66E22655C158EA148 /* AdaptiveStyle.swift */, + 3A786235668EFC641444B82CBFF83128 /* AdaptiveStyleTransformation.swift */, + 2821A82BB737E96DC452A31327BBBD12 /* AttributedStringTransformation.swift */, + B16A41299C779F9954A5E479B9DE13A5 /* Compatibility.swift */, + B6E240014A5AF1E3618647CCACBE10E4 /* Composable.swift */, + 2250F1707DEA286B85CF3D23B6D80D1E /* ContextualAlternates.swift */, + 4B470CF8DDB98E57508C5860ED848844 /* EmbeddedTransformation.swift */, + AF8B9466550199C5F63869DB82B96B5B /* Emphasis.swift */, + 383A2BEC717F9C0F9D1E812FA78F1D75 /* FontFeatures.swift */, + 18944FA66F15C84A722886678F9E3B0D /* FontInspector.swift */, + 51777EFCFC1160D4769501EC815E6665 /* Image+Tinting.swift */, + 979815EB34FCB53729E07E71F2FEE39E /* Ligatures.swift */, + E776ECCE957EEEA8A75ECBF385EE40F6 /* MutableCopying.swift */, + BBC81175A025420D4A295C266CD3570D /* NamedStyles.swift */, + A6B27FCC9C3C7A97733E95E1648895CB /* NSAttributedString+Adaptive.swift */, + FCE86A31DCE5C13E355AAB005DA59CD6 /* NSAttributedString+BonMot.swift */, + 7362956E2668D7BA2609E7D0760F94DB /* Platform.swift */, + D91E961730F7BB2E919BB1D9FFB4F412 /* Special.swift */, + 15C0AB1E3219C433B39CB6B4079CD47F /* StringStyle.swift */, + E3B49D46AFAA27F62504C432238E5A36 /* StringStyle+Part.swift */, + C6248E66D078B43A4A7D42C68542D30C /* StyleableUIElement.swift */, + 682D9A8DED9C1F3759D12787039BE7E8 /* StylisticAlternates.swift */, + 51CB9AFD93304FB9B2228D4C9ADBEC9D /* Tab.swift */, + 2050B88A5E6AAF23BE39B1C86D40C61A /* Tab+Adaptive.swift */, + F099E781F43BBCB79D09B76762CD68C4 /* TextAlignmentConstraint.swift */, + 94782057BE3A6778335558DA0746BCBA /* Tracking.swift */, + 087A4E8FBEABFF9F153648A4C8D9C946 /* Tracking+Adaptive.swift */, + 35D60B6CC92FE41C04D16C4DC3E20402 /* Transform.swift */, + AFB8254503C2C1A80074F52B233BC966 /* UIKit+AdaptableTextContainerSupport.swift */, + 9B53077F9AA6D45A9D483C717496EC99 /* UIKit+Helpers.swift */, + 3A5C8A758D821A941219D5BCCA619721 /* XMLBuilder.swift */, + AB8FF882C4A5DF2B103A7BC767A46467 /* Support Files */, ); - name = StackViewHelpers; + name = BonMot; + path = BonMot; sourceTree = ""; }; - 528F18D1D604A5C41103AC54BA05117C /* Lifecycle */ = { + 49767A5E4001731FD072197EBD1BF310 /* Acknowledgements */ = { isa = PBXGroup; children = ( - F67FDE991DC3C52D336D370069613E7E /* DefaultBehaviors.swift */, - 512C083D179E5888EC02109709ED80CF /* LifecycleBehaviorViewController.swift */, - 8A79F2757BB5193385CB657397B9FD68 /* NavBarHairlineFadeBehavior.swift */, - 9C78F5FA8CCDE4F1BA411DC2821F79E9 /* NavTitleTransitionBehavior.swift */, - 28F1E23F0225184F5EECD687F52D4C80 /* UIViewController+Lifecycle.swift */, - 2C9E8545EA7D3B9629EACF3A5AE63F4B /* ViewControllerLifecycleBehavior.swift */, + 028C1AC7244A696101B5905C8BDC0F71 /* AcknowledgementsListViewController.swift */, + 78D42DA85A5D88B469BB3F521758D1CF /* AcknowledgementViewController.swift */, + 7B386AD70B3DCC5F960AAB921A946E5D /* AcknowlegementsListViewModel.swift */, ); - name = Lifecycle; + name = Acknowledgements; sourceTree = ""; }; - 5498AD578D7CB32A31E0B1EFBC2E5161 /* FormattedTextField */ = { + 49E7C8C3CBDDB1C8B3A9364A4D95F2B5 /* TintedButton */ = { isa = PBXGroup; children = ( - E95F5F93A13F9FCA1F3A282663169552 /* FormattedTextField.swift */, + AD0CF826CFF9218F6113F8163B72D9F1 /* TintedButton.swift */, ); - name = FormattedTextField; + name = TintedButton; sourceTree = ""; }; - 5A0EA62EDC6AABB80C68121086929660 /* ColorHelpers */ = { + 4DBC903CFEA767A6B321BEF3E8E5A33D /* Frameworks */ = { isa = PBXGroup; children = ( - D26C9D0C2A04C06159E25AC749A3688B /* UIColor+Helpers.swift */, + A03029221FC67F3BC07589B9596E209C /* Instabug.framework */, ); - name = ColorHelpers; + name = Frameworks; + sourceTree = ""; + }; + 4EFB3BC47BD876C2EE44103DA442A0A3 /* Swift */ = { + isa = PBXGroup; + children = ( + 29B09378DFF85F53BA502F8B84DBB287 /* OHHTTPStubsSwift.swift */, + ); + name = Swift; + sourceTree = ""; + }; + 5A24EA22118E672935CECE7DD23027E5 /* GoogleAnalytics */ = { + isa = PBXGroup; + children = ( + 9011A5EB8CE220216EF3A8161C82426C /* GAI.h */, + 325551AA73C879CA630491850AC31A0F /* GAIDictionaryBuilder.h */, + 35864C9600B5E1C9E5365567411D6645 /* GAIEcommerceFields.h */, + EC7FDC951A33BC479EE81E520F1CF592 /* GAIEcommerceProduct.h */, + 1789F0A1DBBE442515E7A0C7BD71D59D /* GAIEcommerceProductAction.h */, + C4AB4593777F16D97957FEC5BA7499ED /* GAIEcommercePromotion.h */, + 0E12BA70B29B672AA2BC564B6E7A01C0 /* GAIFields.h */, + 20554EC0245E8F86DB3A306D883EEAE2 /* GAILogger.h */, + 7F1D6101AB4EE165C6C9C4E3EB4620AE /* GAITrackedViewController.h */, + E1589529CD0B8A57251D8B2AEDD0EFD9 /* GAITracker.h */, + AA05ACD1BBFBBCE141B194BEBA80A6E0 /* Frameworks */, + ); + name = GoogleAnalytics; + path = GoogleAnalytics; sourceTree = ""; }; 5A9B7102E30BD524CC369916F93EE0C9 /* Targets Support Files */ = { @@ -1002,38 +1105,67 @@ name = "Targets Support Files"; sourceTree = ""; }; - 5DE0010018BB0783EC71F233BEF7CCC7 /* Acknowledgements */ = { + 5E9B51505D36207706E6B24AB98E0F73 /* Support Files */ = { isa = PBXGroup; children = ( - 9CDD5BA8972F399C0ABFFF78568BEEA8 /* AcknowledgementsListViewController.swift */, - D0C45F79BAD18BB8324E0B44E6FF4C13 /* AcknowledgementViewController.swift */, - EB8447386615354DFC853D7D6B3484E6 /* AcknowlegementsListViewModel.swift */, + 1687E9844761CFFA16C2AE8C9E098879 /* Info.plist */, + B49A381AF889018EC65B008E61D7AE3A /* Swiftilities.modulemap */, + 904F8FAA01FA39B17FED373467D89C9C /* Swiftilities.xcconfig */, + EEF9C2C05A8344E5E5CCC5DF9EE72EC2 /* Swiftilities-dummy.m */, + AFFA30BAC3758095D0432AEE81BC1BDB /* Swiftilities-prefix.pch */, + 012D5AEE1B8E5D7F863F7DDA42A1BF24 /* Swiftilities-umbrella.h */, ); - name = Acknowledgements; + name = "Support Files"; + path = "../Target Support Files/Swiftilities"; sourceTree = ""; }; - 62F2C9A98DD667C1BDC9A3CF962D46C0 /* CoreDataStack */ = { + 5EDE3E88ABC708741AA5A112D163D77A /* Instabug */ = { isa = PBXGroup; children = ( - 466CAC66BABADB50E1BCB1A982349841 /* CoreDataStack.swift */, + 82DEEA6A8F9EBA24FAD700463331A059 /* Instabug.h */, + 4DBC903CFEA767A6B321BEF3E8E5A33D /* Frameworks */, ); - name = CoreDataStack; + name = Instabug; sourceTree = ""; }; - 691DE461D1F849CCBF7AD34E300EC34F /* SwiftLint */ = { + 60D3E97079E2890144D928BB0F0660B2 /* Support Files */ = { isa = PBXGroup; children = ( + D7333E5B9BC6A41CD02C4A152D038DA3 /* Info.plist */, + F154F9D859C6F32990A035DA7C2BD9CA /* SimulatorStatusMagic.modulemap */, + 2E6BA3FF06ED457C557C104858BA5DF8 /* SimulatorStatusMagic.xcconfig */, + 8F9BF7559192F5371B477BA5CF357D41 /* SimulatorStatusMagic-dummy.m */, + 98B97572FB4203A0B422A492B09AF472 /* SimulatorStatusMagic-prefix.pch */, + 97CDA5324328F6C6EC478CE08D7090E5 /* SimulatorStatusMagic-umbrella.h */, ); - name = SwiftLint; - path = SwiftLint; + name = "Support Files"; + path = "../Target Support Files/SimulatorStatusMagic"; sourceTree = ""; }; - 69A3E4C16523F8AD55C73B60EC553012 /* Development Pods */ = { + 654827B489AAE87D1DC3AFB04135568E /* Alamofire */ = { isa = PBXGroup; children = ( - 70F586937FEF7352AD3C3FBF4A30D5D9 /* Actionable */, + 7BF80C71A9C7C18F01125A7D44FF54DB /* AFError.swift */, + EF177B10F75A0FADC0AF500C5C53756E /* Alamofire.swift */, + 4221B3C204C7847448EFE81C2A1F8B22 /* DispatchQueue+Alamofire.swift */, + 1B902951D6593F306CAB3FA322F137DA /* MultipartFormData.swift */, + 14299890D7119E200FD8A4049A7D5BBA /* NetworkReachabilityManager.swift */, + A14EFA41EE58E1F66B867E8BFBE7361F /* Notifications.swift */, + 1A54958BE186C92CFAD8D4AAC60034A5 /* ParameterEncoding.swift */, + 181AD9063E49D0AFA94ACC073CFCB4E4 /* Request.swift */, + B45F63EC3FC92A5702EFB56E77DDA689 /* Response.swift */, + 24FE319BAFB1002677B062635C198C6F /* ResponseSerialization.swift */, + D225A7E248FEBDAA4E1AD209AFADD0E9 /* Result.swift */, + E89887181BF743008492171651A43464 /* ServerTrustPolicy.swift */, + 137E1EFC7B4A449A421FFBD25BBCAD76 /* SessionDelegate.swift */, + E053577A6430D74F0F6452EF37682269 /* SessionManager.swift */, + 98EDC284BAAA7A10BB89B85AF4B24618 /* TaskDelegate.swift */, + 62FB97DF9F8495876E47DDBED7FF0A32 /* Timeline.swift */, + 69491719FF067F29FC914D35319AF30B /* Validation.swift */, + 332695708E9F567199F97DAE090CAF99 /* Support Files */, ); - name = "Development Pods"; + name = Alamofire; + path = Alamofire; sourceTree = ""; }; 6C0EA1E0D44E5E755BB69FEFCFF5D01D /* iOS */ = { @@ -1048,247 +1180,224 @@ name = iOS; sourceTree = ""; }; - 70F586937FEF7352AD3C3FBF4A30D5D9 /* Actionable */ = { + 6D0220E3F3DC2BC8CF9D1988ECA5DCE1 /* NSURLSession */ = { isa = PBXGroup; children = ( - 63BB87609E6B56D03934113EE2939D9B /* Actionable.swift */, - 292FAAAFDED2C016372BDC00DF240069 /* Pod */, - A770BD0D0DA506A93DE914124167BB82 /* Resources */, - F8F262B34C3E96CE3E7C0EF8EF6A5040 /* Support Files */, + A65E21E0FFA5311A6B172C61795E5AE1 /* NSURLRequest+HTTPBodyTesting.h */, + F670C7773EEF29C5A48997E392A01CAA /* NSURLRequest+HTTPBodyTesting.m */, + EDDA6DCCEC2F45DF60F6CAB32120B3A1 /* OHHTTPStubs+NSURLSessionConfiguration.m */, + 2145DE17D6568164C83B659B80EE753B /* OHHTTPStubsMethodSwizzling.h */, + EA72676B1A09F39FBE84AB7B7653E77B /* OHHTTPStubsMethodSwizzling.m */, ); - name = Actionable; - path = /Users/connorneville/Documents/Projects/Actionable; - sourceTree = ""; + name = NSURLSession; + sourceTree = ""; }; - 78788056ECAE34B891BF1B7089C45CC3 /* Keyboard */ = { + 71D3550BBCF43757017D6F4F90779C82 /* HairlineView */ = { isa = PBXGroup; children = ( - 8F1823BA175D7AE86D633617DE4DE032 /* Keyboard.swift */, - E2E9736D58075B10D0AA72BE7AEA5104 /* UIView+KeyboardLayoutGuide.swift */, + E1E344C52C011D75EA5FB73373CE8D6E /* HairlineView.swift */, ); - name = Keyboard; + name = HairlineView; sourceTree = ""; }; - 7BFC57766E9336E6AFA3F56CE5763134 /* OHPathHelpers */ = { + 72CD5591A4C02442C1B1CA5313FA5B18 /* Instabug */ = { isa = PBXGroup; children = ( - 60AE687485680215FB50D911F8C92E7E /* OHPathHelpers.h */, - A6E436BEB5E3C5552D2A1C39C2BAEACE /* OHPathHelpers.m */, + 5EDE3E88ABC708741AA5A112D163D77A /* Instabug */, + 2945C0EC3E069FE06EBC63AB8938167F /* InstabugCore */, ); - name = OHPathHelpers; + name = Instabug; + path = Instabug; + sourceTree = ""; + }; + 7BB4189011D88777D80E06EECFEE5782 /* Support Files */ = { + isa = PBXGroup; + children = ( + AF41ADA020C5427D715CAE6D34D3BBF5 /* Info.plist */, + 5362A01A0976AED102CB9C9D9ACB7E83 /* OHHTTPStubs.modulemap */, + B36CE10A12BA8CB13F9FF957B20BD44E /* OHHTTPStubs.xcconfig */, + C43E0928E9776C6DC39997BC8917855C /* OHHTTPStubs-dummy.m */, + CB7227A3A7DD09D7D52822940A1979F7 /* OHHTTPStubs-prefix.pch */, + EF0C4E45C9C902173729E2DAA56643F9 /* OHHTTPStubs-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/OHHTTPStubs"; sourceTree = ""; }; 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - 69A3E4C16523F8AD55C73B60EC553012 /* Development Pods */, 20B56609144CE204DFA8221F742B2D76 /* Frameworks */, - DC668554AED87C32A732BB27BABDA10D /* Pods */, + 20D9D52B77D34EA6F2527D35B9EEF9B9 /* Pods */, DA954812447B74684C4F0216175A5BB9 /* Products */, 5A9B7102E30BD524CC369916F93EE0C9 /* Targets Support Files */, ); sourceTree = ""; }; - 80AF0716D8742FD5EF916AB20303DA4A /* Alamofire */ = { + 7DEBDA966BFED4AF144B449CBF12A0D8 /* AccessibilityHelpers */ = { isa = PBXGroup; children = ( - A291CEC90B79B3DAFEF8F23A901592DD /* AFError.swift */, - C4EA258A429824C4FC0F0D9A297B2C87 /* Alamofire.swift */, - CAC21C4BCDFBF39FBBAD24A0F4CAE3D6 /* DispatchQueue+Alamofire.swift */, - 4B08BFEA7A6F6CC00238558EAE7E5E33 /* MultipartFormData.swift */, - 7730E2C969B925A64DF2BB1D31467A4E /* NetworkReachabilityManager.swift */, - 7DF9F106566ADA2BDAEB2DB881E0AAB8 /* Notifications.swift */, - DE9A57F35895CDED7B7BB96157F13C9B /* ParameterEncoding.swift */, - 0D93860BAF005EE4297442E8E2F1D3FA /* Request.swift */, - 927A11D4B3D34971D1CEDFBBC0FDA903 /* Response.swift */, - DAED2C6CBCFD24355AAD63F8B86C8B8E /* ResponseSerialization.swift */, - DC5EEEEEE88301AEB18DFEE107EC0B4E /* Result.swift */, - 617B4B1A95A447C19E082E426436FC2C /* ServerTrustPolicy.swift */, - DAF783FBBF31ACC70F681C01C88C6D7A /* SessionDelegate.swift */, - AAB039E300AF7DD6BD76A502DC10A5FD /* SessionManager.swift */, - EAF262ABCD2A26834ED606723DD63258 /* TaskDelegate.swift */, - C4298AACFF2630F0142E4DF69322A431 /* Timeline.swift */, - 90F843876DD2ACE8F9EBF2B08C14B33E /* Validation.swift */, - 2C0ACAF4A79360B31274F723CF949049 /* Support Files */, + 9C88D0E19A8642D26F2489F8F91BD349 /* AccessibilityHelpers.swift */, ); - name = Alamofire; - path = Alamofire; + name = AccessibilityHelpers; sourceTree = ""; }; - 836DB45A3B2272217370AF136DF9DFFF /* GoogleAnalytics */ = { + 88E402B01219D2D5F4088A2225F1BEB6 /* Support Files */ = { isa = PBXGroup; children = ( - 15CB1CD34526E97E2AF30D0B16795251 /* GAI.h */, - 583342035FDD3CB54AE457568F60B844 /* GAIDictionaryBuilder.h */, - AA07E12F76574D3A9575391CD5F30AF3 /* GAIEcommerceFields.h */, - 413E4A53E5141DC17017B968476B2A0D /* GAIEcommerceProduct.h */, - 0E095E862B4646A2B7B467E0942241BC /* GAIEcommerceProductAction.h */, - E3549AF82CF86C62FF63FBDB030E80D7 /* GAIEcommercePromotion.h */, - CA002C81E96280B7B32CF3A90763C55C /* GAIFields.h */, - CFBFE484349A87297889780543B2A8C2 /* GAILogger.h */, - 7F0AFDF619478AC9F1483D5F5B7D439C /* GAITrackedViewController.h */, - 77C37829AF39FA08AC33E94426120AF7 /* GAITracker.h */, - 94AFF7F71BC1CB8F0C078C43D2CBC186 /* Frameworks */, + 676FBDA3B4982D5749151A4D4F5DB982 /* Actionable.modulemap */, + 16A437F2EE6A229D14BBD8AFA2F2D03C /* Actionable.xcconfig */, + DFAC1D8F8C7F1FC4834AB856D646823F /* Actionable-dummy.m */, + 93603ECF9B7F38F02EEE4348F9D4615B /* Actionable-prefix.pch */, + 0E5C0603E138A9A64ED3C3F18BF11EF6 /* Actionable-umbrella.h */, + 5860DA35039B53B7AE5B1B54B48B61E4 /* Info.plist */, ); - name = GoogleAnalytics; - path = GoogleAnalytics; + name = "Support Files"; + path = "../Target Support Files/Actionable"; sourceTree = ""; }; - 86E402D55ECD08359C0BC5F9327620C4 /* Support Files */ = { + 89B03ABFB823FB32736BE8785B43B1C3 /* Keyboard */ = { isa = PBXGroup; children = ( - 86A5C9FE21AC9396E99C0F674F55FF31 /* Info.plist */, - 5D397E25DB3A95F82AEE13F666B59B7E /* OHHTTPStubs.modulemap */, - B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */, - D9DC220E967B42B8CB8A9B725AEA159A /* OHHTTPStubs-dummy.m */, - 9B4DE07209E930D89350D59A3C61254B /* OHHTTPStubs-prefix.pch */, - 91232731467881E0A0003972C1B53FEC /* OHHTTPStubs-umbrella.h */, + 0F335928A9DEB519566A545F0F0513C4 /* Keyboard.swift */, + E51D46C6BA7FFBF999879B3C94D942D3 /* UIView+KeyboardLayoutGuide.swift */, ); - name = "Support Files"; - path = "../Target Support Files/OHHTTPStubs"; + name = Keyboard; sourceTree = ""; }; - 8749A5CBE8132A36EE675D2CE676BB1E /* Deselection */ = { + 8A062BA204AA540CC76A393361E05872 /* Deselection */ = { isa = PBXGroup; children = ( - 195E4634703B4F5C243D01578011E6FE /* UIViewController+Deselection.swift */, + 54BF03E3E419B1ED6B380BD8E648C04B /* UIViewController+Deselection.swift */, ); name = Deselection; sourceTree = ""; }; - 89A1C50BD3F3F915D7D775117B24B5D3 /* Frameworks */ = { + 999D3B0FF70066F46E4B73DF18BABEFA /* Frameworks */ = { isa = PBXGroup; children = ( - DF71138214F4AD84F5DB4AB5AF22ADFD /* Crashlytics.framework */, + 242B244744E8A26B1F899EA7EF286801 /* InstabugCore.framework */, ); name = Frameworks; sourceTree = ""; }; - 8B9D68C0A49A56F9FE251841F448CA2F /* TableViewHelpers */ = { + A0887D6FAA9721288FAFF484F347CF72 /* Fabric */ = { isa = PBXGroup; children = ( - 5E93DDFA140ADF35AC8CC3CDDE337951 /* IndexPath+Extensions.swift */, - 4D075508E32AFDF3CCAEBE077E10571C /* TableSection.swift */, - E8BAF892AA14BC379C4624955F895D7E /* UITableView+Extensions.swift */, + BA406DE1F9021F82A269F2740670B0DF /* FABAttributes.h */, + F377297848B3C21352CFA28AA7795D6D /* Fabric.h */, + 28A296D90AB63CEA979A48669065B99A /* Frameworks */, ); - name = TableViewHelpers; + name = Fabric; + path = Fabric; sourceTree = ""; }; - 8F016F6A6936B351A03C9E354955C87C /* AccessibilityHelpers */ = { + A346E19717D06B21D5ED32E4C2952B37 /* BetterButton */ = { isa = PBXGroup; children = ( - 1F78E61049F1AB2CA496F19D5BF82D0A /* AccessibilityHelpers.swift */, + 9FC8F5D0C9F1B3F607EBFADD253E6EB7 /* BetterButton.swift */, ); - name = AccessibilityHelpers; + name = BetterButton; sourceTree = ""; }; - 94AFF7F71BC1CB8F0C078C43D2CBC186 /* Frameworks */ = { + A4C69F435BBAABA6B13E7E512AC6F799 /* SwiftGen */ = { isa = PBXGroup; children = ( - 41B2B1647458F2AD0F33E6C2A12512B0 /* libGoogleAnalytics.a */, ); - name = Frameworks; + name = SwiftGen; + path = SwiftGen; sourceTree = ""; }; - 95C460A2A657B8BDFE101B8376F98C3B /* BetterButton */ = { + A7E1604546717C2D9395BF258A3A1ED7 /* Crashlytics */ = { isa = PBXGroup; children = ( - A03EA3815B5BAC479A29ED05C1D6C790 /* BetterButton.swift */, + DB3E41843F6E3FFD06826A1316A9AF51 /* ANSCompatibility.h */, + CE99AC9D0F56306258C52A438048E149 /* Answers.h */, + 13C7D1615C5DE88B5F19BA0D94EB61DE /* CLSAttributes.h */, + 7D9A1239F792B3AF9DE9F1F08CE8E160 /* CLSLogging.h */, + 01C19AAD797665DBBAE74B24D5650A78 /* CLSReport.h */, + BE7CC9119E9815715BA81E0BD3B292CF /* CLSStackFrame.h */, + 35F3341019FF737709983F4FDA5153EC /* Crashlytics.h */, + CCCEC6DFA9257E77B8811D658B2005EF /* Frameworks */, ); - name = BetterButton; + name = Crashlytics; + path = Crashlytics; sourceTree = ""; }; - 9D6392874ECB5FA5A2464927C50A0233 /* Anchorage */ = { + A84D65AFC497F3232F1A4713F013299B /* Anchorage */ = { isa = PBXGroup; children = ( - 6A9678738C7CA35F7F0475B20FE4B745 /* Anchorage.swift */, - D629F02328D3D86B8D417ABE7F2A8376 /* AnchorGroupProvider.swift */, - 6BAA3F46F7F17D58A531C36F1D3A6332 /* Compatability.swift */, - E1133B5A1356B33F602C3AF94BF03B8D /* Internal.swift */, - 4FB4407A39A7503B5AB87E21F9B5A76B /* NSLayoutAnchor+MultiplierConstraints.swift */, - 79B79889CB66F3547858499AF9DF34F1 /* Priority.swift */, - 4381D4E9F8644E59C34B8A45CF2B0F29 /* Support Files */, + B605C3026EDAB543828A885A31296190 /* Anchorage.swift */, + 2BD71313154351520264C9005A5F7229 /* AnchorGroupProvider.swift */, + 067E300D2DE646F143F9F64C50BF0A77 /* Compatability.swift */, + 9BCD39580DA9312DCF192F91EE1A3030 /* Internal.swift */, + B4C615312B300FD8ACC92E692A19B8FA /* NSLayoutAnchor+MultiplierConstraints.swift */, + F8C573DF456A7A6AF239E48919B5004A /* Priority.swift */, + 201AB4E79DBEC73D3146EAFCC1237CF5 /* Support Files */, ); name = Anchorage; path = Anchorage; sourceTree = ""; }; - 9F4C1DC4DD5FD6F3081B55844E47980E /* AboutView */ = { + AA05ACD1BBFBBCE141B194BEBA80A6E0 /* Frameworks */ = { isa = PBXGroup; children = ( - CFB4544499BAD8084F07F4CB589FD948 /* AboutView.swift */, - AE913BE32F6C75BD99AFA4767A732A24 /* AppInfo.swift */, - 28E4BD258002BD4C883399F5EC5FB1BE /* FeedbackPresenter.swift */, + 668113C4FA13D079B73DED3211CFAA15 /* libGoogleAnalytics.a */, ); - name = AboutView; - sourceTree = ""; - }; - A3F66326827EA9D3BA9B4CE7B932046E /* Forms */ = { - isa = PBXGroup; - children = ( - BAC3FD005D55259B09A1D76703C7B146 /* FieldValidator.swift */, - B93337DB3187689417E6EB4B04DDE075 /* UIView+Lookup.swift */, - ); - name = Forms; - sourceTree = ""; - }; - A770BD0D0DA506A93DE914124167BB82 /* Resources */ = { - isa = PBXGroup; - children = ( - 7B90BA94A3751AD07C80B3D04752A4B8 /* Actionable.swifttemplate */, - A5A7EDCF79801D641962CCD67A1EC20E /* Actionable+Helpers.swifttemplate */, - ); - name = Resources; + name = Frameworks; sourceTree = ""; }; - AEC520C29E74A880F6A12CF63FD9FBCC /* NSURLSession */ = { + AB8FF882C4A5DF2B103A7BC767A46467 /* Support Files */ = { isa = PBXGroup; children = ( - E728CBA90B1F1AC6DE3AC60BD9B7E781 /* NSURLRequest+HTTPBodyTesting.h */, - 6B56EB06AFA2FE7BC229A48D9B988F8A /* NSURLRequest+HTTPBodyTesting.m */, - 3FD46141CC9D62F7999430E752B70775 /* OHHTTPStubs+NSURLSessionConfiguration.m */, - 5370A5D0CADBD16DEC7C62D29B31CD35 /* OHHTTPStubsMethodSwizzling.h */, - A1A5F5B9F7F49A75555D57D608A1112C /* OHHTTPStubsMethodSwizzling.m */, + 5038CEA67B9CEF29176A725F93CCB20C /* BonMot.modulemap */, + 53FCCD5ABC84D0ECFC012E8E24C63B6F /* BonMot.xcconfig */, + EBF062958E89B83260F822E942748F4E /* BonMot-dummy.m */, + DA68F873F7C608977C60E7739C58DE17 /* BonMot-prefix.pch */, + DE453FF3AD093B9AA1C72F7CD8AA8BC2 /* BonMot-umbrella.h */, + 544BE8BB28DA840A55D2717515A7F6A2 /* Info.plist */, ); - name = NSURLSession; + name = "Support Files"; + path = "../Target Support Files/BonMot"; sourceTree = ""; }; - C2B3FAB706EFE4C9F4346C2AF9E23323 /* TintedButton */ = { + B099F17279EC91D29617408E2CC322D5 /* Core */ = { isa = PBXGroup; children = ( - 581E16FC3FAABFB860ADA98976F2C27A /* TintedButton.swift */, + 34BFBB490DDF4F69A58D554BB6A1E612 /* Compatibility.h */, + B90C00CD3228CCA8079FF9F6E236E64F /* OHHTTPStubs.h */, + 01596073114FE168952F0D36E648061E /* OHHTTPStubs.m */, + 89708BFCBFA09D53261DE3F28AECED83 /* OHHTTPStubsResponse.h */, + 71C5007162C579C2BF4E07E69ADA5705 /* OHHTTPStubsResponse.m */, ); - name = TintedButton; + name = Core; sourceTree = ""; }; - C934779031EB51151E7B44C6B4C85741 /* HairlineView */ = { + C36FA381E7850FE38D95BAC0E3665773 /* AboutView */ = { isa = PBXGroup; children = ( - 96C229CF1AC6DFC3210A373A32CC06B7 /* HairlineView.swift */, + 527F71FC9A7F6436331BE03F618FA500 /* AboutView.swift */, + D31630207AE19A163D01443E5704AE46 /* AppInfo.swift */, + 8747C5C230FC1F8808295F6EF80C41D0 /* FeedbackPresenter.swift */, ); - name = HairlineView; + name = AboutView; sourceTree = ""; }; - CC1CEAF53F224D5F247906DD35BF0657 /* Core */ = { + C5BC698FD39FA8C0421CDAF078B49785 /* ImageHelpers */ = { isa = PBXGroup; children = ( - CFA277AA68ECE32A78E6A8B982BF9E99 /* Compatibility.h */, - 45CC0E03B009717C8F4C27224B7542A7 /* OHHTTPStubs.h */, - 2DD39F971D20898AED055AA9BF3CD836 /* OHHTTPStubs.m */, - 865FF535E19620AB7DAAA97236F759F9 /* OHHTTPStubsResponse.h */, - FB47ACABB52158DE5CCFFAC015F2BD49 /* OHHTTPStubsResponse.m */, + C810ED6A38C1785FD6F3E332173E7C1D /* UIImage+Tinting.swift */, ); - name = Core; + name = ImageHelpers; sourceTree = ""; }; - CDBBB0A70F6BAF4E3883546D1276C816 /* Instabug */ = { + CCCEC6DFA9257E77B8811D658B2005EF /* Frameworks */ = { isa = PBXGroup; children = ( - 4C74409F622656175C516927ADA1778C /* Instabug.h */, - D99324504356148D5E358686CFF8CCFB /* Frameworks */, + 82E3CBE19463FBD0C946533D4CC7A66D /* Crashlytics.framework */, ); - name = Instabug; + name = Frameworks; sourceTree = ""; }; D056D434B46ADB67E77AFC5C7C147079 /* Pods-PRODUCTNAME-PRODUCTNAMETests */ = { @@ -1312,51 +1421,28 @@ path = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests"; sourceTree = ""; }; - D2650975CB6127F67F332CF52C53019F /* Marshal */ = { + D0FE02649451E8F0030FC4B71E6732EC /* Support Files */ = { isa = PBXGroup; children = ( - 798F79973CB5A50093466A416FD204A1 /* Error.swift */, - 5412436A37D527356105C3610FF135C4 /* JSON.swift */, - C7612DE014B8D399008CBE6B45EE1E23 /* KeyType.swift */, - A12D08EC4AC2D305B53E61FCFE14E3C4 /* MarshalDictionary.swift */, - 870961DB4BAF941AAE6E7D66D5B3A5D2 /* MarshaledObject.swift */, - 400171CB77AD40D6FAB3904649CDA320 /* Marshaling.swift */, - 2BF0B2A28EA615193C7FD94D3426056A /* Migration.swift */, - 1A81E89FEC253ECABFAC8B956C4F55A1 /* Operators.swift */, - ED14CE1563C0DB353568542A994794A9 /* Unmarshaling.swift */, - CCCD7E69F041DDD878F66D19CD963514 /* UnmarshalingWithContext.swift */, - 4C2D12483CC7DB1AAD40556384DE3851 /* UnmarshalUpdating.swift */, - 4BEBA55D3601FEF74B413E1B76059B28 /* ValueType.swift */, - E13CB5A6EA0D969CFCC5EE989D82EEEB /* Support Files */, + 7CF241D429F7BECD8F8EF31663E497C4 /* Info.plist */, + 5C622889A5F0E032346CEB80FFA02BCC /* KeychainAccess.modulemap */, + A1EC25ED087861C106C74D0756666C66 /* KeychainAccess.xcconfig */, + 6527D1DBD743B385F9B504D80FAB5382 /* KeychainAccess-dummy.m */, + 27293E7B33B5E28BCC19A8556EE583E3 /* KeychainAccess-prefix.pch */, + D8E47D76C75B0B0AD15D74371619A641 /* KeychainAccess-umbrella.h */, ); - name = Marshal; - path = Marshal; - sourceTree = ""; - }; - D6E28B7038CCC1D5EC0718D512EFC378 /* ImageHelpers */ = { - isa = PBXGroup; - children = ( - 715C19B95A0CB6219721D5E5D985B67A /* UIImage+Tinting.swift */, - ); - name = ImageHelpers; - sourceTree = ""; - }; - D99324504356148D5E358686CFF8CCFB /* Frameworks */ = { - isa = PBXGroup; - children = ( - 2DA33E924105AB8C8EFB11EFE7A54B44 /* Instabug.framework */, - ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/KeychainAccess"; sourceTree = ""; }; - D9B9D5B86BEB56AD477F5427AC56DB47 /* Instabug */ = { + D53D12DD2CA543F4240CAA51204587C7 /* Resources */ = { isa = PBXGroup; children = ( - CDBBB0A70F6BAF4E3883546D1276C816 /* Instabug */, - 4B3885C7BA0E8060CE087E581170F6CB /* InstabugCore */, + E25CDBA8536CC5F4C58775C8C12EB4F2 /* actionable.sh */, + D0CC75CE15293D25CB9D6D7A0341A431 /* Actionable.swifttemplate */, + 1D0B1F00246681E2C8249E2132679BBB /* Actionable+Helpers.swifttemplate */, ); - name = Instabug; - path = Instabug; + name = Resources; sourceTree = ""; }; DA954812447B74684C4F0216175A5BB9 /* Products */ = { @@ -1398,261 +1484,156 @@ path = "Target Support Files/Pods-Services"; sourceTree = ""; }; - DC668554AED87C32A732BB27BABDA10D /* Pods */ = { + DEDA9BEAC8630DF8FAC13F366937BBD8 /* TableViewHelpers */ = { isa = PBXGroup; children = ( - 80AF0716D8742FD5EF916AB20303DA4A /* Alamofire */, - 9D6392874ECB5FA5A2464927C50A0233 /* Anchorage */, - EA69ABAB1E23FDFF810DA6BCAB1FD00F /* BonMot */, - E32D267DDFB73F2EF719C16E683B04EF /* Crashlytics */, - 1D05B933DF0498E28238135C874D1629 /* Fabric */, - 836DB45A3B2272217370AF136DF9DFFF /* GoogleAnalytics */, - D9B9D5B86BEB56AD477F5427AC56DB47 /* Instabug */, - 39B6590885AEAEFBE29269DC7D68311A /* KeychainAccess */, - D2650975CB6127F67F332CF52C53019F /* Marshal */, - FBA9A95C5B56C312FB6667AEC8E4CD72 /* OHHTTPStubs */, - 46AB9FEB3C83050728A8A0FCDD7A0F08 /* SimulatorStatusMagic */, - F8FA807E2671D672A038F17C095898DA /* Sourcery */, - 263C3B945B2422C79DFE85D0735ADC42 /* SwiftGen */, - EA7887AAAFD8A5CAA7C0327B04E99B02 /* Swiftilities */, - 691DE461D1F849CCBF7AD34E300EC34F /* SwiftLint */, + E55B7C1033B30A47BCAE8E1137601308 /* IndexPath+Extensions.swift */, + 12176413BB2707CCEB6FE77911D53158 /* TableSection.swift */, + 88332A66DA4E5C90B35B5B3F9BBB44ED /* UITableView+Extensions.swift */, ); - name = Pods; + name = TableViewHelpers; sourceTree = ""; }; - E003684CB67876881BB3BCB168E4B0EE /* RootViewController */ = { + E13041CAE029E5A9396132F4D42A1B8F /* Marshal */ = { isa = PBXGroup; children = ( - FD320AC0777B8F096799EF63ACCA686E /* UIWindow+RootViewController.swift */, + E8566677E2AE680E2813958EEFBECDC4 /* Error.swift */, + AD6D3D07519D7EA2C80288008DDCCAC6 /* JSON.swift */, + 85404826E0944D540DB1BC12B11D7170 /* KeyType.swift */, + 246473C3E5086D8C869866EE87B033E0 /* MarshalDictionary.swift */, + C2B4AD38D17BF9BF8BD0A6F929AEC023 /* MarshaledObject.swift */, + CF119B26CC50B716244DE337CEE0C8B3 /* Marshaling.swift */, + 62FE300E02BB9EB6F39904F56B8A737C /* Migration.swift */, + F3B2B1946B3D4E47AE89044EB8DAA48C /* Operators.swift */, + 3AC3D4FCB652BB25F7E027C1FB55315A /* Unmarshaling.swift */, + 551E36ED87219FAEF24BDEE3AD93E140 /* UnmarshalingWithContext.swift */, + 1C36F44BA316D32B3F27200AC144EBE4 /* UnmarshalUpdating.swift */, + B5FA15AB45EBA9B1FCA5937CB8563583 /* ValueType.swift */, + F9F7F7719C1FFEF267F7DE544D1B7E8B /* Support Files */, ); - name = RootViewController; + name = Marshal; + path = Marshal; sourceTree = ""; }; - E0B9AC3D1981F75B9C0542150677631B /* LicenseFormatter */ = { + E163EA7A6570B955A543EA0E6F8CD827 /* StackViewHelpers */ = { isa = PBXGroup; children = ( - 01D6B53D34A61626188FB059F782B08E /* LicenseFormatter.swift */, + 8BA32149E73D0C6398035D6CE6604C4C /* UIStackView+Helpers.swift */, ); - name = LicenseFormatter; + name = StackViewHelpers; sourceTree = ""; }; - E13CB5A6EA0D969CFCC5EE989D82EEEB /* Support Files */ = { + E3CC5BF2AC6E8AE36DFD97818EF9F774 /* Lifecycle */ = { isa = PBXGroup; children = ( - BB64339B357A4CFB1FC113CB0FE2A74E /* Info.plist */, - 64BA87D8F97D49D78D6D26A1C7F2EC17 /* Marshal.modulemap */, - B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */, - 7F04F2A4BE2300747FDD93FB1AFDC04E /* Marshal-dummy.m */, - 6E9D70FFE1A8A62DD6B5A01B5B7BCF8A /* Marshal-prefix.pch */, - 50D115CF9002DA0B4A43F58C44C6E247 /* Marshal-umbrella.h */, + 8A3B06B46D30735855E28CE5A44C3CD3 /* DefaultBehaviors.swift */, + F050608EC43C45CA432D9210F7142FF2 /* LifecycleBehaviorViewController.swift */, + 955273AC1ACEC28B6861B468179C5DAE /* NavBarHairlineFadeBehavior.swift */, + 7AF04CD259982608BEB3DCF6A7A93648 /* NavTitleTransitionBehavior.swift */, + 7AE4697A09202C555925911B697F4BEA /* UIViewController+Lifecycle.swift */, + 0BF17B98B412ED0A58421A2A47B633D4 /* ViewControllerLifecycleBehavior.swift */, ); - name = "Support Files"; - path = "../Target Support Files/Marshal"; + name = Lifecycle; sourceTree = ""; }; - E32D267DDFB73F2EF719C16E683B04EF /* Crashlytics */ = { + E6816854F0ECC52AB1E25E47999042BB /* Shapes */ = { isa = PBXGroup; children = ( - 3187180D7049A2677899B43A1BD4D638 /* ANSCompatibility.h */, - 930EFB756884B8E97CD21811E068C321 /* Answers.h */, - 457A136F7676EBC4D20A10C477DC85AB /* CLSAttributes.h */, - 26CA69F9B166F6B964DFCFF3290DA129 /* CLSLogging.h */, - DD030AE63F4DCECEAEFD066D202A5074 /* CLSReport.h */, - 2906E98E89B78C2FF75000A12710068D /* CLSStackFrame.h */, - 0709FF5BC4357C32B8B155DCF3BC9C34 /* Crashlytics.h */, - 89A1C50BD3F3F915D7D775117B24B5D3 /* Frameworks */, + 937FFB5B20DB34C3E56F15C21B12697D /* Shapes.swift */, ); - name = Crashlytics; - path = Crashlytics; + name = Shapes; sourceTree = ""; }; - E96481E31052F746FE19D0B75254B224 /* Support Files */ = { + E8B2BD02AA2182A23386F6CEC313E9B7 /* DeviceSize */ = { isa = PBXGroup; children = ( - E48029DA768F1196AA0CFE5DE9A6CCF4 /* Info.plist */, - 6B8C39860E860ACF3DE34EABC3605502 /* Swiftilities.modulemap */, - ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */, - 72F2D2C4A4FE2CA3A1DA371792E51B23 /* Swiftilities-dummy.m */, - C86A0F31BBE9E6C607FEE2678A6EFFFA /* Swiftilities-prefix.pch */, - B5D40305CA6FD031E85D8797042E35DD /* Swiftilities-umbrella.h */, + D25B4C5452B7B1F64DCC22E4DDB68D9F /* CGFloat+DeviceSize.swift */, + 9E8517C9CF98E757DE9B3BDA331C952F /* CGSize+DeviceSize.swift */, + A138DC5E105B7B0F1C4ADCFD87010D99 /* DeviceSize.swift */, ); - name = "Support Files"; - path = "../Target Support Files/Swiftilities"; + name = DeviceSize; sourceTree = ""; }; - EA69ABAB1E23FDFF810DA6BCAB1FD00F /* BonMot */ = { + EC00BC3E9B186288976590F1E8EEBB20 /* Forms */ = { isa = PBXGroup; children = ( - 1BD300CDA62D476279A957125FC952D0 /* AccessibilityHeadingLevel.swift */, - B3ECA395671E46BEC0BAF5982A72789B /* AdaptableTextContainer.swift */, - 862AF750660D251601FBFBB9293D6F57 /* AdaptiveStyle.swift */, - ADA286998A1C18796AF373D75409E8C9 /* AdaptiveStyleTransformation.swift */, - EDD81F4046000DAC9284072A1F82F8F7 /* AttributedStringTransformation.swift */, - AF3506603E91927E99EA23BBC2921AAA /* Compatibility.swift */, - 3ABD37BA1919277E2957CC040B0F384E /* Composable.swift */, - B063E7F27CF1F338FCC05F42D4C2370B /* ContextualAlternates.swift */, - C178B491E556128FFD12C5B6DD1F5C81 /* EmbeddedTransformation.swift */, - 303F230EB1E594C6B1B48ACEA4A7A12D /* Emphasis.swift */, - 3FE6542169DE63608D47B0CCED5804B6 /* FontFeatures.swift */, - A98C09ECEBB4931C19613AC19F0957F8 /* FontInspector.swift */, - E61DA1D7AE8CA0A6A2697B511C460D91 /* Image+Tinting.swift */, - BEC3DDAF4CA0C2C966BF096A586C7F09 /* Ligatures.swift */, - F310BBF8745AD0D73FF606DBFE3BCFF3 /* MutableCopying.swift */, - 150D5F06EED08B310B9405B584325596 /* NamedStyles.swift */, - F39403CDECD7705B479AA5323D04813D /* NSAttributedString+Adaptive.swift */, - BD9FF26511DF35268E13E0EF7CDFA520 /* NSAttributedString+BonMot.swift */, - 6145F1C75F3795A4035FC54F751E0E81 /* Platform.swift */, - F9B4AA244564725A8905475C716908C7 /* Special.swift */, - 06145151B99C87CC96665BDCC6267889 /* StringStyle.swift */, - 4AE2948D1CF981B37D03B70CA2788BEA /* StringStyle+Part.swift */, - C27110A9E9047D591D8FB102CBB5AF4E /* StyleableUIElement.swift */, - 9608300F6801F3CF683D2AB23E092E4C /* StylisticAlternates.swift */, - 2ABD1AB439290BC9D71034255E929E90 /* Tab.swift */, - FA6DF4CBFEEE91EA14B51430A92729A0 /* Tab+Adaptive.swift */, - C84EEE37ABCCEA272DF82D6D903E2CF2 /* TextAlignmentConstraint.swift */, - 95FED925F9524F27AA90CDF7B2283EAF /* Tracking.swift */, - 15E9DEFF4FD357D3EDFC722AA5B976D0 /* Tracking+Adaptive.swift */, - 0888063C91E3572824D3119EFD873571 /* Transform.swift */, - 5882EB529353062124E51370A389B0F9 /* UIKit+AdaptableTextContainerSupport.swift */, - E59FBEB0DC2C5C385C5C38A23F392806 /* UIKit+Helpers.swift */, - 601A5ECDC1FB199A4FC78779F10A5EB5 /* XMLBuilder.swift */, - 1A46AB604E74EC18B766E5C97C3C654D /* Support Files */, + 54CB24707E9738F4E1D7B96F348E1D8D /* FieldValidator.swift */, + 1EBE3319C876CB65D0ED846A79F20CDE /* UIView+Lookup.swift */, ); - name = BonMot; - path = BonMot; + name = Forms; sourceTree = ""; }; - EA7887AAAFD8A5CAA7C0327B04E99B02 /* Swiftilities */ = { + F088A15089571162F4D62482152DEF82 /* Swiftilities */ = { isa = PBXGroup; children = ( - 9F4C1DC4DD5FD6F3081B55844E47980E /* AboutView */, - 8F016F6A6936B351A03C9E354955C87C /* AccessibilityHelpers */, - 5DE0010018BB0783EC71F233BEF7CCC7 /* Acknowledgements */, - 95C460A2A657B8BDFE101B8376F98C3B /* BetterButton */, - 5A0EA62EDC6AABB80C68121086929660 /* ColorHelpers */, - 62F2C9A98DD667C1BDC9A3CF962D46C0 /* CoreDataStack */, - 8749A5CBE8132A36EE675D2CE676BB1E /* Deselection */, - ED9B1106902A0EDB741DC15BD8802770 /* DeviceSize */, - 5498AD578D7CB32A31E0B1EFBC2E5161 /* FormattedTextField */, - A3F66326827EA9D3BA9B4CE7B932046E /* Forms */, - C934779031EB51151E7B44C6B4C85741 /* HairlineView */, - D6E28B7038CCC1D5EC0718D512EFC378 /* ImageHelpers */, - 78788056ECAE34B891BF1B7089C45CC3 /* Keyboard */, - E0B9AC3D1981F75B9C0542150677631B /* LicenseFormatter */, - 528F18D1D604A5C41103AC54BA05117C /* Lifecycle */, - 3933B1F843BAC7C94FA8EB86ED560B2B /* Logging */, - F148EACA1378F93D0F692B15828615AE /* Math */, - E003684CB67876881BB3BCB168E4B0EE /* RootViewController */, - EE8AD0EEB64DBAD366EFDF0B2A2D57CA /* Shapes */, - 4FAB8283B5C60C238B5732D084900B78 /* StackViewHelpers */, - E96481E31052F746FE19D0B75254B224 /* Support Files */, - 8B9D68C0A49A56F9FE251841F448CA2F /* TableViewHelpers */, - C2B3FAB706EFE4C9F4346C2AF9E23323 /* TintedButton */, - 4D97F059801219FC88D784BDF7D63D0D /* Views */, + C36FA381E7850FE38D95BAC0E3665773 /* AboutView */, + 7DEBDA966BFED4AF144B449CBF12A0D8 /* AccessibilityHelpers */, + 49767A5E4001731FD072197EBD1BF310 /* Acknowledgements */, + A346E19717D06B21D5ED32E4C2952B37 /* BetterButton */, + 04853A3F66B768F0A70BC3F85FF31B2E /* ColorHelpers */, + 03299C0702D1DE4A45B299861475B8F4 /* CoreDataStack */, + 8A062BA204AA540CC76A393361E05872 /* Deselection */, + E8B2BD02AA2182A23386F6CEC313E9B7 /* DeviceSize */, + 16F007E3AF6C45598D333D339E385A9C /* FormattedTextField */, + EC00BC3E9B186288976590F1E8EEBB20 /* Forms */, + 71D3550BBCF43757017D6F4F90779C82 /* HairlineView */, + C5BC698FD39FA8C0421CDAF078B49785 /* ImageHelpers */, + 89B03ABFB823FB32736BE8785B43B1C3 /* Keyboard */, + 28B871ADE53761C7E0C574E5D5493E87 /* LicenseFormatter */, + E3CC5BF2AC6E8AE36DFD97818EF9F774 /* Lifecycle */, + 246527B5921A87F9EAE7C99B99E3C575 /* Logging */, + 327A144748B48860E48E72F99A3C96A3 /* Math */, + 33FE7E4CFB7718E5873CA3F5373E9F23 /* RootViewController */, + E6816854F0ECC52AB1E25E47999042BB /* Shapes */, + E163EA7A6570B955A543EA0E6F8CD827 /* StackViewHelpers */, + 5E9B51505D36207706E6B24AB98E0F73 /* Support Files */, + DEDA9BEAC8630DF8FAC13F366937BBD8 /* TableViewHelpers */, + 49E7C8C3CBDDB1C8B3A9364A4D95F2B5 /* TintedButton */, + 0415C275981AF82BEEF04D2ED3C90A78 /* Views */, ); name = Swiftilities; path = Swiftilities; sourceTree = ""; }; - ED9B1106902A0EDB741DC15BD8802770 /* DeviceSize */ = { + F61593A7AFD68DF355203C5F46B76FF7 /* SwiftLint */ = { isa = PBXGroup; children = ( - 1E5BFF5B7642FA4A3767A08BDEDA8154 /* CGFloat+DeviceSize.swift */, - F7A0868A16A3A9A6D92C5C214186A206 /* CGSize+DeviceSize.swift */, - FF5053BA9EC5B81B1F8577285A2B4704 /* DeviceSize.swift */, ); - name = DeviceSize; - sourceTree = ""; - }; - EE3836D0D745C13F862AFC898226B072 /* Support Files */ = { - isa = PBXGroup; - children = ( - 954AF0771F26FDEB96C81AC98662D46F /* Info.plist */, - 2499C0BD290CBABD0837DE36F006D9F3 /* SimulatorStatusMagic.modulemap */, - C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */, - 5AD93D9E7D08BF01FBB70A4F2D8948EC /* SimulatorStatusMagic-dummy.m */, - 8383201C88BAEE9D4270015CD57CC818 /* SimulatorStatusMagic-prefix.pch */, - 5798EC664C01EE5BA10628B3F310DA33 /* SimulatorStatusMagic-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/SimulatorStatusMagic"; - sourceTree = ""; - }; - EE8AD0EEB64DBAD366EFDF0B2A2D57CA /* Shapes */ = { - isa = PBXGroup; - children = ( - 9A99096ED765E3DA7D08D00B89B3F84D /* Shapes.swift */, - ); - name = Shapes; - sourceTree = ""; - }; - F148EACA1378F93D0F692B15828615AE /* Math */ = { - isa = PBXGroup; - children = ( - 8AFE0BB9C7C466C2F123563300C2BEC8 /* Clamping.swift */, - C0D7DF27D09FCFD7394B0B38A84B7CEE /* FloatingPoint+Scale.swift */, - ); - name = Math; - sourceTree = ""; - }; - F8F262B34C3E96CE3E7C0EF8EF6A5040 /* Support Files */ = { - isa = PBXGroup; - children = ( - D486691B9E467961D2AEF5491ECBA0B8 /* Actionable.modulemap */, - 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */, - DCA2BF3A6AE41B168C6F0FE93775AD48 /* Actionable-dummy.m */, - 3FE434A7F7AE1E6CFCAABAECCF9DF390 /* Actionable-prefix.pch */, - 512AB0183297D8F0ED9466759D17E103 /* Actionable-umbrella.h */, - A896A4927AC928AC8D0929104C9AAF7A /* Info.plist */, - ); - name = "Support Files"; - path = "../../Work/ios-template/PRODUCTNAME/app/Pods/Target Support Files/Actionable"; + name = SwiftLint; + path = SwiftLint; sourceTree = ""; }; - F8FA807E2671D672A038F17C095898DA /* Sourcery */ = { + F9E77400582B6515C34C5E88EF82FECA /* JSON */ = { isa = PBXGroup; children = ( + 2DC1EC258CDA33716CC1D4D4E7372D24 /* OHHTTPStubsResponse+JSON.h */, + 7FDC65C2F9407031C9565D52112A0718 /* OHHTTPStubsResponse+JSON.m */, ); - name = Sourcery; - path = Sourcery; + name = JSON; sourceTree = ""; }; - F9AC5903543FCA883D0B3434CE16DF35 /* Support Files */ = { + F9F7F7719C1FFEF267F7DE544D1B7E8B /* Support Files */ = { isa = PBXGroup; children = ( - 0E22F59ACBD4A4B8F43DC0F2811D7D17 /* Info.plist */, - B5F89200E24838FA5E05A01FF2E5B722 /* KeychainAccess.modulemap */, - D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */, - 92384886DED5DACFB70A7ADD05F0AE96 /* KeychainAccess-dummy.m */, - 3C09149F1C7FD25D94DABF45AB78EE15 /* KeychainAccess-prefix.pch */, - 1AA1D627C36898B10DD5BA2D6583B710 /* KeychainAccess-umbrella.h */, + 4A0341A3DA6F9EA3A9CDBC94AE7B6F45 /* Info.plist */, + A6E109BF5B33008E3D1AB99CEAE5CBC8 /* Marshal.modulemap */, + AE6EB8099A9CB631A037E200E51A9891 /* Marshal.xcconfig */, + 77F0983824E4C44FD85AB49D53BB6426 /* Marshal-dummy.m */, + 93047B87CC392562F0545E7EA1EC6180 /* Marshal-prefix.pch */, + B8985F853712425518EB1CD269EC0EFD /* Marshal-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/KeychainAccess"; - sourceTree = ""; - }; - FBA9A95C5B56C312FB6667AEC8E4CD72 /* OHHTTPStubs */ = { - isa = PBXGroup; - children = ( - CC1CEAF53F224D5F247906DD35BF0657 /* Core */, - 1BB292C4805F4987D3664564999EFF58 /* JSON */, - AEC520C29E74A880F6A12CF63FD9FBCC /* NSURLSession */, - 7BFC57766E9336E6AFA3F56CE5763134 /* OHPathHelpers */, - 86E402D55ECD08359C0BC5F9327620C4 /* Support Files */, - 1B80CDF7A12D95B206C22026F3BE3EC3 /* Swift */, - ); - name = OHHTTPStubs; - path = OHHTTPStubs; + path = "../Target Support Files/Marshal"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 18EF1B6630DD754BE4D23A0C54E7273A /* Headers */ = { + 22FEBE9EA78BBEAA2E6C6DE84CB953D3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7F65C5EB2650A987FFBA4241CF168A83 /* Actionable-umbrella.h in Headers */, + 3C65B83B7DCA76A8C4EB98EB72AD9812 /* Actionable-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1763,6 +1744,24 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 1B12B188DEC7D5FD2368E470877C182C /* Actionable */ = { + isa = PBXNativeTarget; + buildConfigurationList = 027B9F0D5F1C23F53634C6342838206F /* Build configuration list for PBXNativeTarget "Actionable" */; + buildPhases = ( + DDF52DD51EA8ACA2723B83EEF72B78E1 /* Sources */, + 09B0A50D897AFDA7F4D1CF44DE777E35 /* Frameworks */, + 558DD26D2E7A6480A4BB2F0FCF2CFDCB /* Resources */, + 22FEBE9EA78BBEAA2E6C6DE84CB953D3 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Actionable; + productName = Actionable; + productReference = 2179281D47AC19ABE7222E2B28E5BAC6 /* Actionable.framework */; + productType = "com.apple.product-type.framework"; + }; 21E2FCDBBEECC994CD7378B69533FD65 /* Pods-PRODUCTNAME-PRODUCTNAMETests */ = { isa = PBXNativeTarget; buildConfigurationList = D5AA34B7ED876B14500E52F26D5FC90F /* Build configuration list for PBXNativeTarget "Pods-PRODUCTNAME-PRODUCTNAMETests" */; @@ -1931,24 +1930,6 @@ productReference = F1884D3ABA1D70C9A7D39BF350E957EC /* Anchorage.framework */; productType = "com.apple.product-type.framework"; }; - C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3D8D893CB8AF048B8068F406FBD7C97F /* Build configuration list for PBXNativeTarget "Actionable" */; - buildPhases = ( - FC9739497C5CA165943667404D558C94 /* Sources */, - D9159FAA1E8CADB9BBB1BBB03399D28F /* Frameworks */, - 1966AD4E88898CD0705A365A9393D767 /* Resources */, - 18EF1B6630DD754BE4D23A0C54E7273A /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Actionable; - productName = Actionable; - productReference = 2179281D47AC19ABE7222E2B28E5BAC6 /* Actionable.framework */; - productType = "com.apple.product-type.framework"; - }; C55F784EA2C7A32AC017AFDA996301E7 /* BonMot */ = { isa = PBXNativeTarget; buildConfigurationList = 414348CF191131DF8EC39B081C41F9DE /* Build configuration list for PBXNativeTarget "BonMot" */; @@ -2012,7 +1993,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */, + 1B12B188DEC7D5FD2368E470877C182C /* Actionable */, B14A8956B582EBC21C278F15B7AC7477 /* Alamofire */, B19AF6CEDB735EDDDD3C5CAB9F5BAF82 /* Anchorage */, C55F784EA2C7A32AC017AFDA996301E7 /* BonMot */, @@ -2029,12 +2010,13 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 1966AD4E88898CD0705A365A9393D767 /* Resources */ = { + 558DD26D2E7A6480A4BB2F0FCF2CFDCB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - BCEE85AB12FC7B8375B377BB2C26F217 /* Actionable+Helpers.swifttemplate in Resources */, - E1F11CB542D77407B7572D9FABBB573B /* Actionable.swifttemplate in Resources */, + C249BA479F8E304359D17DB68CAAEE2D /* Actionable+Helpers.swifttemplate in Resources */, + 0B446EA53232FEB9FBEEB051619FA128 /* actionable.sh in Resources */, + BE01B55ED164A2A920515A1A9F598AE1 /* Actionable.swifttemplate in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2213,6 +2195,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DDF52DD51EA8ACA2723B83EEF72B78E1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AA4AA33FECC5B705E112D8F1E6DF2499 /* Actionable-dummy.m in Sources */, + BC61D7BC86C981D94E6E92655264EE5F /* Actionable.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; E9F30900FC5613547CA4B7ECBD040CF5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2257,15 +2248,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FC9739497C5CA165943667404D558C94 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 249EDE8F60D9B018C6D1AACE701DA48C /* Actionable-dummy.m in Sources */, - 5F56D6589F04D7455E3CB5CB3611B24F /* Actionable.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ @@ -2356,7 +2338,7 @@ 9CBDB223981A2A90D772AB9290E63567 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Actionable; - target = C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */; + target = 1B12B188DEC7D5FD2368E470877C182C /* Actionable */; targetProxy = B2EA7C3F12BEAA25B51E107A1A722634 /* PBXContainerItemProxy */; }; A2D731B31B361B4FCBF089A3703DBFF3 /* PBXTargetDependency */ = { @@ -2404,7 +2386,7 @@ E7BBCDA0A6BBA40AB23D5FCB087D2A81 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Actionable; - target = C3B82005F7BA35D76483EC7450EC9FDE /* Actionable */; + target = 1B12B188DEC7D5FD2368E470877C182C /* Actionable */; targetProxy = D1EC0C0AEBA49E4016B2C58813665F6B /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -2412,7 +2394,7 @@ /* Begin XCBuildConfiguration section */ 01AC584A9617009B43E8D3035EB826AC /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */; + baseConfigurationReference = B36CE10A12BA8CB13F9FF957B20BD44E /* OHHTTPStubs.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2443,9 +2425,9 @@ }; name = Develop; }; - 02D7EF40A5E56C4ECE254AD51195CF0C /* Release */ = { + 0897B8B1C4FD5236D3B0BB35A63FD01E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; + baseConfigurationReference = 16A437F2EE6A229D14BBD8AFA2F2D03C /* Actionable.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; @@ -2479,7 +2461,7 @@ }; 0BBAAB2F3489FD78E69C1CF2541A1665 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; + baseConfigurationReference = E9135F2CFA1CBFCCA70663212EDC5B03 /* Alamofire.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2512,7 +2494,7 @@ }; 121F924443456A1C399D8A62056C4A16 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */; + baseConfigurationReference = B36CE10A12BA8CB13F9FF957B20BD44E /* OHHTTPStubs.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2653,7 +2635,7 @@ }; 295B68DD9394089E49B0F5EB4164EB66 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = 2E6BA3FF06ED457C557C104858BA5DF8 /* SimulatorStatusMagic.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2684,7 +2666,7 @@ }; 2987A1EB14955EB5B0C07AB86B76A510 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; + baseConfigurationReference = A1EC25ED087861C106C74D0756666C66 /* KeychainAccess.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2717,7 +2699,7 @@ }; 31B14ED89A4C2FE0EBA85750F942E4DD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */; + baseConfigurationReference = 396E8B283D83A140610AAB6AAA527B53 /* Anchorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2750,7 +2732,7 @@ }; 3371A3316ED4DFFE5279C5F6B7A58950 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = 904F8FAA01FA39B17FED373467D89C9C /* Swiftilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2782,7 +2764,7 @@ }; 39E0C1E7B0B0B222A76F8C10EA76DC81 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */; + baseConfigurationReference = 396E8B283D83A140610AAB6AAA527B53 /* Anchorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2815,7 +2797,7 @@ }; 3D14EFB39C5D22358CF0B80F84E6ED78 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */; + baseConfigurationReference = B36CE10A12BA8CB13F9FF957B20BD44E /* OHHTTPStubs.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2903,10 +2885,11 @@ }; name = Sprint; }; - 437824E58E69100E5535A3F7DCC4C241 /* Sprint */ = { + 463F5F7611B5EEE8885670DE0B12E9C6 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; + baseConfigurationReference = 6835DF14E7F99D2CF62229962E9E19A6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2917,29 +2900,30 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; - PRODUCT_MODULE_NAME = Actionable; - PRODUCT_NAME = Actionable; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Sprint; + name = Develop; }; - 463F5F7611B5EEE8885670DE0B12E9C6 /* Develop */ = { + 47A2F5832CEBE653768308098209F8A1 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6835DF14E7F99D2CF62229962E9E19A6 /* Pods-PRODUCTNAME-PRODUCTNAMETests.develop.xcconfig */; + baseConfigurationReference = 9CA3502A5CDAAF0AD5CB1D68C50D7BD5 /* Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -2971,13 +2955,12 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Develop; + name = Sprint; }; - 47A2F5832CEBE653768308098209F8A1 /* Sprint */ = { + 494BD4BDD649ABF0ADC5C507435D9C14 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9CA3502A5CDAAF0AD5CB1D68C50D7BD5 /* Pods-PRODUCTNAME-PRODUCTNAMETests.sprint.xcconfig */; + baseConfigurationReference = 16A437F2EE6A229D14BBD8AFA2F2D03C /* Actionable.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2988,20 +2971,19 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -3011,7 +2993,7 @@ }; 5085D395AE7C8B2843A921501DD630F1 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; + baseConfigurationReference = E9135F2CFA1CBFCCA70663212EDC5B03 /* Alamofire.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3143,7 +3125,7 @@ }; 556388DB68B88EB41CB06D8A21DA4329 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = 2E6BA3FF06ED457C557C104858BA5DF8 /* SimulatorStatusMagic.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3269,7 +3251,7 @@ }; 6EFA5E61049C8D4F1D1A3CFDFC323088 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */; + baseConfigurationReference = B36CE10A12BA8CB13F9FF957B20BD44E /* OHHTTPStubs.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3302,7 +3284,7 @@ }; 6F1E3A84DC80BB8515E7787A566C59A4 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = 2E6BA3FF06ED457C557C104858BA5DF8 /* SimulatorStatusMagic.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3392,7 +3374,7 @@ }; 751F97C6200BFD80509182B4E0E14EF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */; + baseConfigurationReference = 53FCCD5ABC84D0ECFC012E8E24C63B6F /* BonMot.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3425,7 +3407,7 @@ }; 7665DC43F07FD37889F731EFE18899A3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B8BFC8BC1870448BCDA53D0F5EE291FB /* OHHTTPStubs.xcconfig */; + baseConfigurationReference = B36CE10A12BA8CB13F9FF957B20BD44E /* OHHTTPStubs.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3458,7 +3440,7 @@ }; 7E1F20B1C8452F8E906E0A8DC339A1EB /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; + baseConfigurationReference = E9135F2CFA1CBFCCA70663212EDC5B03 /* Alamofire.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3491,7 +3473,7 @@ }; 869845478418DCFBFD8D0A1506E7C264 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */; + baseConfigurationReference = 396E8B283D83A140610AAB6AAA527B53 /* Anchorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3524,7 +3506,7 @@ }; 8D2D37E7B625201AECC5A4C577D24C2E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; + baseConfigurationReference = A1EC25ED087861C106C74D0756666C66 /* KeychainAccess.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3557,7 +3539,7 @@ }; 8F92320FF6E146901667BA73FDF49FEE /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */; + baseConfigurationReference = AE6EB8099A9CB631A037E200E51A9891 /* Marshal.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3698,7 +3680,7 @@ }; 9D9F1BB3F390DC055292E76FF5445191 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */; + baseConfigurationReference = 396E8B283D83A140610AAB6AAA527B53 /* Anchorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3731,7 +3713,7 @@ }; 9E3289CEB9246B5BA62B1110F27A01E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */; + baseConfigurationReference = 53FCCD5ABC84D0ECFC012E8E24C63B6F /* BonMot.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3763,7 +3745,7 @@ }; 9E36E2F0AE134D794B547760DF31EC63 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; + baseConfigurationReference = A1EC25ED087861C106C74D0756666C66 /* KeychainAccess.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3832,7 +3814,7 @@ }; A1CDCDC7D52A24BB04665D50CA32B5C4 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; + baseConfigurationReference = A1EC25ED087861C106C74D0756666C66 /* KeychainAccess.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3865,7 +3847,7 @@ }; A2B17F80B0B55BC64A2ADCCADF838CA2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; + baseConfigurationReference = E9135F2CFA1CBFCCA70663212EDC5B03 /* Alamofire.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3897,7 +3879,7 @@ }; A3DE8000EAAA548458EA07177D854FEC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = 904F8FAA01FA39B17FED373467D89C9C /* Swiftilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3928,43 +3910,9 @@ }; name = Release; }; - A7608860B85EC982491F89A904ED7DBC /* Develop */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; - PRODUCT_MODULE_NAME = Actionable; - PRODUCT_NAME = Actionable; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Develop; - }; A8BB628FD19EC2DEC9EB9D0A9B1B805A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4925F92C490F7E6919D6E279AFBD7FE /* Anchorage.xcconfig */; + baseConfigurationReference = 396E8B283D83A140610AAB6AAA527B53 /* Anchorage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3994,9 +3942,9 @@ }; name = Debug; }; - A9F009308828A721A0F730B734448046 /* AppStore */ = { + AA5C815FAF0DFAB910A51A81901DED84 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; + baseConfigurationReference = 16A437F2EE6A229D14BBD8AFA2F2D03C /* Actionable.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; @@ -4030,7 +3978,7 @@ }; B3F0EE753B23C9BD2304C66C9163CA1E /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */; + baseConfigurationReference = 53FCCD5ABC84D0ECFC012E8E24C63B6F /* BonMot.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4063,7 +4011,7 @@ }; B5253477A76EE63502113F59EA6CFC2D /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */; + baseConfigurationReference = AE6EB8099A9CB631A037E200E51A9891 /* Marshal.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4094,9 +4042,42 @@ }; name = Develop; }; + B95D6ADCF13C8ABF77EDFA14F9FC885C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 16A437F2EE6A229D14BBD8AFA2F2D03C /* Actionable.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; BE716B94412C1B2569AD8ACEE8D86D29 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = 904F8FAA01FA39B17FED373467D89C9C /* Swiftilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4165,7 +4146,7 @@ }; C18C57D5DC977FEB001CCDCA70B34168 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = 2E6BA3FF06ED457C557C104858BA5DF8 /* SimulatorStatusMagic.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4233,7 +4214,7 @@ }; C29145C85D43530AB1A503638B2FC004 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */; + baseConfigurationReference = AE6EB8099A9CB631A037E200E51A9891 /* Marshal.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4266,7 +4247,7 @@ }; CBDC2B86E62D990DEA5758986D12BFA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9CEF9E16C6CA22DFD95B47DDE64614C /* SimulatorStatusMagic.xcconfig */; + baseConfigurationReference = 2E6BA3FF06ED457C557C104858BA5DF8 /* SimulatorStatusMagic.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4298,7 +4279,7 @@ }; D467EF0B1FD6B649688CADED2161213B /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */; + baseConfigurationReference = 53FCCD5ABC84D0ECFC012E8E24C63B6F /* BonMot.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4329,39 +4310,6 @@ }; name = Sprint; }; - DCC7AE1959404CE7B744BF4DEBCFD2AE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 83648BB74B0A2E08A3802343105CDA6F /* Actionable.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; - PRODUCT_MODULE_NAME = Actionable; - PRODUCT_NAME = Actionable; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; DF3CA648F2C167B41010291376D54201 /* AppStore */ = { isa = XCBuildConfiguration; baseConfigurationReference = D2C1D0804FBC513792C8293C7A021CB8 /* Pods-Services.appstore.xcconfig */; @@ -4400,7 +4348,7 @@ }; E343F383BAB902D80717AB3389DFB791 /* Develop */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18FAAC5056B8AF3A1E6F5542BEC519C2 /* BonMot.xcconfig */; + baseConfigurationReference = 53FCCD5ABC84D0ECFC012E8E24C63B6F /* BonMot.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4433,7 +4381,7 @@ }; E37FF0DA253508E28EDA3557CE9FD048 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */; + baseConfigurationReference = AE6EB8099A9CB631A037E200E51A9891 /* Marshal.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4501,7 +4449,7 @@ }; EA7B7B3241D24C46741FC70BDDE32C92 /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B30239ED250935A51561755B4B50394C /* Marshal.xcconfig */; + baseConfigurationReference = AE6EB8099A9CB631A037E200E51A9891 /* Marshal.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4534,7 +4482,7 @@ }; EA87C75BB60B017DCE5CBF90FA597940 /* Sprint */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = 904F8FAA01FA39B17FED373467D89C9C /* Swiftilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4625,7 +4573,7 @@ }; F3787DDACC34FDD027D1CB35FA47E07C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D40927CBED3E3C461CCE73C52FF1A32B /* KeychainAccess.xcconfig */; + baseConfigurationReference = A1EC25ED087861C106C74D0756666C66 /* KeychainAccess.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4655,9 +4603,43 @@ }; name = Debug; }; + F687152CAE07A06B2EDFBA5B226D3E74 /* Develop */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 16A437F2EE6A229D14BBD8AFA2F2D03C /* Actionable.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Actionable/Actionable-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Actionable/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Actionable/Actionable.modulemap"; + PRODUCT_MODULE_NAME = Actionable; + PRODUCT_NAME = Actionable; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Develop; + }; F84C6D57B766490F5012E6EC41C3565B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC806ACF5A231D76E941910D2EE72C3E /* Alamofire.xcconfig */; + baseConfigurationReference = E9135F2CFA1CBFCCA70663212EDC5B03 /* Alamofire.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4690,7 +4672,7 @@ }; F881E92E7A20438D045FE424B291410E /* AppStore */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABF79EDCC58ADB2ABA3CACAF65D23B41 /* Swiftilities.xcconfig */; + baseConfigurationReference = 904F8FAA01FA39B17FED373467D89C9C /* Swiftilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4724,6 +4706,18 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 027B9F0D5F1C23F53634C6342838206F /* Build configuration list for PBXNativeTarget "Actionable" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + AA5C815FAF0DFAB910A51A81901DED84 /* AppStore */, + B95D6ADCF13C8ABF77EDFA14F9FC885C /* Debug */, + F687152CAE07A06B2EDFBA5B226D3E74 /* Develop */, + 0897B8B1C4FD5236D3B0BB35A63FD01E /* Release */, + 494BD4BDD649ABF0ADC5C507435D9C14 /* Sprint */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 1A395660D95053B520CBA4F305AE6405 /* Build configuration list for PBXNativeTarget "Pods-Services" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -4760,18 +4754,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3D8D893CB8AF048B8068F406FBD7C97F /* Build configuration list for PBXNativeTarget "Actionable" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A9F009308828A721A0F730B734448046 /* AppStore */, - DCC7AE1959404CE7B744BF4DEBCFD2AE /* Debug */, - A7608860B85EC982491F89A904ED7DBC /* Develop */, - 02D7EF40A5E56C4ECE254AD51195CF0C /* Release */, - 437824E58E69100E5535A3F7DCC4C241 /* Sprint */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 414348CF191131DF8EC39B081C41F9DE /* Build configuration list for PBXNativeTarget "BonMot" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig index d8a7a24..475a9ba 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Actionable.xcconfig @@ -4,6 +4,6 @@ OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" "-suppress-warnings" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../../../../Projects/Actionable +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Actionable PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist index cba2585..3f03870 100644 --- a/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist +++ b/PRODUCTNAME/app/Pods/Target Support Files/Actionable/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.0.1 + 0.0.3 CFBundleSignature ???? CFBundleVersion From e6c371c890568ce2f34e06a7c0d67f82ff31c7e5 Mon Sep 17 00:00:00 2001 From: nevillco Date: Fri, 15 Feb 2019 11:03:24 -0500 Subject: [PATCH 7/7] Update build phase --- PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj index e630bef..0cb4e16 100644 --- a/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj +++ b/PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj @@ -664,7 +664,7 @@ 5BD18785D9BC5E2781EBCD52 /* [CP] Check Pods Manifest.lock */, 2DFF1D1F1E8C56C700B1AD70 /* SwiftGen */, ABC778DB1DC9405700815FB9 /* SwiftLint */, - 209BE2572051C936004CF0FF /* Sourcery */, + 209BE2572051C936004CF0FF /* Actionable */, 0052FE8220605B3A0058A4BC /* Generate xcconfig warnings */, ABC778711DC90B7A00815FB9 /* Sources */, ABC778721DC90B7A00815FB9 /* Frameworks */, @@ -841,19 +841,19 @@ shellPath = /bin/sh; shellScript = "if [ ${FABRIC_API_KEY} != \"xxxxxx\" ]; then\nif [ \"${CONFIGURATION}\" != \"Debug\" ]; then\n\"${PODS_ROOT}/Fabric/run\" ${FABRIC_API_KEY} ${FABRIC_BUILD_SECRET}\nfi\nfi"; }; - 209BE2572051C936004CF0FF /* Sourcery */ = { + 209BE2572051C936004CF0FF /* Actionable */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); - name = Sourcery; + name = Actionable; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"/Users/connorneville/Documents/Projects/Actionable/actionable\" -i \"PRODUCTNAME\" -o \"PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift\""; + shellScript = "\"$PODS_ROOT/Actionable/actionable.sh\" -i \"PRODUCTNAME\" -o \"PRODUCTNAME/Resources/Generated/Actionable+AutoConformance.swift\""; }; 2DFF1D1F1E8C56C700B1AD70 /* SwiftGen */ = { isa = PBXShellScriptBuildPhase;