From 793030267f68268d0162b25e12af7c364b751bb8 Mon Sep 17 00:00:00 2001
From: Oliver Wiese <oliver.wiese@fu-berlin.de>
Date: Tue, 16 Jul 2019 14:40:41 -0700
Subject: [PATCH] update pods, move to swift 5, clean code

---
 Podfile.lock                                  |   24 +-
 .../Source/iOS/OIDExternalUserAgentIOS.h      |    5 +-
 .../Source/iOS/OIDExternalUserAgentIOS.m      |   93 +-
 .../Source/GTMSessionFetcher.h                |   16 +-
 .../Source/GTMSessionFetcher.m                |    4 +
 .../Source/GTMSessionFetcherService.m         |    8 +-
 .../Source/GTMSessionUploadFetcher.m          |   37 +-
 .../Private/OpenSSL-Universal/openssl/aes.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/asn1.h  |    2 +-
 .../OpenSSL-Universal/openssl/asn1_mac.h      |    2 +-
 .../Private/OpenSSL-Universal/openssl/asn1t.h |    2 +-
 .../Private/OpenSSL-Universal/openssl/bio.h   |    2 +-
 .../OpenSSL-Universal/openssl/blowfish.h      |    2 +-
 .../Private/OpenSSL-Universal/openssl/bn.h    |    2 +-
 .../OpenSSL-Universal/openssl/buffer.h        |    2 +-
 .../OpenSSL-Universal/openssl/camellia.h      |    2 +-
 .../Private/OpenSSL-Universal/openssl/cast.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/cmac.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/cms.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/comp.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/conf.h  |    2 +-
 .../OpenSSL-Universal/openssl/conf_api.h      |    2 +-
 .../OpenSSL-Universal/openssl/crypto.h        |    2 +-
 .../Private/OpenSSL-Universal/openssl/des.h   |    2 +-
 .../OpenSSL-Universal/openssl/des_old.h       |    2 +-
 .../Private/OpenSSL-Universal/openssl/dh.h    |    2 +-
 .../Private/OpenSSL-Universal/openssl/dsa.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/dso.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/dtls1.h |    2 +-
 .../Private/OpenSSL-Universal/openssl/e_os2.h |    2 +-
 .../OpenSSL-Universal/openssl/ebcdic.h        |    2 +-
 .../Private/OpenSSL-Universal/openssl/ec.h    |    2 +-
 .../Private/OpenSSL-Universal/openssl/ecdh.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/ecdsa.h |    2 +-
 .../OpenSSL-Universal/openssl/engine.h        |    2 +-
 .../Private/OpenSSL-Universal/openssl/err.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/evp.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/hmac.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/idea.h  |    2 +-
 .../OpenSSL-Universal/openssl/krb5_asn.h      |    2 +-
 .../Private/OpenSSL-Universal/openssl/kssl.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/lhash.h |    2 +-
 .../Private/OpenSSL-Universal/openssl/md4.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/md5.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/mdc2.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/modes.h |    2 +-
 .../OpenSSL-Universal/openssl/obj_mac.h       |    2 +-
 .../OpenSSL-Universal/openssl/objects.h       |    2 +-
 .../Private/OpenSSL-Universal/openssl/ocsp.h  |    2 +-
 .../OpenSSL-Universal/openssl/opensslconf.h   |    2 +-
 .../OpenSSL-Universal/openssl/opensslv.h      |    2 +-
 .../OpenSSL-Universal/openssl/ossl_typ.h      |    2 +-
 .../Private/OpenSSL-Universal/openssl/pem.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/pem2.h  |    2 +-
 .../OpenSSL-Universal/openssl/pkcs12.h        |    2 +-
 .../Private/OpenSSL-Universal/openssl/pkcs7.h |    2 +-
 .../OpenSSL-Universal/openssl/pqueue.h        |    2 +-
 .../Private/OpenSSL-Universal/openssl/rand.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/rc2.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/rc4.h   |    2 +-
 .../OpenSSL-Universal/openssl/ripemd.h        |    2 +-
 .../Private/OpenSSL-Universal/openssl/rsa.h   |    2 +-
 .../OpenSSL-Universal/openssl/safestack.h     |    2 +-
 .../Private/OpenSSL-Universal/openssl/seed.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/sha.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/srp.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/srtp.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/ssl.h   |    2 +-
 .../Private/OpenSSL-Universal/openssl/ssl2.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/ssl23.h |    2 +-
 .../Private/OpenSSL-Universal/openssl/ssl3.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/stack.h |    2 +-
 .../OpenSSL-Universal/openssl/symhacks.h      |    2 +-
 .../Private/OpenSSL-Universal/openssl/tls1.h  |    2 +-
 .../Private/OpenSSL-Universal/openssl/ts.h    |    2 +-
 .../OpenSSL-Universal/openssl/txt_db.h        |    2 +-
 .../Private/OpenSSL-Universal/openssl/ui.h    |    2 +-
 .../OpenSSL-Universal/openssl/ui_compat.h     |    2 +-
 .../OpenSSL-Universal/openssl/whrlpool.h      |    2 +-
 .../Private/OpenSSL-Universal/openssl/x509.h  |    2 +-
 .../OpenSSL-Universal/openssl/x509_vfy.h      |    2 +-
 .../OpenSSL-Universal/openssl/x509v3.h        |    2 +-
 .../Public/OpenSSL-Universal/openssl/aes.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/asn1.h   |    2 +-
 .../OpenSSL-Universal/openssl/asn1_mac.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/asn1t.h  |    2 +-
 .../Public/OpenSSL-Universal/openssl/bio.h    |    2 +-
 .../OpenSSL-Universal/openssl/blowfish.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/bn.h     |    2 +-
 .../Public/OpenSSL-Universal/openssl/buffer.h |    2 +-
 .../OpenSSL-Universal/openssl/camellia.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/cast.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/cmac.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/cms.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/comp.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/conf.h   |    2 +-
 .../OpenSSL-Universal/openssl/conf_api.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/crypto.h |    2 +-
 .../Public/OpenSSL-Universal/openssl/des.h    |    2 +-
 .../OpenSSL-Universal/openssl/des_old.h       |    2 +-
 .../Public/OpenSSL-Universal/openssl/dh.h     |    2 +-
 .../Public/OpenSSL-Universal/openssl/dsa.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/dso.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/dtls1.h  |    2 +-
 .../Public/OpenSSL-Universal/openssl/e_os2.h  |    2 +-
 .../Public/OpenSSL-Universal/openssl/ebcdic.h |    2 +-
 .../Public/OpenSSL-Universal/openssl/ec.h     |    2 +-
 .../Public/OpenSSL-Universal/openssl/ecdh.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/ecdsa.h  |    2 +-
 .../Public/OpenSSL-Universal/openssl/engine.h |    2 +-
 .../Public/OpenSSL-Universal/openssl/err.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/evp.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/hmac.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/idea.h   |    2 +-
 .../OpenSSL-Universal/openssl/krb5_asn.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/kssl.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/lhash.h  |    2 +-
 .../Public/OpenSSL-Universal/openssl/md4.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/md5.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/mdc2.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/modes.h  |    2 +-
 .../OpenSSL-Universal/openssl/obj_mac.h       |    2 +-
 .../OpenSSL-Universal/openssl/objects.h       |    2 +-
 .../Public/OpenSSL-Universal/openssl/ocsp.h   |    2 +-
 .../OpenSSL-Universal/openssl/opensslconf.h   |    2 +-
 .../OpenSSL-Universal/openssl/opensslv.h      |    2 +-
 .../OpenSSL-Universal/openssl/ossl_typ.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/pem.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/pem2.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/pkcs12.h |    2 +-
 .../Public/OpenSSL-Universal/openssl/pkcs7.h  |    2 +-
 .../Public/OpenSSL-Universal/openssl/pqueue.h |    2 +-
 .../Public/OpenSSL-Universal/openssl/rand.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/rc2.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/rc4.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/ripemd.h |    2 +-
 .../Public/OpenSSL-Universal/openssl/rsa.h    |    2 +-
 .../OpenSSL-Universal/openssl/safestack.h     |    2 +-
 .../Public/OpenSSL-Universal/openssl/seed.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/sha.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/srp.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/srtp.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/ssl.h    |    2 +-
 .../Public/OpenSSL-Universal/openssl/ssl2.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/ssl23.h  |    2 +-
 .../Public/OpenSSL-Universal/openssl/ssl3.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/stack.h  |    2 +-
 .../OpenSSL-Universal/openssl/symhacks.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/tls1.h   |    2 +-
 .../Public/OpenSSL-Universal/openssl/ts.h     |    2 +-
 .../Public/OpenSSL-Universal/openssl/txt_db.h |    2 +-
 .../Public/OpenSSL-Universal/openssl/ui.h     |    2 +-
 .../OpenSSL-Universal/openssl/ui_compat.h     |    2 +-
 .../OpenSSL-Universal/openssl/whrlpool.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/x509.h   |    2 +-
 .../OpenSSL-Universal/openssl/x509_vfy.h      |    2 +-
 .../Public/OpenSSL-Universal/openssl/x509v3.h |    2 +-
 .../Lib/KeychainAccess/Keychain.swift         |    6 +-
 Pods/Manifest.lock                            |   24 +-
 Pods/OpenSSL-Universal/README.md              |   36 +-
 Pods/Pods.xcodeproj/project.pbxproj           | 2094 +++++++++--------
 .../AppAuth/AppAuth-Info.plist                |    2 +-
 .../GTMSessionFetcher-Info.plist              |    2 +-
 .../OpenSSL-Universal.xcconfig                |    2 +-
 .../Pods-enzevalos_iphone.debug.xcconfig      |    2 +-
 .../Pods-enzevalos_iphone.release.xcconfig    |    2 +-
 .../Pods-enzevalos_iphoneTests.debug.xcconfig |    2 +-
 ...ods-enzevalos_iphoneTests.release.xcconfig |    2 +-
 ...ods-enzevalos_iphoneUITests.debug.xcconfig |    2 +-
 ...s-enzevalos_iphoneUITests.release.xcconfig |    2 +-
 170 files changed, 1349 insertions(+), 1316 deletions(-)

diff --git a/Podfile.lock b/Podfile.lock
index 7e9f7ac..92346e9 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -1,19 +1,21 @@
 PODS:
-  - AppAuth (0.95.0)
+  - AppAuth (0.95.1)
   - BZipCompression (1.0.2)
   - FrameAccessor (1.3.2)
   - GTMAppAuth (0.7.1):
     - AppAuth (~> 0.95)
     - GTMSessionFetcher (~> 1.1)
-  - GTMSessionFetcher (1.2.1):
-    - GTMSessionFetcher/Full (= 1.2.1)
-  - GTMSessionFetcher/Core (1.2.1)
-  - GTMSessionFetcher/Full (1.2.1):
-    - GTMSessionFetcher/Core (= 1.2.1)
+  - GTMSessionFetcher (1.2.2):
+    - GTMSessionFetcher/Full (= 1.2.2)
+  - GTMSessionFetcher/Core (1.2.2)
+  - GTMSessionFetcher/Full (1.2.2):
+    - GTMSessionFetcher/Core (= 1.2.2)
   - KeychainAccess (3.2.0)
   - mailcore2-ios (0.6.4)
   - Onboard (2.3.1)
-  - OpenSSL-Universal (1.0.2.17)
+  - OpenSSL-Universal (1.0.2.18):
+    - OpenSSL-Universal/Static (= 1.0.2.18)
+  - OpenSSL-Universal/Static (1.0.2.18)
   - QAKit (0.0.7)
   - Travellib (0.0.1)
   - VENTokenField (2.5.2):
@@ -58,22 +60,22 @@ CHECKOUT OPTIONS:
     :commit: 58473736aa31e57ed94c7ab6221af8def5839ca1
     :git: https://github.com/MailCore/mailcore2.git
   OpenSSL-Universal:
-    :commit: 328cdcbe2192f19f539181964e9f4a2f6655505d
+    :commit: 273a1f5097a9b7b8101c5678e2dd68ec015e22d5
     :git: https://github.com/krzyzanowskim/OpenSSL.git
   Travellib:
     :commit: dcba44234442f1881476cc8cf62b9aff53145609
     :git: https://git.imp.fu-berlin.de/jakobsbode/travellib.git
 
 SPEC CHECKSUMS:
-  AppAuth: 137f6bb6fc9dfbaf2cf9f6fcff1d336ff0163bc6
+  AppAuth: cd34aac431e5c77c46ec7f03935377faa8c5808b
   BZipCompression: e0f96508e60eb93b5f5d4c7de1eb3dd0ac4f9ae9
   FrameAccessor: 0f7ba6ce37be9a5d0302a27c731dca70af8d438b
   GTMAppAuth: c5e41aaf039ac1ccc41543e6ea2ef7abd255ad41
-  GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
+  GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
   KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
   mailcore2-ios: 603bf559a9e50327a0f85a7fab7861ab1c042656
   Onboard: b6871f25ac753175b2ab9a362fb2feb26a81a311
-  OpenSSL-Universal: 0a0ed6199966ca925e100a261c460b7f14c5871c
+  OpenSSL-Universal: d10ab08e0b258023e5184f77660b1b9f4ec93926
   QAKit: abefda5db53a58012fc8410d310e0ef217515607
   Travellib: 819ccc356d19fdaf6f0b3c89db069d34aa6c3ec9
   VENTokenField: 5a19b838fb97f040e3d4c93f584b4adeaf3fc1ee
diff --git a/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.h b/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.h
index 9f5ebdf..e9ab385 100644
--- a/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.h
+++ b/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.h
@@ -47,7 +47,10 @@ NS_ASSUME_NONNULL_BEGIN
     @param factory The @c OIDSafariViewControllerFactory to use for creating new instances of
         @c SFSafariViewController.
  */
-+ (void)setSafariViewControllerFactory:(id<OIDSafariViewControllerFactory>)factory;
++ (void)setSafariViewControllerFactory:(id<OIDSafariViewControllerFactory>)factory
+    __deprecated_msg("SFSafariViewController customization has been removed. If you need to "
+                     "customize the external user-agent, suggest you create your own version of "
+                     "OIDExternalUserAgentIOS and customize it as you need");
 
 /*! @internal
     @brief Unavailable. Please use @c initWithPresentingViewController:
diff --git a/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.m b/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.m
index 0a88cb6..5ecb242 100644
--- a/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.m
+++ b/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.m
@@ -85,52 +85,63 @@ static id<OIDSafariViewControllerFactory> __nullable gSafariViewControllerFactor
 
   _externalUserAgentFlowInProgress = YES;
   _session = session;
-  BOOL openedSafari = NO;
+  BOOL openedUserAgent = NO;
   NSURL *requestURL = [request externalUserAgentRequestURL];
 
+  // iOS 11, use SFAuthenticationSession
   if (@available(iOS 11.0, *)) {
-    __weak OIDExternalUserAgentIOS *weakSelf = self;
-    NSString *redirectScheme = request.redirectScheme;
-    SFAuthenticationSession *authenticationVC =
-        [[SFAuthenticationSession alloc] initWithURL:requestURL
-                                   callbackURLScheme:redirectScheme
-                                   completionHandler:^(NSURL * _Nullable callbackURL,
-                                                       NSError * _Nullable error) {
-      __strong OIDExternalUserAgentIOS *strongSelf = weakSelf;
-      if (!strongSelf)
-          return;
-      strongSelf->_authenticationVC = nil;
-      if (callbackURL) {
-        [strongSelf->_session resumeExternalUserAgentFlowWithURL:callbackURL];
-      } else {
-        NSError *safariError =
-            [OIDErrorUtilities errorWithCode:OIDErrorCodeUserCanceledAuthorizationFlow
-                             underlyingError:error
-                                 description:@"User cancelled."];
-        [strongSelf->_session failExternalUserAgentFlowWithError:safariError];
-      }
-    }];
-    _authenticationVC = authenticationVC;
-    openedSafari = [authenticationVC start];
-  } else if (@available(iOS 9.0, *)) {
-    SFSafariViewController *safariVC =
-        [[[self class] safariViewControllerFactory] safariViewControllerWithURL:requestURL];
-    safariVC.delegate = self;
-    _safariVC = safariVC;
-    [_presentingViewController presentViewController:safariVC animated:YES completion:nil];
-    openedSafari = YES;
-  } else {
-    openedSafari = [[UIApplication sharedApplication] openURL:requestURL];
+    // SFAuthenticationSession doesn't work with guided access (rdar://40809553)
+    if (!openedUserAgent && !UIAccessibilityIsGuidedAccessEnabled()) {
+      __weak OIDExternalUserAgentIOS *weakSelf = self;
+      NSString *redirectScheme = request.redirectScheme;
+      SFAuthenticationSession *authenticationVC =
+          [[SFAuthenticationSession alloc] initWithURL:requestURL
+                                     callbackURLScheme:redirectScheme
+                                     completionHandler:^(NSURL * _Nullable callbackURL,
+                                                         NSError * _Nullable error) {
+        __strong OIDExternalUserAgentIOS *strongSelf = weakSelf;
+        if (!strongSelf) {
+            return;
+        }
+        strongSelf->_authenticationVC = nil;
+        if (callbackURL) {
+          [strongSelf->_session resumeExternalUserAgentFlowWithURL:callbackURL];
+        } else {
+          NSError *safariError =
+              [OIDErrorUtilities errorWithCode:OIDErrorCodeUserCanceledAuthorizationFlow
+                               underlyingError:error
+                                   description:@"User cancelled."];
+          [strongSelf->_session failExternalUserAgentFlowWithError:safariError];
+        }
+      }];
+      _authenticationVC = authenticationVC;
+      openedUserAgent = [authenticationVC start];
+    }
+  }
+  // iOS 9 and 10, use SFSafariViewController
+  if (@available(iOS 9.0, *)) {
+    if (!openedUserAgent) {
+      SFSafariViewController *safariVC =
+          [[SFSafariViewController alloc] initWithURL:requestURL];
+      safariVC.delegate = self;
+      _safariVC = safariVC;
+      [_presentingViewController presentViewController:safariVC animated:YES completion:nil];
+      openedUserAgent = YES;
+    }
+  }
+  // iOS 8 and earlier, use mobile Safari
+  if (!openedUserAgent){
+    openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
   }
 
-  if (!openedSafari) {
+  if (!openedUserAgent) {
     [self cleanUp];
     NSError *safariError = [OIDErrorUtilities errorWithCode:OIDErrorCodeSafariOpenError
                                             underlyingError:nil
                                                 description:@"Unable to open Safari."];
     [session failExternalUserAgentFlowWithError:safariError];
   }
-  return openedSafari;
+  return openedUserAgent;
 }
 
 - (void)dismissExternalUserAgentAnimated:(BOOL)animated completion:(void (^)(void))completion {
@@ -147,15 +158,13 @@ static id<OIDSafariViewControllerFactory> __nullable gSafariViewControllerFactor
   
   [self cleanUp];
   
-  if (@available(iOS 11.0, *)) {
+  if (authenticationVC) {
+    // dismiss the SFAuthenticationSession
     [authenticationVC cancel];
     if (completion) completion();
-  } else if (@available(iOS 9.0, *)) {
-    if (safariVC) {
-      [safariVC dismissViewControllerAnimated:YES completion:completion];
-    } else {
-      if (completion) completion();
-    }
+  } else if (safariVC) {
+    // dismiss the SFSafariViewController
+    [safariVC dismissViewControllerAnimated:YES completion:completion];
   } else {
     if (completion) completion();
   }
diff --git a/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.h b/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.h
index 7f5fcda..73193f6 100644
--- a/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.h
+++ b/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.h
@@ -631,7 +631,7 @@ NSData * GTM_NULLABLE_TYPE GTMDataFromInputStream(NSInputStream *inputStream, NS
 - (GTM_NULLABLE NSDate *)stoppedAllFetchersDate;
 
 // Methods for compatibility with the old GTMHTTPFetcher.
-@property(readonly, strong, GTM_NULLABLE) NSOperationQueue *delegateQueue;
+@property(atomic, readonly, strong, GTM_NULLABLE) NSOperationQueue *delegateQueue;
 
 @end  // @protocol GTMSessionFetcherServiceProtocol
 
@@ -653,25 +653,25 @@ NSData * GTM_NULLABLE_TYPE GTMDataFromInputStream(NSInputStream *inputStream, NS
 
 - (BOOL)isAuthorizedRequest:(NSURLRequest *)request;
 
-@property(strong, readonly, GTM_NULLABLE) NSString *userEmail;
+@property(atomic, strong, readonly, GTM_NULLABLE) NSString *userEmail;
 
 @optional
 
 // Indicate if authorization may be attempted. Even if this succeeds,
 // authorization may fail if the user's permissions have been revoked.
-@property(readonly) BOOL canAuthorize;
+@property(atomic, readonly) BOOL canAuthorize;
 
 // For development only, allow authorization of non-SSL requests, allowing
 // transmission of the bearer token unencrypted.
-@property(assign) BOOL shouldAuthorizeAllRequests;
+@property(atomic, assign) BOOL shouldAuthorizeAllRequests;
 
 - (void)authorizeRequest:(GTM_NULLABLE NSMutableURLRequest *)request
        completionHandler:(void (^)(NSError * GTM_NULLABLE_TYPE error))handler;
 
 #if GTM_USE_SESSION_FETCHER
-@property (weak, GTM_NULLABLE) id<GTMSessionFetcherServiceProtocol> fetcherService;
+@property(atomic, weak, GTM_NULLABLE) id<GTMSessionFetcherServiceProtocol> fetcherService;
 #else
-@property (weak, GTM_NULLABLE) id<GTMHTTPFetcherServiceProtocol> fetcherService;
+@property(atomic, weak, GTM_NULLABLE) id<GTMHTTPFetcherServiceProtocol> fetcherService;
 #endif
 
 - (BOOL)primeForRefresh;
@@ -728,7 +728,7 @@ NSData * GTM_NULLABLE_TYPE GTMDataFromInputStream(NSInputStream *inputStream, NS
 
 // The fetcher's request.  This may not be set after beginFetch has been invoked. The request
 // may change due to redirects.
-@property(strong, GTM_NULLABLE) NSURLRequest *request;
+@property(atomic, strong, GTM_NULLABLE) NSURLRequest *request;
 
 // Set a header field value on the request. Header field value changes will not
 // affect a fetch after the fetch has begun.
@@ -819,7 +819,7 @@ NSData * GTM_NULLABLE_TYPE GTMDataFromInputStream(NSInputStream *inputStream, NS
 //   "Background Session Task state persistence"
 //   https://forums.developer.apple.com/thread/11554
 //
-@property(assign) BOOL useBackgroundSession;
+@property(atomic, assign) BOOL useBackgroundSession;
 
 // Indicates if the fetcher was started using a background session.
 @property(atomic, readonly, getter=isUsingBackgroundSession) BOOL usingBackgroundSession;
diff --git a/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.m b/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.m
index f61d9d7..8ba2a31 100644
--- a/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.m
+++ b/Pods/GTMSessionFetcher/Source/GTMSessionFetcher.m
@@ -2275,6 +2275,10 @@ didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge
       (originalScheme != nil && [originalScheme caseInsensitiveCompare:@"http"] == NSOrderedSame &&
        redirectScheme != nil && [redirectScheme caseInsensitiveCompare:@"https"] == NSOrderedSame);
 
+  // This can't really be nil for the inputs, but to keep the analyzer happy
+  // for the -caseInsensitiveCompare: call below, give it a value if it were.
+  if (!originalScheme) originalScheme = @"https";
+
   // Check for changes to the scheme and disallow any changes except for http to https.
   if (!insecureToSecureRedirect &&
       (redirectScheme.length != originalScheme.length ||
diff --git a/Pods/GTMSessionFetcher/Source/GTMSessionFetcherService.m b/Pods/GTMSessionFetcher/Source/GTMSessionFetcherService.m
index ad0c4bd..bd44787 100644
--- a/Pods/GTMSessionFetcher/Source/GTMSessionFetcherService.m
+++ b/Pods/GTMSessionFetcher/Source/GTMSessionFetcherService.m
@@ -374,14 +374,18 @@ NSString *const kGTMSessionFetcherServiceSessionKey
 }
 
 // Internal utility. Returns a fetcher's delegate if it's a dispatcher, or nil if the fetcher
-// is its own delegate and has no dispatcher.
+// is its own delegate (possibly via proxy) and has no dispatcher.
 - (GTMSessionFetcherSessionDelegateDispatcher *)delegateDispatcherForFetcher:(GTMSessionFetcher *)fetcher {
   GTMSessionCheckNotSynchronized(self);
 
   NSURLSession *fetcherSession = fetcher.session;
   if (fetcherSession) {
     id<NSURLSessionDelegate> fetcherDelegate = fetcherSession.delegate;
-    BOOL hasDispatcher = (fetcherDelegate != nil && fetcherDelegate != fetcher);
+    // If the delegate is non-nil and claims to be a GTMSessionFetcher, there is no dispatcher;
+    // assume the fetcher is the delegate or has been proxied (some third-party frameworks
+    // are known to swizzle NSURLSession to proxy its delegate).
+    BOOL hasDispatcher = (fetcherDelegate != nil &&
+                          ![fetcherDelegate isKindOfClass:[GTMSessionFetcher class]]);
     if (hasDispatcher) {
       GTMSESSION_ASSERT_DEBUG([fetcherDelegate isKindOfClass:[GTMSessionFetcherSessionDelegateDispatcher class]],
                               @"Fetcher delegate class: %@", [fetcherDelegate class]);
diff --git a/Pods/GTMSessionFetcher/Source/GTMSessionUploadFetcher.m b/Pods/GTMSessionFetcher/Source/GTMSessionUploadFetcher.m
index 9ac51ba..7a43c67 100644
--- a/Pods/GTMSessionFetcher/Source/GTMSessionUploadFetcher.m
+++ b/Pods/GTMSessionFetcher/Source/GTMSessionUploadFetcher.m
@@ -268,18 +268,21 @@ NSString *const kGTMSessionFetcherUploadLocationObtainedNotification =
 }
 
 + (NSArray *)uploadFetchersForBackgroundSessions {
-  // Collect the background session upload fetchers that are still in memory.
-  NSPointerArray *uploadFetcherPointerArray = [self uploadFetcherPointerArrayForBackgroundSessions];
-  [uploadFetcherPointerArray compact];
   NSMutableSet *restoredSessionIdentifiers = [[NSMutableSet alloc] init];
   NSMutableArray *uploadFetchers = [[NSMutableArray alloc] init];
-  for (GTMSessionUploadFetcher *uploadFetcher in uploadFetcherPointerArray) {
-    NSString *sessionIdentifier = uploadFetcher.chunkFetcher.sessionIdentifier;
-    if (sessionIdentifier) {
-      [restoredSessionIdentifiers addObject:sessionIdentifier];
-      [uploadFetchers addObject:uploadFetcher];
+  NSPointerArray *uploadFetcherPointerArray = [self uploadFetcherPointerArrayForBackgroundSessions];
+
+  // Collect the background session upload fetchers that are still in memory.
+  @synchronized(uploadFetcherPointerArray) {
+    [uploadFetcherPointerArray compact];
+    for (GTMSessionUploadFetcher *uploadFetcher in uploadFetcherPointerArray) {
+      NSString *sessionIdentifier = uploadFetcher.chunkFetcher.sessionIdentifier;
+      if (sessionIdentifier) {
+        [restoredSessionIdentifiers addObject:sessionIdentifier];
+        [uploadFetchers addObject:uploadFetcher];
+      }
     }
-  }
+  }  // @synchronized(uploadFetcherPointerArray)
 
   // The system may have other ongoing background upload sessions. Restore upload fetchers for those
   // too.
@@ -1785,14 +1788,16 @@ NSString *const kGTMSessionFetcherUploadLocationObtainedNotification =
       _useBackgroundSessionOnChunkFetchers = useBackgroundSession;
       NSPointerArray *uploadFetcherPointerArrayForBackgroundSessions =
           [[self class] uploadFetcherPointerArrayForBackgroundSessions];
-      if (_useBackgroundSessionOnChunkFetchers) {
-        [uploadFetcherPointerArrayForBackgroundSessions addPointer:(__bridge void *)self];
-      } else {
-        [[self class] removePointer:(__bridge void *)self
-                   fromPointerArray:uploadFetcherPointerArrayForBackgroundSessions];
-      }
+      @synchronized(uploadFetcherPointerArrayForBackgroundSessions) {
+        if (_useBackgroundSessionOnChunkFetchers) {
+          [uploadFetcherPointerArrayForBackgroundSessions addPointer:(__bridge void *)self];
+        } else {
+          [[self class] removePointer:(__bridge void *)self
+                     fromPointerArray:uploadFetcherPointerArrayForBackgroundSessions];
+        }
+      }  // @synchronized(uploadFetcherPointerArrayForBackgroundSessions)
     }
-  }  // @synchronized(self
+  }  // @synchronized(self)
 }
 
 - (BOOL)canFetchWithBackgroundSession {
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/aes.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/aes.h
index 5ac13ea..97a489f 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/aes.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/aes.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/aes.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/aes.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1.h
index 8a9b42b..2ee6d1e 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/asn1.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/asn1.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1_mac.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1_mac.h
index eb702c9..29c1cee 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1_mac.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1_mac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/asn1_mac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/asn1_mac.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1t.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1t.h
index ca2c71b..b9d44f5 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1t.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/asn1t.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/asn1t.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/asn1t.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/bio.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/bio.h
index 5e22b18..d4098b3 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/bio.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/bio.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/bio.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/bio.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/blowfish.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/blowfish.h
index 1e900ba..6995a79 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/blowfish.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/blowfish.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/blowfish.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/blowfish.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/bn.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/bn.h
index 2f687a9..9465a61 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/bn.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/bn.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/bn.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/bn.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/buffer.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/buffer.h
index ab3cbb6..6814676 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/buffer.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/buffer.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/buffer.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/buffer.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/camellia.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/camellia.h
index 36ad709..b5cbfde 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/camellia.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/camellia.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/camellia.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/camellia.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/cast.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/cast.h
index 802b1e2..1423aca 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/cast.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/cast.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/cast.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/cast.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/cmac.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/cmac.h
index ba47399..8b651f7 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/cmac.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/cmac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/cmac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/cmac.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/cms.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/cms.h
index 023d8fe..718982c 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/cms.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/cms.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/cms.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/cms.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/comp.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/comp.h
index ffcc7ef..7ea4bce 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/comp.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/comp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/comp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/comp.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/conf.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/conf.h
index c74a3a9..b3dcb0a 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/conf.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/conf.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/conf.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/conf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/conf_api.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/conf_api.h
index f49cca1..e94da2c 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/conf_api.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/conf_api.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/conf_api.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/conf_api.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/crypto.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/crypto.h
index 76cd62f..b84d4f8 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/crypto.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/crypto.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/crypto.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/crypto.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/des.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/des.h
index 6517234..4261fd1 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/des.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/des.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/des.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/des.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/des_old.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/des_old.h
index 6798ab4..5f94105 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/des_old.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/des_old.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/des_old.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/des_old.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/dh.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/dh.h
index 5504154..0009abf 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/dh.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/dh.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dh.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dh.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/dsa.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/dsa.h
index 02f6474..b79338d 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/dsa.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/dsa.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dsa.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dsa.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/dso.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/dso.h
index 0f7aca0..3cd9024 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/dso.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/dso.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dso.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dso.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/dtls1.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/dtls1.h
index 3724ff7..43acba1 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/dtls1.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/dtls1.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dtls1.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dtls1.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/e_os2.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/e_os2.h
index 4f9bdce..a961ab4 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/e_os2.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/e_os2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/e_os2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/e_os2.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ebcdic.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ebcdic.h
index 6d9c0ea..265725b 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ebcdic.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ebcdic.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ebcdic.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ebcdic.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ec.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ec.h
index fa89bf8..2c3c49d 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ec.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ec.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ec.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ec.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdh.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdh.h
index 2b1ad6e..25b079e 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdh.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdh.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ecdh.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ecdh.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdsa.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdsa.h
index f8bcffd..517681e 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdsa.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ecdsa.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ecdsa.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ecdsa.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/engine.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/engine.h
index c2fd1eb..c86dbf1 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/engine.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/engine.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/engine.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/engine.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/err.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/err.h
index d9bc380..66aa10c 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/err.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/err.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/err.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/err.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/evp.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/evp.h
index 93f6eb7..8d7ddcb 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/evp.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/evp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/evp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/evp.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/hmac.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/hmac.h
index 268e9e1..7d1dbab 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/hmac.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/hmac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/hmac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/hmac.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/idea.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/idea.h
index 07b503c..d16a12c 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/idea.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/idea.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/idea.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/idea.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/krb5_asn.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/krb5_asn.h
index 506cde6..428549e 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/krb5_asn.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/krb5_asn.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/krb5_asn.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/krb5_asn.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/kssl.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/kssl.h
index 7bd572c..547d882 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/kssl.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/kssl.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/kssl.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/kssl.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/lhash.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/lhash.h
index 14f0e7c..4e809c9 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/lhash.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/lhash.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/lhash.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/lhash.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/md4.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/md4.h
index 933005d..eaec733 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/md4.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/md4.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/md4.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/md4.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/md5.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/md5.h
index 2976a29..40dce8f 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/md5.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/md5.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/md5.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/md5.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/mdc2.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/mdc2.h
index f660448..939a559 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/mdc2.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/mdc2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/mdc2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/mdc2.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/modes.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/modes.h
index ab014ac..31852b8 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/modes.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/modes.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/modes.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/modes.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/obj_mac.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/obj_mac.h
index e59e6b6..a762cbb 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/obj_mac.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/obj_mac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/obj_mac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/obj_mac.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/objects.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/objects.h
index 5a9b15b..7213251 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/objects.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/objects.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/objects.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/objects.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ocsp.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ocsp.h
index 901097d..194cc40 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ocsp.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ocsp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ocsp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ocsp.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslconf.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslconf.h
index 61a95af..a65adfb 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslconf.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslconf.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/opensslconf.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/opensslconf.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslv.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslv.h
index ce4149a..cfa8c46 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslv.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/opensslv.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/opensslv.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/opensslv.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ossl_typ.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ossl_typ.h
index e048d08..69d1d04 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ossl_typ.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ossl_typ.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ossl_typ.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ossl_typ.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/pem.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/pem.h
index 4d0e1bc..8ddc9fb 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/pem.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/pem.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pem.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pem.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/pem2.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/pem2.h
index cb1dfbf..6b063c8 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/pem2.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/pem2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pem2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pem2.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs12.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs12.h
index c1f405f..a7b581b 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs12.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs12.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pkcs12.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pkcs12.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs7.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs7.h
index 7553e5d..b84219b 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs7.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/pkcs7.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pkcs7.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pkcs7.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/pqueue.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/pqueue.h
index 72f40be..b3643e0 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/pqueue.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/pqueue.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pqueue.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pqueue.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/rand.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/rand.h
index ff68df2..b1a56a7 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/rand.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/rand.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rand.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rand.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/rc2.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/rc2.h
index f4da719..e95aa4c 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/rc2.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/rc2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rc2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rc2.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/rc4.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/rc4.h
index d491716..f10827e 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/rc4.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/rc4.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rc4.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rc4.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ripemd.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ripemd.h
index ff4cfbd..1f66794 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ripemd.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ripemd.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ripemd.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ripemd.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/rsa.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/rsa.h
index a12f4c0..f96d767 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/rsa.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/rsa.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rsa.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rsa.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/safestack.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/safestack.h
index 42c9170..bbafcba 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/safestack.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/safestack.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/safestack.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/safestack.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/seed.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/seed.h
index 36b5171..c39fda4 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/seed.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/seed.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/seed.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/seed.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/sha.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/sha.h
index ac9a50e..61282c1 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/sha.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/sha.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/sha.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/sha.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/srp.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/srp.h
index a659a48..4fb9886 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/srp.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/srp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/srp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/srp.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/srtp.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/srtp.h
index 8f72423..9ae1fba 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/srtp.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/srtp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/srtp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/srtp.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl.h
index e99ba70..7e69874 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl2.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl2.h
index 3dc176f..ec3d83e 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl2.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl2.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl23.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl23.h
index 68ad0b3..8783362 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl23.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl23.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl23.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl23.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl3.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl3.h
index 33ba7e0..2c69510 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl3.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ssl3.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl3.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl3.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/stack.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/stack.h
index 29fdb6b..6659f69 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/stack.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/stack.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/stack.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/stack.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/symhacks.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/symhacks.h
index d8ff562..246c694 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/symhacks.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/symhacks.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/symhacks.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/symhacks.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/tls1.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/tls1.h
index c7ab369..ee638b8 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/tls1.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/tls1.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/tls1.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/tls1.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ts.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ts.h
index 72d043e..8b29cba 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ts.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ts.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ts.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ts.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/txt_db.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/txt_db.h
index bda109a..95acfe8 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/txt_db.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/txt_db.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/txt_db.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/txt_db.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ui.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ui.h
index 2893234..b2e9672 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ui.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ui.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ui.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ui.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/ui_compat.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/ui_compat.h
index ba514f4..e228191 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/ui_compat.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/ui_compat.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ui_compat.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ui_compat.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/whrlpool.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/whrlpool.h
index 64c4e2a..95b2ef9 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/whrlpool.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/whrlpool.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/whrlpool.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/whrlpool.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/x509.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/x509.h
index 261d783..aefb788 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/x509.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/x509.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/x509.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/x509.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/x509_vfy.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/x509_vfy.h
index 4c24393..068dbae 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/x509_vfy.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/x509_vfy.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/x509_vfy.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/x509_vfy.h
\ No newline at end of file
diff --git a/Pods/Headers/Private/OpenSSL-Universal/openssl/x509v3.h b/Pods/Headers/Private/OpenSSL-Universal/openssl/x509v3.h
index 0c06291..fac9604 120000
--- a/Pods/Headers/Private/OpenSSL-Universal/openssl/x509v3.h
+++ b/Pods/Headers/Private/OpenSSL-Universal/openssl/x509v3.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/x509v3.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/x509v3.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/aes.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/aes.h
index 5ac13ea..97a489f 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/aes.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/aes.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/aes.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/aes.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1.h
index 8a9b42b..2ee6d1e 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/asn1.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/asn1.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1_mac.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1_mac.h
index eb702c9..29c1cee 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1_mac.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1_mac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/asn1_mac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/asn1_mac.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1t.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1t.h
index ca2c71b..b9d44f5 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1t.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/asn1t.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/asn1t.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/asn1t.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/bio.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/bio.h
index 5e22b18..d4098b3 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/bio.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/bio.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/bio.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/bio.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/blowfish.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/blowfish.h
index 1e900ba..6995a79 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/blowfish.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/blowfish.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/blowfish.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/blowfish.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/bn.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/bn.h
index 2f687a9..9465a61 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/bn.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/bn.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/bn.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/bn.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/buffer.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/buffer.h
index ab3cbb6..6814676 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/buffer.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/buffer.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/buffer.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/buffer.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/camellia.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/camellia.h
index 36ad709..b5cbfde 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/camellia.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/camellia.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/camellia.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/camellia.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/cast.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/cast.h
index 802b1e2..1423aca 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/cast.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/cast.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/cast.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/cast.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/cmac.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/cmac.h
index ba47399..8b651f7 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/cmac.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/cmac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/cmac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/cmac.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/cms.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/cms.h
index 023d8fe..718982c 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/cms.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/cms.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/cms.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/cms.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/comp.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/comp.h
index ffcc7ef..7ea4bce 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/comp.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/comp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/comp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/comp.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/conf.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/conf.h
index c74a3a9..b3dcb0a 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/conf.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/conf.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/conf.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/conf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/conf_api.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/conf_api.h
index f49cca1..e94da2c 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/conf_api.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/conf_api.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/conf_api.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/conf_api.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/crypto.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/crypto.h
index 76cd62f..b84d4f8 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/crypto.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/crypto.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/crypto.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/crypto.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/des.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/des.h
index 6517234..4261fd1 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/des.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/des.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/des.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/des.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/des_old.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/des_old.h
index 6798ab4..5f94105 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/des_old.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/des_old.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/des_old.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/des_old.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/dh.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/dh.h
index 5504154..0009abf 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/dh.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/dh.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dh.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dh.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/dsa.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/dsa.h
index 02f6474..b79338d 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/dsa.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/dsa.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dsa.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dsa.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/dso.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/dso.h
index 0f7aca0..3cd9024 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/dso.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/dso.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dso.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dso.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/dtls1.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/dtls1.h
index 3724ff7..43acba1 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/dtls1.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/dtls1.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/dtls1.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/dtls1.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/e_os2.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/e_os2.h
index 4f9bdce..a961ab4 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/e_os2.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/e_os2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/e_os2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/e_os2.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ebcdic.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ebcdic.h
index 6d9c0ea..265725b 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ebcdic.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ebcdic.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ebcdic.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ebcdic.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ec.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ec.h
index fa89bf8..2c3c49d 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ec.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ec.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ec.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ec.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdh.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdh.h
index 2b1ad6e..25b079e 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdh.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdh.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ecdh.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ecdh.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdsa.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdsa.h
index f8bcffd..517681e 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdsa.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ecdsa.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ecdsa.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ecdsa.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/engine.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/engine.h
index c2fd1eb..c86dbf1 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/engine.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/engine.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/engine.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/engine.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/err.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/err.h
index d9bc380..66aa10c 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/err.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/err.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/err.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/err.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/evp.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/evp.h
index 93f6eb7..8d7ddcb 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/evp.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/evp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/evp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/evp.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/hmac.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/hmac.h
index 268e9e1..7d1dbab 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/hmac.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/hmac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/hmac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/hmac.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/idea.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/idea.h
index 07b503c..d16a12c 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/idea.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/idea.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/idea.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/idea.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/krb5_asn.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/krb5_asn.h
index 506cde6..428549e 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/krb5_asn.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/krb5_asn.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/krb5_asn.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/krb5_asn.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/kssl.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/kssl.h
index 7bd572c..547d882 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/kssl.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/kssl.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/kssl.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/kssl.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/lhash.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/lhash.h
index 14f0e7c..4e809c9 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/lhash.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/lhash.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/lhash.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/lhash.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/md4.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/md4.h
index 933005d..eaec733 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/md4.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/md4.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/md4.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/md4.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/md5.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/md5.h
index 2976a29..40dce8f 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/md5.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/md5.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/md5.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/md5.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/mdc2.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/mdc2.h
index f660448..939a559 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/mdc2.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/mdc2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/mdc2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/mdc2.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/modes.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/modes.h
index ab014ac..31852b8 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/modes.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/modes.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/modes.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/modes.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/obj_mac.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/obj_mac.h
index e59e6b6..a762cbb 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/obj_mac.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/obj_mac.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/obj_mac.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/obj_mac.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/objects.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/objects.h
index 5a9b15b..7213251 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/objects.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/objects.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/objects.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/objects.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ocsp.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ocsp.h
index 901097d..194cc40 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ocsp.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ocsp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ocsp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ocsp.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslconf.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslconf.h
index 61a95af..a65adfb 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslconf.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslconf.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/opensslconf.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/opensslconf.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslv.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslv.h
index ce4149a..cfa8c46 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslv.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/opensslv.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/opensslv.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/opensslv.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ossl_typ.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ossl_typ.h
index e048d08..69d1d04 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ossl_typ.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ossl_typ.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ossl_typ.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ossl_typ.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/pem.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/pem.h
index 4d0e1bc..8ddc9fb 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/pem.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/pem.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pem.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pem.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/pem2.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/pem2.h
index cb1dfbf..6b063c8 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/pem2.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/pem2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pem2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pem2.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs12.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs12.h
index c1f405f..a7b581b 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs12.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs12.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pkcs12.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pkcs12.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs7.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs7.h
index 7553e5d..b84219b 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs7.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/pkcs7.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pkcs7.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pkcs7.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/pqueue.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/pqueue.h
index 72f40be..b3643e0 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/pqueue.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/pqueue.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/pqueue.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/pqueue.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/rand.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/rand.h
index ff68df2..b1a56a7 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/rand.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/rand.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rand.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rand.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/rc2.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/rc2.h
index f4da719..e95aa4c 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/rc2.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/rc2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rc2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rc2.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/rc4.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/rc4.h
index d491716..f10827e 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/rc4.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/rc4.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rc4.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rc4.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ripemd.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ripemd.h
index ff4cfbd..1f66794 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ripemd.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ripemd.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ripemd.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ripemd.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/rsa.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/rsa.h
index a12f4c0..f96d767 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/rsa.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/rsa.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/rsa.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/rsa.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/safestack.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/safestack.h
index 42c9170..bbafcba 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/safestack.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/safestack.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/safestack.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/safestack.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/seed.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/seed.h
index 36b5171..c39fda4 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/seed.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/seed.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/seed.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/seed.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/sha.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/sha.h
index ac9a50e..61282c1 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/sha.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/sha.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/sha.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/sha.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/srp.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/srp.h
index a659a48..4fb9886 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/srp.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/srp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/srp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/srp.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/srtp.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/srtp.h
index 8f72423..9ae1fba 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/srtp.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/srtp.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/srtp.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/srtp.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl.h
index e99ba70..7e69874 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl2.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl2.h
index 3dc176f..ec3d83e 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl2.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl2.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl2.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl2.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl23.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl23.h
index 68ad0b3..8783362 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl23.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl23.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl23.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl23.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl3.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl3.h
index 33ba7e0..2c69510 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl3.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ssl3.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ssl3.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ssl3.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/stack.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/stack.h
index 29fdb6b..6659f69 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/stack.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/stack.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/stack.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/stack.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/symhacks.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/symhacks.h
index d8ff562..246c694 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/symhacks.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/symhacks.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/symhacks.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/symhacks.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/tls1.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/tls1.h
index c7ab369..ee638b8 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/tls1.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/tls1.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/tls1.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/tls1.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ts.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ts.h
index 72d043e..8b29cba 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ts.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ts.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ts.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ts.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/txt_db.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/txt_db.h
index bda109a..95acfe8 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/txt_db.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/txt_db.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/txt_db.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/txt_db.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ui.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ui.h
index 2893234..b2e9672 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ui.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ui.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ui.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ui.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/ui_compat.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/ui_compat.h
index ba514f4..e228191 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/ui_compat.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/ui_compat.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/ui_compat.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/ui_compat.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/whrlpool.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/whrlpool.h
index 64c4e2a..95b2ef9 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/whrlpool.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/whrlpool.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/whrlpool.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/whrlpool.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/x509.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/x509.h
index 261d783..aefb788 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/x509.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/x509.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/x509.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/x509.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/x509_vfy.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/x509_vfy.h
index 4c24393..068dbae 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/x509_vfy.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/x509_vfy.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/x509_vfy.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/x509_vfy.h
\ No newline at end of file
diff --git a/Pods/Headers/Public/OpenSSL-Universal/openssl/x509v3.h b/Pods/Headers/Public/OpenSSL-Universal/openssl/x509v3.h
index 0c06291..fac9604 120000
--- a/Pods/Headers/Public/OpenSSL-Universal/openssl/x509v3.h
+++ b/Pods/Headers/Public/OpenSSL-Universal/openssl/x509v3.h
@@ -1 +1 @@
-../../../../OpenSSL-Universal/include-ios/openssl/x509v3.h
\ No newline at end of file
+../../../../OpenSSL-Universal/ios/include/openssl/x509v3.h
\ No newline at end of file
diff --git a/Pods/KeychainAccess/Lib/KeychainAccess/Keychain.swift b/Pods/KeychainAccess/Lib/KeychainAccess/Keychain.swift
index a2a1789..5a4d608 100644
--- a/Pods/KeychainAccess/Lib/KeychainAccess/Keychain.swift
+++ b/Pods/KeychainAccess/Lib/KeychainAccess/Keychain.swift
@@ -656,7 +656,7 @@ public final class Keychain {
             #if swift(>=5.0)
             return try? get(key)
             #else
-            return (try? get(key)).flatMap { $0 }
+            return (((try? get(key)) as String??)).flatMap { $0 }
             #endif
         }
 
@@ -688,7 +688,7 @@ public final class Keychain {
             #if swift(>=5.0)
             return try? getData(key)
             #else
-            return (try? getData(key)).flatMap { $0 }
+            return (((try? getData(key)) as Data??)).flatMap { $0 }
             #endif
         }
 
@@ -710,7 +710,7 @@ public final class Keychain {
             #if swift(>=5.0)
             return try? get(key) { $0 }
             #else
-            return (try? get(key) { $0 }).flatMap { $0 }
+            return (((try? get(key) { $0 }) as Attributes??)).flatMap { $0 }
             #endif
         }
     }
diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock
index 7e9f7ac..92346e9 100644
--- a/Pods/Manifest.lock
+++ b/Pods/Manifest.lock
@@ -1,19 +1,21 @@
 PODS:
-  - AppAuth (0.95.0)
+  - AppAuth (0.95.1)
   - BZipCompression (1.0.2)
   - FrameAccessor (1.3.2)
   - GTMAppAuth (0.7.1):
     - AppAuth (~> 0.95)
     - GTMSessionFetcher (~> 1.1)
-  - GTMSessionFetcher (1.2.1):
-    - GTMSessionFetcher/Full (= 1.2.1)
-  - GTMSessionFetcher/Core (1.2.1)
-  - GTMSessionFetcher/Full (1.2.1):
-    - GTMSessionFetcher/Core (= 1.2.1)
+  - GTMSessionFetcher (1.2.2):
+    - GTMSessionFetcher/Full (= 1.2.2)
+  - GTMSessionFetcher/Core (1.2.2)
+  - GTMSessionFetcher/Full (1.2.2):
+    - GTMSessionFetcher/Core (= 1.2.2)
   - KeychainAccess (3.2.0)
   - mailcore2-ios (0.6.4)
   - Onboard (2.3.1)
-  - OpenSSL-Universal (1.0.2.17)
+  - OpenSSL-Universal (1.0.2.18):
+    - OpenSSL-Universal/Static (= 1.0.2.18)
+  - OpenSSL-Universal/Static (1.0.2.18)
   - QAKit (0.0.7)
   - Travellib (0.0.1)
   - VENTokenField (2.5.2):
@@ -58,22 +60,22 @@ CHECKOUT OPTIONS:
     :commit: 58473736aa31e57ed94c7ab6221af8def5839ca1
     :git: https://github.com/MailCore/mailcore2.git
   OpenSSL-Universal:
-    :commit: 328cdcbe2192f19f539181964e9f4a2f6655505d
+    :commit: 273a1f5097a9b7b8101c5678e2dd68ec015e22d5
     :git: https://github.com/krzyzanowskim/OpenSSL.git
   Travellib:
     :commit: dcba44234442f1881476cc8cf62b9aff53145609
     :git: https://git.imp.fu-berlin.de/jakobsbode/travellib.git
 
 SPEC CHECKSUMS:
-  AppAuth: 137f6bb6fc9dfbaf2cf9f6fcff1d336ff0163bc6
+  AppAuth: cd34aac431e5c77c46ec7f03935377faa8c5808b
   BZipCompression: e0f96508e60eb93b5f5d4c7de1eb3dd0ac4f9ae9
   FrameAccessor: 0f7ba6ce37be9a5d0302a27c731dca70af8d438b
   GTMAppAuth: c5e41aaf039ac1ccc41543e6ea2ef7abd255ad41
-  GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
+  GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
   KeychainAccess: 3b1bf8a77eb4c6ea1ce9404c292e48f948954c6b
   mailcore2-ios: 603bf559a9e50327a0f85a7fab7861ab1c042656
   Onboard: b6871f25ac753175b2ab9a362fb2feb26a81a311
-  OpenSSL-Universal: 0a0ed6199966ca925e100a261c460b7f14c5871c
+  OpenSSL-Universal: d10ab08e0b258023e5184f77660b1b9f4ec93926
   QAKit: abefda5db53a58012fc8410d310e0ef217515607
   Travellib: 819ccc356d19fdaf6f0b3c89db069d34aa6c3ec9
   VENTokenField: 5a19b838fb97f040e3d4c93f584b4adeaf3fc1ee
diff --git a/Pods/OpenSSL-Universal/README.md b/Pods/OpenSSL-Universal/README.md
index 1c80e23..a5534c4 100644
--- a/Pods/OpenSSL-Universal/README.md
+++ b/Pods/OpenSSL-Universal/README.md
@@ -2,12 +2,12 @@
 
 OpenSSL CocoaPod and Carthage for iOS and OSX. Complete solution to OpenSSL on iOS and OSX. Package came with precompiled libraries, and include script to build newer version if necessary.
 
-Current version contains binaries build with SDK iOS 8.0 (target 6.0), and SDK OSX 10.9 (target 10.8) for all supported architectures.
+Current version contains binaries build with latest iOS SDK iOS (target 6.0), and latest OSX SDK (target 10.8) for all supported architectures.
 
 ### Architectures
 
-- iOS with architectures: armv7, armv7s, arm64 + simulator (i386, x86_64)
-- OSX with architectures: i386, x86_64
+- iOS with architectures: armv7, armv7s, arm64 + simulator (x86_64)
+- OSX with architectures: x86_64
 
 ### Why?
 
@@ -22,12 +22,6 @@ Current version contains binaries build with SDK iOS 8.0 (target 6.0), and SDK O
 pod 'OpenSSL-Universal'
 ````
 
-Or always latest version
-
-````
-pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => :master
-````
-
 #### Carthage
 
 Latest stable version:
@@ -36,12 +30,6 @@ Latest stable version:
 github "krzyzanowskim/OpenSSL"
 ```
 
-Latest development version:
-
-```
-github "krzyzanowskim/OpenSSL" "master"
-```
-
 ### Authors
 
 [Marcin Krzyżanowski](https://twitter.com/krzyzanowskim)
@@ -58,17 +46,17 @@ If you have not done this before with Xcode, select  `File / New Project / macOS
 
 #### Step 2 - Setup Cocoa Pods
 Make sure your machine is setup for CocoaPods.
-After CocoaPods is setup, open `Terminal` and navigate to your project folder and run `pod init`.  
-After that has completed, type `open -a Xcode Podfile`.  
+After CocoaPods is setup, open `Terminal` and navigate to your project folder and run `pod init`.
+After that has completed, type `open -a Xcode Podfile`.
 
 #### Step 3 - get the OpenSSL-Universal pod
-Add `pod 'OpenSSL-Universal'` inside the podfile. 
+Add `pod 'OpenSSL-Universal'` inside the podfile.
 Save the file.
 Return to `Terminal` and run `Pod Install`.
 After that download completes, make sure to close the C project and open the workspace file that was created.
 
 #### Step 4 - What is inside of the OpenSSL-Universal pod?
-Once this successfully completed, you have now got access to a pre-compiled version of the static OpenSSL libraries and the C header files required to call these functions.  
+Once this successfully completed, you have now got access to a pre-compiled version of the static OpenSSL libraries and the C header files required to call these functions.
 
 
 
@@ -77,13 +65,11 @@ Once this successfully completed, you have now got access to a pre-compiled vers
 These libraries work for both iOS and MacOS.  There are two OpenSSL static libraries; `libcrypto.a` and `libssl.a`   

::Do NOT expect these OpenSSL files to work on every CPU architecture in the world. It is your prerogative to check.  Ask yourself, are you trying to write an app for old devices? new devices only? all iOS devices? only macOS?, etc ::
 
 #### Fat Binaries
-The OpenSSL-Universal Framework is a Fat Binary. That means it supports multiple CPU architectures in a single file.  

To understand this, return to `Terminal`.  Navigate to your OpenSSL-Universal macOS files and run the command `file libcrypto.a`  This will tell you architecture the file is compiled against `x86_64` and `x386`.  If you tried the iOS OpenSSL-Universal files it would have said `armv7`, `armv7s`, `arm64` + Simulators (`i386, x86_64`).  
+The OpenSSL-Universal Framework is a Fat Binary. That means it supports multiple CPU architectures in a single file.  

To understand this, return to `Terminal`.  Navigate to your OpenSSL-Universal macOS files and run the command `file libcrypto.a`  This will tell you architecture the file is compiled against `x86_64`.  If you tried the iOS OpenSSL-Universal files it would have said `armv7`, `armv7s`, `arm64` + Simulators (`x86_64`).
 
 #### Xcode Setup
-You want to ensure Xcode knows; 
+You want to ensure Xcode knows;
 
 1. Where the OpenSSL static libraries are located.
-2. Where the OpenSSL header files are located for the C include statements.

-Inside your workspace, go to the Target (not the Project).  The Target is the C app that is produced after a successful build.

Select `Build Phases` and `Link Binary With Libraries`.  

Select `+` and navigate to the static OpenSSL libraries that was included in the framework.  The magical result was, your `Target` and `Building Settings` `Library Search Paths` were populated without you typing anything.

Now go to the  Target.  In `Build Settings` set the `Always Search User Paths` to `Yes`.

Then add a new entry to the `User Header Search Paths`. This should be the location of the OpenSSL header files that were included in OpenSSLUniversal.
-
-##### Test your app builds: include OpenSSL Header file
+2. Where the OpenSSL header files are located for the C include statements.
+Inside your workspace, go to the Target (not the Project).  The Target is the C app that is produced after a successful build. Select `Build Phases` and `Link Binary With Libraries`.  Select `+` and navigate to the static OpenSSL libraries that was included in the framework.  The magical result was, your `Target` and `Building Settings` `Library Search Paths` were populated without you typing anything. Now go to the  Target.  In `Build Settings` set the `Always Search User Paths` to `Yes`. Then add a new entry to the `User Header Search Paths`. This should be the location of the OpenSSL header files that were included in OpenSSLUniversal.
\ No newline at end of file
diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj
index 28106dd..aa2e8dc 100644
--- a/Pods/Pods.xcodeproj/project.pbxproj
+++ b/Pods/Pods.xcodeproj/project.pbxproj
@@ -29,171 +29,171 @@
 
 /* Begin PBXBuildFile section */
 		00EC86F0B9FC75337DBD53D260BBA05A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		0485EE8351DEA267F93983B248D14456 /* GTMTVAuthorizationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FB1766ED3652ABCFC01EC28C79E0F22 /* GTMTVAuthorizationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		0485EE8351DEA267F93983B248D14456 /* GTMTVAuthorizationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BAD4888F724B68C0E7AE56C41EEC35 /* GTMTVAuthorizationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		093B4A96822E24878CCEA1270184D264 /* FrameAccessor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC9D7E3363C7A00762ED3E5DF3F82DE2 /* FrameAccessor.framework */; };
-		09BE1B3A1291E5FD57C74047CC0773D5 /* GTMTVAuthorizationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0254E77298DA4A06578A26C11D9954EC /* GTMTVAuthorizationRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		0CD1DC08680B0B0572BC4BE468D30B22 /* BZipCompression-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EF090DAA2EE38FA1203A145D87003DC3 /* BZipCompression-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		0E440E8DDEB37D35DEC43F777F1C6612 /* OIDExternalUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A4D22552062A4E5B743593F709D77C /* OIDExternalUserAgent.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		10104919E6917DD1E7DF18E0BC25ED3E /* OIDError.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E0520B68C8AB271DB3968CE56520B2 /* OIDError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		15577848F7AADCFE9A7F8204CFC146E3 /* OIDAuthStateChangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BE737610E18BF747FC1B375235CFC064 /* OIDAuthStateChangeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		09BE1B3A1291E5FD57C74047CC0773D5 /* GTMTVAuthorizationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 153030E191E2649002FC51BBBBA8353B /* GTMTVAuthorizationRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		0CD1DC08680B0B0572BC4BE468D30B22 /* BZipCompression-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1622ED87150A0AE238CC18A5522EA897 /* BZipCompression-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		0E440E8DDEB37D35DEC43F777F1C6612 /* OIDExternalUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F89703CB966312A05BFDADADBD792F /* OIDExternalUserAgent.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		10104919E6917DD1E7DF18E0BC25ED3E /* OIDError.m in Sources */ = {isa = PBXBuildFile; fileRef = F686096D29CB0A3C2EBF43A0534A8E6F /* OIDError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		15577848F7AADCFE9A7F8204CFC146E3 /* OIDAuthStateChangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EACFCE0BCE3E84AA132804411D75DC4 /* OIDAuthStateChangeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		19A72606F584A9A6289A4B210B1D391E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		1D9A25AE1C1F6623457370C6E02A9267 /* OIDAuthStateErrorDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = EBB18D2D6D27565D34A923C8ED47B4F0 /* OIDAuthStateErrorDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		1D9A25AE1C1F6623457370C6E02A9267 /* OIDAuthStateErrorDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 344884E7196DBC962052912551451C5E /* OIDAuthStateErrorDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		1E863216BD436F522C1C8638942257C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		245A71481EAB043D1E2258D152E00AE6 /* OIDAuthorizationService.m in Sources */ = {isa = PBXBuildFile; fileRef = B0ABE99757C52B5CC5EFD781D4ADB822 /* OIDAuthorizationService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		245A71481EAB043D1E2258D152E00AE6 /* OIDAuthorizationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 82EC99D7939D2F7C155A59D9823FB604 /* OIDAuthorizationService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		24B87C8AAC0499C3CA33749434B9B47A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		25C377835FD30D74BF4E67F4B30693CF /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E4209D1FCDF96098B413AB467B17ADBB /* GTMSessionFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		25C54D68360D6EF22272EA98B8F4F737 /* VENToken.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0A3088CE3BCAEF8B65F8F6FB9D8F9CF5 /* VENToken.xib */; };
-		2691E198A078DC805881F3097FF2DD17 /* ScrollViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = FC434254559B095B5B5F3B8603D0A03D /* ScrollViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		25C377835FD30D74BF4E67F4B30693CF /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 307FC7A34916D273F40E0E1A6AF521FC /* GTMSessionFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		25C54D68360D6EF22272EA98B8F4F737 /* VENToken.xib in Resources */ = {isa = PBXBuildFile; fileRef = 53774E866C67683CE3B972AAB77640DE /* VENToken.xib */; };
+		2691E198A078DC805881F3097FF2DD17 /* ScrollViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CC826FBF06CDCFFEA0ACBB807AD6AF4 /* ScrollViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		29D9055A43FB2BE64B69A0457D8B61EF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
 		2A33E5580302CEBF9F1A1936BC53FC70 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2642706C0DB0F840B4DB69FDF7B4C813 /* SystemConfiguration.framework */; };
-		2AD668D1E4D4F24A66B4BCBB28FE8D36 /* VENTokenField-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CF34391132FDF8F2D1FC0C45C9F3434 /* VENTokenField-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		2CB0DDF471C7319651D93457AAC94F23 /* OIDAuthorizationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E84803F996C0BEED1CAAE2D62BB5ABE /* OIDAuthorizationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		2CD6AC91B3568A39D0DE4FF4E5687F07 /* OIDURLSessionProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = C12DEB877D6B722544780F3D0C28BF73 /* OIDURLSessionProvider.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		2DB7878AE16076FD60E742C655272435 /* OIDGrantTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 561CA0FED5837A2B8C9F39183746224F /* OIDGrantTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		2EF13A10E31330B2A5E6BF8E97FF925A /* ViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 14063C51BD16AC088EDBA5AE00795AE9 /* ViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		3061A46DF0F51A863477A22ED208AB43 /* OIDTokenResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = B9CA4F922F49830538C9519287E598AD /* OIDTokenResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		312C768AFD2BBDF00B75B0C05B3BCD60 /* GTMGatherInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 47D262087813E1B8EA70B01DD24BFE0A /* GTMGatherInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		320336D901D637E497E1338121BA412F /* Pods-Travellib-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 253A340FDDC95435D3FABABE1C37CA46 /* Pods-Travellib-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		3507D0F78619A9300F70A71061004BC4 /* OIDAuthState+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = E6CF2C0419553628EBAFD21F2E8287AA /* OIDAuthState+IOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		364150B1D7A59995EE1B5EAC820A66B3 /* GTMMIMEDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F7B18F9F1894920B2E29FFA1BE598DB /* GTMMIMEDocument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		2AD668D1E4D4F24A66B4BCBB28FE8D36 /* VENTokenField-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CC16579BC8CA39058C8C57CBA35D8A5C /* VENTokenField-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		2CB0DDF471C7319651D93457AAC94F23 /* OIDAuthorizationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 887C0FB79A28F74770740D9A2B8F1B82 /* OIDAuthorizationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		2CD6AC91B3568A39D0DE4FF4E5687F07 /* OIDURLSessionProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 715A531FE4FBB632DEBB02B05257BF6F /* OIDURLSessionProvider.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		2DB7878AE16076FD60E742C655272435 /* OIDGrantTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F8580C4ED4F8CD87260B7212BBB2972 /* OIDGrantTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		2EF13A10E31330B2A5E6BF8E97FF925A /* ViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = EE050B83D3E98646DF4F26ED3AC51F62 /* ViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		3061A46DF0F51A863477A22ED208AB43 /* OIDTokenResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = C10AC545B8A24A51DB838420ABEA888A /* OIDTokenResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		312C768AFD2BBDF00B75B0C05B3BCD60 /* GTMGatherInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 6100D2EAB5C11045A89AC417DA12882D /* GTMGatherInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		320336D901D637E497E1338121BA412F /* Pods-Travellib-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C97DE59D7C64D477F4EEAC90D29578A0 /* Pods-Travellib-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		3507D0F78619A9300F70A71061004BC4 /* OIDAuthState+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = FF6A09F86074193E1EF791B9A6E3610E /* OIDAuthState+IOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		364150B1D7A59995EE1B5EAC820A66B3 /* GTMMIMEDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = F2522912C5C949BCDD7368D23368848D /* GTMMIMEDocument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		398D614E656FFA66513B5B3885EF8AAC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		3A9A9314DA71C0FE4769189146C5AA57 /* ScrollViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 986D85D525B3299B2F616EFFD1D7CCE1 /* ScrollViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		3B375DBA9B09E61925231C2706002B40 /* BZipCompression-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5046FCF0FE781817277B8C77593F1EC5 /* BZipCompression-dummy.m */; };
-		3B821EE2E64AA2A290A864E8F05CFD83 /* OIDAuthState.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C089F02C3CBF21B8638D3DCD6F591B /* OIDAuthState.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		3C66056EBAB98ED2DBF80EF2A8BDDE32 /* OIDAuthorizationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 6846686290446BE68976EE3DA986F0DC /* OIDAuthorizationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		3D8C1EA9DBA7A35E461A8735C860BF8E /* OIDRegistrationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 192419BD774BE53824D6CDF424557150 /* OIDRegistrationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		3DE5EDFBA30B61D47BF040B6B5B4C48C /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D9C312CDB4D4821455C243D25201D9F /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		3E2844E8606415511C170E1237F35C49 /* OIDIDToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 25175BAA808D76FDAB1324C8975A935A /* OIDIDToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		3A9A9314DA71C0FE4769189146C5AA57 /* ScrollViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B03D58894B5263EFB7A958837E2D48 /* ScrollViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		3B375DBA9B09E61925231C2706002B40 /* BZipCompression-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 413BC80F67A4DDA1F8A1EB1973E93D07 /* BZipCompression-dummy.m */; };
+		3B821EE2E64AA2A290A864E8F05CFD83 /* OIDAuthState.m in Sources */ = {isa = PBXBuildFile; fileRef = 967597626A81CF5EAAA67163620212B3 /* OIDAuthState.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		3C66056EBAB98ED2DBF80EF2A8BDDE32 /* OIDAuthorizationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F85B9C3D116204719DC763A68789AF /* OIDAuthorizationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		3D8C1EA9DBA7A35E461A8735C860BF8E /* OIDRegistrationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DC56960F13B6E4E94CEA94D1A29D37B /* OIDRegistrationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		3DE5EDFBA30B61D47BF040B6B5B4C48C /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = FFA2E7E3798ECB27FFFE469FE98B65D4 /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		3E2844E8606415511C170E1237F35C49 /* OIDIDToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C43468CA876866B4AF7D9BB3F150F9 /* OIDIDToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		3E31A93332BAF0050FEE9A52F4F69F5C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		4069B7E7541AE02B9270191F40BA4C7B /* GTMAppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C5FC447829925A918E5297813F92101C /* GTMAppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		41F71BDF9913D5020DE65CDA3947B6A4 /* OIDError.h in Headers */ = {isa = PBXBuildFile; fileRef = E3DCB96C6D76D7B81B90B271E04569C7 /* OIDError.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		444FECB6137150BA9F3828FD6B54C399 /* OIDServiceDiscovery.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B7DC385A58F2F5C7C3F5A263881A135 /* OIDServiceDiscovery.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		4069B7E7541AE02B9270191F40BA4C7B /* GTMAppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DEA8F7685D3896C6DA2E96C319DA2F0A /* GTMAppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		41F71BDF9913D5020DE65CDA3947B6A4 /* OIDError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C0D42008CA153F8290AF170880A5660 /* OIDError.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		444FECB6137150BA9F3828FD6B54C399 /* OIDServiceDiscovery.h in Headers */ = {isa = PBXBuildFile; fileRef = 798C1D777965E06E3779B12D23BAABB8 /* OIDServiceDiscovery.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		4549450CD45B58809726785879F89486 /* Pods-enzevalos_iphoneTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D02EA8A01FB53F683663FF2334FB01 /* Pods-enzevalos_iphoneTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		461769DCBB16D65DAC7D1BDAC5F4193D /* GTMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D154C6681137AEBAD8322944A4E0D2E /* GTMKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		482A612B4E94FAF5FEB0C0D905954754 /* OIDErrorUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = F088D91A0F54D7EDA3C85EE7A8B5904A /* OIDErrorUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		49E5B2CE923152AF0E09856F6BC6FFDE /* OIDExternalUserAgentIOSCustomBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 59B578D69CB85D1F0A231FE57B4EDBDB /* OIDExternalUserAgentIOSCustomBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		4C563AF87860B6468C0EDE8AF74BF3F9 /* Pods-TravellibTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EAE550A0B258298D99C11DE483256D8 /* Pods-TravellibTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		4DB7B9399D0E545A00338AE3CD9AB079 /* TravelError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05B5BE3130451497E7FD9D901BD4297D /* TravelError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		504E295965CFAC0841A9EA8129DC52CC /* GTMKeychain_iOS.m in Sources */ = {isa = PBXBuildFile; fileRef = BBC6FDF982A18DA3B62E54DD89F58B79 /* GTMKeychain_iOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		50E0143B12863735F4BA9715FD9DC8B7 /* OIDTokenUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A133248819D1A88F15C76268E00A4D6F /* OIDTokenUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		5208DD301C80375A827609B31F0F16E3 /* Traveler.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED1F477B4CA120B0044E31B013661A27 /* Traveler.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		526FF08E7C5C29E3CE281AE10EAAE34A /* OIDResponseTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 844A5E8F10B29B9328F66B38F7542973 /* OIDResponseTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		5284F01DBCDD5960746C8D53FFC4EE90 /* FrameAccessor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED0BE0A7E3ED0A13589779D9B7CE3DF4 /* FrameAccessor-dummy.m */; };
-		5952BF9E2CDF7200A87BC92C467242BB /* OIDClientMetadataParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = 20ACDF705507CF2CAE4863103E03C5EA /* OIDClientMetadataParameters.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		5A8E10AA29B392DAE441976836D393A5 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 755D1D4EED7B09EDB5A39BCFB1C59389 /* KeychainAccess-dummy.m */; };
+		461769DCBB16D65DAC7D1BDAC5F4193D /* GTMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC3C2FFA5BBD84C9F91C3504A2697E6 /* GTMKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		482A612B4E94FAF5FEB0C0D905954754 /* OIDErrorUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = E547A08E1151BF0E50CA9AF102B536A3 /* OIDErrorUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		49E5B2CE923152AF0E09856F6BC6FFDE /* OIDExternalUserAgentIOSCustomBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = C169D915DDBE6BF17F6E3C93142FA0DC /* OIDExternalUserAgentIOSCustomBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		4C563AF87860B6468C0EDE8AF74BF3F9 /* Pods-TravellibTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 433D9700F34DB3288574695EB6BADD5F /* Pods-TravellibTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		4DB7B9399D0E545A00338AE3CD9AB079 /* TravelError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2F2A4A672817F7F223603840668609 /* TravelError.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		504E295965CFAC0841A9EA8129DC52CC /* GTMKeychain_iOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B2FC65CD0B04D379A90A28F8CFF9E6 /* GTMKeychain_iOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		50E0143B12863735F4BA9715FD9DC8B7 /* OIDTokenUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = B47B835423345C4DA5B39E11969EB137 /* OIDTokenUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		5208DD301C80375A827609B31F0F16E3 /* Traveler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D9563022F4A27472B52D8F377079B4 /* Traveler.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		526FF08E7C5C29E3CE281AE10EAAE34A /* OIDResponseTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 97878580FF9AE95BAEAEFB1EE19F627C /* OIDResponseTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		5284F01DBCDD5960746C8D53FFC4EE90 /* FrameAccessor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A705BBE72FC736233117745410ABA862 /* FrameAccessor-dummy.m */; };
+		5952BF9E2CDF7200A87BC92C467242BB /* OIDClientMetadataParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DEFE34D932FEC0277543FC0F25EDE8B /* OIDClientMetadataParameters.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		5A8E10AA29B392DAE441976836D393A5 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BF72C1D5448325F2C2B3A6EC65B50E2 /* KeychainAccess-dummy.m */; };
 		5C1D09F780C7A50DBE67937351FCD663 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5857ED0D02F3BCC9F1118D9259F4E79 /* Security.framework */; };
-		5FBA4F25293342F212E058360A02CF85 /* VENBackspaceTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = EF758E2A5555F11C7D9AFD24E6A20CD0 /* VENBackspaceTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		5FBA4F25293342F212E058360A02CF85 /* VENBackspaceTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A27AC76FD4DBC5D8C11AACD43AEDD6A /* VENBackspaceTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		6638CF8D4360550E02EB17480F11F36C /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5857ED0D02F3BCC9F1118D9259F4E79 /* Security.framework */; };
-		666DFC20B6CCE0B04EE9DA83298DEC4E /* OIDRegistrationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FF303E92C6F7C95002C28A6BBFE350E /* OIDRegistrationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		696F862AA435ABD7C80F59661B37436C /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = CB4F4223BABA578BCC3B782452DC06C5 /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		6A07193C6FB727187E87EDC6DADB2441 /* GTMAppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FC3414C034EF5193E053C40DC1BDF2B /* GTMAppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		6A80F1D51EF34AF360053F1EFA2CFD41 /* GTMTVAuthorizationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = E6738245E1EC868E36B726AC5B2F2126 /* GTMTVAuthorizationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		6B832B43CE595648B5B533CFB942F3EE /* OIDAuthorizationService+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 191C95F4FAAB0C80161880E96FEEF98C /* OIDAuthorizationService+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		6B850B726396D13251D735DEDB47E9BA /* OIDAuthState+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = A01DF7F44596DFFFFD9E8014C367868C /* OIDAuthState+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		6D3F4FA511DBF7389D94DCF2E950CAA8 /* Onboard-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 418CFBAA3214D1EF37103D162A384E74 /* Onboard-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		6EED87F7F69317BAC21CCCB10E70D643 /* Travellib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DBD6EDFFEF5AC44189F70C46AE1C95B /* Travellib.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		666DFC20B6CCE0B04EE9DA83298DEC4E /* OIDRegistrationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 30A42536325A417AF7EF04AF610802B1 /* OIDRegistrationRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		696F862AA435ABD7C80F59661B37436C /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = C308AD7A12F5E6441CC368C8A372F23B /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		6A07193C6FB727187E87EDC6DADB2441 /* GTMAppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F92EFE68648C521F41D0D75AE261410 /* GTMAppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		6A80F1D51EF34AF360053F1EFA2CFD41 /* GTMTVAuthorizationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E89F77D910EEDD68398665F213FBEB3 /* GTMTVAuthorizationResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		6B832B43CE595648B5B533CFB942F3EE /* OIDAuthorizationService+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = A94EF93CAA66C507A0B4FE30FEF6C5A9 /* OIDAuthorizationService+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		6B850B726396D13251D735DEDB47E9BA /* OIDAuthState+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DC9B1931CC8029B208A38EAF0C52D8B /* OIDAuthState+IOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		6D3F4FA511DBF7389D94DCF2E950CAA8 /* Onboard-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B0DF592BBDE1AAE73F1B858C2E45792C /* Onboard-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		6EED87F7F69317BAC21CCCB10E70D643 /* Travellib.h in Headers */ = {isa = PBXBuildFile; fileRef = C65DA0BD804638DB40CC7CB2DBE6C8F4 /* Travellib.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		6F34DEC49C3CCC64773AF6AA69A37D20 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
 		6F891248D7A6A1628346C3FD84DAE484 /* Pods-enzevalos_iphone-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A5F479766B925A2E60F574A1A40F61B1 /* Pods-enzevalos_iphone-dummy.m */; };
-		70EDC7E9B8D29DB08C279D5765718E1B /* OIDExternalUserAgentIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = DCAE6671C0760B143701B813A20CEE0B /* OIDExternalUserAgentIOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		7101AA3CCF1B6FA15D611293D0F6F342 /* OIDServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = AC934C6B5D1E7567442CB937AC7FAEDD /* OIDServiceConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		72EE83AF77763A7F6B6C74B397A933E0 /* VENTokenField.m in Sources */ = {isa = PBXBuildFile; fileRef = B9C01FE90DA2100083295B20FBFDD81E /* VENTokenField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		70EDC7E9B8D29DB08C279D5765718E1B /* OIDExternalUserAgentIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE61B66EA098CF305BE49FDBB07CEE4 /* OIDExternalUserAgentIOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		7101AA3CCF1B6FA15D611293D0F6F342 /* OIDServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = A2FBBF065C1F0D76BAC095DC5837EF0D /* OIDServiceConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		72EE83AF77763A7F6B6C74B397A933E0 /* VENTokenField.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FC68912F232E4CBCC5AB6718E7CCD37 /* VENTokenField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		734D49A0A7A4117285C4092B9B0556CD /* AppAuth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40075ED6FCD179455EDC7376148FAAEA /* AppAuth.framework */; };
-		7702DD2AD3208303889747ABD7101991 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A3A463EFFF7AFA49B6CD951464DAF1 /* GTMSessionUploadFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		773B75340372F80FB30EB6170E81781B /* OIDScopes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A804FE2DFFFA2960009EAFBAD92A0E0 /* OIDScopes.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		79DCB87B2E9F4494419B1397E87D2AA9 /* OIDClientMetadataParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EEF85E951859553101FEB14D2334FBB /* OIDClientMetadataParameters.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		79F72ADBFF29A8E188BCDD0DAC9CFA8C /* OIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = B9EB7D71DFC8EA54F086CAD0B22D158C /* OIDDefines.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		7A6191E5C979E9B05F3B6C522BDEA4D6 /* Crypto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21BE9F25F7884DA9586808F2F459B52A /* Crypto.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		7B4B495D5B85AD1C707CB12DBEF94C2C /* Fingertips.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B10A6A80D12E8D0B8E8E77DD5B05F4A /* Fingertips.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		7C757AFDC5125E815A515178200B178F /* OIDTokenRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 81129AFFB5B7A9E4A07321871380D139 /* OIDTokenRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		7DA85705772DE774DE15AAE9D5069A2A /* ViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D637D0BE72A441C92D949D7CEAC3D90 /* ViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		7DE58F421D29FA3316452CA54EC60D10 /* OIDResponseTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B90FA8C63223B9243CC0F4B42F02CDA /* OIDResponseTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		7ED0B16F5329D34A41D2E21254429460 /* AppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BDF0F5E2098E55D128F1F6D54B9DDB0 /* AppAuth-dummy.m */; };
-		805EC14A1120F5A993088D5C7221983F /* GTMTVAuthorizationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 73A577BA49CFC6F59C6A09C4D5A9FE3E /* GTMTVAuthorizationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		81BB1ABDF2D6B2CAAE40C6EF77E98858 /* OIDServiceDiscovery.m in Sources */ = {isa = PBXBuildFile; fileRef = FA91FAC2E86C8F019D0D6A30EE0C03CF /* OIDServiceDiscovery.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		81D75E6AFC003BDBB4E869639C7984E5 /* OIDScopeUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = FB61B84FC57AC54CFF1172C754D17767 /* OIDScopeUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		83582E255F74834C2B2872810A89E704 /* OnboardingContentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9B247FD26AD0761C99BB32B7EDD71F9 /* OnboardingContentViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		83DB67A92F037B90ECFC44639A77CE85 /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 447786BE7EDEE2DB8C3F2181BAD46920 /* GTMSessionFetcherLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		84799F206FB756858DA1341F7AEC702F /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D29331658E22938547D814DB5C7ED80 /* Keychain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		7702DD2AD3208303889747ABD7101991 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 437B0975427408A7B33EED9B67F4743F /* GTMSessionUploadFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		773B75340372F80FB30EB6170E81781B /* OIDScopes.h in Headers */ = {isa = PBXBuildFile; fileRef = 00018AAC4820D073F125BD0C9877B40F /* OIDScopes.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		79DCB87B2E9F4494419B1397E87D2AA9 /* OIDClientMetadataParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = DBE196BEF1FB8A1EAE0AC3856A4749A9 /* OIDClientMetadataParameters.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		79F72ADBFF29A8E188BCDD0DAC9CFA8C /* OIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5C7F5B5DDCC75A2A1F49CC1129D0B8 /* OIDDefines.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		7A6191E5C979E9B05F3B6C522BDEA4D6 /* Crypto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40266D83D915F39226E37B2CED2E694D /* Crypto.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		7B4B495D5B85AD1C707CB12DBEF94C2C /* Fingertips.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CE9E47E913D445EB95A19B1C8EABF2 /* Fingertips.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		7C757AFDC5125E815A515178200B178F /* OIDTokenRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = CAC8046CF3C3680B4038EF39EE290E7E /* OIDTokenRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		7DA85705772DE774DE15AAE9D5069A2A /* ViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 09BA876F371A3685B80D77D8D48E3C73 /* ViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		7DE58F421D29FA3316452CA54EC60D10 /* OIDResponseTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E701BF94C422F580D3A2BB0CD0182BBE /* OIDResponseTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		7ED0B16F5329D34A41D2E21254429460 /* AppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C280F54EE6E28DDFF3B87B1E51C130EC /* AppAuth-dummy.m */; };
+		805EC14A1120F5A993088D5C7221983F /* GTMTVAuthorizationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 9340843FF62855172C47613B4CC156C6 /* GTMTVAuthorizationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		81BB1ABDF2D6B2CAAE40C6EF77E98858 /* OIDServiceDiscovery.m in Sources */ = {isa = PBXBuildFile; fileRef = 40F79AA60E7BAAA15617441AD3EB414C /* OIDServiceDiscovery.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		81D75E6AFC003BDBB4E869639C7984E5 /* OIDScopeUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C627CC5ECDEB64C8B70DFD71B2BF3A7 /* OIDScopeUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		83582E255F74834C2B2872810A89E704 /* OnboardingContentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F9C63AF4F01B06AB4F2DEA0B755B9F51 /* OnboardingContentViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		83DB67A92F037B90ECFC44639A77CE85 /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 4124A61628D855D876E663E23C8A7551 /* GTMSessionFetcherLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		84799F206FB756858DA1341F7AEC702F /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A62E9D05F86BA8757D4A1BEA3F7E2C /* Keychain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		85DA47D58F1657E7D944E03D82A99DE6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		868E0F7525028629294E5AF9433A1C88 /* OnboardingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AD880B95E76F9127C73940B57F0F87F /* OnboardingViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		868E0F7525028629294E5AF9433A1C88 /* OnboardingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BBBA6D58D491B8363834B9C99BEF6C5 /* OnboardingViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		898446A99230ECA57C3F48B89CF5BE3A /* Pods-enzevalos_iphoneTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A0A983A83D026D37B089344955F059D /* Pods-enzevalos_iphoneTests-dummy.m */; };
-		89B7468D84B814AA8A519A1597007B2D /* Travellib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5151F58BE5AF2B65A8CE80C07C87819F /* Travellib-dummy.m */; };
-		89E95B9A37D315953894DF2AC275DE79 /* OIDURLSessionProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = DA700467170A192109BD2AF82A68990E /* OIDURLSessionProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		8BF0FD84A0892BC80287C3A6D3C9FBAB /* GTMTVServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFC5FA87A3572BD30DC32819AFC2F79 /* GTMTVServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		8C5B95139F470DDE6F92E719F2287A11 /* GTMTVServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = E9EA768C1A18D9D230D1DDEEC43AF6AF /* GTMTVServiceConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		8FFB2AACA2D0AF16773F40F58B175123 /* GTMReadMonitorInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 46E13ACADB447D97578E5A4BD64B0E61 /* GTMReadMonitorInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		91AEABD540F56101CDAD3B78866D4E7B /* GTMAppAuthFetcherAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 5464107FB1030697261F97CC0AF58290 /* GTMAppAuthFetcherAuthorization.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		91CE0CC7DDEC978D2E31DEE8F8C6ABEF /* OIDExternalUserAgentSession.h in Headers */ = {isa = PBXBuildFile; fileRef = C9308F7B62654E39D9049A5EC5555363 /* OIDExternalUserAgentSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		920C50717E1A826FFF3DEE6C03637CE1 /* GTMMIMEDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = E31417A1E0D26CEB0DC0C88334412B16 /* GTMMIMEDocument.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		92B9A2B19BE39566C6CACFD26BF134C4 /* KeychainAccess-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 055ACEBAE583BF377DF832BFD804CF9A /* KeychainAccess-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		94480B02AF7A83842E19B4D1F4B9A280 /* VENToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BA723ADD3DDEA8E5A7E52F079F418FD /* VENToken.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		995BA2346271AD85181314D374E71097 /* OIDExternalUserAgentIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9A21C22A9D6E6A88620367E46EB2E1 /* OIDExternalUserAgentIOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		89B7468D84B814AA8A519A1597007B2D /* Travellib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 513A8CB6C327D470C757356E2668D1B9 /* Travellib-dummy.m */; };
+		89E95B9A37D315953894DF2AC275DE79 /* OIDURLSessionProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F908E6F729046BA4D8FCF5F1DFEC60B /* OIDURLSessionProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		8BF0FD84A0892BC80287C3A6D3C9FBAB /* GTMTVServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A7DA1554276A608C9BB41B980E204B6 /* GTMTVServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		8C5B95139F470DDE6F92E719F2287A11 /* GTMTVServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = F3442FD7BAFF192FCE4A96D30003B700 /* GTMTVServiceConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		8FFB2AACA2D0AF16773F40F58B175123 /* GTMReadMonitorInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA799086852F6A03A154C39DC89C12A /* GTMReadMonitorInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		91AEABD540F56101CDAD3B78866D4E7B /* GTMAppAuthFetcherAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 31020EEED71EA0653DCBBDAEDDA7019A /* GTMAppAuthFetcherAuthorization.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		91CE0CC7DDEC978D2E31DEE8F8C6ABEF /* OIDExternalUserAgentSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 57847F57CF5368CE8F3F654164D31E94 /* OIDExternalUserAgentSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		920C50717E1A826FFF3DEE6C03637CE1 /* GTMMIMEDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 238712AF1B286156DB9EE564E37F2F87 /* GTMMIMEDocument.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		92B9A2B19BE39566C6CACFD26BF134C4 /* KeychainAccess-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 581ECDC93307FE0A8AE9565E9E09ED28 /* KeychainAccess-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		94480B02AF7A83842E19B4D1F4B9A280 /* VENToken.h in Headers */ = {isa = PBXBuildFile; fileRef = D002324F83D473CC6DA3506911F55535 /* VENToken.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		995BA2346271AD85181314D374E71097 /* OIDExternalUserAgentIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7D77F017A4D8EC72ADF58A3E421261 /* OIDExternalUserAgentIOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		9AE29CBA5F9E686292E4500782663ABF /* GTMSessionFetcher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 87DBA5017BD2954B73AEF3535D39149F /* GTMSessionFetcher.framework */; };
-		9BDCC0B72A2731E8799BA95437DA1459 /* VENToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A50BAB080D08EA6A9627A205DC52F6C /* VENToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		9F3AF612C61651C314665B887D3CDB31 /* VENBackspaceTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B224C18D0BA6D7674DCAD242BB8664 /* VENBackspaceTextField.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		9F8D87D4874A55026F7E388C6CB45AB4 /* OIDRegistrationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 7870B480F78570DECABA9489D4226F0C /* OIDRegistrationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		A25009E7164DAFD71CE66DE0CDB7EC47 /* OIDFieldMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 98BF2D6EAAD1F826229CF39A03109CB2 /* OIDFieldMapping.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		A2670DD8DF6432297D7E3BC388C459BE /* GTMAppAuthFetcherAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = E52BA1BFE80E89BDBFA1F2B860B73E13 /* GTMAppAuthFetcherAuthorization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		A633DA858AA0E30A6E53715F2368C112 /* GTMOAuth2KeychainCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F317D31FE106F468E59C875BEA315C2 /* GTMOAuth2KeychainCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		A6541B7476AD4B0D4B52FA7A8E2C7F8E /* OIDURLQueryComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CD9A8DDED1102892F6652911DC21974 /* OIDURLQueryComponent.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		A6F8A18DEC7BF29322FF5216A5E5AF71 /* OIDExternalUserAgentRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 1802CF474E35B4F04476B33D620E3B59 /* OIDExternalUserAgentRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		9BDCC0B72A2731E8799BA95437DA1459 /* VENToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BEF5AAC677061E782DD6299D0126D79 /* VENToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		9F3AF612C61651C314665B887D3CDB31 /* VENBackspaceTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 762125B5357CF2F06EC43F74DBA0EDFB /* VENBackspaceTextField.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		9F8D87D4874A55026F7E388C6CB45AB4 /* OIDRegistrationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F58706D014DEFDE7FF2F7E783B1765E /* OIDRegistrationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		A25009E7164DAFD71CE66DE0CDB7EC47 /* OIDFieldMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 238146DB7FBD400F1CA7B61E6355BD21 /* OIDFieldMapping.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		A2670DD8DF6432297D7E3BC388C459BE /* GTMAppAuthFetcherAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = A68604D23A0E5E454417BBABDB2CB3B4 /* GTMAppAuthFetcherAuthorization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		A633DA858AA0E30A6E53715F2368C112 /* GTMOAuth2KeychainCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = D24CEBBA0484BD07630684E10430B7F6 /* GTMOAuth2KeychainCompatibility.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		A6541B7476AD4B0D4B52FA7A8E2C7F8E /* OIDURLQueryComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = C017AA1EE38E2BCD8476BA79B7A9E5BA /* OIDURLQueryComponent.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		A6F8A18DEC7BF29322FF5216A5E5AF71 /* OIDExternalUserAgentRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E78F7B9185030E42CAFD8E42DE2BF01 /* OIDExternalUserAgentRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		A7D9C9DCD417A64AF095ACDB3179500B /* Pods-enzevalos_iphoneUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D20FEF684F811C3EF2E62709A6995A9A /* Pods-enzevalos_iphoneUITests-dummy.m */; };
-		A8C970E69CC32F146032076E21D72D58 /* GTMAppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BC3D43BBD0CE34A221D8164236A9BD15 /* GTMAppAuth-dummy.m */; };
-		A99EFB3B99D30EA6951C71BC270A1D69 /* OIDAuthorizationFlowSession.h in Headers */ = {isa = PBXBuildFile; fileRef = B15F084DAB5971CD79FC2337B662DFA4 /* OIDAuthorizationFlowSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		AA4E28874B28357F207DC4931ED809B9 /* QAKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF39DD513C21A45556C3A2D6BA726890 /* QAKit-dummy.m */; };
-		AC0FC23016612DD475E366FB84588B5B /* AppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC49527D03D491C77B4C728E9A80A32 /* AppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		AC67EB874491EAD69E7FEB6289244577 /* FrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = C997E1617DD624CEA1858A5648333AB3 /* FrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		ACC66232F32FE5B771C3DAD35196A9C5 /* GTMAppAuthFetcherAuthorization+Keychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 88671E417753549C7714089C2F0B0E72 /* GTMAppAuthFetcherAuthorization+Keychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		ACFE8E275A3E217148D124CD0C443D74 /* GTMAppAuthFetcherAuthorization+Keychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 50FC2F1854DAFDA6D50EAF8C4497F8C5 /* GTMAppAuthFetcherAuthorization+Keychain.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		AD73946264093714F1BFF8CA79ECC49A /* OIDAuthorizationService+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = A002BAEF5C2B9BD1D2511AC8378376FB /* OIDAuthorizationService+IOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		AE25F96FCCA1F44C806DBFB47EA6193D /* OIDAuthorizationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A13466053670ED4374482711A7B61EA9 /* OIDAuthorizationRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		B1CD89539218367F36D0330F0210660F /* OIDTokenUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EEF8B21339F5CA16F2428064B42321EB /* OIDTokenUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		B2F6925D96DE8708E5AA5A4023F96971 /* BZipCompression.m in Sources */ = {isa = PBXBuildFile; fileRef = AB89E1E1B145494FF8C7BFC1403FA12F /* BZipCompression.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		B31AC96F4FA261867BF556F857FCEE38 /* OIDFieldMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 15B4A022472037C1B964322D50F4807B /* OIDFieldMapping.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		B8139494596FE1F3C7C09F6BBA20003B /* OIDAuthorizationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = D34D50454ADD060809BD3D1334D86640 /* OIDAuthorizationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		BA273C2724B312F783EB69F142B71318 /* Onboard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7274C99E89EADAFA02906EEF818B0A6A /* Onboard-dummy.m */; };
-		BB8D24E32AA01C271EF01888AEA43BE8 /* GTMOAuth2KeychainCompatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 6636024ABECD471783C677B52C5407F6 /* GTMOAuth2KeychainCompatibility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		A8C970E69CC32F146032076E21D72D58 /* GTMAppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51BCCC94A6B3855510C5ACB080DBAC62 /* GTMAppAuth-dummy.m */; };
+		A99EFB3B99D30EA6951C71BC270A1D69 /* OIDAuthorizationFlowSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E0A4161F070BB4DB283C3D7CAE93141 /* OIDAuthorizationFlowSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		AA4E28874B28357F207DC4931ED809B9 /* QAKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 538AF7B7E3D0E8987E1017157223B6F6 /* QAKit-dummy.m */; };
+		AC0FC23016612DD475E366FB84588B5B /* AppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 75D1DA1693525784C7D6937F8F22E4B2 /* AppAuth-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		AC67EB874491EAD69E7FEB6289244577 /* FrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B08DDC15FEEF8E6023910937CC5E1EC4 /* FrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		ACC66232F32FE5B771C3DAD35196A9C5 /* GTMAppAuthFetcherAuthorization+Keychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C94C89D4DF01A19790614E74D859E1A /* GTMAppAuthFetcherAuthorization+Keychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		ACFE8E275A3E217148D124CD0C443D74 /* GTMAppAuthFetcherAuthorization+Keychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 7347E2F343D9B05868DAC357124779F6 /* GTMAppAuthFetcherAuthorization+Keychain.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		AD73946264093714F1BFF8CA79ECC49A /* OIDAuthorizationService+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = AB77FDAC0511789D41105E23CC81C95C /* OIDAuthorizationService+IOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		AE25F96FCCA1F44C806DBFB47EA6193D /* OIDAuthorizationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = C30E8AEB744FEB96A862005A842FB832 /* OIDAuthorizationRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		B1CD89539218367F36D0330F0210660F /* OIDTokenUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF918D1CE257D1A92E177A8479B4F9C /* OIDTokenUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		B2F6925D96DE8708E5AA5A4023F96971 /* BZipCompression.m in Sources */ = {isa = PBXBuildFile; fileRef = 56DB4E326E84BBEFF3E5A86757D3F53C /* BZipCompression.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		B31AC96F4FA261867BF556F857FCEE38 /* OIDFieldMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 970FF57CF748FECA075AF270575AC551 /* OIDFieldMapping.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		B8139494596FE1F3C7C09F6BBA20003B /* OIDAuthorizationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 8512560C107EBF176B940E2A0EB0D44B /* OIDAuthorizationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		BA273C2724B312F783EB69F142B71318 /* Onboard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 680DFC75C857D4A21AD16167D7B939F4 /* Onboard-dummy.m */; };
+		BB8D24E32AA01C271EF01888AEA43BE8 /* GTMOAuth2KeychainCompatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1D23AE3F03941A7CB7ADB18359133F /* GTMOAuth2KeychainCompatibility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		BBBEE41452C5B4DD9AC0D81039E07FF3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		BC8AB2AE830E809DCCB39F5EC40F81EB /* Fingertips+Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0722231210CBED22E6EF9315AAB3D17C /* Fingertips+Window.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		BCE5DA9ABA13A7F7F2AEC7B0D59CA21C /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B3FE862FE6973A334941A2E591C0C9 /* GTMSessionFetcher-dummy.m */; };
-		BD6EABCE4B579A54323C9C7C77B08EAF /* OIDScopes.m in Sources */ = {isa = PBXBuildFile; fileRef = DDC72417F9E4CC26500C04A203B1A10D /* OIDScopes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		BFF7F31000B669182720982799094A47 /* GTMTVAuthorizationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 45486A33FB24B737C47F421C6511914C /* GTMTVAuthorizationService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		C0205EC66FAC1654AA1BBC4114B314EE /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 909C5CBE4E95026776E7838086B396F5 /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		C287097890210EFD052B189FC4049D28 /* GTMTVAuthorizationService.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F291B3E095959F4B85DB346FF0007A /* GTMTVAuthorizationService.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		BC8AB2AE830E809DCCB39F5EC40F81EB /* Fingertips+Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBBCE67FDA8C3A583DC5E68762B6B723 /* Fingertips+Window.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		BCE5DA9ABA13A7F7F2AEC7B0D59CA21C /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 632AE4F8063AF7C1EB3F2B97BC5F4B47 /* GTMSessionFetcher-dummy.m */; };
+		BD6EABCE4B579A54323C9C7C77B08EAF /* OIDScopes.m in Sources */ = {isa = PBXBuildFile; fileRef = BF26E1FDE6E81E8DD6556F13D5ABE9F9 /* OIDScopes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		BFF7F31000B669182720982799094A47 /* GTMTVAuthorizationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 4363259D0DD2B1B7B9340F4C96A0BCB9 /* GTMTVAuthorizationService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		C0205EC66FAC1654AA1BBC4114B314EE /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A7463F763624ACE88038A88E98558746 /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		C287097890210EFD052B189FC4049D28 /* GTMTVAuthorizationService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ABAE85EBC040248411611293828FEC8 /* GTMTVAuthorizationService.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		C3D54D6D4467C778D2F1999588CDB12B /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C48F0226C8092A12795B7F34F371C20 /* SafariServices.framework */; };
-		C3ED228AABC13C37D5BAFEB90E47BA37 /* OIDExternalUserAgentIOSCustomBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = C4A755B57C63B2DCC36C2CA902B32D5C /* OIDExternalUserAgentIOSCustomBrowser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		C4068A6DFA405BF6765F0EC13914DD88 /* FrameAccessor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 432EE0A8102CB3C5BA04F1E21FA6B74D /* FrameAccessor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		C468F683CEE119984E5BDDCB41F53CCD /* OIDGrantTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = F19DA7CC6B3EE917FE82E0E68C5B69D5 /* OIDGrantTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		C695890905A0BFA9822BC2FF9FB369B6 /* OIDRegistrationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 20963ADC0BCD9C9236FDDDD656AC2C09 /* OIDRegistrationRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		C6965C4124D77AA288D92C67CA7CFDA6 /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = EF27C21D81A9092920C9BAD4F7F90A48 /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		CAD7EF9CBA7462E759044E6368B080FC /* OIDErrorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 15D003E139B17A357490D926E22BDCF0 /* OIDErrorUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		CD331E3C85FCE6BD0509495EFCEF3FBB /* OIDIDToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 2705925373651AF0326729E138CDD028 /* OIDIDToken.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		CD82D31178573E5818111F32918BC42B /* OnboardingContentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B6C120D3919D8F3F870E89BA8F4606F /* OnboardingContentViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		D0ABB86140A7D13217D4CF11C53A7A25 /* GTMReadMonitorInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = B258887A1108D26E947EA13E6F274312 /* GTMReadMonitorInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		D1C1F0CA51572EB56912AF8DDB1FDEFD /* AppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E99B79F528EEBD683DD03D64FBD396E /* AppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		D355FFFAF1397C51046B05E266C4CC4C /* OIDServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F94280E32BFD436866633D005AC0757 /* OIDServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		D6E72E8B4CF8AE876F137532AEB7A11C /* OIDTokenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B09B1C1553CE2381F9C4E02EBEACCE /* OIDTokenRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		D7D2B19EA699429096AF61DF5A01B2CA /* OnboardingViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDF6457020F1FB0B25095CE7F88D5A4 /* OnboardingViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		D7DD25B7E4CA632DAD4E50F566D4BC1F /* QAKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3DF32A89E4CFD366DF3E4F1B8A7483C /* QAKit.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		DBF4430ED1606DBB310B1C1D3099D1AE /* QAKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA49096A75C8F5B124C3BACEAC95BC9 /* QAKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		DC2944C3F9FC6FB34D4DFA8508D5BF33 /* VENTokenField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF119E752C4D10838E10C691F220274 /* VENTokenField-dummy.m */; };
-		E16555355F21CDFF76234E4829DF8731 /* OIDTokenResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC946860B9B438FBFC596F0A012D8BB /* OIDTokenResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		C3ED228AABC13C37D5BAFEB90E47BA37 /* OIDExternalUserAgentIOSCustomBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = F45384E692FD269116C3564118948D36 /* OIDExternalUserAgentIOSCustomBrowser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		C4068A6DFA405BF6765F0EC13914DD88 /* FrameAccessor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8390A6CF1F8933653D11FE2C115913F1 /* FrameAccessor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		C468F683CEE119984E5BDDCB41F53CCD /* OIDGrantTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = C74EA19321518541568B547CD67B609E /* OIDGrantTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		C695890905A0BFA9822BC2FF9FB369B6 /* OIDRegistrationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 92971035F98FD5F76E7C058504BF1880 /* OIDRegistrationRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		C6965C4124D77AA288D92C67CA7CFDA6 /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A3C9F89AFA0AF00979E39D8FAD2DB5B /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		CAD7EF9CBA7462E759044E6368B080FC /* OIDErrorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 833B31BEF17309298CB55A9681EFE52A /* OIDErrorUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		CD331E3C85FCE6BD0509495EFCEF3FBB /* OIDIDToken.h in Headers */ = {isa = PBXBuildFile; fileRef = C470BB5B7141436BDB4C00ADEECD0D6E /* OIDIDToken.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		CD82D31178573E5818111F32918BC42B /* OnboardingContentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C7625E46DF197E2103DB42A573996BEB /* OnboardingContentViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		D0ABB86140A7D13217D4CF11C53A7A25 /* GTMReadMonitorInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB98B1EF4558DD7C1548ADEA257AEBC /* GTMReadMonitorInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		D1C1F0CA51572EB56912AF8DDB1FDEFD /* AppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F53E23AAD28200A787D6DA5EE56EC5 /* AppAuth.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		D355FFFAF1397C51046B05E266C4CC4C /* OIDServiceConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5B52A8518029FC5D23423B2970370C /* OIDServiceConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		D6E72E8B4CF8AE876F137532AEB7A11C /* OIDTokenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 0024E5C3843085EAB3046D2BB54B2B47 /* OIDTokenRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		D7D2B19EA699429096AF61DF5A01B2CA /* OnboardingViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C9F9C157E0E061A737704CE2BB642039 /* OnboardingViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		D7DD25B7E4CA632DAD4E50F566D4BC1F /* QAKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2EA51567D6EF17DE6594983E193BA3D /* QAKit.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		DBF4430ED1606DBB310B1C1D3099D1AE /* QAKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F494FA9397E37F2418E5A844802CD04A /* QAKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		DC2944C3F9FC6FB34D4DFA8508D5BF33 /* VENTokenField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4A2D82B96EF3F6D58E515D776A3839 /* VENTokenField-dummy.m */; };
+		E16555355F21CDFF76234E4829DF8731 /* OIDTokenResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = EA3FA25003A45A1B71B9FEFE460A3D24 /* OIDTokenResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		E1B86F3EC2919A1621D12CBBF6E0F008 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		E1D8613166C71825F61A3C2B9837CD9B /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = 193D72D85138D11D8A73F1569DD561DF /* GTMSessionFetcherService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		E1D8613166C71825F61A3C2B9837CD9B /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = 870BEEECD960E481731190AC73531099 /* GTMSessionFetcherService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		E8395200A45B1D891CABD0675CDFEB7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
-		E967947A9F463820A6DF8D8514EC669F /* OIDScopeUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF2C7E16AA4E19F10F524798609FC96 /* OIDScopeUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		E967947A9F463820A6DF8D8514EC669F /* OIDScopeUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BC23F0C17594660C78E4BB3511BB54B /* OIDScopeUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		E970B0EEFFD5B94C67C65FE70356BEB9 /* Pods-enzevalos_iphoneUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 472FFEB632C98FE259112D8FA9E24FC3 /* Pods-enzevalos_iphoneUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		EA08D43543FBF1BB06D606B57670A77E /* BZipCompression.h in Headers */ = {isa = PBXBuildFile; fileRef = 14F652C9EACEF82080217AE08C50467A /* BZipCompression.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		ED65A0030D1A7633B7D648F76BC05F24 /* Travellib-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C334E7A11486658CBCE40A8C8151CE7 /* Travellib-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		EA08D43543FBF1BB06D606B57670A77E /* BZipCompression.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A670C155A42CB1CFF98C3B75AF302F6 /* BZipCompression.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		ED65A0030D1A7633B7D648F76BC05F24 /* Travellib-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 342A92460EF312226D4396843003ABEB /* Travellib-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		EFE8609FD93997B295AA5ED9020AE997 /* Pods-enzevalos_iphone-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DF1A0EFCE25023078439D3428A72C92B /* Pods-enzevalos_iphone-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		F3C9D7573B0FB2F8417C53A33AAB179A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */; };
 		F4282A5F0060121CA7C6AF5F2CDCD1E7 /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C48F0226C8092A12795B7F34F371C20 /* SafariServices.framework */; };
-		F622B22029E0099186A57E3BBD553825 /* OIDAuthState.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A5FE7D652DFC0270649C14F121BE5F /* OIDAuthState.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		F7A3036F1541252D76AFC48661CD446F /* OIDAuthorizationService.h in Headers */ = {isa = PBXBuildFile; fileRef = D336A346CC9052FEE69B303B7987CAD7 /* OIDAuthorizationService.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		F9065EFA2F559780DEB7C249C69A23CE /* OIDURLQueryComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E1CB9A35A088498D9A72A919020A152 /* OIDURLQueryComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
-		F9ABF40D7E5EE21A9B18A85F570F6B06 /* GTMGatherInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F819A4336ADDBC73F82DDF919D6DE75 /* GTMGatherInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		FDF5752897A40092026A0AE924AF2682 /* VENTokenField.h in Headers */ = {isa = PBXBuildFile; fileRef = 97341D304197080B4ACA587B2F88BD42 /* VENTokenField.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		FEB872B44E2F4707E7C1A62D18ED4475 /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = EAB5DE77E80FB6B0C428587040F4DD6F /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		F622B22029E0099186A57E3BBD553825 /* OIDAuthState.h in Headers */ = {isa = PBXBuildFile; fileRef = 39D6E636C767F9F2CAE9B369F30012F7 /* OIDAuthState.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		F7A3036F1541252D76AFC48661CD446F /* OIDAuthorizationService.h in Headers */ = {isa = PBXBuildFile; fileRef = A211BEB55C1248C9CACBFCDB23B232A5 /* OIDAuthorizationService.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		F9065EFA2F559780DEB7C249C69A23CE /* OIDURLQueryComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = B308FD1D6452259E2D1CA5B9A29B514B /* OIDURLQueryComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		F9ABF40D7E5EE21A9B18A85F570F6B06 /* GTMGatherInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = F6870C8703591A8A35B09E1662B2F4AA /* GTMGatherInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		FDF5752897A40092026A0AE924AF2682 /* VENTokenField.h in Headers */ = {isa = PBXBuildFile; fileRef = BF76075135DEFA7B8EAD01C632C6B76D /* VENTokenField.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		FEB872B44E2F4707E7C1A62D18ED4475 /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F765430B2BBD4425ECF0090B82122C /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Public, ); }; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
@@ -319,311 +319,316 @@
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
-		0254E77298DA4A06578A26C11D9954EC /* GTMTVAuthorizationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVAuthorizationRequest.m; path = Source/GTMTVAuthorizationRequest.m; sourceTree = "<group>"; };
-		0408EAC97959417BB5F52CC105069FE7 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = "include-ios/openssl/dtls1.h"; sourceTree = "<group>"; };
-		055ACEBAE583BF377DF832BFD804CF9A /* KeychainAccess-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-umbrella.h"; sourceTree = "<group>"; };
-		05B5BE3130451497E7FD9D901BD4297D /* TravelError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TravelError.swift; path = Travellib/Travellib/TravelError.swift; sourceTree = "<group>"; };
-		0722231210CBED22E6EF9315AAB3D17C /* Fingertips+Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Fingertips+Window.swift"; path = "QAKit/Source/Fingertips+Window.swift"; sourceTree = "<group>"; };
-		09B09B1C1553CE2381F9C4E02EBEACCE /* OIDTokenRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenRequest.h; path = Source/OIDTokenRequest.h; sourceTree = "<group>"; };
-		0A3088CE3BCAEF8B65F8F6FB9D8F9CF5 /* VENToken.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = VENToken.xib; path = VENTokenField/VENToken.xib; sourceTree = "<group>"; };
-		0A50BAB080D08EA6A9627A205DC52F6C /* VENToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENToken.m; path = VENTokenField/VENToken.m; sourceTree = "<group>"; };
-		0C3FC3EA50248B4579C4B4D2B7A6EC67 /* libMailCore-ios.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = "libMailCore-ios.a"; path = "cocoapods-build/lib/libMailCore-ios.a"; sourceTree = "<group>"; };
-		0CB06F070D5E63A2C40B0F5E2AF87590 /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = "include-ios/openssl/des.h"; sourceTree = "<group>"; };
-		0E1CB9A35A088498D9A72A919020A152 /* OIDURLQueryComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLQueryComponent.m; path = Source/OIDURLQueryComponent.m; sourceTree = "<group>"; };
-		0E2B808CAFF46F22851F7555FD2BCACF /* Onboard.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Onboard.modulemap; sourceTree = "<group>"; };
-		0F7B18F9F1894920B2E29FFA1BE598DB /* GTMMIMEDocument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMMIMEDocument.m; path = Source/GTMMIMEDocument.m; sourceTree = "<group>"; };
-		0FA49096A75C8F5B124C3BACEAC95BC9 /* QAKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QAKit-umbrella.h"; sourceTree = "<group>"; };
-		0FB1766ED3652ABCFC01EC28C79E0F22 /* GTMTVAuthorizationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVAuthorizationRequest.h; path = Source/GTMTVAuthorizationRequest.h; sourceTree = "<group>"; };
+		00018AAC4820D073F125BD0C9877B40F /* OIDScopes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopes.h; path = Source/OIDScopes.h; sourceTree = "<group>"; };
+		0024E5C3843085EAB3046D2BB54B2B47 /* OIDTokenRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenRequest.h; path = Source/OIDTokenRequest.h; sourceTree = "<group>"; };
+		0055142897674979C5C2D2D45CFBFD0F /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = ios/include/openssl/safestack.h; sourceTree = "<group>"; };
+		01DF7834DC295EFC5A44A636D633CF07 /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = ios/include/openssl/ecdh.h; sourceTree = "<group>"; };
+		021F916BB06BB0782D8EA48E5C37D721 /* mailcore2-ios.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "mailcore2-ios.xcconfig"; sourceTree = "<group>"; };
+		047E3667FB5772855467E561201382CD /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ios/include/openssl/md5.h; sourceTree = "<group>"; };
+		07FE21E8D6950738D7B6ECAC9B99B75E /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = ios/include/openssl/e_os2.h; sourceTree = "<group>"; };
+		09BA876F371A3685B80D77D8D48E3C73 /* ViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ViewFrameAccessor.m; path = FrameAccessor/ViewFrameAccessor.m; sourceTree = "<group>"; };
+		0A5941048E5675349DC70EE1A8F848B2 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = ios/lib/libssl.a; sourceTree = "<group>"; };
+		0A7E80BABBC90718C5EF6D2E21E84566 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = ios/include/openssl/pqueue.h; sourceTree = "<group>"; };
+		0AF918D1CE257D1A92E177A8479B4F9C /* OIDTokenUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenUtilities.h; path = Source/OIDTokenUtilities.h; sourceTree = "<group>"; };
+		0CC826FBF06CDCFFEA0ACBB807AD6AF4 /* ScrollViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ScrollViewFrameAccessor.m; path = FrameAccessor/ScrollViewFrameAccessor.m; sourceTree = "<group>"; };
+		0DA36A85CDE5D224CD8811B4A5707E10 /* FrameAccessor-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FrameAccessor-Info.plist"; sourceTree = "<group>"; };
+		0E0A4161F070BB4DB283C3D7CAE93141 /* OIDAuthorizationFlowSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationFlowSession.h; path = Source/OIDAuthorizationFlowSession.h; sourceTree = "<group>"; };
+		0EB25C25999E4B98D8A407EB19F2F33C /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = ios/include/openssl/modes.h; sourceTree = "<group>"; };
 		0FC92EADFA234CEC110B22B14AC3F4DA /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FrameAccessor.framework; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		0FD35B26572B948F4F915612CF870D8C /* QAKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QAKit-Info.plist"; sourceTree = "<group>"; };
+		1092AC109D40F902FB0DA86A74E2FEC9 /* Travellib-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Travellib-Info.plist"; sourceTree = "<group>"; };
+		1246ED21CE73CFD04380D872FD4DDD05 /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = ios/include/openssl/srp.h; sourceTree = "<group>"; };
 		12B511D3522C2D8BFAA058DA5C11B93F /* Pods_enzevalos_iphone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_enzevalos_iphone.framework; path = "Pods-enzevalos_iphone.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+		12C43468CA876866B4AF7D9BB3F150F9 /* OIDIDToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDIDToken.m; path = Source/OIDIDToken.m; sourceTree = "<group>"; };
 		1300337692F8FDB0478F27036F5984E3 /* Pods-enzevalos_iphoneUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.release.xcconfig"; sourceTree = "<group>"; };
-		14063C51BD16AC088EDBA5AE00795AE9 /* ViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewFrameAccessor.h; path = FrameAccessor/ViewFrameAccessor.h; sourceTree = "<group>"; };
-		14F652C9EACEF82080217AE08C50467A /* BZipCompression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BZipCompression.h; path = Code/BZipCompression.h; sourceTree = "<group>"; };
-		15B4A022472037C1B964322D50F4807B /* OIDFieldMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDFieldMapping.m; path = Source/OIDFieldMapping.m; sourceTree = "<group>"; };
-		15D003E139B17A357490D926E22BDCF0 /* OIDErrorUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDErrorUtilities.h; path = Source/OIDErrorUtilities.h; sourceTree = "<group>"; };
-		16B224C18D0BA6D7674DCAD242BB8664 /* VENBackspaceTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENBackspaceTextField.h; path = VENTokenField/VENBackspaceTextField.h; sourceTree = "<group>"; };
-		16DB655B1F694E938A10CBE6CADFA709 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = "include-ios/openssl/ssl.h"; sourceTree = "<group>"; };
-		1802CF474E35B4F04476B33D620E3B59 /* OIDExternalUserAgentRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentRequest.h; path = Source/OIDExternalUserAgentRequest.h; sourceTree = "<group>"; };
-		191C95F4FAAB0C80161880E96FEEF98C /* OIDAuthorizationService+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthorizationService+IOS.h"; path = "Source/iOS/OIDAuthorizationService+IOS.h"; sourceTree = "<group>"; };
-		192419BD774BE53824D6CDF424557150 /* OIDRegistrationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationResponse.h; path = Source/OIDRegistrationResponse.h; sourceTree = "<group>"; };
+		1377C3C4876CD53C97E6546DEAE99250 /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = ios/include/openssl/idea.h; sourceTree = "<group>"; };
+		153030E191E2649002FC51BBBBA8353B /* GTMTVAuthorizationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVAuthorizationRequest.m; path = Source/GTMTVAuthorizationRequest.m; sourceTree = "<group>"; };
+		15A3E9045CF634ACC7D2EED80590D2EC /* opensslconf-x86_64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-x86_64.h"; path = "ios/include/openssl/opensslconf-x86_64.h"; sourceTree = "<group>"; };
+		16130ADF5CBEB085F4CDC0C6E1CB88BA /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = ios/include/openssl/asn1_mac.h; sourceTree = "<group>"; };
+		1622ED87150A0AE238CC18A5522EA897 /* BZipCompression-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-umbrella.h"; sourceTree = "<group>"; };
+		18F53E23AAD28200A787D6DA5EE56EC5 /* AppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppAuth.h; path = Source/AppAuth.h; sourceTree = "<group>"; };
 		1934FCA9D0E2463A51B97C397F97BDCF /* AppAuth.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AppAuth.framework; path = AppAuth.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		193D72D85138D11D8A73F1569DD561DF /* GTMSessionFetcherService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherService.m; path = Source/GTMSessionFetcherService.m; sourceTree = "<group>"; };
-		1A3C23E2C7C0FD5FB14B26D91CC18329 /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = "include-ios/openssl/buffer.h"; sourceTree = "<group>"; };
-		1C334E7A11486658CBCE40A8C8151CE7 /* Travellib-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Travellib-umbrella.h"; sourceTree = "<group>"; };
-		1D9A21C22A9D6E6A88620367E46EB2E1 /* OIDExternalUserAgentIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOS.h; path = Source/iOS/OIDExternalUserAgentIOS.h; sourceTree = "<group>"; };
-		1E76CCDEAC190086B01A91A967B5CC18 /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = "include-ios/openssl/opensslconf.h"; sourceTree = "<group>"; };
-		1E99B79F528EEBD683DD03D64FBD396E /* AppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AppAuth.h; path = Source/AppAuth.h; sourceTree = "<group>"; };
-		1F1A479274DB2B1BA0E92B5B51310D6E /* GTMSessionFetcher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-prefix.pch"; sourceTree = "<group>"; };
-		1FA0B44FAFB6BAFD898D26F4AA3202FA /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = "include-ios/openssl/err.h"; sourceTree = "<group>"; };
-		20963ADC0BCD9C9236FDDDD656AC2C09 /* OIDRegistrationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationRequest.m; path = Source/OIDRegistrationRequest.m; sourceTree = "<group>"; };
-		20ACDF705507CF2CAE4863103E03C5EA /* OIDClientMetadataParameters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDClientMetadataParameters.m; path = Source/OIDClientMetadataParameters.m; sourceTree = "<group>"; };
-		219FF032CC9A5D3116B724C0610FD7A9 /* VENTokenField.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = VENTokenField.modulemap; sourceTree = "<group>"; };
-		21BE9F25F7884DA9586808F2F459B52A /* Crypto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Crypto.swift; path = Travellib/Travellib/Crypto.swift; sourceTree = "<group>"; };
-		224EBFCA8DCEF04CB717207A4FEB16EE /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = "include-ios/openssl/pem2.h"; sourceTree = "<group>"; };
-		23095E0BAE7FD7626B235966D9B94FC1 /* VENTokenField-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-prefix.pch"; sourceTree = "<group>"; };
-		248891E6D8D22867B594726C6A7D9DE3 /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = "include-ios/openssl/objects.h"; sourceTree = "<group>"; };
-		25175BAA808D76FDAB1324C8975A935A /* OIDIDToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDIDToken.m; path = Source/OIDIDToken.m; sourceTree = "<group>"; };
-		253A340FDDC95435D3FABABE1C37CA46 /* Pods-Travellib-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-Travellib-umbrella.h"; path = "Travellib/Pods/Target Support Files/Pods-Travellib/Pods-Travellib-umbrella.h"; sourceTree = "<group>"; };
+		1C94C89D4DF01A19790614E74D859E1A /* GTMAppAuthFetcherAuthorization+Keychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMAppAuthFetcherAuthorization+Keychain.m"; path = "Source/GTMAppAuthFetcherAuthorization+Keychain.m"; sourceTree = "<group>"; };
+		1CA54DC90BC354E8310C34DD1B87658C /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = ios/include/openssl/conf.h; sourceTree = "<group>"; };
+		1DEFE34D932FEC0277543FC0F25EDE8B /* OIDClientMetadataParameters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDClientMetadataParameters.m; path = Source/OIDClientMetadataParameters.m; sourceTree = "<group>"; };
+		1F92EFE68648C521F41D0D75AE261410 /* GTMAppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuth.h; path = Source/GTMAppAuth.h; sourceTree = "<group>"; };
+		221C451A5980711D725E17B861FBAD7B /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = ios/include/openssl/dtls1.h; sourceTree = "<group>"; };
+		22E7A792F3289D128FA649774A63D918 /* BZipCompression.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BZipCompression.modulemap; sourceTree = "<group>"; };
+		238146DB7FBD400F1CA7B61E6355BD21 /* OIDFieldMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDFieldMapping.h; path = Source/OIDFieldMapping.h; sourceTree = "<group>"; };
+		238712AF1B286156DB9EE564E37F2F87 /* GTMMIMEDocument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMMIMEDocument.h; path = Source/GTMMIMEDocument.h; sourceTree = "<group>"; };
+		241ECF2B05BB51BA6319E6FDCED0D4B2 /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = ios/include/openssl/ossl_typ.h; sourceTree = "<group>"; };
+		25238379EABD749242C2EB1329314973 /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ios/include/openssl/rsa.h; sourceTree = "<group>"; };
 		2642706C0DB0F840B4DB69FDF7B4C813 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
-		26B3FE862FE6973A334941A2E591C0C9 /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = "<group>"; };
-		2705925373651AF0326729E138CDD028 /* OIDIDToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDIDToken.h; path = Source/OIDIDToken.h; sourceTree = "<group>"; };
-		2B10A6A80D12E8D0B8E8E77DD5B05F4A /* Fingertips.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Fingertips.swift; path = QAKit/Source/Fingertips.swift; sourceTree = "<group>"; };
-		2BC49527D03D491C77B4C728E9A80A32 /* AppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-umbrella.h"; sourceTree = "<group>"; };
-		2CD9A8DDED1102892F6652911DC21974 /* OIDURLQueryComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLQueryComponent.h; path = Source/OIDURLQueryComponent.h; sourceTree = "<group>"; };
-		2CEC9706F5055DD13F539F03F966BCC2 /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = "include-ios/openssl/ui.h"; sourceTree = "<group>"; };
-		2E43180E9E70744625A4788B7B599D7A /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = "include-ios/openssl/kssl.h"; sourceTree = "<group>"; };
-		2F317D31FE106F468E59C875BEA315C2 /* GTMOAuth2KeychainCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMOAuth2KeychainCompatibility.h; path = Source/GTMOAuth2KeychainCompatibility/GTMOAuth2KeychainCompatibility.h; sourceTree = "<group>"; };
-		3034CEFE6575E973D9E943FAFE52175F /* BZipCompression-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BZipCompression-Info.plist"; sourceTree = "<group>"; };
-		32745ED14BFCAE45314331181F7094BA /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = "lib-ios/libcrypto.a"; sourceTree = "<group>"; };
-		33720B5E85E1F780884D4471DF6213FE /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = "include-ios/openssl/rsa.h"; sourceTree = "<group>"; };
-		345DAB5A8A4F46BF473DB9ED23A17865 /* Onboard-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Onboard-prefix.pch"; sourceTree = "<group>"; };
-		34FA72F526E4DBE4DAC004A6D2725B86 /* GTMAppAuth.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMAppAuth.xcconfig; sourceTree = "<group>"; };
-		35CF42DFC525909E1357CC63BB617A3E /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = "include-ios/openssl/pkcs7.h"; sourceTree = "<group>"; };
+		2A4AEA7FF0EAF3BDF184FEEB1877251E /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = ios/include/openssl/engine.h; sourceTree = "<group>"; };
+		2A4B612EEADDEA229AE01A0A82A7BD97 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ios/include/openssl/sha.h; sourceTree = "<group>"; };
+		2C0163EE41355E7B2D3911EB2C3B3655 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ios/include/openssl/aes.h; sourceTree = "<group>"; };
+		2DCC6FA9A0E73461EB62195B46C0624C /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = ios/include/openssl/rc2.h; sourceTree = "<group>"; };
+		2E89F77D910EEDD68398665F213FBEB3 /* GTMTVAuthorizationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVAuthorizationResponse.h; path = Source/GTMTVAuthorizationResponse.h; sourceTree = "<group>"; };
+		2EDF2E9E1D5C9336B5A03F45CC8AADB1 /* KeychainAccess-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KeychainAccess-Info.plist"; sourceTree = "<group>"; };
+		2F58706D014DEFDE7FF2F7E783B1765E /* OIDRegistrationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationResponse.m; path = Source/OIDRegistrationResponse.m; sourceTree = "<group>"; };
+		307FC7A34916D273F40E0E1A6AF521FC /* GTMSessionFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcher.m; path = Source/GTMSessionFetcher.m; sourceTree = "<group>"; };
+		30A42536325A417AF7EF04AF610802B1 /* OIDRegistrationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationRequest.h; path = Source/OIDRegistrationRequest.h; sourceTree = "<group>"; };
+		30F765430B2BBD4425ECF0090B82122C /* GTMSessionFetcherService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherService.h; path = Source/GTMSessionFetcherService.h; sourceTree = "<group>"; };
+		31020EEED71EA0653DCBBDAEDDA7019A /* GTMAppAuthFetcherAuthorization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuthFetcherAuthorization.h; path = Source/GTMAppAuthFetcherAuthorization.h; sourceTree = "<group>"; };
+		342A92460EF312226D4396843003ABEB /* Travellib-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Travellib-umbrella.h"; sourceTree = "<group>"; };
+		344884E7196DBC962052912551451C5E /* OIDAuthStateErrorDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateErrorDelegate.h; path = Source/OIDAuthStateErrorDelegate.h; sourceTree = "<group>"; };
 		36D02EA8A01FB53F683663FF2334FB01 /* Pods-enzevalos_iphoneTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneTests-umbrella.h"; sourceTree = "<group>"; };
 		371704B887A16EBA05F3B299D65B4A1E /* Pods_enzevalos_iphoneUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_enzevalos_iphoneUITests.framework; path = "Pods-enzevalos_iphoneUITests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
-		381E9BC9E1D751BC50CB75407D12D325 /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = "include-ios/openssl/ssl3.h"; sourceTree = "<group>"; };
-		3A4DE674929E3028281ABDCBA381CD93 /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = "include-ios/openssl/md4.h"; sourceTree = "<group>"; };
-		3A804FE2DFFFA2960009EAFBAD92A0E0 /* OIDScopes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopes.h; path = Source/OIDScopes.h; sourceTree = "<group>"; };
+		39D6E636C767F9F2CAE9B369F30012F7 /* OIDAuthState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthState.h; path = Source/OIDAuthState.h; sourceTree = "<group>"; };
+		3A7DA1554276A608C9BB41B980E204B6 /* GTMTVServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVServiceConfiguration.h; path = Source/GTMTVServiceConfiguration.h; sourceTree = "<group>"; };
 		3C48F0226C8092A12795B7F34F371C20 /* SafariServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SafariServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/SafariServices.framework; sourceTree = DEVELOPER_DIR; };
+		3C5B909443502565CD1D8563655BA7A9 /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = ios/include/openssl/kssl.h; sourceTree = "<group>"; };
+		3DE1004C5ABB70DAE73BACD2E029BE61 /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = ios/include/openssl/bn.h; sourceTree = "<group>"; };
+		3E1482B1A181731715E1E51BD84E0941 /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = ios/include/openssl/opensslv.h; sourceTree = "<group>"; };
 		3E1D06CB1CFBEC636C894DA06ECAEFAA /* Pods-enzevalos_iphoneUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-enzevalos_iphoneUITests.modulemap"; sourceTree = "<group>"; };
 		3ECA66823E662646130F8B50EB68B4E7 /* Pods-enzevalos_iphoneTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.debug.xcconfig"; sourceTree = "<group>"; };
-		3F65C0D34FE3846457CBE498405A3114 /* mailcore2-ios.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "mailcore2-ios.xcconfig"; sourceTree = "<group>"; };
-		3FC3414C034EF5193E053C40DC1BDF2B /* GTMAppAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuth.h; path = Source/GTMAppAuth.h; sourceTree = "<group>"; };
+		3FB43E0D23E984FE5E7BC559BB43DBBD /* QAKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QAKit-Info.plist"; sourceTree = "<group>"; };
 		40075ED6FCD179455EDC7376148FAAEA /* AppAuth.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AppAuth.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		40A59E86AAA0B3C22884FB275907339D /* AppAuth.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppAuth.xcconfig; sourceTree = "<group>"; };
+		40266D83D915F39226E37B2CED2E694D /* Crypto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Crypto.swift; path = Travellib/Travellib/Crypto.swift; sourceTree = "<group>"; };
 		40B30F90E3B444BC72AAE7C2EA8976B1 /* Pods-enzevalos_iphone-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-frameworks.sh"; sourceTree = "<group>"; };
-		418CFBAA3214D1EF37103D162A384E74 /* Onboard-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Onboard-umbrella.h"; sourceTree = "<group>"; };
-		41AFF0B52154837B4C1959300E6A1AC2 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = "include-ios/openssl/mdc2.h"; sourceTree = "<group>"; };
-		432EE0A8102CB3C5BA04F1E21FA6B74D /* FrameAccessor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-umbrella.h"; sourceTree = "<group>"; };
-		447786BE7EDEE2DB8C3F2181BAD46920 /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Source/GTMSessionFetcherLogging.m; sourceTree = "<group>"; };
-		45486A33FB24B737C47F421C6511914C /* GTMTVAuthorizationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVAuthorizationService.m; path = Source/GTMTVAuthorizationService.m; sourceTree = "<group>"; };
-		46E13ACADB447D97578E5A4BD64B0E61 /* GTMReadMonitorInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMReadMonitorInputStream.m; path = Source/GTMReadMonitorInputStream.m; sourceTree = "<group>"; };
+		40CE9E47E913D445EB95A19B1C8EABF2 /* Fingertips.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Fingertips.swift; path = QAKit/Source/Fingertips.swift; sourceTree = "<group>"; };
+		40F79AA60E7BAAA15617441AD3EB414C /* OIDServiceDiscovery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceDiscovery.m; path = Source/OIDServiceDiscovery.m; sourceTree = "<group>"; };
+		4124A61628D855D876E663E23C8A7551 /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Source/GTMSessionFetcherLogging.m; sourceTree = "<group>"; };
+		413BC80F67A4DDA1F8A1EB1973E93D07 /* BZipCompression-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BZipCompression-dummy.m"; sourceTree = "<group>"; };
+		41F89703CB966312A05BFDADADBD792F /* OIDExternalUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgent.h; path = Source/OIDExternalUserAgent.h; sourceTree = "<group>"; };
+		4275FF8FDF516897D66BAA08251AE022 /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = ios/include/openssl/rand.h; sourceTree = "<group>"; };
+		428552703D2128E4B27B6B8C7F654F68 /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = ios/include/openssl/krb5_asn.h; sourceTree = "<group>"; };
+		433D9700F34DB3288574695EB6BADD5F /* Pods-TravellibTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TravellibTests-umbrella.h"; path = "Travellib/Pods/Target Support Files/Pods-TravellibTests/Pods-TravellibTests-umbrella.h"; sourceTree = "<group>"; };
+		4363259D0DD2B1B7B9340F4C96A0BCB9 /* GTMTVAuthorizationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVAuthorizationService.m; path = Source/GTMTVAuthorizationService.m; sourceTree = "<group>"; };
+		437B0975427408A7B33EED9B67F4743F /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Source/GTMSessionUploadFetcher.m; sourceTree = "<group>"; };
+		4582D4A84BD1B987C06AE546F231ECD8 /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = ios/include/openssl/pem2.h; sourceTree = "<group>"; };
 		472FFEB632C98FE259112D8FA9E24FC3 /* Pods-enzevalos_iphoneUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneUITests-umbrella.h"; sourceTree = "<group>"; };
-		47A929075BDB43DECAB020E526F21A07 /* KeychainAccess.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KeychainAccess.modulemap; sourceTree = "<group>"; };
-		47D262087813E1B8EA70B01DD24BFE0A /* GTMGatherInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMGatherInputStream.m; path = Source/GTMGatherInputStream.m; sourceTree = "<group>"; };
+		48898645EE5A14992D0550A06A419829 /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = ios/include/openssl/ssl3.h; sourceTree = "<group>"; };
+		48C7795E5E793D87FFA605D9180AD791 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = ios/include/openssl/pkcs12.h; sourceTree = "<group>"; };
 		48E70D48DEA46077FFB888BBD0317D20 /* GTMAppAuth.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GTMAppAuth.framework; path = GTMAppAuth.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		4A39AC8E19C42AF481835EA4F260E09D /* VENTokenField.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = VENTokenField.framework; path = VENTokenField.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+		4A670C155A42CB1CFF98C3B75AF302F6 /* BZipCompression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BZipCompression.h; path = Code/BZipCompression.h; sourceTree = "<group>"; };
 		4B2C1ACF889750589E235DB04F69A7A5 /* Pods-enzevalos_iphone.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone.release.xcconfig"; sourceTree = "<group>"; };
-		4BA7126A05C3ADDF756D9550FFCCDCB7 /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = "include-ios/openssl/x509.h"; sourceTree = "<group>"; };
-		4BA723ADD3DDEA8E5A7E52F079F418FD /* VENToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENToken.h; path = VENTokenField/VENToken.h; sourceTree = "<group>"; };
-		4D637D0BE72A441C92D949D7CEAC3D90 /* ViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ViewFrameAccessor.m; path = FrameAccessor/ViewFrameAccessor.m; sourceTree = "<group>"; };
-		4DFC5FA87A3572BD30DC32819AFC2F79 /* GTMTVServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVServiceConfiguration.h; path = Source/GTMTVServiceConfiguration.h; sourceTree = "<group>"; };
-		4FD90AD75E20CAC882DCB69E53536D60 /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = "include-ios/openssl/srp.h"; sourceTree = "<group>"; };
-		5046FCF0FE781817277B8C77593F1EC5 /* BZipCompression-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BZipCompression-dummy.m"; sourceTree = "<group>"; };
-		505C0A78F463E6D7F21B8560AF584863 /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = "include-ios/openssl/seed.h"; sourceTree = "<group>"; };
-		50FC2F1854DAFDA6D50EAF8C4497F8C5 /* GTMAppAuthFetcherAuthorization+Keychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMAppAuthFetcherAuthorization+Keychain.h"; path = "Source/GTMAppAuthFetcherAuthorization+Keychain.h"; sourceTree = "<group>"; };
-		5151F58BE5AF2B65A8CE80C07C87819F /* Travellib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Travellib-dummy.m"; sourceTree = "<group>"; };
-		5236D3F9EBE9D317C431983AF2DB1C84 /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = "include-ios/openssl/rc4.h"; sourceTree = "<group>"; };
-		52C1E83FDD42B2A6F9638D238B279B69 /* KeychainAccess-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-prefix.pch"; sourceTree = "<group>"; };
-		530F02E16A4CE597E598A4192C2DF02E /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = "include-ios/openssl/obj_mac.h"; sourceTree = "<group>"; };
-		5464107FB1030697261F97CC0AF58290 /* GTMAppAuthFetcherAuthorization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMAppAuthFetcherAuthorization.h; path = Source/GTMAppAuthFetcherAuthorization.h; sourceTree = "<group>"; };
-		54A4D22552062A4E5B743593F709D77C /* OIDExternalUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgent.h; path = Source/OIDExternalUserAgent.h; sourceTree = "<group>"; };
-		561CA0FED5837A2B8C9F39183746224F /* OIDGrantTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDGrantTypes.h; path = Source/OIDGrantTypes.h; sourceTree = "<group>"; };
-		59B578D69CB85D1F0A231FE57B4EDBDB /* OIDExternalUserAgentIOSCustomBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOSCustomBrowser.h; path = Source/iOS/OIDExternalUserAgentIOSCustomBrowser.h; sourceTree = "<group>"; };
-		5B7DC385A58F2F5C7C3F5A263881A135 /* OIDServiceDiscovery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceDiscovery.h; path = Source/OIDServiceDiscovery.h; sourceTree = "<group>"; };
-		5BDF0F5E2098E55D128F1F6D54B9DDB0 /* AppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AppAuth-dummy.m"; sourceTree = "<group>"; };
-		5E2B164F1CD10993C30886DF505755B1 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = "include-ios/openssl/aes.h"; sourceTree = "<group>"; };
-		5E361E30C5EC948FC684FB77644B3245 /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = "include-ios/openssl/stack.h"; sourceTree = "<group>"; };
-		5EAE550A0B258298D99C11DE483256D8 /* Pods-TravellibTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-TravellibTests-umbrella.h"; path = "Travellib/Pods/Target Support Files/Pods-TravellibTests/Pods-TravellibTests-umbrella.h"; sourceTree = "<group>"; };
-		5F40701FE5A8EEC43ACA28BE584184AD /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = "include-ios/openssl/conf_api.h"; sourceTree = "<group>"; };
-		5FF303E92C6F7C95002C28A6BBFE350E /* OIDRegistrationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationRequest.h; path = Source/OIDRegistrationRequest.h; sourceTree = "<group>"; };
-		654FD260FA3D68ABCD204B38A20ED1EF /* OpenSSL-Universal.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.xcconfig"; sourceTree = "<group>"; };
-		6636024ABECD471783C677B52C5407F6 /* GTMOAuth2KeychainCompatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMOAuth2KeychainCompatibility.m; path = Source/GTMOAuth2KeychainCompatibility/GTMOAuth2KeychainCompatibility.m; sourceTree = "<group>"; };
-		66410609588A754EDAD4DF151CEAC7BE /* GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMSessionFetcher-Info.plist"; sourceTree = "<group>"; };
-		67947186010A08214CCA159D8492344C /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = "include-ios/openssl/x509v3.h"; sourceTree = "<group>"; };
-		6822DAE7B09E8F9BE7036E4DA7E9AB83 /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = "include-ios/openssl/comp.h"; sourceTree = "<group>"; };
-		6846686290446BE68976EE3DA986F0DC /* OIDAuthorizationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationResponse.h; path = Source/OIDAuthorizationResponse.h; sourceTree = "<group>"; };
-		69A5FE7D652DFC0270649C14F121BE5F /* OIDAuthState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthState.h; path = Source/OIDAuthState.h; sourceTree = "<group>"; };
-		69C8C28E91CB71F3F4E4109B30F3CDB0 /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = "include-ios/openssl/camellia.h"; sourceTree = "<group>"; };
+		4BBBA6D58D491B8363834B9C99BEF6C5 /* OnboardingViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OnboardingViewController.m; path = Source/OnboardingViewController.m; sourceTree = "<group>"; };
+		4BF72C1D5448325F2C2B3A6EC65B50E2 /* KeychainAccess-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeychainAccess-dummy.m"; sourceTree = "<group>"; };
+		4CCA1A45276CEF5B456851C48F01B546 /* Onboard.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Onboard.modulemap; sourceTree = "<group>"; };
+		4E316CA20D712E9B8EF549E150414868 /* Onboard.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Onboard.xcconfig; sourceTree = "<group>"; };
+		4F366F9910B83FD69CB0310ABAB84A6F /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = ios/include/openssl/srtp.h; sourceTree = "<group>"; };
+		513A8CB6C327D470C757356E2668D1B9 /* Travellib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Travellib-dummy.m"; sourceTree = "<group>"; };
+		514DE64909F3578C9F8E9ABABB5BD7F8 /* AppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AppAuth-Info.plist"; sourceTree = "<group>"; };
+		51BCCC94A6B3855510C5ACB080DBAC62 /* GTMAppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMAppAuth-dummy.m"; sourceTree = "<group>"; };
+		52A62E9D05F86BA8757D4A1BEA3F7E2C /* Keychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = Lib/KeychainAccess/Keychain.swift; sourceTree = "<group>"; };
+		53774E866C67683CE3B972AAB77640DE /* VENToken.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = VENToken.xib; path = VENTokenField/VENToken.xib; sourceTree = "<group>"; };
+		538AF7B7E3D0E8987E1017157223B6F6 /* QAKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QAKit-dummy.m"; sourceTree = "<group>"; };
+		548E1C882E89ADC00643EBAE319E3EE2 /* BZipCompression.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BZipCompression.xcconfig; sourceTree = "<group>"; };
+		55CCB717F61883375A9C0B6C08DE3DBD /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = ios/include/openssl/rc4.h; sourceTree = "<group>"; };
+		565DE8932ECFD95CD6E3EA4824581752 /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = ios/lib/libcrypto.a; sourceTree = "<group>"; };
+		5660E943871FE75C9FDB0159B2C9E72B /* opensslconf-armv7s.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7s.h"; path = "ios/include/openssl/opensslconf-armv7s.h"; sourceTree = "<group>"; };
+		56DB4E326E84BBEFF3E5A86757D3F53C /* BZipCompression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BZipCompression.m; path = Code/BZipCompression.m; sourceTree = "<group>"; };
+		574029BB86A710A5E4D449034CF0A79E /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = ios/include/openssl/ts.h; sourceTree = "<group>"; };
+		57600E922A2B7EBF6A7EA0427AF3D3F1 /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = ios/include/openssl/des_old.h; sourceTree = "<group>"; };
+		57847F57CF5368CE8F3F654164D31E94 /* OIDExternalUserAgentSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentSession.h; path = Source/OIDExternalUserAgentSession.h; sourceTree = "<group>"; };
+		581ECDC93307FE0A8AE9565E9E09ED28 /* KeychainAccess-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-umbrella.h"; sourceTree = "<group>"; };
+		5FC68912F232E4CBCC5AB6718E7CCD37 /* VENTokenField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENTokenField.m; path = VENTokenField/VENTokenField.m; sourceTree = "<group>"; };
+		60F532C15C2BED464241EE7D51C9DB3D /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ios/include/openssl/crypto.h; sourceTree = "<group>"; };
+		6100D2EAB5C11045A89AC417DA12882D /* GTMGatherInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMGatherInputStream.m; path = Source/GTMGatherInputStream.m; sourceTree = "<group>"; };
+		62CB4D004D863E47F76970ABB5DCAC8F /* VENTokenField.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = VENTokenField.xcconfig; sourceTree = "<group>"; };
+		632AE4F8063AF7C1EB3F2B97BC5F4B47 /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = "<group>"; };
+		63B2FC65CD0B04D379A90A28F8CFF9E6 /* GTMKeychain_iOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMKeychain_iOS.m; path = Source/iOS/GTMKeychain_iOS.m; sourceTree = "<group>"; };
+		63F85B9C3D116204719DC763A68789AF /* OIDAuthorizationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationResponse.h; path = Source/OIDAuthorizationResponse.h; sourceTree = "<group>"; };
+		65BC43D34F65200251EE97B7E8BF93F5 /* VENTokenField-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "VENTokenField-Info.plist"; sourceTree = "<group>"; };
+		665CA752F3D84865C656137BADDBFEEF /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = ios/include/openssl/cmac.h; sourceTree = "<group>"; };
+		6673AE806710EF3751CD8D3AED42EAFF /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ios/include/openssl/pkcs7.h; sourceTree = "<group>"; };
+		680DFC75C857D4A21AD16167D7B939F4 /* Onboard-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Onboard-dummy.m"; sourceTree = "<group>"; };
 		6A278B82452BEC6503003BB8205A6E22 /* Pods-enzevalos_iphoneUITests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneUITests-Info.plist"; sourceTree = "<group>"; };
-		6A2AD62A685DFBA66542A45C021B3165 /* Travellib-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Travellib-Info.plist"; sourceTree = "<group>"; };
-		6B6C120D3919D8F3F870E89BA8F4606F /* OnboardingContentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OnboardingContentViewController.h; path = Source/OnboardingContentViewController.h; sourceTree = "<group>"; };
-		6CF34391132FDF8F2D1FC0C45C9F3434 /* VENTokenField-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-umbrella.h"; sourceTree = "<group>"; };
-		6DBD6EDFFEF5AC44189F70C46AE1C95B /* Travellib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Travellib.h; path = Travellib/Travellib/Travellib.h; sourceTree = "<group>"; };
-		6EEF85E951859553101FEB14D2334FBB /* OIDClientMetadataParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDClientMetadataParameters.h; path = Source/OIDClientMetadataParameters.h; sourceTree = "<group>"; };
-		7125840B138747237317605F66306678 /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = "include-ios/openssl/bio.h"; sourceTree = "<group>"; };
-		7274C99E89EADAFA02906EEF818B0A6A /* Onboard-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Onboard-dummy.m"; sourceTree = "<group>"; };
-		73927C8077C531DE2A28D262F412763E /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = "include-ios/openssl/des_old.h"; sourceTree = "<group>"; };
-		73A577BA49CFC6F59C6A09C4D5A9FE3E /* GTMTVAuthorizationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVAuthorizationResponse.m; path = Source/GTMTVAuthorizationResponse.m; sourceTree = "<group>"; };
-		75071536170D71DE741029F18E69D0B0 /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = "include-ios/openssl/engine.h"; sourceTree = "<group>"; };
-		755D1D4EED7B09EDB5A39BCFB1C59389 /* KeychainAccess-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeychainAccess-dummy.m"; sourceTree = "<group>"; };
-		757455D550EABFDFB81AA91F02FCEE56 /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = "include-ios/openssl/idea.h"; sourceTree = "<group>"; };
+		6C0D42008CA153F8290AF170880A5660 /* OIDError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDError.h; path = Source/OIDError.h; sourceTree = "<group>"; };
+		6C94AFF0BB1A580E4EEC05937CA55862 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = ios/include/openssl/x509_vfy.h; sourceTree = "<group>"; };
+		6DC56960F13B6E4E94CEA94D1A29D37B /* OIDRegistrationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDRegistrationResponse.h; path = Source/OIDRegistrationResponse.h; sourceTree = "<group>"; };
+		6DC9B1931CC8029B208A38EAF0C52D8B /* OIDAuthState+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthState+IOS.h"; path = "Source/iOS/OIDAuthState+IOS.h"; sourceTree = "<group>"; };
+		6DF79F5D99D0D7FBA2809800CB920380 /* Onboard-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Onboard-prefix.pch"; sourceTree = "<group>"; };
+		6E5B52A8518029FC5D23423B2970370C /* OIDServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceConfiguration.h; path = Source/OIDServiceConfiguration.h; sourceTree = "<group>"; };
+		6F908E6F729046BA4D8FCF5F1DFEC60B /* OIDURLSessionProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLSessionProvider.m; path = Source/OIDURLSessionProvider.m; sourceTree = "<group>"; };
+		715A531FE4FBB632DEBB02B05257BF6F /* OIDURLSessionProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLSessionProvider.h; path = Source/OIDURLSessionProvider.h; sourceTree = "<group>"; };
+		71A0733C971DFFE40406F76D87F35D0C /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = ios/include/openssl/ec.h; sourceTree = "<group>"; };
+		7347E2F343D9B05868DAC357124779F6 /* GTMAppAuthFetcherAuthorization+Keychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GTMAppAuthFetcherAuthorization+Keychain.h"; path = "Source/GTMAppAuthFetcherAuthorization+Keychain.h"; sourceTree = "<group>"; };
+		75D1DA1693525784C7D6937F8F22E4B2 /* AppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-umbrella.h"; sourceTree = "<group>"; };
+		762125B5357CF2F06EC43F74DBA0EDFB /* VENBackspaceTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENBackspaceTextField.h; path = VENTokenField/VENBackspaceTextField.h; sourceTree = "<group>"; };
 		767FEE9B55ED59FAE8D97044B61F4103 /* Pods-enzevalos_iphone-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphone-acknowledgements.plist"; sourceTree = "<group>"; };
 		76C05AD074801512EF092D595617207A /* GTMSessionFetcher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GTMSessionFetcher.framework; path = GTMSessionFetcher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		76D09DCF6A9194951378B00B8733C051 /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = "include-ios/openssl/ui_compat.h"; sourceTree = "<group>"; };
-		7795B5C629AEF2C918E3E104B9381BE1 /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = "include-ios/openssl/srtp.h"; sourceTree = "<group>"; };
-		7805F4E6FFA34EE3EE62A692414120B7 /* FrameAccessor-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FrameAccessor-Info.plist"; sourceTree = "<group>"; };
-		7870B480F78570DECABA9489D4226F0C /* OIDRegistrationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationResponse.m; path = Source/OIDRegistrationResponse.m; sourceTree = "<group>"; };
-		79FAC8D2A6AD45C1A7068B6B79DA9BA9 /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = "include-ios/openssl/tls1.h"; sourceTree = "<group>"; };
+		785FEF76B9779D8114F1B72449669BCA /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = ios/include/openssl/conf_api.h; sourceTree = "<group>"; };
+		798C1D777965E06E3779B12D23BAABB8 /* OIDServiceDiscovery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceDiscovery.h; path = Source/OIDServiceDiscovery.h; sourceTree = "<group>"; };
 		7A0A983A83D026D37B089344955F059D /* Pods-enzevalos_iphoneTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphoneTests-dummy.m"; sourceTree = "<group>"; };
-		7AD880B95E76F9127C73940B57F0F87F /* OnboardingViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OnboardingViewController.m; path = Source/OnboardingViewController.m; sourceTree = "<group>"; };
-		7AE8F7F0C906C6B122F3DC1ED12AB85A /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = "include-ios/openssl/krb5_asn.h"; sourceTree = "<group>"; };
-		7D154C6681137AEBAD8322944A4E0D2E /* GTMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMKeychain.h; path = Source/GTMKeychain.h; sourceTree = "<group>"; };
-		7D9C312CDB4D4821455C243D25201D9F /* GTMSessionFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcher.h; path = Source/GTMSessionFetcher.h; sourceTree = "<group>"; };
-		7DB068B2A006F9ACA9B20C0EBABDFC97 /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = "include-ios/openssl/md5.h"; sourceTree = "<group>"; };
-		7F31DB5B5ADBB8C23B805318D27D82FB /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = "include-ios/openssl/pem.h"; sourceTree = "<group>"; };
-		7F819A4336ADDBC73F82DDF919D6DE75 /* GTMGatherInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMGatherInputStream.h; path = Source/GTMGatherInputStream.h; sourceTree = "<group>"; };
-		805969DA9F7BE99DC926B01A9F4FFAFB /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = "include-ios/openssl/evp.h"; sourceTree = "<group>"; };
+		7ABAE85EBC040248411611293828FEC8 /* GTMTVAuthorizationService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVAuthorizationService.h; path = Source/GTMTVAuthorizationService.h; sourceTree = "<group>"; };
+		7C627CC5ECDEB64C8B70DFD71B2BF3A7 /* OIDScopeUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopeUtilities.m; path = Source/OIDScopeUtilities.m; sourceTree = "<group>"; };
+		7D6DEACF0E0ED329F9494A30AEF615FB /* FrameAccessor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FrameAccessor.modulemap; sourceTree = "<group>"; };
+		7DE61B66EA098CF305BE49FDBB07CEE4 /* OIDExternalUserAgentIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOS.m; path = Source/iOS/OIDExternalUserAgentIOS.m; sourceTree = "<group>"; };
+		7E705D9A29D629FA348AA1C03EC870B6 /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ios/include/openssl/ripemd.h; sourceTree = "<group>"; };
+		7EACFCE0BCE3E84AA132804411D75DC4 /* OIDAuthStateChangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateChangeDelegate.h; path = Source/OIDAuthStateChangeDelegate.h; sourceTree = "<group>"; };
+		7EF57DEC24BCE0394A315B27072EF637 /* GTMAppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMAppAuth.modulemap; sourceTree = "<group>"; };
 		806B45506038951461A53D6E03FFEC77 /* Pods-enzevalos_iphoneTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneTests-acknowledgements.plist"; sourceTree = "<group>"; };
-		81129AFFB5B7A9E4A07321871380D139 /* OIDTokenRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenRequest.m; path = Source/OIDTokenRequest.m; sourceTree = "<group>"; };
-		820DCCF80EC232B3060F6E3B83D5269A /* BZipCompression-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-prefix.pch"; sourceTree = "<group>"; };
 		82730F792D18A9198106082EE179A20D /* Pods-enzevalos_iphone.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-enzevalos_iphone.modulemap"; sourceTree = "<group>"; };
-		83074125C95755FAF6D799073594CB2A /* KeychainAccess-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KeychainAccess-Info.plist"; sourceTree = "<group>"; };
+		82EC99D7939D2F7C155A59D9823FB604 /* OIDAuthorizationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationService.m; path = Source/OIDAuthorizationService.m; sourceTree = "<group>"; };
+		833B31BEF17309298CB55A9681EFE52A /* OIDErrorUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDErrorUtilities.h; path = Source/OIDErrorUtilities.h; sourceTree = "<group>"; };
 		837E6A73F8C60BB61722017D7EAAF8F6 /* Pods-enzevalos_iphone-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphone-acknowledgements.markdown"; sourceTree = "<group>"; };
-		844A5E8F10B29B9328F66B38F7542973 /* OIDResponseTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDResponseTypes.m; path = Source/OIDResponseTypes.m; sourceTree = "<group>"; };
-		84C089F02C3CBF21B8638D3DCD6F591B /* OIDAuthState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthState.m; path = Source/OIDAuthState.m; sourceTree = "<group>"; };
-		853D6A793C8F793B2A23B00A2DB4DEF4 /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = "include-ios/openssl/symhacks.h"; sourceTree = "<group>"; };
-		87CBE4653979D15DE03AA9F3994ECF32 /* AppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AppAuth.modulemap; sourceTree = "<group>"; };
+		8390A6CF1F8933653D11FE2C115913F1 /* FrameAccessor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-umbrella.h"; sourceTree = "<group>"; };
+		844A2857A686C9D5C41BEB27269F73EB /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = ios/include/openssl/objects.h; sourceTree = "<group>"; };
+		8512560C107EBF176B940E2A0EB0D44B /* OIDAuthorizationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationResponse.m; path = Source/OIDAuthorizationResponse.m; sourceTree = "<group>"; };
+		860AE36A7BAF74523E9F8D591F5EDC80 /* GTMSessionFetcher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMSessionFetcher.modulemap; sourceTree = "<group>"; };
+		867E0EA0012A955695CD8A112C284CBA /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = ios/include/openssl/obj_mac.h; sourceTree = "<group>"; };
+		86BAD4888F724B68C0E7AE56C41EEC35 /* GTMTVAuthorizationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVAuthorizationRequest.h; path = Source/GTMTVAuthorizationRequest.h; sourceTree = "<group>"; };
+		86C70808315F8DB59C577B5898F4942D /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = ios/include/openssl/ecdsa.h; sourceTree = "<group>"; };
+		870BEEECD960E481731190AC73531099 /* GTMSessionFetcherService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherService.m; path = Source/GTMSessionFetcherService.m; sourceTree = "<group>"; };
+		879D19692969FFD1B3B22B18C197157E /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ios/include/openssl/dh.h; sourceTree = "<group>"; };
+		87B4DC9A47020FD11008C78026E91D46 /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = ios/include/openssl/ui_compat.h; sourceTree = "<group>"; };
 		87DBA5017BD2954B73AEF3535D39149F /* GTMSessionFetcher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GTMSessionFetcher.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		88671E417753549C7714089C2F0B0E72 /* GTMAppAuthFetcherAuthorization+Keychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GTMAppAuthFetcherAuthorization+Keychain.m"; path = "Source/GTMAppAuthFetcherAuthorization+Keychain.m"; sourceTree = "<group>"; };
-		888FE78E9B99FA70A9D26CA68E99C17E /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = "include-ios/openssl/safestack.h"; sourceTree = "<group>"; };
-		88E0520B68C8AB271DB3968CE56520B2 /* OIDError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDError.m; path = Source/OIDError.m; sourceTree = "<group>"; };
-		89111E3B6F1E7FA0291074E6DE996800 /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = "include-ios/openssl/cast.h"; sourceTree = "<group>"; };
-		8B4515A79FD58965E9BC81F06DC791B3 /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = "include-ios/openssl/ocsp.h"; sourceTree = "<group>"; };
-		8BF2C7E16AA4E19F10F524798609FC96 /* OIDScopeUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopeUtilities.h; path = Source/OIDScopeUtilities.h; sourceTree = "<group>"; };
-		8C34ADB8C195BA229A5BDAEAB827938D /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = "include-ios/openssl/hmac.h"; sourceTree = "<group>"; };
-		8D29331658E22938547D814DB5C7ED80 /* Keychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = Lib/KeychainAccess/Keychain.swift; sourceTree = "<group>"; };
+		887C0FB79A28F74770740D9A2B8F1B82 /* OIDAuthorizationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationRequest.h; path = Source/OIDAuthorizationRequest.h; sourceTree = "<group>"; };
+		8A99E54E02ECE5699ABB86E20E2A9530 /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ios/include/openssl/ocsp.h; sourceTree = "<group>"; };
+		8B00F37821466E7B2B662BC769C674BF /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = ios/include/openssl/bio.h; sourceTree = "<group>"; };
+		8B350F722F4586BF06835D80ED5BB6AF /* VENTokenField-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-prefix.pch"; sourceTree = "<group>"; };
+		8BEF5AAC677061E782DD6299D0126D79 /* VENToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENToken.m; path = VENTokenField/VENToken.m; sourceTree = "<group>"; };
 		8DAC401C420D3057684CB54E4AFCFEE2 /* Onboard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Onboard.framework; path = Onboard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		8E163033E82D977F20CD17CF3A515AB8 /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = "include-ios/openssl/dso.h"; sourceTree = "<group>"; };
-		8F7FB4E944463DE747098857325B0D55 /* Onboard-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Onboard-Info.plist"; sourceTree = "<group>"; };
-		909C5CBE4E95026776E7838086B396F5 /* GTMSessionFetcher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-umbrella.h"; sourceTree = "<group>"; };
-		90FE47374B97C2476A7F21691E52BC21 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = "include-ios/openssl/lhash.h"; sourceTree = "<group>"; };
+		8E1D23AE3F03941A7CB7ADB18359133F /* GTMOAuth2KeychainCompatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMOAuth2KeychainCompatibility.m; path = Source/GTMOAuth2KeychainCompatibility/GTMOAuth2KeychainCompatibility.m; sourceTree = "<group>"; };
+		8E78F7B9185030E42CAFD8E42DE2BF01 /* OIDExternalUserAgentRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentRequest.h; path = Source/OIDExternalUserAgentRequest.h; sourceTree = "<group>"; };
+		8EB242EDB52DDB944EA80D023E94BA61 /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = ios/include/openssl/whrlpool.h; sourceTree = "<group>"; };
+		8F46A6714EA1D194BCEFE0893CB99373 /* Travellib.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Travellib.xcconfig; sourceTree = "<group>"; };
+		924835A03241A27FC476D2F4EE27FBC4 /* opensslconf-armv7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7.h"; path = "ios/include/openssl/opensslconf-armv7.h"; sourceTree = "<group>"; };
+		92971035F98FD5F76E7C058504BF1880 /* OIDRegistrationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDRegistrationRequest.m; path = Source/OIDRegistrationRequest.m; sourceTree = "<group>"; };
 		92BB550880B6234109354553CF78E85B /* Pods-enzevalos_iphoneTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneTests-acknowledgements.markdown"; sourceTree = "<group>"; };
-		947A1D484DD343CA5FAEB7E37D4C01FF /* FrameAccessor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FrameAccessor.xcconfig; sourceTree = "<group>"; };
-		948A32CD4D1896EB66FC9501070E518A /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = "include-ios/openssl/whrlpool.h"; sourceTree = "<group>"; };
-		97341D304197080B4ACA587B2F88BD42 /* VENTokenField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENTokenField.h; path = VENTokenField/VENTokenField.h; sourceTree = "<group>"; };
-		97A9CEFB2D3DAC8975897735753B724E /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = "include-ios/openssl/conf.h"; sourceTree = "<group>"; };
-		986D85D525B3299B2F616EFFD1D7CCE1 /* ScrollViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewFrameAccessor.h; path = FrameAccessor/ScrollViewFrameAccessor.h; sourceTree = "<group>"; };
-		98BF2D6EAAD1F826229CF39A03109CB2 /* OIDFieldMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDFieldMapping.h; path = Source/OIDFieldMapping.h; sourceTree = "<group>"; };
-		99C3ED522A46058EF97AA9289E2A26A8 /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = "include-ios/openssl/ts.h"; sourceTree = "<group>"; };
-		9B90FA8C63223B9243CC0F4B42F02CDA /* OIDResponseTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDResponseTypes.h; path = Source/OIDResponseTypes.h; sourceTree = "<group>"; };
+		93091ED348C2FA71C3A6A57165955104 /* KeychainAccess-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-prefix.pch"; sourceTree = "<group>"; };
+		9340843FF62855172C47613B4CC156C6 /* GTMTVAuthorizationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVAuthorizationResponse.m; path = Source/GTMTVAuthorizationResponse.m; sourceTree = "<group>"; };
+		95D9563022F4A27472B52D8F377079B4 /* Traveler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Traveler.swift; path = Travellib/Travellib/Traveler.swift; sourceTree = "<group>"; };
+		967597626A81CF5EAAA67163620212B3 /* OIDAuthState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthState.m; path = Source/OIDAuthState.m; sourceTree = "<group>"; };
+		970FF57CF748FECA075AF270575AC551 /* OIDFieldMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDFieldMapping.m; path = Source/OIDFieldMapping.m; sourceTree = "<group>"; };
+		97878580FF9AE95BAEAEFB1EE19F627C /* OIDResponseTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDResponseTypes.m; path = Source/OIDResponseTypes.m; sourceTree = "<group>"; };
+		9A27AC76FD4DBC5D8C11AACD43AEDD6A /* VENBackspaceTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENBackspaceTextField.m; path = VENTokenField/VENBackspaceTextField.m; sourceTree = "<group>"; };
+		9A3C9F89AFA0AF00979E39D8FAD2DB5B /* GTMSessionFetcherLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherLogging.h; path = Source/GTMSessionFetcherLogging.h; sourceTree = "<group>"; };
+		9BC23F0C17594660C78E4BB3511BB54B /* OIDScopeUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDScopeUtilities.h; path = Source/OIDScopeUtilities.h; sourceTree = "<group>"; };
+		9C2C3B4FD052D0E16FC3A8A2CE23D7ED /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = ios/include/openssl/txt_db.h; sourceTree = "<group>"; };
+		9CC225A252EA1249AB1D09CDB459CB21 /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = ios/include/openssl/blowfish.h; sourceTree = "<group>"; };
 		9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
-		9E0DBD326FE8A23918682D9EBB3686F4 /* GTMSessionFetcher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMSessionFetcher.modulemap; sourceTree = "<group>"; };
-		9E12D1F169C400C0263FD4E1E285E5DF /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = "include-ios/openssl/ec.h"; sourceTree = "<group>"; };
-		9E84803F996C0BEED1CAAE2D62BB5ABE /* OIDAuthorizationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationRequest.h; path = Source/OIDAuthorizationRequest.h; sourceTree = "<group>"; };
-		9EC946860B9B438FBFC596F0A012D8BB /* OIDTokenResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenResponse.h; path = Source/OIDTokenResponse.h; sourceTree = "<group>"; };
-		9F94280E32BFD436866633D005AC0757 /* OIDServiceConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDServiceConfiguration.h; path = Source/OIDServiceConfiguration.h; sourceTree = "<group>"; };
-		9FE4E0F6B618301ACF6DB38738FF849C /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = "include-ios/openssl/ebcdic.h"; sourceTree = "<group>"; };
-		A002BAEF5C2B9BD1D2511AC8378376FB /* OIDAuthorizationService+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthorizationService+IOS.m"; path = "Source/iOS/OIDAuthorizationService+IOS.m"; sourceTree = "<group>"; };
+		9E70C060B9B1AEC418810CC605372881 /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = ios/include/openssl/err.h; sourceTree = "<group>"; };
+		9EC47905AFE080ECB14677A21F2B8ADF /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = ios/include/openssl/symhacks.h; sourceTree = "<group>"; };
+		9F7D77F017A4D8EC72ADF58A3E421261 /* OIDExternalUserAgentIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOS.h; path = Source/iOS/OIDExternalUserAgentIOS.h; sourceTree = "<group>"; };
+		9F8580C4ED4F8CD87260B7212BBB2972 /* OIDGrantTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDGrantTypes.h; path = Source/OIDGrantTypes.h; sourceTree = "<group>"; };
 		A01C188E4A4633DA34482B692E200121 /* Pods-enzevalos_iphoneTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.release.xcconfig"; sourceTree = "<group>"; };
-		A01DF7F44596DFFFFD9E8014C367868C /* OIDAuthState+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthState+IOS.h"; path = "Source/iOS/OIDAuthState+IOS.h"; sourceTree = "<group>"; };
-		A133248819D1A88F15C76268E00A4D6F /* OIDTokenUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenUtilities.m; path = Source/OIDTokenUtilities.m; sourceTree = "<group>"; };
-		A13466053670ED4374482711A7B61EA9 /* OIDAuthorizationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationRequest.m; path = Source/OIDAuthorizationRequest.m; sourceTree = "<group>"; };
-		A287B8B3097F4EA0A044C35814960600 /* QAKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QAKit.modulemap; sourceTree = "<group>"; };
-		A37915D38E8C8BE507B6CBF7C590453C /* VENTokenField.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = VENTokenField.xcconfig; sourceTree = "<group>"; };
-		A3DF32A89E4CFD366DF3E4F1B8A7483C /* QAKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QAKit.swift; path = QAKit/Source/QAKit.swift; sourceTree = "<group>"; };
+		A211BEB55C1248C9CACBFCDB23B232A5 /* OIDAuthorizationService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationService.h; path = Source/OIDAuthorizationService.h; sourceTree = "<group>"; };
+		A2FBBF065C1F0D76BAC095DC5837EF0D /* OIDServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceConfiguration.m; path = Source/OIDServiceConfiguration.m; sourceTree = "<group>"; };
 		A5F479766B925A2E60F574A1A40F61B1 /* Pods-enzevalos_iphone-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphone-dummy.m"; sourceTree = "<group>"; };
-		AB1E273CEB85EF3CF04F64FE4C196EC5 /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = "include-ios/openssl/ssl23.h"; sourceTree = "<group>"; };
-		AB89E1E1B145494FF8C7BFC1403FA12F /* BZipCompression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BZipCompression.m; path = Code/BZipCompression.m; sourceTree = "<group>"; };
-		AC934C6B5D1E7567442CB937AC7FAEDD /* OIDServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceConfiguration.m; path = Source/OIDServiceConfiguration.m; sourceTree = "<group>"; };
-		AF3A1549253B8B6C5C0F9EB6679C6E78 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = "include-ios/openssl/pkcs12.h"; sourceTree = "<group>"; };
+		A68604D23A0E5E454417BBABDB2CB3B4 /* GTMAppAuthFetcherAuthorization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMAppAuthFetcherAuthorization.m; path = Source/GTMAppAuthFetcherAuthorization.m; sourceTree = "<group>"; };
+		A705BBE72FC736233117745410ABA862 /* FrameAccessor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FrameAccessor-dummy.m"; sourceTree = "<group>"; };
+		A7463F763624ACE88038A88E98558746 /* GTMSessionFetcher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-umbrella.h"; sourceTree = "<group>"; };
+		A76C4C1D4EBF754BC1A44C76540A7FC9 /* GTMAppAuth.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMAppAuth.xcconfig; sourceTree = "<group>"; };
+		A7D80675C530F65E35CAFD350CF2F9FB /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ios/include/openssl/dsa.h; sourceTree = "<group>"; };
+		A94EF93CAA66C507A0B4FE30FEF6C5A9 /* OIDAuthorizationService+IOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "OIDAuthorizationService+IOS.h"; path = "Source/iOS/OIDAuthorizationService+IOS.h"; sourceTree = "<group>"; };
+		AB3653C7629A9D4A65C1D8539D26E638 /* GTMSessionFetcher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMSessionFetcher-Info.plist"; sourceTree = "<group>"; };
+		AB77FDAC0511789D41105E23CC81C95C /* OIDAuthorizationService+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthorizationService+IOS.m"; path = "Source/iOS/OIDAuthorizationService+IOS.m"; sourceTree = "<group>"; };
+		AB972BFE90701CF0778951E7C51B1370 /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = ios/include/openssl/dso.h; sourceTree = "<group>"; };
+		ABD7B9DA47A7ADF2EE4AB0E134567D35 /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = ios/include/openssl/asn1t.h; sourceTree = "<group>"; };
+		AC4608DB5D354AE4D9E5A98BF87CA8B2 /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = ios/include/openssl/stack.h; sourceTree = "<group>"; };
+		ADB619CD4D1D83390AA38E0A3BA591E0 /* BZipCompression-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BZipCompression-Info.plist"; sourceTree = "<group>"; };
 		B018F1DFE6683FDD24807B519F0D584E /* Pods-enzevalos_iphoneTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-enzevalos_iphoneTests.modulemap"; sourceTree = "<group>"; };
-		B039EEC5371C980455184C1E69967801 /* FrameAccessor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FrameAccessor.modulemap; sourceTree = "<group>"; };
-		B03A71B49607063DDDC570FFEC1F51FA /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = "include-ios/openssl/ossl_typ.h"; sourceTree = "<group>"; };
-		B05AE7BA570302E564C1119BA8CAABE6 /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = "include-ios/openssl/modes.h"; sourceTree = "<group>"; };
-		B0ABE99757C52B5CC5EFD781D4ADB822 /* OIDAuthorizationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationService.m; path = Source/OIDAuthorizationService.m; sourceTree = "<group>"; };
-		B15F084DAB5971CD79FC2337B662DFA4 /* OIDAuthorizationFlowSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationFlowSession.h; path = Source/OIDAuthorizationFlowSession.h; sourceTree = "<group>"; };
-		B1646E0AB53CCEA72551B94EC5B08665 /* GTMAppAuth-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMAppAuth-prefix.pch"; sourceTree = "<group>"; };
-		B258887A1108D26E947EA13E6F274312 /* GTMReadMonitorInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMReadMonitorInputStream.h; path = Source/GTMReadMonitorInputStream.h; sourceTree = "<group>"; };
-		B2C3F4CFC28EA07C68719F60D1795460 /* GTMAppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMAppAuth-Info.plist"; sourceTree = "<group>"; };
-		B2D2DF9E79BF839F1E4AE46DEC8C07E9 /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = "include-ios/openssl/crypto.h"; sourceTree = "<group>"; };
-		B2E16979B8D3D3B79A2197DC448A28DB /* GTMAppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMAppAuth.modulemap; sourceTree = "<group>"; };
+		B08DDC15FEEF8E6023910937CC5E1EC4 /* FrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameAccessor.h; path = FrameAccessor/FrameAccessor.h; sourceTree = "<group>"; };
+		B0DF592BBDE1AAE73F1B858C2E45792C /* Onboard-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Onboard-umbrella.h"; sourceTree = "<group>"; };
+		B14C820FCDA2AFFAB41871EB4A918C52 /* BZipCompression-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-prefix.pch"; sourceTree = "<group>"; };
+		B26D87CC0ABA20ED28681499903DE079 /* AppAuth.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppAuth.xcconfig; sourceTree = "<group>"; };
+		B2874AA19724563A5E50326214736649 /* OpenSSL-Universal.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.xcconfig"; sourceTree = "<group>"; };
+		B29F8AD5BFF7F93406BEDD2554637BD0 /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = ios/include/openssl/asn1.h; sourceTree = "<group>"; };
+		B308FD1D6452259E2D1CA5B9A29B514B /* OIDURLQueryComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLQueryComponent.m; path = Source/OIDURLQueryComponent.m; sourceTree = "<group>"; };
 		B34CD8DEE4951A597079A4A8EDF918D7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
-		B3F291B3E095959F4B85DB346FF0007A /* GTMTVAuthorizationService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVAuthorizationService.h; path = Source/GTMTVAuthorizationService.h; sourceTree = "<group>"; };
+		B47B835423345C4DA5B39E11969EB137 /* OIDTokenUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenUtilities.m; path = Source/OIDTokenUtilities.m; sourceTree = "<group>"; };
+		B6B03D58894B5263EFB7A958837E2D48 /* ScrollViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewFrameAccessor.h; path = FrameAccessor/ScrollViewFrameAccessor.h; sourceTree = "<group>"; };
 		B8A63D89B7C1F9E26DB3F297452C5A43 /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KeychainAccess.framework; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		B96FA441160F299DA10F368D3EB228D4 /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = "include-ios/openssl/ecdh.h"; sourceTree = "<group>"; };
-		B9B247FD26AD0761C99BB32B7EDD71F9 /* OnboardingContentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OnboardingContentViewController.m; path = Source/OnboardingContentViewController.m; sourceTree = "<group>"; };
-		B9C01FE90DA2100083295B20FBFDD81E /* VENTokenField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENTokenField.m; path = VENTokenField/VENTokenField.m; sourceTree = "<group>"; };
-		B9CA4F922F49830538C9519287E598AD /* OIDTokenResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenResponse.m; path = Source/OIDTokenResponse.m; sourceTree = "<group>"; };
-		B9EB7D71DFC8EA54F086CAD0B22D158C /* OIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDDefines.h; path = Source/OIDDefines.h; sourceTree = "<group>"; };
-		BB84C14396E3581A54FAE146A2BC2597 /* BZipCompression.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BZipCompression.modulemap; sourceTree = "<group>"; };
-		BBC6FDF982A18DA3B62E54DD89F58B79 /* GTMKeychain_iOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMKeychain_iOS.m; path = Source/iOS/GTMKeychain_iOS.m; sourceTree = "<group>"; };
-		BC3D43BBD0CE34A221D8164236A9BD15 /* GTMAppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMAppAuth-dummy.m"; sourceTree = "<group>"; };
-		BC3F63F20CF1BD94594216F8F47D7914 /* VENTokenField-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "VENTokenField-Info.plist"; sourceTree = "<group>"; };
+		BBB84A38DFF47028A27B3935FEBF8BBE /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ios/include/openssl/hmac.h; sourceTree = "<group>"; };
+		BC5C7F5B5DDCC75A2A1F49CC1129D0B8 /* OIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDDefines.h; path = Source/OIDDefines.h; sourceTree = "<group>"; };
+		BD2F2A4A672817F7F223603840668609 /* TravelError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TravelError.swift; path = Travellib/Travellib/TravelError.swift; sourceTree = "<group>"; };
 		BE42C8FCB0B1EBF5DD9EF1B22A4BAC99 /* Travellib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Travellib.framework; path = Travellib.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		BE737610E18BF747FC1B375235CFC064 /* OIDAuthStateChangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateChangeDelegate.h; path = Source/OIDAuthStateChangeDelegate.h; sourceTree = "<group>"; };
-		C12DEB877D6B722544780F3D0C28BF73 /* OIDURLSessionProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLSessionProvider.h; path = Source/OIDURLSessionProvider.h; sourceTree = "<group>"; };
-		C45576FCDE344E40481D45B2B8F73EC2 /* QAKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QAKit.xcconfig; sourceTree = "<group>"; };
-		C4A755B57C63B2DCC36C2CA902B32D5C /* OIDExternalUserAgentIOSCustomBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOSCustomBrowser.m; path = Source/iOS/OIDExternalUserAgentIOSCustomBrowser.m; sourceTree = "<group>"; };
+		BF26E1FDE6E81E8DD6556F13D5ABE9F9 /* OIDScopes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopes.m; path = Source/OIDScopes.m; sourceTree = "<group>"; };
+		BF76075135DEFA7B8EAD01C632C6B76D /* VENTokenField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENTokenField.h; path = VENTokenField/VENTokenField.h; sourceTree = "<group>"; };
+		C017AA1EE38E2BCD8476BA79B7A9E5BA /* OIDURLQueryComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDURLQueryComponent.h; path = Source/OIDURLQueryComponent.h; sourceTree = "<group>"; };
+		C10AC545B8A24A51DB838420ABEA888A /* OIDTokenResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenResponse.m; path = Source/OIDTokenResponse.m; sourceTree = "<group>"; };
+		C169D915DDBE6BF17F6E3C93142FA0DC /* OIDExternalUserAgentIOSCustomBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentIOSCustomBrowser.h; path = Source/iOS/OIDExternalUserAgentIOSCustomBrowser.h; sourceTree = "<group>"; };
+		C280F54EE6E28DDFF3B87B1E51C130EC /* AppAuth-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AppAuth-dummy.m"; sourceTree = "<group>"; };
+		C2CBC727C2099F231251B5397E9BDB72 /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = ios/include/openssl/evp.h; sourceTree = "<group>"; };
+		C2EA51567D6EF17DE6594983E193BA3D /* QAKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QAKit.swift; path = QAKit/Source/QAKit.swift; sourceTree = "<group>"; };
+		C308AD7A12F5E6441CC368C8A372F23B /* GTMSessionUploadFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionUploadFetcher.h; path = Source/GTMSessionUploadFetcher.h; sourceTree = "<group>"; };
+		C30E8AEB744FEB96A862005A842FB832 /* OIDAuthorizationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationRequest.m; path = Source/OIDAuthorizationRequest.m; sourceTree = "<group>"; };
+		C39A5EFB6D6FD55DA840A3902363682A /* QAKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QAKit-prefix.pch"; sourceTree = "<group>"; };
+		C470BB5B7141436BDB4C00ADEECD0D6E /* OIDIDToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDIDToken.h; path = Source/OIDIDToken.h; sourceTree = "<group>"; };
 		C522D5DAAFC18E55EB5F52D589F7803C /* Pods-enzevalos_iphone.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone.debug.xcconfig"; sourceTree = "<group>"; };
-		C56711664CEC6BA721DA91DCE129B5DE /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = "include-ios/openssl/cmac.h"; sourceTree = "<group>"; };
-		C5FC447829925A918E5297813F92101C /* GTMAppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMAppAuth-umbrella.h"; sourceTree = "<group>"; };
+		C52FB12520F7532B17C7BC56F98718BD /* KeychainAccess.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KeychainAccess.modulemap; sourceTree = "<group>"; };
+		C5D4FF8A71D274C3EE0F063EF61C0485 /* AppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AppAuth.modulemap; sourceTree = "<group>"; };
+		C65DA0BD804638DB40CC7CB2DBE6C8F4 /* Travellib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Travellib.h; path = Travellib/Travellib/Travellib.h; sourceTree = "<group>"; };
 		C71A576F6AB59BAF7613645A60331D94 /* Pods-enzevalos_iphone-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphone-Info.plist"; sourceTree = "<group>"; };
-		C8F94F973288DFD2270B47D31CACD8FF /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = "include-ios/openssl/asn1t.h"; sourceTree = "<group>"; };
-		C9054992B3965D99F0929E3A4DD63DE2 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = "include-ios/openssl/sha.h"; sourceTree = "<group>"; };
-		C91CE5BCDB26B86EEDFC4334736A2836 /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = "include-ios/openssl/blowfish.h"; sourceTree = "<group>"; };
-		C9308F7B62654E39D9049A5EC5555363 /* OIDExternalUserAgentSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDExternalUserAgentSession.h; path = Source/OIDExternalUserAgentSession.h; sourceTree = "<group>"; };
-		C997E1617DD624CEA1858A5648333AB3 /* FrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameAccessor.h; path = FrameAccessor/FrameAccessor.h; sourceTree = "<group>"; };
-		CAB7681A582E6669247C6CFC2BAE4F54 /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = "include-ios/openssl/asn1_mac.h"; sourceTree = "<group>"; };
-		CB4F4223BABA578BCC3B782452DC06C5 /* GTMSessionUploadFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionUploadFetcher.h; path = Source/GTMSessionUploadFetcher.h; sourceTree = "<group>"; };
-		CC3894A7D13BAD4BB4E4C6B337445CC1 /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = "include-ios/openssl/opensslv.h"; sourceTree = "<group>"; };
-		CD271FA96BF3873EBFA5CD0E24003417 /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = "include-ios/openssl/ssl2.h"; sourceTree = "<group>"; };
-		CD9B5B7B6E117467ED9BA81E38272D25 /* AppAuth-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-prefix.pch"; sourceTree = "<group>"; };
+		C74EA19321518541568B547CD67B609E /* OIDGrantTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDGrantTypes.m; path = Source/OIDGrantTypes.m; sourceTree = "<group>"; };
+		C7625E46DF197E2103DB42A573996BEB /* OnboardingContentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OnboardingContentViewController.h; path = Source/OnboardingContentViewController.h; sourceTree = "<group>"; };
+		C97DE59D7C64D477F4EEAC90D29578A0 /* Pods-Travellib-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Pods-Travellib-umbrella.h"; path = "Travellib/Pods/Target Support Files/Pods-Travellib/Pods-Travellib-umbrella.h"; sourceTree = "<group>"; };
+		C9F9C157E0E061A737704CE2BB642039 /* OnboardingViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OnboardingViewController.h; path = Source/OnboardingViewController.h; sourceTree = "<group>"; };
+		CAC8046CF3C3680B4038EF39EE290E7E /* OIDTokenRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDTokenRequest.m; path = Source/OIDTokenRequest.m; sourceTree = "<group>"; };
+		CBA799086852F6A03A154C39DC89C12A /* GTMReadMonitorInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMReadMonitorInputStream.m; path = Source/GTMReadMonitorInputStream.m; sourceTree = "<group>"; };
+		CBBCE67FDA8C3A583DC5E68762B6B723 /* Fingertips+Window.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Fingertips+Window.swift"; path = "QAKit/Source/Fingertips+Window.swift"; sourceTree = "<group>"; };
+		CC16579BC8CA39058C8C57CBA35D8A5C /* VENTokenField-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-umbrella.h"; sourceTree = "<group>"; };
+		CD19D259F764BCB2CCD65B239BC4FB95 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = ios/include/openssl/lhash.h; sourceTree = "<group>"; };
 		CF0B750F9797E4D7931C53FCAAF24C70 /* BZipCompression.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BZipCompression.framework; path = BZipCompression.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		CF39DD513C21A45556C3A2D6BA726890 /* QAKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QAKit-dummy.m"; sourceTree = "<group>"; };
-		CF8C7383475EF0DB8F683739F87F15DC /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = "include-ios/openssl/ecdsa.h"; sourceTree = "<group>"; };
-		CFF9D434A686C22410A1F0863E900BCD /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = "include-ios/openssl/bn.h"; sourceTree = "<group>"; };
-		D051E87D16F44E2A1CD514567A3716E7 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = "include-ios/openssl/pqueue.h"; sourceTree = "<group>"; };
-		D0BDD3D1B04A49EE7689DB3089A3B0BC /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = "include-ios/openssl/ripemd.h"; sourceTree = "<group>"; };
+		CF258BB5DCB462769E035C36E84EB0CE /* VENTokenField.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = VENTokenField.modulemap; sourceTree = "<group>"; };
+		D002324F83D473CC6DA3506911F55535 /* VENToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENToken.h; path = VENTokenField/VENToken.h; sourceTree = "<group>"; };
+		D0C953BC86E5DEA79398574FFBBBAE4B /* GTMSessionFetcher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMSessionFetcher-prefix.pch"; sourceTree = "<group>"; };
+		D1E773560A214D73EDD0D2A5725C4DD7 /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ios/include/openssl/md4.h; sourceTree = "<group>"; };
 		D20FEF684F811C3EF2E62709A6995A9A /* Pods-enzevalos_iphoneUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphoneUITests-dummy.m"; sourceTree = "<group>"; };
-		D336A346CC9052FEE69B303B7987CAD7 /* OIDAuthorizationService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthorizationService.h; path = Source/OIDAuthorizationService.h; sourceTree = "<group>"; };
-		D34D50454ADD060809BD3D1334D86640 /* OIDAuthorizationResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationResponse.m; path = Source/OIDAuthorizationResponse.m; sourceTree = "<group>"; };
+		D24B522ADC8F56772689F15CFF122F32 /* QAKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QAKit.modulemap; sourceTree = "<group>"; };
+		D24CEBBA0484BD07630684E10430B7F6 /* GTMOAuth2KeychainCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMOAuth2KeychainCompatibility.h; path = Source/GTMOAuth2KeychainCompatibility/GTMOAuth2KeychainCompatibility.h; sourceTree = "<group>"; };
+		D276CC8E1B168F5FA63DFF75318BA5F4 /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = ios/include/openssl/seed.h; sourceTree = "<group>"; };
+		D2E97F104D9D4B680C224DDB2F0C3BD4 /* Travellib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Travellib-prefix.pch"; sourceTree = "<group>"; };
 		D375F0D2AE6BAAAE76A725D1A6D511EC /* Pods-enzevalos_iphoneUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneUITests-acknowledgements.markdown"; sourceTree = "<group>"; };
-		D3A218AE3D01F8C60B81492E1F73D274 /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = "include-ios/openssl/dh.h"; sourceTree = "<group>"; };
+		D4F486DA95A241C7BEA4DA42FFFEC392 /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeychainAccess.xcconfig; sourceTree = "<group>"; };
 		D50BB7F9937BD07C52B9AB4A81A4A1C2 /* Pods-enzevalos_iphoneTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneTests-Info.plist"; sourceTree = "<group>"; };
 		D5857ED0D02F3BCC9F1118D9259F4E79 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
-		D5DC87DD75D869E28ADD10C4324771CE /* AppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AppAuth-Info.plist"; sourceTree = "<group>"; };
-		D6AB7213634EFAB7DFE1280B82FD69ED /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = "include-ios/openssl/rand.h"; sourceTree = "<group>"; };
+		D5E856482E969BCA3C95C57B5912A9F3 /* AppAuth-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AppAuth-prefix.pch"; sourceTree = "<group>"; };
+		D5EEBAC658542707559C8EA0A7761AC0 /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = ios/include/openssl/x509v3.h; sourceTree = "<group>"; };
+		D62EDA47F36E9DF783EE3B493490150F /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ios/include/openssl/ui.h; sourceTree = "<group>"; };
+		D81243F244053D7A8F24B1AC9828D8F5 /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = ios/include/openssl/x509.h; sourceTree = "<group>"; };
+		D869F73983A41B4EFFFC9F0166FB33E9 /* GTMAppAuth-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GTMAppAuth-Info.plist"; sourceTree = "<group>"; };
+		D8B89A4237E2A1F1AE0628BA7FA4D8E5 /* Onboard-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Onboard-Info.plist"; sourceTree = "<group>"; };
 		D9C5A0CF4326B0401E10235D516E4D67 /* QAKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = QAKit.framework; path = QAKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		DA700467170A192109BD2AF82A68990E /* OIDURLSessionProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDURLSessionProvider.m; path = Source/OIDURLSessionProvider.m; sourceTree = "<group>"; };
+		DBE196BEF1FB8A1EAE0AC3856A4749A9 /* OIDClientMetadataParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDClientMetadataParameters.h; path = Source/OIDClientMetadataParameters.h; sourceTree = "<group>"; };
 		DC9D7E3363C7A00762ED3E5DF3F82DE2 /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		DCAE6671C0760B143701B813A20CEE0B /* OIDExternalUserAgentIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOS.m; path = Source/iOS/OIDExternalUserAgentIOS.m; sourceTree = "<group>"; };
-		DCF119E752C4D10838E10C691F220274 /* VENTokenField-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "VENTokenField-dummy.m"; sourceTree = "<group>"; };
-		DDC72417F9E4CC26500C04A203B1A10D /* OIDScopes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopes.m; path = Source/OIDScopes.m; sourceTree = "<group>"; };
+		DD4A2D82B96EF3F6D58E515D776A3839 /* VENTokenField-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "VENTokenField-dummy.m"; sourceTree = "<group>"; };
+		DDA326292ED6E1B79F2EF9240B55A1ED /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = ios/include/openssl/ssl23.h; sourceTree = "<group>"; };
+		DEA8F7685D3896C6DA2E96C319DA2F0A /* GTMAppAuth-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMAppAuth-umbrella.h"; sourceTree = "<group>"; };
 		DF1A0EFCE25023078439D3428A72C92B /* Pods-enzevalos_iphone-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphone-umbrella.h"; sourceTree = "<group>"; };
-		DFAC97198AE8751934513BB46CC9734D /* FrameAccessor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-prefix.pch"; sourceTree = "<group>"; };
-		E000CD7D58965CDE42A7703BCB4EEFB1 /* Travellib.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Travellib.xcconfig; sourceTree = "<group>"; };
-		E0123355D6F0153B46B090047018E0E6 /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = "include-ios/openssl/rc2.h"; sourceTree = "<group>"; };
-		E068020D48BBEB377823BCF39EA9AAEB /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = "include-ios/openssl/txt_db.h"; sourceTree = "<group>"; };
+		DF57F38F46D0AFE592CB05E6BAC35DE7 /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = ios/include/openssl/des.h; sourceTree = "<group>"; };
 		E1395E7A7DE6282A6E2ED81F83DE6CF4 /* Pods-enzevalos_iphoneUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.debug.xcconfig"; sourceTree = "<group>"; };
-		E1D6459616F4376688149948D3BB21FC /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = "include-ios/openssl/x509_vfy.h"; sourceTree = "<group>"; };
-		E2F9C9481B000BA888A2EEB18B3BC884 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = "lib-ios/libssl.a"; sourceTree = "<group>"; };
-		E31417A1E0D26CEB0DC0C88334412B16 /* GTMMIMEDocument.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMMIMEDocument.h; path = Source/GTMMIMEDocument.h; sourceTree = "<group>"; };
-		E3DCB96C6D76D7B81B90B271E04569C7 /* OIDError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDError.h; path = Source/OIDError.h; sourceTree = "<group>"; };
-		E4209D1FCDF96098B413AB467B17ADBB /* GTMSessionFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcher.m; path = Source/GTMSessionFetcher.m; sourceTree = "<group>"; };
-		E52BA1BFE80E89BDBFA1F2B860B73E13 /* GTMAppAuthFetcherAuthorization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMAppAuthFetcherAuthorization.m; path = Source/GTMAppAuthFetcherAuthorization.m; sourceTree = "<group>"; };
-		E6738245E1EC868E36B726AC5B2F2126 /* GTMTVAuthorizationResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMTVAuthorizationResponse.h; path = Source/GTMTVAuthorizationResponse.h; sourceTree = "<group>"; };
-		E6CF2C0419553628EBAFD21F2E8287AA /* OIDAuthState+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthState+IOS.m"; path = "Source/iOS/OIDAuthState+IOS.m"; sourceTree = "<group>"; };
-		E9DE3621A4A7AA1625C6BD431A3DF343 /* Travellib.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Travellib.modulemap; sourceTree = "<group>"; };
-		E9EA768C1A18D9D230D1DDEEC43AF6AF /* GTMTVServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVServiceConfiguration.m; path = Source/GTMTVServiceConfiguration.m; sourceTree = "<group>"; };
-		EA12B8B8F994C9ABD7F02CD922250AD0 /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = "include-ios/openssl/asn1.h"; sourceTree = "<group>"; };
-		EA2C6BF665DBD505BACF399453F50BE2 /* Travellib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Travellib-prefix.pch"; sourceTree = "<group>"; };
-		EAB5DE77E80FB6B0C428587040F4DD6F /* GTMSessionFetcherService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherService.h; path = Source/GTMSessionFetcherService.h; sourceTree = "<group>"; };
-		EB2EDC0CCDC4F787B76541E91F938FFB /* BZipCompression.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BZipCompression.xcconfig; sourceTree = "<group>"; };
+		E1B67A7174237F794607A9DE1FC7CFF9 /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = ios/include/openssl/ebcdic.h; sourceTree = "<group>"; };
+		E2660DE7AEC63C5AA10854B9C6E6BFE4 /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = ios/include/openssl/opensslconf.h; sourceTree = "<group>"; };
+		E3C6938D5D419AE6CCBB5C87342613EB /* FrameAccessor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FrameAccessor.xcconfig; sourceTree = "<group>"; };
+		E547A08E1151BF0E50CA9AF102B536A3 /* OIDErrorUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDErrorUtilities.m; path = Source/OIDErrorUtilities.m; sourceTree = "<group>"; };
+		E6243965A725C110A4F11B5F72EE9435 /* QAKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QAKit.xcconfig; sourceTree = "<group>"; };
+		E701BF94C422F580D3A2BB0CD0182BBE /* OIDResponseTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDResponseTypes.h; path = Source/OIDResponseTypes.h; sourceTree = "<group>"; };
+		E89532572C3A509C4D27F4CDCE22702A /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = ios/include/openssl/buffer.h; sourceTree = "<group>"; };
+		E8F88051F82FBBCD155CF8D8ACF94A78 /* GTMAppAuth-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GTMAppAuth-prefix.pch"; sourceTree = "<group>"; };
+		E9F8354CD5DD50767A778E956B09009E /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = ios/include/openssl/ssl2.h; sourceTree = "<group>"; };
+		EA3FA25003A45A1B71B9FEFE460A3D24 /* OIDTokenResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenResponse.h; path = Source/OIDTokenResponse.h; sourceTree = "<group>"; };
+		EB9B8F3992FFD444CF25D3ECA6E94FD1 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ios/include/openssl/ssl.h; sourceTree = "<group>"; };
 		EBACDAD6CD1C481E110A5C8BC7B1D386 /* Pods-enzevalos_iphoneUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneUITests-acknowledgements.plist"; sourceTree = "<group>"; };
-		EBB18D2D6D27565D34A923C8ED47B4F0 /* OIDAuthStateErrorDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateErrorDelegate.h; path = Source/OIDAuthStateErrorDelegate.h; sourceTree = "<group>"; };
-		ECA1B86D9DB9361193BD9ADB442F893F /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeychainAccess.xcconfig; sourceTree = "<group>"; };
-		ED0BE0A7E3ED0A13589779D9B7CE3DF4 /* FrameAccessor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FrameAccessor-dummy.m"; sourceTree = "<group>"; };
-		ED1F477B4CA120B0044E31B013661A27 /* Traveler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Traveler.swift; path = Travellib/Travellib/Traveler.swift; sourceTree = "<group>"; };
-		EE986F855BFD3288C52F7350455F00E1 /* Onboard.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Onboard.xcconfig; sourceTree = "<group>"; };
-		EEF8B21339F5CA16F2428064B42321EB /* OIDTokenUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDTokenUtilities.h; path = Source/OIDTokenUtilities.h; sourceTree = "<group>"; };
-		EF090DAA2EE38FA1203A145D87003DC3 /* BZipCompression-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-umbrella.h"; sourceTree = "<group>"; };
-		EF27C21D81A9092920C9BAD4F7F90A48 /* GTMSessionFetcherLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcherLogging.h; path = Source/GTMSessionFetcherLogging.h; sourceTree = "<group>"; };
-		EF758E2A5555F11C7D9AFD24E6A20CD0 /* VENBackspaceTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENBackspaceTextField.m; path = VENTokenField/VENBackspaceTextField.m; sourceTree = "<group>"; };
-		EFDF6457020F1FB0B25095CE7F88D5A4 /* OnboardingViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OnboardingViewController.h; path = Source/OnboardingViewController.h; sourceTree = "<group>"; };
-		F088D91A0F54D7EDA3C85EE7A8B5904A /* OIDErrorUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDErrorUtilities.m; path = Source/OIDErrorUtilities.m; sourceTree = "<group>"; };
-		F19DA7CC6B3EE917FE82E0E68C5B69D5 /* OIDGrantTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDGrantTypes.m; path = Source/OIDGrantTypes.m; sourceTree = "<group>"; };
-		F1A3A463EFFF7AFA49B6CD951464DAF1 /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Source/GTMSessionUploadFetcher.m; sourceTree = "<group>"; };
-		F36415B89271A85176FF850BBAF163CA /* QAKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QAKit-prefix.pch"; sourceTree = "<group>"; };
+		ECC3C2FFA5BBD84C9F91C3504A2697E6 /* GTMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMKeychain.h; path = Source/GTMKeychain.h; sourceTree = "<group>"; };
+		EDDF321EB6BE5F97B723BD8C932563B0 /* libMailCore-ios.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = "libMailCore-ios.a"; path = "cocoapods-build/lib/libMailCore-ios.a"; sourceTree = "<group>"; };
+		EE050B83D3E98646DF4F26ED3AC51F62 /* ViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewFrameAccessor.h; path = FrameAccessor/ViewFrameAccessor.h; sourceTree = "<group>"; };
+		EE0BDE6D4133DCFF2A81EBDD50D78852 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = ios/include/openssl/mdc2.h; sourceTree = "<group>"; };
+		EF0845CAF4E014AC43E932AB97CB6C29 /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ios/include/openssl/camellia.h; sourceTree = "<group>"; };
+		EF144480747679E1E561C6B7E35C3D09 /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = ios/include/openssl/cast.h; sourceTree = "<group>"; };
+		F138EFFF8266BE9B4CF5E5A841CD2C06 /* Travellib.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Travellib.modulemap; sourceTree = "<group>"; };
+		F13D0A3DD1C3C8675E2FAB4FE6039FC5 /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = ios/include/openssl/comp.h; sourceTree = "<group>"; };
+		F1A55E0288C84BD47D31476FFB716C2F /* opensslconf-arm64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-arm64.h"; path = "ios/include/openssl/opensslconf-arm64.h"; sourceTree = "<group>"; };
+		F2522912C5C949BCDD7368D23368848D /* GTMMIMEDocument.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMMIMEDocument.m; path = Source/GTMMIMEDocument.m; sourceTree = "<group>"; };
+		F3442FD7BAFF192FCE4A96D30003B700 /* GTMTVServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMTVServiceConfiguration.m; path = Source/GTMTVServiceConfiguration.m; sourceTree = "<group>"; };
+		F373DD7ABE6A8122A016A3FF4C61C5B2 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = ios/include/openssl/cms.h; sourceTree = "<group>"; };
+		F45384E692FD269116C3564118948D36 /* OIDExternalUserAgentIOSCustomBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDExternalUserAgentIOSCustomBrowser.m; path = Source/iOS/OIDExternalUserAgentIOSCustomBrowser.m; sourceTree = "<group>"; };
+		F494FA9397E37F2418E5A844802CD04A /* QAKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QAKit-umbrella.h"; sourceTree = "<group>"; };
+		F6172590E844342EB9D3D9F88C7F5CE4 /* FrameAccessor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-prefix.pch"; sourceTree = "<group>"; };
+		F686096D29CB0A3C2EBF43A0534A8E6F /* OIDError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDError.m; path = Source/OIDError.m; sourceTree = "<group>"; };
+		F6870C8703591A8A35B09E1662B2F4AA /* GTMGatherInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMGatherInputStream.h; path = Source/GTMGatherInputStream.h; sourceTree = "<group>"; };
 		F8441C4BF2596CE997D085AEA1262EAF /* Pods_enzevalos_iphoneTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_enzevalos_iphoneTests.framework; path = "Pods-enzevalos_iphoneTests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
-		FA91FAC2E86C8F019D0D6A30EE0C03CF /* OIDServiceDiscovery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceDiscovery.m; path = Source/OIDServiceDiscovery.m; sourceTree = "<group>"; };
-		FB4B87F59298DB03654F832D5B9EC558 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = "include-ios/openssl/cms.h"; sourceTree = "<group>"; };
-		FB5D3674403D7600DF0003636B90DED6 /* GTMSessionFetcher.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.xcconfig; sourceTree = "<group>"; };
-		FB61B84FC57AC54CFF1172C754D17767 /* OIDScopeUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDScopeUtilities.m; path = Source/OIDScopeUtilities.m; sourceTree = "<group>"; };
-		FC434254559B095B5B5F3B8603D0A03D /* ScrollViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ScrollViewFrameAccessor.m; path = FrameAccessor/ScrollViewFrameAccessor.m; sourceTree = "<group>"; };
-		FE61DACA17F0BC1795BCED793C394CEE /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = "include-ios/openssl/dsa.h"; sourceTree = "<group>"; };
-		FE7C1E07A7043A3DD545F54A172D46C4 /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = "include-ios/openssl/e_os2.h"; sourceTree = "<group>"; };
+		F884629BB22E40F97D113F80D98C7488 /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = ios/include/openssl/tls1.h; sourceTree = "<group>"; };
+		F95DA49D849675591C19B7A88D7726FD /* shim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = shim.h; path = ios/include/openssl/shim.h; sourceTree = "<group>"; };
+		F9C63AF4F01B06AB4F2DEA0B755B9F51 /* OnboardingContentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OnboardingContentViewController.m; path = Source/OnboardingContentViewController.m; sourceTree = "<group>"; };
+		FC743EF0743833A7C236C75B3104D8F3 /* GTMSessionFetcher.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GTMSessionFetcher.xcconfig; sourceTree = "<group>"; };
+		FDEF8C1630F4990502052D256FE48211 /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = ios/include/openssl/pem.h; sourceTree = "<group>"; };
+		FEB98B1EF4558DD7C1548ADEA257AEBC /* GTMReadMonitorInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMReadMonitorInputStream.h; path = Source/GTMReadMonitorInputStream.h; sourceTree = "<group>"; };
+		FF6A09F86074193E1EF791B9A6E3610E /* OIDAuthState+IOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "OIDAuthState+IOS.m"; path = "Source/iOS/OIDAuthState+IOS.m"; sourceTree = "<group>"; };
+		FFA2E7E3798ECB27FFFE469FE98B65D4 /* GTMSessionFetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTMSessionFetcher.h; path = Source/GTMSessionFetcher.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -742,110 +747,100 @@
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
-		01B213F4AD814FF548649FBCECF49931 /* Onboard */ = {
+		07324061BB1BA44AAF2CB01853F07D7C /* BZipCompression */ = {
 			isa = PBXGroup;
 			children = (
-				6B6C120D3919D8F3F870E89BA8F4606F /* OnboardingContentViewController.h */,
-				B9B247FD26AD0761C99BB32B7EDD71F9 /* OnboardingContentViewController.m */,
-				EFDF6457020F1FB0B25095CE7F88D5A4 /* OnboardingViewController.h */,
-				7AD880B95E76F9127C73940B57F0F87F /* OnboardingViewController.m */,
-				D275B0119EFC5417E02AB8EE78052520 /* Support Files */,
+				4A670C155A42CB1CFF98C3B75AF302F6 /* BZipCompression.h */,
+				56DB4E326E84BBEFF3E5A86757D3F53C /* BZipCompression.m */,
+				4E50041B2EEAF7BF6399EDE310B57219 /* Support Files */,
 			);
-			name = Onboard;
-			path = Onboard;
+			name = BZipCompression;
+			path = BZipCompression;
 			sourceTree = "<group>";
 		};
-		05D780430175C47CA827B524F8185DB8 /* Support Files */ = {
+		0C0B1C4F99CFBCC4ECE7F6A61E878FFE /* Pods */ = {
 			isa = PBXGroup;
 			children = (
-				87CBE4653979D15DE03AA9F3994ECF32 /* AppAuth.modulemap */,
-				40A59E86AAA0B3C22884FB275907339D /* AppAuth.xcconfig */,
-				5BDF0F5E2098E55D128F1F6D54B9DDB0 /* AppAuth-dummy.m */,
-				D5DC87DD75D869E28ADD10C4324771CE /* AppAuth-Info.plist */,
-				CD9B5B7B6E117467ED9BA81E38272D25 /* AppAuth-prefix.pch */,
-				2BC49527D03D491C77B4C728E9A80A32 /* AppAuth-umbrella.h */,
+				F0C9B97875724B181EB841A33FBD8556 /* AppAuth */,
+				07324061BB1BA44AAF2CB01853F07D7C /* BZipCompression */,
+				5BEE8F5FDA0508824C291F788210A281 /* FrameAccessor */,
+				838F2C296D5E5694358264367B3E9961 /* GTMAppAuth */,
+				4B13211F7CEE0C5B9AD5E100AFD73C61 /* GTMSessionFetcher */,
+				6E0B54F509A2DC8662B2A1437A30F2E6 /* KeychainAccess */,
+				C3ED9FCE453CCAD0387A49D813BE6E08 /* mailcore2-ios */,
+				A66712572CC4B8AFFF4561726B722609 /* Onboard */,
+				BE2E45F6F10ECCE59A48C2B4230F6289 /* OpenSSL-Universal */,
+				43ABA33A968516F120B6F992C7CC6ABC /* QAKit */,
+				24E73B65BE0FC8076F3A2D1D02297A6E /* Travellib */,
+				F316474287A7FE9D3A75FDF745D0CEB7 /* VENTokenField */,
 			);
-			name = "Support Files";
-			path = "../Target Support Files/AppAuth";
+			name = Pods;
 			sourceTree = "<group>";
 		};
-		0D3346CC63F8C5C8BCA0DFCBC725CFDD /* KeychainAccess */ = {
+		21C723985EBD886CBE1A007D244F2DB8 /* Core */ = {
 			isa = PBXGroup;
 			children = (
-				8D29331658E22938547D814DB5C7ED80 /* Keychain.swift */,
-				3BA3B8DB41F5B3757AFC5A34DC8C4DB1 /* Support Files */,
+				FFA2E7E3798ECB27FFFE469FE98B65D4 /* GTMSessionFetcher.h */,
+				307FC7A34916D273F40E0E1A6AF521FC /* GTMSessionFetcher.m */,
+				9A3C9F89AFA0AF00979E39D8FAD2DB5B /* GTMSessionFetcherLogging.h */,
+				4124A61628D855D876E663E23C8A7551 /* GTMSessionFetcherLogging.m */,
+				30F765430B2BBD4425ECF0090B82122C /* GTMSessionFetcherService.h */,
+				870BEEECD960E481731190AC73531099 /* GTMSessionFetcherService.m */,
+				C308AD7A12F5E6441CC368C8A372F23B /* GTMSessionUploadFetcher.h */,
+				437B0975427408A7B33EED9B67F4743F /* GTMSessionUploadFetcher.m */,
 			);
-			name = KeychainAccess;
-			path = KeychainAccess;
+			name = Core;
 			sourceTree = "<group>";
 		};
-		11D56E3946629951DEA79CFA7D59DBD8 /* Resources */ = {
+		24E73B65BE0FC8076F3A2D1D02297A6E /* Travellib */ = {
 			isa = PBXGroup;
 			children = (
-				0A3088CE3BCAEF8B65F8F6FB9D8F9CF5 /* VENToken.xib */,
+				40266D83D915F39226E37B2CED2E694D /* Crypto.swift */,
+				C97DE59D7C64D477F4EEAC90D29578A0 /* Pods-Travellib-umbrella.h */,
+				433D9700F34DB3288574695EB6BADD5F /* Pods-TravellibTests-umbrella.h */,
+				95D9563022F4A27472B52D8F377079B4 /* Traveler.swift */,
+				BD2F2A4A672817F7F223603840668609 /* TravelError.swift */,
+				C65DA0BD804638DB40CC7CB2DBE6C8F4 /* Travellib.h */,
+				2ED24E3E9775549758E825C74845E8CE /* Support Files */,
 			);
-			name = Resources;
+			name = Travellib;
+			path = Travellib;
 			sourceTree = "<group>";
 		};
-		190E142EA0034A1200595A23A68B10D1 /* Core */ = {
+		2826FAFFCD8B045E1C364E28A3F19FB6 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				7D9C312CDB4D4821455C243D25201D9F /* GTMSessionFetcher.h */,
-				E4209D1FCDF96098B413AB467B17ADBB /* GTMSessionFetcher.m */,
-				EF27C21D81A9092920C9BAD4F7F90A48 /* GTMSessionFetcherLogging.h */,
-				447786BE7EDEE2DB8C3F2181BAD46920 /* GTMSessionFetcherLogging.m */,
-				EAB5DE77E80FB6B0C428587040F4DD6F /* GTMSessionFetcherService.h */,
-				193D72D85138D11D8A73F1569DD561DF /* GTMSessionFetcherService.m */,
-				CB4F4223BABA578BCC3B782452DC06C5 /* GTMSessionUploadFetcher.h */,
-				F1A3A463EFFF7AFA49B6CD951464DAF1 /* GTMSessionUploadFetcher.m */,
+				B2874AA19724563A5E50326214736649 /* OpenSSL-Universal.xcconfig */,
 			);
-			name = Core;
+			name = "Support Files";
+			path = "../Target Support Files/OpenSSL-Universal";
 			sourceTree = "<group>";
 		};
-		1A73EAE2376E10858BC387586FC8C80E /* Full */ = {
+		2CB4ED970A4FBA7206A98FED36DE8310 /* Full */ = {
 			isa = PBXGroup;
 			children = (
-				7F819A4336ADDBC73F82DDF919D6DE75 /* GTMGatherInputStream.h */,
-				47D262087813E1B8EA70B01DD24BFE0A /* GTMGatherInputStream.m */,
-				E31417A1E0D26CEB0DC0C88334412B16 /* GTMMIMEDocument.h */,
-				0F7B18F9F1894920B2E29FFA1BE598DB /* GTMMIMEDocument.m */,
-				B258887A1108D26E947EA13E6F274312 /* GTMReadMonitorInputStream.h */,
-				46E13ACADB447D97578E5A4BD64B0E61 /* GTMReadMonitorInputStream.m */,
+				F6870C8703591A8A35B09E1662B2F4AA /* GTMGatherInputStream.h */,
+				6100D2EAB5C11045A89AC417DA12882D /* GTMGatherInputStream.m */,
+				238712AF1B286156DB9EE564E37F2F87 /* GTMMIMEDocument.h */,
+				F2522912C5C949BCDD7368D23368848D /* GTMMIMEDocument.m */,
+				FEB98B1EF4558DD7C1548ADEA257AEBC /* GTMReadMonitorInputStream.h */,
+				CBA799086852F6A03A154C39DC89C12A /* GTMReadMonitorInputStream.m */,
 			);
 			name = Full;
 			sourceTree = "<group>";
 		};
-		24B06D429A0314D8B53ACCEA6EB76C67 /* Pods */ = {
+		2ED24E3E9775549758E825C74845E8CE /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				AB60C2B03E3AB9EEAD2FB5E391D9A48A /* AppAuth */,
-				46296608109A1752064EF3C607D76DD4 /* BZipCompression */,
-				D82C442F5F0D7F04777BE21D01D3FEBA /* FrameAccessor */,
-				D9600E1CDDF628FE581B028572EC8AEC /* GTMAppAuth */,
-				C178F8D203D0FB1D1E500421790A00BF /* GTMSessionFetcher */,
-				0D3346CC63F8C5C8BCA0DFCBC725CFDD /* KeychainAccess */,
-				6A17F799250792AD8E6AE17E50D9D95B /* mailcore2-ios */,
-				01B213F4AD814FF548649FBCECF49931 /* Onboard */,
-				531D2905D32A48DF040DE23B3DBD4EC1 /* OpenSSL-Universal */,
-				F2F2FFF5B5ED67C1B9EE56726501283A /* QAKit */,
-				BAFA28CED48AC4CA4312A4E845ED8136 /* Travellib */,
-				475CE6F27FF10E995D954EEE5FE01AE4 /* VENTokenField */,
-			);
-			name = Pods;
-			sourceTree = "<group>";
-		};
-		2A299D30E96D892E2BF1F325AFAFA993 /* Support Files */ = {
-			isa = PBXGroup;
-			children = (
-				BB84C14396E3581A54FAE146A2BC2597 /* BZipCompression.modulemap */,
-				EB2EDC0CCDC4F787B76541E91F938FFB /* BZipCompression.xcconfig */,
-				5046FCF0FE781817277B8C77593F1EC5 /* BZipCompression-dummy.m */,
-				3034CEFE6575E973D9E943FAFE52175F /* BZipCompression-Info.plist */,
-				820DCCF80EC232B3060F6E3B83D5269A /* BZipCompression-prefix.pch */,
-				EF090DAA2EE38FA1203A145D87003DC3 /* BZipCompression-umbrella.h */,
+				F138EFFF8266BE9B4CF5E5A841CD2C06 /* Travellib.modulemap */,
+				8F46A6714EA1D194BCEFE0893CB99373 /* Travellib.xcconfig */,
+				513A8CB6C327D470C757356E2668D1B9 /* Travellib-dummy.m */,
+				1092AC109D40F902FB0DA86A74E2FEC9 /* Travellib-Info.plist */,
+				D2E97F104D9D4B680C224DDB2F0C3BD4 /* Travellib-prefix.pch */,
+				342A92460EF312226D4396843003ABEB /* Travellib-umbrella.h */,
 			);
 			name = "Support Files";
-			path = "../Target Support Files/BZipCompression";
+			path = "../Target Support Files/Travellib";
 			sourceTree = "<group>";
 		};
 		330C11B6B775356346E037AAF95150FF /* Products */ = {
@@ -884,162 +879,86 @@
 			path = "Target Support Files/Pods-enzevalos_iphoneUITests";
 			sourceTree = "<group>";
 		};
-		3BA3B8DB41F5B3757AFC5A34DC8C4DB1 /* Support Files */ = {
+		3611DC523CFCC0783C7EDCE81BD2A4FE /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				47A929075BDB43DECAB020E526F21A07 /* KeychainAccess.modulemap */,
-				ECA1B86D9DB9361193BD9ADB442F893F /* KeychainAccess.xcconfig */,
-				755D1D4EED7B09EDB5A39BCFB1C59389 /* KeychainAccess-dummy.m */,
-				83074125C95755FAF6D799073594CB2A /* KeychainAccess-Info.plist */,
-				52C1E83FDD42B2A6F9638D238B279B69 /* KeychainAccess-prefix.pch */,
-				055ACEBAE583BF377DF832BFD804CF9A /* KeychainAccess-umbrella.h */,
+				021F916BB06BB0782D8EA48E5C37D721 /* mailcore2-ios.xcconfig */,
 			);
 			name = "Support Files";
-			path = "../Target Support Files/KeychainAccess";
+			path = "../Target Support Files/mailcore2-ios";
 			sourceTree = "<group>";
 		};
-		42E92DEB666D04B5EED893AD1721C43B /* Support Files */ = {
+		36301E5A6B8E9D36A0378DDDEA0C0D7C /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				3F65C0D34FE3846457CBE498405A3114 /* mailcore2-ios.xcconfig */,
+				860AE36A7BAF74523E9F8D591F5EDC80 /* GTMSessionFetcher.modulemap */,
+				FC743EF0743833A7C236C75B3104D8F3 /* GTMSessionFetcher.xcconfig */,
+				632AE4F8063AF7C1EB3F2B97BC5F4B47 /* GTMSessionFetcher-dummy.m */,
+				AB3653C7629A9D4A65C1D8539D26E638 /* GTMSessionFetcher-Info.plist */,
+				D0C953BC86E5DEA79398574FFBBBAE4B /* GTMSessionFetcher-prefix.pch */,
+				A7463F763624ACE88038A88E98558746 /* GTMSessionFetcher-umbrella.h */,
 			);
 			name = "Support Files";
-			path = "../Target Support Files/mailcore2-ios";
+			path = "../Target Support Files/GTMSessionFetcher";
 			sourceTree = "<group>";
 		};
-		46296608109A1752064EF3C607D76DD4 /* BZipCompression */ = {
+		43ABA33A968516F120B6F992C7CC6ABC /* QAKit */ = {
 			isa = PBXGroup;
 			children = (
-				14F652C9EACEF82080217AE08C50467A /* BZipCompression.h */,
-				AB89E1E1B145494FF8C7BFC1403FA12F /* BZipCompression.m */,
-				2A299D30E96D892E2BF1F325AFAFA993 /* Support Files */,
+				40CE9E47E913D445EB95A19B1C8EABF2 /* Fingertips.swift */,
+				CBBCE67FDA8C3A583DC5E68762B6B723 /* Fingertips+Window.swift */,
+				C2EA51567D6EF17DE6594983E193BA3D /* QAKit.swift */,
+				5233309139FEF383AEFC700FBBE71668 /* Support Files */,
 			);
-			name = BZipCompression;
-			path = BZipCompression;
+			name = QAKit;
+			path = QAKit;
 			sourceTree = "<group>";
 		};
-		475CE6F27FF10E995D954EEE5FE01AE4 /* VENTokenField */ = {
+		4B13211F7CEE0C5B9AD5E100AFD73C61 /* GTMSessionFetcher */ = {
 			isa = PBXGroup;
 			children = (
-				16B224C18D0BA6D7674DCAD242BB8664 /* VENBackspaceTextField.h */,
-				EF758E2A5555F11C7D9AFD24E6A20CD0 /* VENBackspaceTextField.m */,
-				4BA723ADD3DDEA8E5A7E52F079F418FD /* VENToken.h */,
-				0A50BAB080D08EA6A9627A205DC52F6C /* VENToken.m */,
-				97341D304197080B4ACA587B2F88BD42 /* VENTokenField.h */,
-				B9C01FE90DA2100083295B20FBFDD81E /* VENTokenField.m */,
-				11D56E3946629951DEA79CFA7D59DBD8 /* Resources */,
-				B0BFDB5C5F5D22DC56A7584C8FB236C9 /* Support Files */,
+				21C723985EBD886CBE1A007D244F2DB8 /* Core */,
+				2CB4ED970A4FBA7206A98FED36DE8310 /* Full */,
+				36301E5A6B8E9D36A0378DDDEA0C0D7C /* Support Files */,
 			);
-			name = VENTokenField;
-			path = VENTokenField;
+			name = GTMSessionFetcher;
+			path = GTMSessionFetcher;
 			sourceTree = "<group>";
 		};
-		531D2905D32A48DF040DE23B3DBD4EC1 /* OpenSSL-Universal */ = {
+		4E50041B2EEAF7BF6399EDE310B57219 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				5E2B164F1CD10993C30886DF505755B1 /* aes.h */,
-				EA12B8B8F994C9ABD7F02CD922250AD0 /* asn1.h */,
-				CAB7681A582E6669247C6CFC2BAE4F54 /* asn1_mac.h */,
-				C8F94F973288DFD2270B47D31CACD8FF /* asn1t.h */,
-				7125840B138747237317605F66306678 /* bio.h */,
-				C91CE5BCDB26B86EEDFC4334736A2836 /* blowfish.h */,
-				CFF9D434A686C22410A1F0863E900BCD /* bn.h */,
-				1A3C23E2C7C0FD5FB14B26D91CC18329 /* buffer.h */,
-				69C8C28E91CB71F3F4E4109B30F3CDB0 /* camellia.h */,
-				89111E3B6F1E7FA0291074E6DE996800 /* cast.h */,
-				C56711664CEC6BA721DA91DCE129B5DE /* cmac.h */,
-				FB4B87F59298DB03654F832D5B9EC558 /* cms.h */,
-				6822DAE7B09E8F9BE7036E4DA7E9AB83 /* comp.h */,
-				97A9CEFB2D3DAC8975897735753B724E /* conf.h */,
-				5F40701FE5A8EEC43ACA28BE584184AD /* conf_api.h */,
-				B2D2DF9E79BF839F1E4AE46DEC8C07E9 /* crypto.h */,
-				0CB06F070D5E63A2C40B0F5E2AF87590 /* des.h */,
-				73927C8077C531DE2A28D262F412763E /* des_old.h */,
-				D3A218AE3D01F8C60B81492E1F73D274 /* dh.h */,
-				FE61DACA17F0BC1795BCED793C394CEE /* dsa.h */,
-				8E163033E82D977F20CD17CF3A515AB8 /* dso.h */,
-				0408EAC97959417BB5F52CC105069FE7 /* dtls1.h */,
-				FE7C1E07A7043A3DD545F54A172D46C4 /* e_os2.h */,
-				9FE4E0F6B618301ACF6DB38738FF849C /* ebcdic.h */,
-				9E12D1F169C400C0263FD4E1E285E5DF /* ec.h */,
-				B96FA441160F299DA10F368D3EB228D4 /* ecdh.h */,
-				CF8C7383475EF0DB8F683739F87F15DC /* ecdsa.h */,
-				75071536170D71DE741029F18E69D0B0 /* engine.h */,
-				1FA0B44FAFB6BAFD898D26F4AA3202FA /* err.h */,
-				805969DA9F7BE99DC926B01A9F4FFAFB /* evp.h */,
-				8C34ADB8C195BA229A5BDAEAB827938D /* hmac.h */,
-				757455D550EABFDFB81AA91F02FCEE56 /* idea.h */,
-				7AE8F7F0C906C6B122F3DC1ED12AB85A /* krb5_asn.h */,
-				2E43180E9E70744625A4788B7B599D7A /* kssl.h */,
-				90FE47374B97C2476A7F21691E52BC21 /* lhash.h */,
-				3A4DE674929E3028281ABDCBA381CD93 /* md4.h */,
-				7DB068B2A006F9ACA9B20C0EBABDFC97 /* md5.h */,
-				41AFF0B52154837B4C1959300E6A1AC2 /* mdc2.h */,
-				B05AE7BA570302E564C1119BA8CAABE6 /* modes.h */,
-				530F02E16A4CE597E598A4192C2DF02E /* obj_mac.h */,
-				248891E6D8D22867B594726C6A7D9DE3 /* objects.h */,
-				8B4515A79FD58965E9BC81F06DC791B3 /* ocsp.h */,
-				1E76CCDEAC190086B01A91A967B5CC18 /* opensslconf.h */,
-				CC3894A7D13BAD4BB4E4C6B337445CC1 /* opensslv.h */,
-				B03A71B49607063DDDC570FFEC1F51FA /* ossl_typ.h */,
-				7F31DB5B5ADBB8C23B805318D27D82FB /* pem.h */,
-				224EBFCA8DCEF04CB717207A4FEB16EE /* pem2.h */,
-				AF3A1549253B8B6C5C0F9EB6679C6E78 /* pkcs12.h */,
-				35CF42DFC525909E1357CC63BB617A3E /* pkcs7.h */,
-				D051E87D16F44E2A1CD514567A3716E7 /* pqueue.h */,
-				D6AB7213634EFAB7DFE1280B82FD69ED /* rand.h */,
-				E0123355D6F0153B46B090047018E0E6 /* rc2.h */,
-				5236D3F9EBE9D317C431983AF2DB1C84 /* rc4.h */,
-				D0BDD3D1B04A49EE7689DB3089A3B0BC /* ripemd.h */,
-				33720B5E85E1F780884D4471DF6213FE /* rsa.h */,
-				888FE78E9B99FA70A9D26CA68E99C17E /* safestack.h */,
-				505C0A78F463E6D7F21B8560AF584863 /* seed.h */,
-				C9054992B3965D99F0929E3A4DD63DE2 /* sha.h */,
-				4FD90AD75E20CAC882DCB69E53536D60 /* srp.h */,
-				7795B5C629AEF2C918E3E104B9381BE1 /* srtp.h */,
-				16DB655B1F694E938A10CBE6CADFA709 /* ssl.h */,
-				CD271FA96BF3873EBFA5CD0E24003417 /* ssl2.h */,
-				AB1E273CEB85EF3CF04F64FE4C196EC5 /* ssl23.h */,
-				381E9BC9E1D751BC50CB75407D12D325 /* ssl3.h */,
-				5E361E30C5EC948FC684FB77644B3245 /* stack.h */,
-				853D6A793C8F793B2A23B00A2DB4DEF4 /* symhacks.h */,
-				79FAC8D2A6AD45C1A7068B6B79DA9BA9 /* tls1.h */,
-				99C3ED522A46058EF97AA9289E2A26A8 /* ts.h */,
-				E068020D48BBEB377823BCF39EA9AAEB /* txt_db.h */,
-				2CEC9706F5055DD13F539F03F966BCC2 /* ui.h */,
-				76D09DCF6A9194951378B00B8733C051 /* ui_compat.h */,
-				948A32CD4D1896EB66FC9501070E518A /* whrlpool.h */,
-				4BA7126A05C3ADDF756D9550FFCCDCB7 /* x509.h */,
-				E1D6459616F4376688149948D3BB21FC /* x509_vfy.h */,
-				67947186010A08214CCA159D8492344C /* x509v3.h */,
-				593FBBA39D2062EE0A576BEB90924C77 /* Frameworks */,
-				83C8B054B724EA1F93598628424ACEDE /* Support Files */,
+				22E7A792F3289D128FA649774A63D918 /* BZipCompression.modulemap */,
+				548E1C882E89ADC00643EBAE319E3EE2 /* BZipCompression.xcconfig */,
+				413BC80F67A4DDA1F8A1EB1973E93D07 /* BZipCompression-dummy.m */,
+				ADB619CD4D1D83390AA38E0A3BA591E0 /* BZipCompression-Info.plist */,
+				B14C820FCDA2AFFAB41871EB4A918C52 /* BZipCompression-prefix.pch */,
+				1622ED87150A0AE238CC18A5522EA897 /* BZipCompression-umbrella.h */,
 			);
-			name = "OpenSSL-Universal";
-			path = "OpenSSL-Universal";
+			name = "Support Files";
+			path = "../Target Support Files/BZipCompression";
 			sourceTree = "<group>";
 		};
-		57A9E98A73D29A2F5EDA08E1D2257CAE /* Support Files */ = {
+		5233309139FEF383AEFC700FBBE71668 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				9E0DBD326FE8A23918682D9EBB3686F4 /* GTMSessionFetcher.modulemap */,
-				FB5D3674403D7600DF0003636B90DED6 /* GTMSessionFetcher.xcconfig */,
-				26B3FE862FE6973A334941A2E591C0C9 /* GTMSessionFetcher-dummy.m */,
-				66410609588A754EDAD4DF151CEAC7BE /* GTMSessionFetcher-Info.plist */,
-				1F1A479274DB2B1BA0E92B5B51310D6E /* GTMSessionFetcher-prefix.pch */,
-				909C5CBE4E95026776E7838086B396F5 /* GTMSessionFetcher-umbrella.h */,
+				D24B522ADC8F56772689F15CFF122F32 /* QAKit.modulemap */,
+				E6243965A725C110A4F11B5F72EE9435 /* QAKit.xcconfig */,
+				538AF7B7E3D0E8987E1017157223B6F6 /* QAKit-dummy.m */,
+				3FB43E0D23E984FE5E7BC559BB43DBBD /* QAKit-Info.plist */,
+				C39A5EFB6D6FD55DA840A3902363682A /* QAKit-prefix.pch */,
+				F494FA9397E37F2418E5A844802CD04A /* QAKit-umbrella.h */,
 			);
 			name = "Support Files";
-			path = "../Target Support Files/GTMSessionFetcher";
+			path = "../Target Support Files/QAKit";
 			sourceTree = "<group>";
 		};
-		593FBBA39D2062EE0A576BEB90924C77 /* Frameworks */ = {
+		55B2D3BAB57974FCA37CF215C36D7005 /* Resources */ = {
 			isa = PBXGroup;
 			children = (
-				32745ED14BFCAE45314331181F7094BA /* libcrypto.a */,
-				E2F9C9481B000BA888A2EEB18B3BC884 /* libssl.a */,
+				53774E866C67683CE3B972AAB77640DE /* VENToken.xib */,
 			);
-			name = Frameworks;
+			name = Resources;
 			sourceTree = "<group>";
 		};
 		5B664A16CB8BDAAC3861E21B02DC02DD /* Targets Support Files */ = {
@@ -1052,6 +971,20 @@
 			name = "Targets Support Files";
 			sourceTree = "<group>";
 		};
+		5BEE8F5FDA0508824C291F788210A281 /* FrameAccessor */ = {
+			isa = PBXGroup;
+			children = (
+				B08DDC15FEEF8E6023910937CC5E1EC4 /* FrameAccessor.h */,
+				B6B03D58894B5263EFB7A958837E2D48 /* ScrollViewFrameAccessor.h */,
+				0CC826FBF06CDCFFEA0ACBB807AD6AF4 /* ScrollViewFrameAccessor.m */,
+				EE050B83D3E98646DF4F26ED3AC51F62 /* ViewFrameAccessor.h */,
+				09BA876F371A3685B80D77D8D48E3C73 /* ViewFrameAccessor.m */,
+				D1FFCB87C6DFCA375299B1599473762E /* Support Files */,
+			);
+			name = FrameAccessor;
+			path = FrameAccessor;
+			sourceTree = "<group>";
+		};
 		63423565E2DA7B810B89A64642E30B59 /* Pods-enzevalos_iphoneTests */ = {
 			isa = PBXGroup;
 			children = (
@@ -1068,14 +1001,42 @@
 			path = "Target Support Files/Pods-enzevalos_iphoneTests";
 			sourceTree = "<group>";
 		};
-		6A17F799250792AD8E6AE17E50D9D95B /* mailcore2-ios */ = {
+		68828AB7F375DEF35FD4DB81D14DACC9 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				81A71A79146E160E091E8CD9E44F9A63 /* Frameworks */,
-				42E92DEB666D04B5EED893AD1721C43B /* Support Files */,
+				C5D4FF8A71D274C3EE0F063EF61C0485 /* AppAuth.modulemap */,
+				B26D87CC0ABA20ED28681499903DE079 /* AppAuth.xcconfig */,
+				C280F54EE6E28DDFF3B87B1E51C130EC /* AppAuth-dummy.m */,
+				514DE64909F3578C9F8E9ABABB5BD7F8 /* AppAuth-Info.plist */,
+				D5E856482E969BCA3C95C57B5912A9F3 /* AppAuth-prefix.pch */,
+				75D1DA1693525784C7D6937F8F22E4B2 /* AppAuth-umbrella.h */,
 			);
-			name = "mailcore2-ios";
-			path = "mailcore2-ios";
+			name = "Support Files";
+			path = "../Target Support Files/AppAuth";
+			sourceTree = "<group>";
+		};
+		6E0B54F509A2DC8662B2A1437A30F2E6 /* KeychainAccess */ = {
+			isa = PBXGroup;
+			children = (
+				52A62E9D05F86BA8757D4A1BEA3F7E2C /* Keychain.swift */,
+				731A27FAEE49C6E860ADD2EE9553EF7E /* Support Files */,
+			);
+			name = KeychainAccess;
+			path = KeychainAccess;
+			sourceTree = "<group>";
+		};
+		731A27FAEE49C6E860ADD2EE9553EF7E /* Support Files */ = {
+			isa = PBXGroup;
+			children = (
+				C52FB12520F7532B17C7BC56F98718BD /* KeychainAccess.modulemap */,
+				D4F486DA95A241C7BEA4DA42FFFEC392 /* KeychainAccess.xcconfig */,
+				4BF72C1D5448325F2C2B3A6EC65B50E2 /* KeychainAccess-dummy.m */,
+				2EDF2E9E1D5C9336B5A03F45CC8AADB1 /* KeychainAccess-Info.plist */,
+				93091ED348C2FA71C3A6A57165955104 /* KeychainAccess-prefix.pch */,
+				581ECDC93307FE0A8AE9565E9E09ED28 /* KeychainAccess-umbrella.h */,
+			);
+			name = "Support Files";
+			path = "../Target Support Files/KeychainAccess";
 			sourceTree = "<group>";
 		};
 		75D3B6E5F28643B81D8A32559DC6F275 /* Pods-enzevalos_iphone */ = {
@@ -1095,21 +1056,30 @@
 			path = "Target Support Files/Pods-enzevalos_iphone";
 			sourceTree = "<group>";
 		};
-		81A71A79146E160E091E8CD9E44F9A63 /* Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				0C3FC3EA50248B4579C4B4D2B7A6EC67 /* libMailCore-ios.a */,
-			);
-			name = Frameworks;
-			sourceTree = "<group>";
-		};
-		83C8B054B724EA1F93598628424ACEDE /* Support Files */ = {
+		838F2C296D5E5694358264367B3E9961 /* GTMAppAuth */ = {
 			isa = PBXGroup;
 			children = (
-				654FD260FA3D68ABCD204B38A20ED1EF /* OpenSSL-Universal.xcconfig */,
+				1F92EFE68648C521F41D0D75AE261410 /* GTMAppAuth.h */,
+				31020EEED71EA0653DCBBDAEDDA7019A /* GTMAppAuthFetcherAuthorization.h */,
+				A68604D23A0E5E454417BBABDB2CB3B4 /* GTMAppAuthFetcherAuthorization.m */,
+				7347E2F343D9B05868DAC357124779F6 /* GTMAppAuthFetcherAuthorization+Keychain.h */,
+				1C94C89D4DF01A19790614E74D859E1A /* GTMAppAuthFetcherAuthorization+Keychain.m */,
+				ECC3C2FFA5BBD84C9F91C3504A2697E6 /* GTMKeychain.h */,
+				63B2FC65CD0B04D379A90A28F8CFF9E6 /* GTMKeychain_iOS.m */,
+				D24CEBBA0484BD07630684E10430B7F6 /* GTMOAuth2KeychainCompatibility.h */,
+				8E1D23AE3F03941A7CB7ADB18359133F /* GTMOAuth2KeychainCompatibility.m */,
+				86BAD4888F724B68C0E7AE56C41EEC35 /* GTMTVAuthorizationRequest.h */,
+				153030E191E2649002FC51BBBBA8353B /* GTMTVAuthorizationRequest.m */,
+				2E89F77D910EEDD68398665F213FBEB3 /* GTMTVAuthorizationResponse.h */,
+				9340843FF62855172C47613B4CC156C6 /* GTMTVAuthorizationResponse.m */,
+				7ABAE85EBC040248411611293828FEC8 /* GTMTVAuthorizationService.h */,
+				4363259D0DD2B1B7B9340F4C96A0BCB9 /* GTMTVAuthorizationService.m */,
+				3A7DA1554276A608C9BB41B980E204B6 /* GTMTVServiceConfiguration.h */,
+				F3442FD7BAFF192FCE4A96D30003B700 /* GTMTVServiceConfiguration.m */,
+				BF154FC27E8A74C8933DC7D5DEDA5B73 /* Support Files */,
 			);
-			name = "Support Files";
-			path = "../Target Support Files/OpenSSL-Universal";
+			name = GTMAppAuth;
+			path = GTMAppAuth;
 			sourceTree = "<group>";
 		};
 		8A92C07ED63E14870AAB6C8B6A915B57 /* Frameworks */ = {
@@ -1123,127 +1093,147 @@
 			name = Frameworks;
 			sourceTree = "<group>";
 		};
-		AB60C2B03E3AB9EEAD2FB5E391D9A48A /* AppAuth */ = {
+		920411165E896ED8BF30F77228C734C8 /* Static */ = {
+			isa = PBXGroup;
+			children = (
+				2C0163EE41355E7B2D3911EB2C3B3655 /* aes.h */,
+				B29F8AD5BFF7F93406BEDD2554637BD0 /* asn1.h */,
+				16130ADF5CBEB085F4CDC0C6E1CB88BA /* asn1_mac.h */,
+				ABD7B9DA47A7ADF2EE4AB0E134567D35 /* asn1t.h */,
+				8B00F37821466E7B2B662BC769C674BF /* bio.h */,
+				9CC225A252EA1249AB1D09CDB459CB21 /* blowfish.h */,
+				3DE1004C5ABB70DAE73BACD2E029BE61 /* bn.h */,
+				E89532572C3A509C4D27F4CDCE22702A /* buffer.h */,
+				EF0845CAF4E014AC43E932AB97CB6C29 /* camellia.h */,
+				EF144480747679E1E561C6B7E35C3D09 /* cast.h */,
+				665CA752F3D84865C656137BADDBFEEF /* cmac.h */,
+				F373DD7ABE6A8122A016A3FF4C61C5B2 /* cms.h */,
+				F13D0A3DD1C3C8675E2FAB4FE6039FC5 /* comp.h */,
+				1CA54DC90BC354E8310C34DD1B87658C /* conf.h */,
+				785FEF76B9779D8114F1B72449669BCA /* conf_api.h */,
+				60F532C15C2BED464241EE7D51C9DB3D /* crypto.h */,
+				DF57F38F46D0AFE592CB05E6BAC35DE7 /* des.h */,
+				57600E922A2B7EBF6A7EA0427AF3D3F1 /* des_old.h */,
+				879D19692969FFD1B3B22B18C197157E /* dh.h */,
+				A7D80675C530F65E35CAFD350CF2F9FB /* dsa.h */,
+				AB972BFE90701CF0778951E7C51B1370 /* dso.h */,
+				221C451A5980711D725E17B861FBAD7B /* dtls1.h */,
+				07FE21E8D6950738D7B6ECAC9B99B75E /* e_os2.h */,
+				E1B67A7174237F794607A9DE1FC7CFF9 /* ebcdic.h */,
+				71A0733C971DFFE40406F76D87F35D0C /* ec.h */,
+				01DF7834DC295EFC5A44A636D633CF07 /* ecdh.h */,
+				86C70808315F8DB59C577B5898F4942D /* ecdsa.h */,
+				2A4AEA7FF0EAF3BDF184FEEB1877251E /* engine.h */,
+				9E70C060B9B1AEC418810CC605372881 /* err.h */,
+				C2CBC727C2099F231251B5397E9BDB72 /* evp.h */,
+				BBB84A38DFF47028A27B3935FEBF8BBE /* hmac.h */,
+				1377C3C4876CD53C97E6546DEAE99250 /* idea.h */,
+				428552703D2128E4B27B6B8C7F654F68 /* krb5_asn.h */,
+				3C5B909443502565CD1D8563655BA7A9 /* kssl.h */,
+				CD19D259F764BCB2CCD65B239BC4FB95 /* lhash.h */,
+				D1E773560A214D73EDD0D2A5725C4DD7 /* md4.h */,
+				047E3667FB5772855467E561201382CD /* md5.h */,
+				EE0BDE6D4133DCFF2A81EBDD50D78852 /* mdc2.h */,
+				0EB25C25999E4B98D8A407EB19F2F33C /* modes.h */,
+				867E0EA0012A955695CD8A112C284CBA /* obj_mac.h */,
+				844A2857A686C9D5C41BEB27269F73EB /* objects.h */,
+				8A99E54E02ECE5699ABB86E20E2A9530 /* ocsp.h */,
+				E2660DE7AEC63C5AA10854B9C6E6BFE4 /* opensslconf.h */,
+				F1A55E0288C84BD47D31476FFB716C2F /* opensslconf-arm64.h */,
+				924835A03241A27FC476D2F4EE27FBC4 /* opensslconf-armv7.h */,
+				5660E943871FE75C9FDB0159B2C9E72B /* opensslconf-armv7s.h */,
+				15A3E9045CF634ACC7D2EED80590D2EC /* opensslconf-x86_64.h */,
+				3E1482B1A181731715E1E51BD84E0941 /* opensslv.h */,
+				241ECF2B05BB51BA6319E6FDCED0D4B2 /* ossl_typ.h */,
+				FDEF8C1630F4990502052D256FE48211 /* pem.h */,
+				4582D4A84BD1B987C06AE546F231ECD8 /* pem2.h */,
+				48C7795E5E793D87FFA605D9180AD791 /* pkcs12.h */,
+				6673AE806710EF3751CD8D3AED42EAFF /* pkcs7.h */,
+				0A7E80BABBC90718C5EF6D2E21E84566 /* pqueue.h */,
+				4275FF8FDF516897D66BAA08251AE022 /* rand.h */,
+				2DCC6FA9A0E73461EB62195B46C0624C /* rc2.h */,
+				55CCB717F61883375A9C0B6C08DE3DBD /* rc4.h */,
+				7E705D9A29D629FA348AA1C03EC870B6 /* ripemd.h */,
+				25238379EABD749242C2EB1329314973 /* rsa.h */,
+				0055142897674979C5C2D2D45CFBFD0F /* safestack.h */,
+				D276CC8E1B168F5FA63DFF75318BA5F4 /* seed.h */,
+				2A4B612EEADDEA229AE01A0A82A7BD97 /* sha.h */,
+				F95DA49D849675591C19B7A88D7726FD /* shim.h */,
+				1246ED21CE73CFD04380D872FD4DDD05 /* srp.h */,
+				4F366F9910B83FD69CB0310ABAB84A6F /* srtp.h */,
+				EB9B8F3992FFD444CF25D3ECA6E94FD1 /* ssl.h */,
+				E9F8354CD5DD50767A778E956B09009E /* ssl2.h */,
+				DDA326292ED6E1B79F2EF9240B55A1ED /* ssl23.h */,
+				48898645EE5A14992D0550A06A419829 /* ssl3.h */,
+				AC4608DB5D354AE4D9E5A98BF87CA8B2 /* stack.h */,
+				9EC47905AFE080ECB14677A21F2B8ADF /* symhacks.h */,
+				F884629BB22E40F97D113F80D98C7488 /* tls1.h */,
+				574029BB86A710A5E4D449034CF0A79E /* ts.h */,
+				9C2C3B4FD052D0E16FC3A8A2CE23D7ED /* txt_db.h */,
+				D62EDA47F36E9DF783EE3B493490150F /* ui.h */,
+				87B4DC9A47020FD11008C78026E91D46 /* ui_compat.h */,
+				8EB242EDB52DDB944EA80D023E94BA61 /* whrlpool.h */,
+				D81243F244053D7A8F24B1AC9828D8F5 /* x509.h */,
+				6C94AFF0BB1A580E4EEC05937CA55862 /* x509_vfy.h */,
+				D5EEBAC658542707559C8EA0A7761AC0 /* x509v3.h */,
+				F56B4A8877FF766C30893C9D2EB01B79 /* Frameworks */,
+			);
+			name = Static;
+			sourceTree = "<group>";
+		};
+		A66712572CC4B8AFFF4561726B722609 /* Onboard */ = {
 			isa = PBXGroup;
 			children = (
-				1E99B79F528EEBD683DD03D64FBD396E /* AppAuth.h */,
-				B15F084DAB5971CD79FC2337B662DFA4 /* OIDAuthorizationFlowSession.h */,
-				9E84803F996C0BEED1CAAE2D62BB5ABE /* OIDAuthorizationRequest.h */,
-				A13466053670ED4374482711A7B61EA9 /* OIDAuthorizationRequest.m */,
-				6846686290446BE68976EE3DA986F0DC /* OIDAuthorizationResponse.h */,
-				D34D50454ADD060809BD3D1334D86640 /* OIDAuthorizationResponse.m */,
-				D336A346CC9052FEE69B303B7987CAD7 /* OIDAuthorizationService.h */,
-				B0ABE99757C52B5CC5EFD781D4ADB822 /* OIDAuthorizationService.m */,
-				191C95F4FAAB0C80161880E96FEEF98C /* OIDAuthorizationService+IOS.h */,
-				A002BAEF5C2B9BD1D2511AC8378376FB /* OIDAuthorizationService+IOS.m */,
-				69A5FE7D652DFC0270649C14F121BE5F /* OIDAuthState.h */,
-				84C089F02C3CBF21B8638D3DCD6F591B /* OIDAuthState.m */,
-				A01DF7F44596DFFFFD9E8014C367868C /* OIDAuthState+IOS.h */,
-				E6CF2C0419553628EBAFD21F2E8287AA /* OIDAuthState+IOS.m */,
-				BE737610E18BF747FC1B375235CFC064 /* OIDAuthStateChangeDelegate.h */,
-				EBB18D2D6D27565D34A923C8ED47B4F0 /* OIDAuthStateErrorDelegate.h */,
-				6EEF85E951859553101FEB14D2334FBB /* OIDClientMetadataParameters.h */,
-				20ACDF705507CF2CAE4863103E03C5EA /* OIDClientMetadataParameters.m */,
-				B9EB7D71DFC8EA54F086CAD0B22D158C /* OIDDefines.h */,
-				E3DCB96C6D76D7B81B90B271E04569C7 /* OIDError.h */,
-				88E0520B68C8AB271DB3968CE56520B2 /* OIDError.m */,
-				15D003E139B17A357490D926E22BDCF0 /* OIDErrorUtilities.h */,
-				F088D91A0F54D7EDA3C85EE7A8B5904A /* OIDErrorUtilities.m */,
-				54A4D22552062A4E5B743593F709D77C /* OIDExternalUserAgent.h */,
-				1D9A21C22A9D6E6A88620367E46EB2E1 /* OIDExternalUserAgentIOS.h */,
-				DCAE6671C0760B143701B813A20CEE0B /* OIDExternalUserAgentIOS.m */,
-				59B578D69CB85D1F0A231FE57B4EDBDB /* OIDExternalUserAgentIOSCustomBrowser.h */,
-				C4A755B57C63B2DCC36C2CA902B32D5C /* OIDExternalUserAgentIOSCustomBrowser.m */,
-				1802CF474E35B4F04476B33D620E3B59 /* OIDExternalUserAgentRequest.h */,
-				C9308F7B62654E39D9049A5EC5555363 /* OIDExternalUserAgentSession.h */,
-				98BF2D6EAAD1F826229CF39A03109CB2 /* OIDFieldMapping.h */,
-				15B4A022472037C1B964322D50F4807B /* OIDFieldMapping.m */,
-				561CA0FED5837A2B8C9F39183746224F /* OIDGrantTypes.h */,
-				F19DA7CC6B3EE917FE82E0E68C5B69D5 /* OIDGrantTypes.m */,
-				2705925373651AF0326729E138CDD028 /* OIDIDToken.h */,
-				25175BAA808D76FDAB1324C8975A935A /* OIDIDToken.m */,
-				5FF303E92C6F7C95002C28A6BBFE350E /* OIDRegistrationRequest.h */,
-				20963ADC0BCD9C9236FDDDD656AC2C09 /* OIDRegistrationRequest.m */,
-				192419BD774BE53824D6CDF424557150 /* OIDRegistrationResponse.h */,
-				7870B480F78570DECABA9489D4226F0C /* OIDRegistrationResponse.m */,
-				9B90FA8C63223B9243CC0F4B42F02CDA /* OIDResponseTypes.h */,
-				844A5E8F10B29B9328F66B38F7542973 /* OIDResponseTypes.m */,
-				3A804FE2DFFFA2960009EAFBAD92A0E0 /* OIDScopes.h */,
-				DDC72417F9E4CC26500C04A203B1A10D /* OIDScopes.m */,
-				8BF2C7E16AA4E19F10F524798609FC96 /* OIDScopeUtilities.h */,
-				FB61B84FC57AC54CFF1172C754D17767 /* OIDScopeUtilities.m */,
-				9F94280E32BFD436866633D005AC0757 /* OIDServiceConfiguration.h */,
-				AC934C6B5D1E7567442CB937AC7FAEDD /* OIDServiceConfiguration.m */,
-				5B7DC385A58F2F5C7C3F5A263881A135 /* OIDServiceDiscovery.h */,
-				FA91FAC2E86C8F019D0D6A30EE0C03CF /* OIDServiceDiscovery.m */,
-				09B09B1C1553CE2381F9C4E02EBEACCE /* OIDTokenRequest.h */,
-				81129AFFB5B7A9E4A07321871380D139 /* OIDTokenRequest.m */,
-				9EC946860B9B438FBFC596F0A012D8BB /* OIDTokenResponse.h */,
-				B9CA4F922F49830538C9519287E598AD /* OIDTokenResponse.m */,
-				EEF8B21339F5CA16F2428064B42321EB /* OIDTokenUtilities.h */,
-				A133248819D1A88F15C76268E00A4D6F /* OIDTokenUtilities.m */,
-				2CD9A8DDED1102892F6652911DC21974 /* OIDURLQueryComponent.h */,
-				0E1CB9A35A088498D9A72A919020A152 /* OIDURLQueryComponent.m */,
-				C12DEB877D6B722544780F3D0C28BF73 /* OIDURLSessionProvider.h */,
-				DA700467170A192109BD2AF82A68990E /* OIDURLSessionProvider.m */,
-				05D780430175C47CA827B524F8185DB8 /* Support Files */,
+				C7625E46DF197E2103DB42A573996BEB /* OnboardingContentViewController.h */,
+				F9C63AF4F01B06AB4F2DEA0B755B9F51 /* OnboardingContentViewController.m */,
+				C9F9C157E0E061A737704CE2BB642039 /* OnboardingViewController.h */,
+				4BBBA6D58D491B8363834B9C99BEF6C5 /* OnboardingViewController.m */,
+				F949DC2510FDAA90A49DE490DDEA3D04 /* Support Files */,
 			);
-			name = AppAuth;
-			path = AppAuth;
+			name = Onboard;
+			path = Onboard;
 			sourceTree = "<group>";
 		};
-		B0BFDB5C5F5D22DC56A7584C8FB236C9 /* Support Files */ = {
+		BE2E45F6F10ECCE59A48C2B4230F6289 /* OpenSSL-Universal */ = {
 			isa = PBXGroup;
 			children = (
-				219FF032CC9A5D3116B724C0610FD7A9 /* VENTokenField.modulemap */,
-				A37915D38E8C8BE507B6CBF7C590453C /* VENTokenField.xcconfig */,
-				DCF119E752C4D10838E10C691F220274 /* VENTokenField-dummy.m */,
-				BC3F63F20CF1BD94594216F8F47D7914 /* VENTokenField-Info.plist */,
-				23095E0BAE7FD7626B235966D9B94FC1 /* VENTokenField-prefix.pch */,
-				6CF34391132FDF8F2D1FC0C45C9F3434 /* VENTokenField-umbrella.h */,
+				920411165E896ED8BF30F77228C734C8 /* Static */,
+				2826FAFFCD8B045E1C364E28A3F19FB6 /* Support Files */,
 			);
-			name = "Support Files";
-			path = "../Target Support Files/VENTokenField";
+			name = "OpenSSL-Universal";
+			path = "OpenSSL-Universal";
 			sourceTree = "<group>";
 		};
-		BAFA28CED48AC4CA4312A4E845ED8136 /* Travellib */ = {
+		BF154FC27E8A74C8933DC7D5DEDA5B73 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				21BE9F25F7884DA9586808F2F459B52A /* Crypto.swift */,
-				253A340FDDC95435D3FABABE1C37CA46 /* Pods-Travellib-umbrella.h */,
-				5EAE550A0B258298D99C11DE483256D8 /* Pods-TravellibTests-umbrella.h */,
-				ED1F477B4CA120B0044E31B013661A27 /* Traveler.swift */,
-				05B5BE3130451497E7FD9D901BD4297D /* TravelError.swift */,
-				6DBD6EDFFEF5AC44189F70C46AE1C95B /* Travellib.h */,
-				FAD4F41C2715217B13B871AED20BFB05 /* Support Files */,
+				7EF57DEC24BCE0394A315B27072EF637 /* GTMAppAuth.modulemap */,
+				A76C4C1D4EBF754BC1A44C76540A7FC9 /* GTMAppAuth.xcconfig */,
+				51BCCC94A6B3855510C5ACB080DBAC62 /* GTMAppAuth-dummy.m */,
+				D869F73983A41B4EFFFC9F0166FB33E9 /* GTMAppAuth-Info.plist */,
+				E8F88051F82FBBCD155CF8D8ACF94A78 /* GTMAppAuth-prefix.pch */,
+				DEA8F7685D3896C6DA2E96C319DA2F0A /* GTMAppAuth-umbrella.h */,
 			);
-			name = Travellib;
-			path = Travellib;
+			name = "Support Files";
+			path = "../Target Support Files/GTMAppAuth";
 			sourceTree = "<group>";
 		};
-		C178F8D203D0FB1D1E500421790A00BF /* GTMSessionFetcher */ = {
+		C3ED9FCE453CCAD0387A49D813BE6E08 /* mailcore2-ios */ = {
 			isa = PBXGroup;
 			children = (
-				190E142EA0034A1200595A23A68B10D1 /* Core */,
-				1A73EAE2376E10858BC387586FC8C80E /* Full */,
-				57A9E98A73D29A2F5EDA08E1D2257CAE /* Support Files */,
+				C68133FB23975F03E49D187F527A2EDF /* Frameworks */,
+				3611DC523CFCC0783C7EDCE81BD2A4FE /* Support Files */,
 			);
-			name = GTMSessionFetcher;
-			path = GTMSessionFetcher;
+			name = "mailcore2-ios";
+			path = "mailcore2-ios";
 			sourceTree = "<group>";
 		};
-		C389ADB18693ED333041883E59D6AEA8 /* Support Files */ = {
+		C68133FB23975F03E49D187F527A2EDF /* Frameworks */ = {
 			isa = PBXGroup;
 			children = (
-				B039EEC5371C980455184C1E69967801 /* FrameAccessor.modulemap */,
-				947A1D484DD343CA5FAEB7E37D4C01FF /* FrameAccessor.xcconfig */,
-				ED0BE0A7E3ED0A13589779D9B7CE3DF4 /* FrameAccessor-dummy.m */,
-				7805F4E6FFA34EE3EE62A692414120B7 /* FrameAccessor-Info.plist */,
-				DFAC97198AE8751934513BB46CC9734D /* FrameAccessor-prefix.pch */,
-				432EE0A8102CB3C5BA04F1E21FA6B74D /* FrameAccessor-umbrella.h */,
+				EDDF321EB6BE5F97B723BD8C932563B0 /* libMailCore-ios.a */,
 			);
-			name = "Support Files";
-			path = "../Target Support Files/FrameAccessor";
+			name = Frameworks;
 			sourceTree = "<group>";
 		};
 		CF1408CF629C7361332E53B88F7BD30C = {
@@ -1251,90 +1241,132 @@
 			children = (
 				9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
 				8A92C07ED63E14870AAB6C8B6A915B57 /* Frameworks */,
-				24B06D429A0314D8B53ACCEA6EB76C67 /* Pods */,
+				0C0B1C4F99CFBCC4ECE7F6A61E878FFE /* Pods */,
 				330C11B6B775356346E037AAF95150FF /* Products */,
 				5B664A16CB8BDAAC3861E21B02DC02DD /* Targets Support Files */,
 			);
 			sourceTree = "<group>";
 		};
-		D275B0119EFC5417E02AB8EE78052520 /* Support Files */ = {
+		D1FFCB87C6DFCA375299B1599473762E /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				0E2B808CAFF46F22851F7555FD2BCACF /* Onboard.modulemap */,
-				EE986F855BFD3288C52F7350455F00E1 /* Onboard.xcconfig */,
-				7274C99E89EADAFA02906EEF818B0A6A /* Onboard-dummy.m */,
-				8F7FB4E944463DE747098857325B0D55 /* Onboard-Info.plist */,
-				345DAB5A8A4F46BF473DB9ED23A17865 /* Onboard-prefix.pch */,
-				418CFBAA3214D1EF37103D162A384E74 /* Onboard-umbrella.h */,
+				7D6DEACF0E0ED329F9494A30AEF615FB /* FrameAccessor.modulemap */,
+				E3C6938D5D419AE6CCBB5C87342613EB /* FrameAccessor.xcconfig */,
+				A705BBE72FC736233117745410ABA862 /* FrameAccessor-dummy.m */,
+				0DA36A85CDE5D224CD8811B4A5707E10 /* FrameAccessor-Info.plist */,
+				F6172590E844342EB9D3D9F88C7F5CE4 /* FrameAccessor-prefix.pch */,
+				8390A6CF1F8933653D11FE2C115913F1 /* FrameAccessor-umbrella.h */,
 			);
 			name = "Support Files";
-			path = "../Target Support Files/Onboard";
+			path = "../Target Support Files/FrameAccessor";
 			sourceTree = "<group>";
 		};
-		D34E2F27A1F96BB5A28402C6D2BEF42F /* Support Files */ = {
+		F0C9B97875724B181EB841A33FBD8556 /* AppAuth */ = {
 			isa = PBXGroup;
 			children = (
-				A287B8B3097F4EA0A044C35814960600 /* QAKit.modulemap */,
-				C45576FCDE344E40481D45B2B8F73EC2 /* QAKit.xcconfig */,
-				CF39DD513C21A45556C3A2D6BA726890 /* QAKit-dummy.m */,
-				0FD35B26572B948F4F915612CF870D8C /* QAKit-Info.plist */,
-				F36415B89271A85176FF850BBAF163CA /* QAKit-prefix.pch */,
-				0FA49096A75C8F5B124C3BACEAC95BC9 /* QAKit-umbrella.h */,
+				18F53E23AAD28200A787D6DA5EE56EC5 /* AppAuth.h */,
+				0E0A4161F070BB4DB283C3D7CAE93141 /* OIDAuthorizationFlowSession.h */,
+				887C0FB79A28F74770740D9A2B8F1B82 /* OIDAuthorizationRequest.h */,
+				C30E8AEB744FEB96A862005A842FB832 /* OIDAuthorizationRequest.m */,
+				63F85B9C3D116204719DC763A68789AF /* OIDAuthorizationResponse.h */,
+				8512560C107EBF176B940E2A0EB0D44B /* OIDAuthorizationResponse.m */,
+				A211BEB55C1248C9CACBFCDB23B232A5 /* OIDAuthorizationService.h */,
+				82EC99D7939D2F7C155A59D9823FB604 /* OIDAuthorizationService.m */,
+				A94EF93CAA66C507A0B4FE30FEF6C5A9 /* OIDAuthorizationService+IOS.h */,
+				AB77FDAC0511789D41105E23CC81C95C /* OIDAuthorizationService+IOS.m */,
+				39D6E636C767F9F2CAE9B369F30012F7 /* OIDAuthState.h */,
+				967597626A81CF5EAAA67163620212B3 /* OIDAuthState.m */,
+				6DC9B1931CC8029B208A38EAF0C52D8B /* OIDAuthState+IOS.h */,
+				FF6A09F86074193E1EF791B9A6E3610E /* OIDAuthState+IOS.m */,
+				7EACFCE0BCE3E84AA132804411D75DC4 /* OIDAuthStateChangeDelegate.h */,
+				344884E7196DBC962052912551451C5E /* OIDAuthStateErrorDelegate.h */,
+				DBE196BEF1FB8A1EAE0AC3856A4749A9 /* OIDClientMetadataParameters.h */,
+				1DEFE34D932FEC0277543FC0F25EDE8B /* OIDClientMetadataParameters.m */,
+				BC5C7F5B5DDCC75A2A1F49CC1129D0B8 /* OIDDefines.h */,
+				6C0D42008CA153F8290AF170880A5660 /* OIDError.h */,
+				F686096D29CB0A3C2EBF43A0534A8E6F /* OIDError.m */,
+				833B31BEF17309298CB55A9681EFE52A /* OIDErrorUtilities.h */,
+				E547A08E1151BF0E50CA9AF102B536A3 /* OIDErrorUtilities.m */,
+				41F89703CB966312A05BFDADADBD792F /* OIDExternalUserAgent.h */,
+				9F7D77F017A4D8EC72ADF58A3E421261 /* OIDExternalUserAgentIOS.h */,
+				7DE61B66EA098CF305BE49FDBB07CEE4 /* OIDExternalUserAgentIOS.m */,
+				C169D915DDBE6BF17F6E3C93142FA0DC /* OIDExternalUserAgentIOSCustomBrowser.h */,
+				F45384E692FD269116C3564118948D36 /* OIDExternalUserAgentIOSCustomBrowser.m */,
+				8E78F7B9185030E42CAFD8E42DE2BF01 /* OIDExternalUserAgentRequest.h */,
+				57847F57CF5368CE8F3F654164D31E94 /* OIDExternalUserAgentSession.h */,
+				238146DB7FBD400F1CA7B61E6355BD21 /* OIDFieldMapping.h */,
+				970FF57CF748FECA075AF270575AC551 /* OIDFieldMapping.m */,
+				9F8580C4ED4F8CD87260B7212BBB2972 /* OIDGrantTypes.h */,
+				C74EA19321518541568B547CD67B609E /* OIDGrantTypes.m */,
+				C470BB5B7141436BDB4C00ADEECD0D6E /* OIDIDToken.h */,
+				12C43468CA876866B4AF7D9BB3F150F9 /* OIDIDToken.m */,
+				30A42536325A417AF7EF04AF610802B1 /* OIDRegistrationRequest.h */,
+				92971035F98FD5F76E7C058504BF1880 /* OIDRegistrationRequest.m */,
+				6DC56960F13B6E4E94CEA94D1A29D37B /* OIDRegistrationResponse.h */,
+				2F58706D014DEFDE7FF2F7E783B1765E /* OIDRegistrationResponse.m */,
+				E701BF94C422F580D3A2BB0CD0182BBE /* OIDResponseTypes.h */,
+				97878580FF9AE95BAEAEFB1EE19F627C /* OIDResponseTypes.m */,
+				00018AAC4820D073F125BD0C9877B40F /* OIDScopes.h */,
+				BF26E1FDE6E81E8DD6556F13D5ABE9F9 /* OIDScopes.m */,
+				9BC23F0C17594660C78E4BB3511BB54B /* OIDScopeUtilities.h */,
+				7C627CC5ECDEB64C8B70DFD71B2BF3A7 /* OIDScopeUtilities.m */,
+				6E5B52A8518029FC5D23423B2970370C /* OIDServiceConfiguration.h */,
+				A2FBBF065C1F0D76BAC095DC5837EF0D /* OIDServiceConfiguration.m */,
+				798C1D777965E06E3779B12D23BAABB8 /* OIDServiceDiscovery.h */,
+				40F79AA60E7BAAA15617441AD3EB414C /* OIDServiceDiscovery.m */,
+				0024E5C3843085EAB3046D2BB54B2B47 /* OIDTokenRequest.h */,
+				CAC8046CF3C3680B4038EF39EE290E7E /* OIDTokenRequest.m */,
+				EA3FA25003A45A1B71B9FEFE460A3D24 /* OIDTokenResponse.h */,
+				C10AC545B8A24A51DB838420ABEA888A /* OIDTokenResponse.m */,
+				0AF918D1CE257D1A92E177A8479B4F9C /* OIDTokenUtilities.h */,
+				B47B835423345C4DA5B39E11969EB137 /* OIDTokenUtilities.m */,
+				C017AA1EE38E2BCD8476BA79B7A9E5BA /* OIDURLQueryComponent.h */,
+				B308FD1D6452259E2D1CA5B9A29B514B /* OIDURLQueryComponent.m */,
+				715A531FE4FBB632DEBB02B05257BF6F /* OIDURLSessionProvider.h */,
+				6F908E6F729046BA4D8FCF5F1DFEC60B /* OIDURLSessionProvider.m */,
+				68828AB7F375DEF35FD4DB81D14DACC9 /* Support Files */,
 			);
-			name = "Support Files";
-			path = "../Target Support Files/QAKit";
+			name = AppAuth;
+			path = AppAuth;
 			sourceTree = "<group>";
 		};
-		D82C442F5F0D7F04777BE21D01D3FEBA /* FrameAccessor */ = {
+		F2649971A318573B726DBADB7D109012 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				C997E1617DD624CEA1858A5648333AB3 /* FrameAccessor.h */,
-				986D85D525B3299B2F616EFFD1D7CCE1 /* ScrollViewFrameAccessor.h */,
-				FC434254559B095B5B5F3B8603D0A03D /* ScrollViewFrameAccessor.m */,
-				14063C51BD16AC088EDBA5AE00795AE9 /* ViewFrameAccessor.h */,
-				4D637D0BE72A441C92D949D7CEAC3D90 /* ViewFrameAccessor.m */,
-				C389ADB18693ED333041883E59D6AEA8 /* Support Files */,
+				CF258BB5DCB462769E035C36E84EB0CE /* VENTokenField.modulemap */,
+				62CB4D004D863E47F76970ABB5DCAC8F /* VENTokenField.xcconfig */,
+				DD4A2D82B96EF3F6D58E515D776A3839 /* VENTokenField-dummy.m */,
+				65BC43D34F65200251EE97B7E8BF93F5 /* VENTokenField-Info.plist */,
+				8B350F722F4586BF06835D80ED5BB6AF /* VENTokenField-prefix.pch */,
+				CC16579BC8CA39058C8C57CBA35D8A5C /* VENTokenField-umbrella.h */,
 			);
-			name = FrameAccessor;
-			path = FrameAccessor;
+			name = "Support Files";
+			path = "../Target Support Files/VENTokenField";
 			sourceTree = "<group>";
 		};
-		D9600E1CDDF628FE581B028572EC8AEC /* GTMAppAuth */ = {
+		F316474287A7FE9D3A75FDF745D0CEB7 /* VENTokenField */ = {
 			isa = PBXGroup;
 			children = (
-				3FC3414C034EF5193E053C40DC1BDF2B /* GTMAppAuth.h */,
-				5464107FB1030697261F97CC0AF58290 /* GTMAppAuthFetcherAuthorization.h */,
-				E52BA1BFE80E89BDBFA1F2B860B73E13 /* GTMAppAuthFetcherAuthorization.m */,
-				50FC2F1854DAFDA6D50EAF8C4497F8C5 /* GTMAppAuthFetcherAuthorization+Keychain.h */,
-				88671E417753549C7714089C2F0B0E72 /* GTMAppAuthFetcherAuthorization+Keychain.m */,
-				7D154C6681137AEBAD8322944A4E0D2E /* GTMKeychain.h */,
-				BBC6FDF982A18DA3B62E54DD89F58B79 /* GTMKeychain_iOS.m */,
-				2F317D31FE106F468E59C875BEA315C2 /* GTMOAuth2KeychainCompatibility.h */,
-				6636024ABECD471783C677B52C5407F6 /* GTMOAuth2KeychainCompatibility.m */,
-				0FB1766ED3652ABCFC01EC28C79E0F22 /* GTMTVAuthorizationRequest.h */,
-				0254E77298DA4A06578A26C11D9954EC /* GTMTVAuthorizationRequest.m */,
-				E6738245E1EC868E36B726AC5B2F2126 /* GTMTVAuthorizationResponse.h */,
-				73A577BA49CFC6F59C6A09C4D5A9FE3E /* GTMTVAuthorizationResponse.m */,
-				B3F291B3E095959F4B85DB346FF0007A /* GTMTVAuthorizationService.h */,
-				45486A33FB24B737C47F421C6511914C /* GTMTVAuthorizationService.m */,
-				4DFC5FA87A3572BD30DC32819AFC2F79 /* GTMTVServiceConfiguration.h */,
-				E9EA768C1A18D9D230D1DDEEC43AF6AF /* GTMTVServiceConfiguration.m */,
-				FF388196B5EDC1B3C5C4D9690895AE06 /* Support Files */,
+				762125B5357CF2F06EC43F74DBA0EDFB /* VENBackspaceTextField.h */,
+				9A27AC76FD4DBC5D8C11AACD43AEDD6A /* VENBackspaceTextField.m */,
+				D002324F83D473CC6DA3506911F55535 /* VENToken.h */,
+				8BEF5AAC677061E782DD6299D0126D79 /* VENToken.m */,
+				BF76075135DEFA7B8EAD01C632C6B76D /* VENTokenField.h */,
+				5FC68912F232E4CBCC5AB6718E7CCD37 /* VENTokenField.m */,
+				55B2D3BAB57974FCA37CF215C36D7005 /* Resources */,
+				F2649971A318573B726DBADB7D109012 /* Support Files */,
 			);
-			name = GTMAppAuth;
-			path = GTMAppAuth;
+			name = VENTokenField;
+			path = VENTokenField;
 			sourceTree = "<group>";
 		};
-		F2F2FFF5B5ED67C1B9EE56726501283A /* QAKit */ = {
+		F56B4A8877FF766C30893C9D2EB01B79 /* Frameworks */ = {
 			isa = PBXGroup;
 			children = (
-				2B10A6A80D12E8D0B8E8E77DD5B05F4A /* Fingertips.swift */,
-				0722231210CBED22E6EF9315AAB3D17C /* Fingertips+Window.swift */,
-				A3DF32A89E4CFD366DF3E4F1B8A7483C /* QAKit.swift */,
-				D34E2F27A1F96BB5A28402C6D2BEF42F /* Support Files */,
+				565DE8932ECFD95CD6E3EA4824581752 /* libcrypto.a */,
+				0A5941048E5675349DC70EE1A8F848B2 /* libssl.a */,
 			);
-			name = QAKit;
-			path = QAKit;
+			name = Frameworks;
 			sourceTree = "<group>";
 		};
 		F86760426B54A3D9A6CA8AA9BCE9C959 /* iOS */ = {
@@ -1348,32 +1380,18 @@
 			name = iOS;
 			sourceTree = "<group>";
 		};
-		FAD4F41C2715217B13B871AED20BFB05 /* Support Files */ = {
+		F949DC2510FDAA90A49DE490DDEA3D04 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
-				E9DE3621A4A7AA1625C6BD431A3DF343 /* Travellib.modulemap */,
-				E000CD7D58965CDE42A7703BCB4EEFB1 /* Travellib.xcconfig */,
-				5151F58BE5AF2B65A8CE80C07C87819F /* Travellib-dummy.m */,
-				6A2AD62A685DFBA66542A45C021B3165 /* Travellib-Info.plist */,
-				EA2C6BF665DBD505BACF399453F50BE2 /* Travellib-prefix.pch */,
-				1C334E7A11486658CBCE40A8C8151CE7 /* Travellib-umbrella.h */,
+				4CCA1A45276CEF5B456851C48F01B546 /* Onboard.modulemap */,
+				4E316CA20D712E9B8EF549E150414868 /* Onboard.xcconfig */,
+				680DFC75C857D4A21AD16167D7B939F4 /* Onboard-dummy.m */,
+				D8B89A4237E2A1F1AE0628BA7FA4D8E5 /* Onboard-Info.plist */,
+				6DF79F5D99D0D7FBA2809800CB920380 /* Onboard-prefix.pch */,
+				B0DF592BBDE1AAE73F1B858C2E45792C /* Onboard-umbrella.h */,
 			);
 			name = "Support Files";
-			path = "../Target Support Files/Travellib";
-			sourceTree = "<group>";
-		};
-		FF388196B5EDC1B3C5C4D9690895AE06 /* Support Files */ = {
-			isa = PBXGroup;
-			children = (
-				B2E16979B8D3D3B79A2197DC448A28DB /* GTMAppAuth.modulemap */,
-				34FA72F526E4DBE4DAC004A6D2725B86 /* GTMAppAuth.xcconfig */,
-				BC3D43BBD0CE34A221D8164236A9BD15 /* GTMAppAuth-dummy.m */,
-				B2C3F4CFC28EA07C68719F60D1795460 /* GTMAppAuth-Info.plist */,
-				B1646E0AB53CCEA72551B94EC5B08665 /* GTMAppAuth-prefix.pch */,
-				C5FC447829925A918E5297813F92101C /* GTMAppAuth-umbrella.h */,
-			);
-			name = "Support Files";
-			path = "../Target Support Files/GTMAppAuth";
+			path = "../Target Support Files/Onboard";
 			sourceTree = "<group>";
 		};
 /* End PBXGroup section */
@@ -2259,9 +2277,9 @@
 			};
 			name = Debug;
 		};
-		0E4CED2B2D06D46EFF905141E25591A9 /* Release */ = {
+		04C6586A2C0136C5A1614FA71143C9B6 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 40A59E86AAA0B3C22884FB275907339D /* AppAuth.xcconfig */;
+			baseConfigurationReference = 62CB4D004D863E47F76970ABB5DCAC8F /* VENTokenField.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2272,18 +2290,18 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/AppAuth/AppAuth-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/AppAuth/AppAuth-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/VENTokenField/VENTokenField-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/VENTokenField/VENTokenField-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/AppAuth/AppAuth.modulemap";
-				PRODUCT_MODULE_NAME = AppAuth;
-				PRODUCT_NAME = AppAuth;
+				MODULEMAP_FILE = "Target Support Files/VENTokenField/VENTokenField.modulemap";
+				PRODUCT_MODULE_NAME = VENTokenField;
+				PRODUCT_NAME = VENTokenField;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
@@ -2291,9 +2309,9 @@
 			};
 			name = Release;
 		};
-		0FD78FDA00EE4282218DEA6C876AFE67 /* Debug */ = {
+		1273584705324C3FC3FA36F324E0CE09 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = EB2EDC0CCDC4F787B76541E91F938FFB /* BZipCompression.xcconfig */;
+			baseConfigurationReference = 8F46A6714EA1D194BCEFE0893CB99373 /* Travellib.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2304,27 +2322,28 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/BZipCompression/BZipCompression-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/BZipCompression/BZipCompression-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/Travellib/Travellib-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/Travellib/Travellib-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/BZipCompression/BZipCompression.modulemap";
-				PRODUCT_MODULE_NAME = BZipCompression;
-				PRODUCT_NAME = BZipCompression;
+				MODULEMAP_FILE = "Target Support Files/Travellib/Travellib.modulemap";
+				PRODUCT_MODULE_NAME = Travellib;
+				PRODUCT_NAME = Travellib;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Debug;
+			name = Release;
 		};
-		13040103F7BD11ECE254843536DBC441 /* Debug */ = {
+		1D75AA1078B1FA0DC7428C22FB9627A3 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = FB5D3674403D7600DF0003636B90DED6 /* GTMSessionFetcher.xcconfig */;
+			baseConfigurationReference = 4E316CA20D712E9B8EF549E150414868 /* Onboard.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2335,27 +2354,27 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/Onboard/Onboard-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/Onboard/Onboard-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/GTMSessionFetcher/GTMSessionFetcher.modulemap";
-				PRODUCT_MODULE_NAME = GTMSessionFetcher;
-				PRODUCT_NAME = GTMSessionFetcher;
+				MODULEMAP_FILE = "Target Support Files/Onboard/Onboard.modulemap";
+				PRODUCT_MODULE_NAME = Onboard;
+				PRODUCT_NAME = Onboard;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
 			name = Debug;
 		};
-		3F24CC1C0DA37D2C797F6C8FAC6AFB28 /* Release */ = {
+		2CB2AA6B1C0CE05D43F3D078943FCAF4 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = FB5D3674403D7600DF0003636B90DED6 /* GTMSessionFetcher.xcconfig */;
+			baseConfigurationReference = B26D87CC0ABA20ED28681499903DE079 /* AppAuth.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2366,18 +2385,18 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/AppAuth/AppAuth-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/AppAuth/AppAuth-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/GTMSessionFetcher/GTMSessionFetcher.modulemap";
-				PRODUCT_MODULE_NAME = GTMSessionFetcher;
-				PRODUCT_NAME = GTMSessionFetcher;
+				MODULEMAP_FILE = "Target Support Files/AppAuth/AppAuth.modulemap";
+				PRODUCT_MODULE_NAME = AppAuth;
+				PRODUCT_NAME = AppAuth;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
@@ -2385,9 +2404,9 @@
 			};
 			name = Release;
 		};
-		486370DE77032094C9135EBE7882656E /* Release */ = {
+		2EF55BF46953B42227B1935C27E62B59 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = A37915D38E8C8BE507B6CBF7C590453C /* VENTokenField.xcconfig */;
+			baseConfigurationReference = B26D87CC0ABA20ED28681499903DE079 /* AppAuth.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2398,28 +2417,27 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/VENTokenField/VENTokenField-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/VENTokenField/VENTokenField-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/AppAuth/AppAuth-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/AppAuth/AppAuth-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/VENTokenField/VENTokenField.modulemap";
-				PRODUCT_MODULE_NAME = VENTokenField;
-				PRODUCT_NAME = VENTokenField;
+				MODULEMAP_FILE = "Target Support Files/AppAuth/AppAuth.modulemap";
+				PRODUCT_MODULE_NAME = AppAuth;
+				PRODUCT_NAME = AppAuth;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Release;
+			name = Debug;
 		};
-		4D48447219F6732C8650FB8037403827 /* Release */ = {
+		4D9F76C68F917957388B6ADAD61A9DDC /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 947A1D484DD343CA5FAEB7E37D4C01FF /* FrameAccessor.xcconfig */;
+			baseConfigurationReference = E6243965A725C110A4F11B5F72EE9435 /* QAKit.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2430,14 +2448,14 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/FrameAccessor/FrameAccessor-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/FrameAccessor/FrameAccessor-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/QAKit/QAKit-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/QAKit/QAKit-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/FrameAccessor/FrameAccessor.modulemap";
-				PRODUCT_MODULE_NAME = FrameAccessor;
-				PRODUCT_NAME = FrameAccessor;
+				MODULEMAP_FILE = "Target Support Files/QAKit/QAKit.modulemap";
+				PRODUCT_MODULE_NAME = QAKit;
+				PRODUCT_NAME = QAKit;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
@@ -2449,9 +2467,9 @@
 			};
 			name = Release;
 		};
-		4D9F76C68F917957388B6ADAD61A9DDC /* Release */ = {
+		4F0FC458F568FF1015547B16C50C3160 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = C45576FCDE344E40481D45B2B8F73EC2 /* QAKit.xcconfig */;
+			baseConfigurationReference = A76C4C1D4EBF754BC1A44C76540A7FC9 /* GTMAppAuth.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2462,28 +2480,27 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/QAKit/QAKit-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/QAKit/QAKit-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/GTMAppAuth/GTMAppAuth-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/GTMAppAuth/GTMAppAuth-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/QAKit/QAKit.modulemap";
-				PRODUCT_MODULE_NAME = QAKit;
-				PRODUCT_NAME = QAKit;
+				MODULEMAP_FILE = "Target Support Files/GTMAppAuth/GTMAppAuth.modulemap";
+				PRODUCT_MODULE_NAME = GTMAppAuth;
+				PRODUCT_NAME = GTMAppAuth;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Release;
+			name = Debug;
 		};
-		5F382681177EBFFC61F8EC5A4C64379A /* Release */ = {
+		55F18E06825E1BFC1A262F9FC0752F52 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = E000CD7D58965CDE42A7703BCB4EEFB1 /* Travellib.xcconfig */;
+			baseConfigurationReference = D4F486DA95A241C7BEA4DA42FFFEC392 /* KeychainAccess.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2494,30 +2511,28 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/Travellib/Travellib-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/Travellib/Travellib-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/KeychainAccess/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/Travellib/Travellib.modulemap";
-				PRODUCT_MODULE_NAME = Travellib;
-				PRODUCT_NAME = Travellib;
+				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_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Release;
+			name = Debug;
 		};
-		73D1C1128A618C07C7647A3685307EB2 /* Debug */ = {
+		639722E5F3AB57CAA17940D54A3FA81B /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 3ECA66823E662646130F8B50EB68B4E7 /* Pods-enzevalos_iphoneTests.debug.xcconfig */;
+			baseConfigurationReference = 4E316CA20D712E9B8EF549E150414868 /* Onboard.xcconfig */;
 			buildSettings = {
-				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
@@ -2527,30 +2542,29 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/Onboard/Onboard-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/Onboard/Onboard-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+				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-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.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/Onboard/Onboard.modulemap";
+				PRODUCT_MODULE_NAME = Onboard;
+				PRODUCT_NAME = Onboard;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Debug;
+			name = Release;
 		};
-		7493865FA7385F3819DCFC5C8511F85B /* Release */ = {
+		63B4D768FD020EE88F4B99837C2C68F7 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = A01C188E4A4633DA34482B692E200121 /* Pods-enzevalos_iphoneTests.release.xcconfig */;
+			baseConfigurationReference = 8F46A6714EA1D194BCEFE0893CB99373 /* Travellib.xcconfig */;
 			buildSettings = {
-				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
@@ -2560,31 +2574,28 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/Travellib/Travellib-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/Travellib/Travellib-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				MACH_O_TYPE = staticlib;
-				MODULEMAP_FILE = "Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.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/Travellib/Travellib.modulemap";
+				PRODUCT_MODULE_NAME = Travellib;
+				PRODUCT_NAME = Travellib;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Release;
+			name = Debug;
 		};
-		7C48D73DCBC83AAEB1EC022F984BA5CF /* Release */ = {
+		6B4E3DE60CBC46181582B1AB1633CC66 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 4B2C1ACF889750589E235DB04F69A7A5 /* Pods-enzevalos_iphone.release.xcconfig */;
+			baseConfigurationReference = 548E1C882E89ADC00643EBAE319E3EE2 /* BZipCompression.xcconfig */;
 			buildSettings = {
-				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
@@ -2594,19 +2605,18 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/BZipCompression/BZipCompression-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/BZipCompression/BZipCompression-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+				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-enzevalos_iphone/Pods-enzevalos_iphone.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/BZipCompression/BZipCompression.modulemap";
+				PRODUCT_MODULE_NAME = BZipCompression;
+				PRODUCT_NAME = BZipCompression;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
@@ -2614,9 +2624,9 @@
 			};
 			name = Release;
 		};
-		803B419A5C51AF256BAAFF0922886412 /* Release */ = {
+		72F01DF87D0E07C8AF954C5384A5F33D /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 34FA72F526E4DBE4DAC004A6D2725B86 /* GTMAppAuth.xcconfig */;
+			baseConfigurationReference = E3C6938D5D419AE6CCBB5C87342613EB /* FrameAccessor.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2627,18 +2637,18 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/GTMAppAuth/GTMAppAuth-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/GTMAppAuth/GTMAppAuth-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/FrameAccessor/FrameAccessor-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/FrameAccessor/FrameAccessor-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/GTMAppAuth/GTMAppAuth.modulemap";
-				PRODUCT_MODULE_NAME = GTMAppAuth;
-				PRODUCT_NAME = GTMAppAuth;
+				MODULEMAP_FILE = "Target Support Files/FrameAccessor/FrameAccessor.modulemap";
+				PRODUCT_MODULE_NAME = FrameAccessor;
+				PRODUCT_NAME = FrameAccessor;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
@@ -2646,10 +2656,11 @@
 			};
 			name = Release;
 		};
-		8114969EAF1E99ACDCDB312665860D50 /* Debug */ = {
+		73D1C1128A618C07C7647A3685307EB2 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = ECA1B86D9DB9361193BD9ADB442F893F /* KeychainAccess.xcconfig */;
+			baseConfigurationReference = 3ECA66823E662646130F8B50EB68B4E7 /* Pods-enzevalos_iphoneTests.debug.xcconfig */;
 			buildSettings = {
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
@@ -2659,27 +2670,28 @@
 				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/KeychainAccess-Info.plist";
+				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
 				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-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.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.2;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
 			name = Debug;
 		};
-		81E688EDDDA99B82456E65D3AAED87CE /* Release */ = {
+		7493865FA7385F3819DCFC5C8511F85B /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 1300337692F8FDB0478F27036F5984E3 /* Pods-enzevalos_iphoneUITests.release.xcconfig */;
+			baseConfigurationReference = A01C188E4A4633DA34482B692E200121 /* Pods-enzevalos_iphoneTests.release.xcconfig */;
 			buildSettings = {
 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				CODE_SIGN_IDENTITY = "";
@@ -2691,12 +2703,12 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests-Info.plist";
+				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
 				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				MACH_O_TYPE = staticlib;
-				MODULEMAP_FILE = "Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.modulemap";
+				MODULEMAP_FILE = "Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.modulemap";
 				OTHER_LDFLAGS = "";
 				OTHER_LIBTOOLFLAGS = "";
 				PODS_ROOT = "$(SRCROOT)";
@@ -2711,10 +2723,11 @@
 			};
 			name = Release;
 		};
-		891A409EBD7C4994D95DDC03BEEA4D33 /* Release */ = {
+		7C48D73DCBC83AAEB1EC022F984BA5CF /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = EE986F855BFD3288C52F7350455F00E1 /* Onboard.xcconfig */;
+			baseConfigurationReference = 4B2C1ACF889750589E235DB04F69A7A5 /* Pods-enzevalos_iphone.release.xcconfig */;
 			buildSettings = {
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
@@ -2724,18 +2737,19 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/Onboard/Onboard-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/Onboard/Onboard-Info.plist";
+				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				MODULEMAP_FILE = "Target Support Files/Onboard/Onboard.modulemap";
-				PRODUCT_MODULE_NAME = Onboard;
-				PRODUCT_NAME = Onboard;
+				MACH_O_TYPE = staticlib;
+				MODULEMAP_FILE = "Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.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.2;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
@@ -2743,23 +2757,11 @@
 			};
 			name = Release;
 		};
-		8F202A3E600955955D491DA1740A97A6 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			baseConfigurationReference = 654FD260FA3D68ABCD204B38A20ED1EF /* OpenSSL-Universal.xcconfig */;
-			buildSettings = {
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-				CODE_SIGN_IDENTITY = "iPhone Developer";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
-				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
-				SDKROOT = iphoneos;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Debug;
-		};
-		988402A091A11CD3FD7D356B20707B26 /* Release */ = {
+		81E688EDDDA99B82456E65D3AAED87CE /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = ECA1B86D9DB9361193BD9ADB442F893F /* KeychainAccess.xcconfig */;
+			baseConfigurationReference = 1300337692F8FDB0478F27036F5984E3 /* Pods-enzevalos_iphoneUITests.release.xcconfig */;
 			buildSettings = {
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
@@ -2769,18 +2771,19 @@
 				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/KeychainAccess-Info.plist";
+				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.3;
 				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-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.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.2;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
@@ -2788,9 +2791,9 @@
 			};
 			name = Release;
 		};
-		9F9D5DF52F981F21F9F33E148F6D6724 /* Release */ = {
+		8F202A3E600955955D491DA1740A97A6 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 654FD260FA3D68ABCD204B38A20ED1EF /* OpenSSL-Universal.xcconfig */;
+			baseConfigurationReference = B2874AA19724563A5E50326214736649 /* OpenSSL-Universal.xcconfig */;
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -2798,13 +2801,12 @@
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				SDKROOT = iphoneos;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
 			};
-			name = Release;
+			name = Debug;
 		};
-		A60A1253C331869936A84D53775C43CB /* Debug */ = {
+		90254AD95E4D8BD6D51C8661BF7EAD21 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 34FA72F526E4DBE4DAC004A6D2725B86 /* GTMAppAuth.xcconfig */;
+			baseConfigurationReference = 62CB4D004D863E47F76970ABB5DCAC8F /* VENTokenField.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2815,27 +2817,41 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/GTMAppAuth/GTMAppAuth-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/GTMAppAuth/GTMAppAuth-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/VENTokenField/VENTokenField-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/VENTokenField/VENTokenField-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/GTMAppAuth/GTMAppAuth.modulemap";
-				PRODUCT_MODULE_NAME = GTMAppAuth;
-				PRODUCT_NAME = GTMAppAuth;
+				MODULEMAP_FILE = "Target Support Files/VENTokenField/VENTokenField.modulemap";
+				PRODUCT_MODULE_NAME = VENTokenField;
+				PRODUCT_NAME = VENTokenField;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
 			name = Debug;
 		};
-		A8462F8684E8CF18D10D7FEF8BD3D9ED /* Debug */ = {
+		9F9D5DF52F981F21F9F33E148F6D6724 /* Release */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = B2874AA19724563A5E50326214736649 /* OpenSSL-Universal.xcconfig */;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CODE_SIGN_IDENTITY = "iPhone Developer";
+				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				SDKROOT = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		A2E416823A863C7BE07B69626AF37BDC /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = EE986F855BFD3288C52F7350455F00E1 /* Onboard.xcconfig */;
+			baseConfigurationReference = 548E1C882E89ADC00643EBAE319E3EE2 /* BZipCompression.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2846,18 +2862,18 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/Onboard/Onboard-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/Onboard/Onboard-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/BZipCompression/BZipCompression-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/BZipCompression/BZipCompression-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/Onboard/Onboard.modulemap";
-				PRODUCT_MODULE_NAME = Onboard;
-				PRODUCT_NAME = Onboard;
+				MODULEMAP_FILE = "Target Support Files/BZipCompression/BZipCompression.modulemap";
+				PRODUCT_MODULE_NAME = BZipCompression;
+				PRODUCT_NAME = BZipCompression;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
@@ -2930,7 +2946,7 @@
 		};
 		AC8EBF2D3CA35BF5C63EEE998B72F9A0 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 3F65C0D34FE3846457CBE498405A3114 /* mailcore2-ios.xcconfig */;
+			baseConfigurationReference = 021F916BB06BB0782D8EA48E5C37D721 /* mailcore2-ios.xcconfig */;
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -2943,7 +2959,7 @@
 		};
 		AE464486202D2BD6BAE1ACBEFFFCFC99 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 3F65C0D34FE3846457CBE498405A3114 /* mailcore2-ios.xcconfig */;
+			baseConfigurationReference = 021F916BB06BB0782D8EA48E5C37D721 /* mailcore2-ios.xcconfig */;
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -2955,9 +2971,9 @@
 			};
 			name = Release;
 		};
-		B599ACFC17204860DC0A7F0651683913 /* Release */ = {
+		B87774909B3BA56216DDE329FA724087 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = EB2EDC0CCDC4F787B76541E91F938FFB /* BZipCompression.xcconfig */;
+			baseConfigurationReference = E6243965A725C110A4F11B5F72EE9435 /* QAKit.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -2968,28 +2984,27 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/BZipCompression/BZipCompression-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/BZipCompression/BZipCompression-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/QAKit/QAKit-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/QAKit/QAKit-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/BZipCompression/BZipCompression.modulemap";
-				PRODUCT_MODULE_NAME = BZipCompression;
-				PRODUCT_NAME = BZipCompression;
+				MODULEMAP_FILE = "Target Support Files/QAKit/QAKit.modulemap";
+				PRODUCT_MODULE_NAME = QAKit;
+				PRODUCT_NAME = QAKit;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
 				SWIFT_VERSION = 4.2;
 				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Release;
+			name = Debug;
 		};
-		B87774909B3BA56216DDE329FA724087 /* Debug */ = {
+		BC334190485B1F4408F03EDF94A692EF /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = C45576FCDE344E40481D45B2B8F73EC2 /* QAKit.xcconfig */;
+			baseConfigurationReference = D4F486DA95A241C7BEA4DA42FFFEC392 /* KeychainAccess.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -3000,23 +3015,24 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/QAKit/QAKit-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/QAKit/QAKit-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/KeychainAccess/KeychainAccess-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/KeychainAccess/KeychainAccess-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/QAKit/QAKit.modulemap";
-				PRODUCT_MODULE_NAME = QAKit;
-				PRODUCT_NAME = QAKit;
+				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_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Debug;
+			name = Release;
 		};
 		C6EA6453A7E09D8BDB3CD6BDBD45FAEC /* Debug */ = {
 			isa = XCBuildConfiguration;
@@ -3051,9 +3067,9 @@
 			};
 			name = Debug;
 		};
-		C82E43C2842AECB55A5F7805425145DE /* Debug */ = {
+		D2CDA0DFB78C67CBDDA226C134D75DA5 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 947A1D484DD343CA5FAEB7E37D4C01FF /* FrameAccessor.xcconfig */;
+			baseConfigurationReference = FC743EF0743833A7C236C75B3104D8F3 /* GTMSessionFetcher.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -3064,27 +3080,27 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/FrameAccessor/FrameAccessor-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/FrameAccessor/FrameAccessor-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-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/FrameAccessor/FrameAccessor.modulemap";
-				PRODUCT_MODULE_NAME = FrameAccessor;
-				PRODUCT_NAME = FrameAccessor;
+				MODULEMAP_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap";
+				PRODUCT_MODULE_NAME = GTMSessionFetcher;
+				PRODUCT_NAME = GTMSessionFetcher;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
 			name = Debug;
 		};
-		D9E1A5DD0B2B80C5F35236AEE3BAE7A9 /* Debug */ = {
+		DEBFE443C94E548BF224A55A4E116E73 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 40A59E86AAA0B3C22884FB275907339D /* AppAuth.xcconfig */;
+			baseConfigurationReference = A76C4C1D4EBF754BC1A44C76540A7FC9 /* GTMAppAuth.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -3095,27 +3111,28 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/AppAuth/AppAuth-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/AppAuth/AppAuth-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/GTMAppAuth/GTMAppAuth-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/GTMAppAuth/GTMAppAuth-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/AppAuth/AppAuth.modulemap";
-				PRODUCT_MODULE_NAME = AppAuth;
-				PRODUCT_NAME = AppAuth;
+				MODULEMAP_FILE = "Target Support Files/GTMAppAuth/GTMAppAuth.modulemap";
+				PRODUCT_MODULE_NAME = GTMAppAuth;
+				PRODUCT_NAME = GTMAppAuth;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Debug;
+			name = Release;
 		};
-		DBCB06225B1A9E2E899F10BDB835E9F0 /* Debug */ = {
+		E3DE89EDF007A964BF0786ADE0211541 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = A37915D38E8C8BE507B6CBF7C590453C /* VENTokenField.xcconfig */;
+			baseConfigurationReference = FC743EF0743833A7C236C75B3104D8F3 /* GTMSessionFetcher.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -3126,27 +3143,28 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/VENTokenField/VENTokenField-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/VENTokenField/VENTokenField-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-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/VENTokenField/VENTokenField.modulemap";
-				PRODUCT_MODULE_NAME = VENTokenField;
-				PRODUCT_NAME = VENTokenField;
+				MODULEMAP_FILE = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap";
+				PRODUCT_MODULE_NAME = GTMSessionFetcher;
+				PRODUCT_NAME = GTMSessionFetcher;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
 			};
-			name = Debug;
+			name = Release;
 		};
-		E69CA8ADB3FC0B2D5A948DA67490721A /* Debug */ = {
+		EBBD684E2CB082122455A71E8C5467B1 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = E000CD7D58965CDE42A7703BCB4EEFB1 /* Travellib.xcconfig */;
+			baseConfigurationReference = E3C6938D5D419AE6CCBB5C87342613EB /* FrameAccessor.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -3157,18 +3175,18 @@
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
 				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/Travellib/Travellib-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/Travellib/Travellib-Info.plist";
+				GCC_PREFIX_HEADER = "Target Support Files/FrameAccessor/FrameAccessor-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/FrameAccessor/FrameAccessor-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/Travellib/Travellib.modulemap";
-				PRODUCT_MODULE_NAME = Travellib;
-				PRODUCT_NAME = Travellib;
+				MODULEMAP_FILE = "Target Support Files/FrameAccessor/FrameAccessor.modulemap";
+				PRODUCT_MODULE_NAME = FrameAccessor;
+				PRODUCT_NAME = FrameAccessor;
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 4.2;
+				SWIFT_VERSION = 5.0;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
@@ -3241,8 +3259,8 @@
 		114734CE332F5BFEEC14693646396471 /* Build configuration list for PBXNativeTarget "AppAuth" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				D9E1A5DD0B2B80C5F35236AEE3BAE7A9 /* Debug */,
-				0E4CED2B2D06D46EFF905141E25591A9 /* Release */,
+				2EF55BF46953B42227B1935C27E62B59 /* Debug */,
+				2CB2AA6B1C0CE05D43F3D078943FCAF4 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3268,8 +3286,8 @@
 		52E5B980C26F0D912A71223FDC043874 /* Build configuration list for PBXNativeTarget "Onboard" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				A8462F8684E8CF18D10D7FEF8BD3D9ED /* Debug */,
-				891A409EBD7C4994D95DDC03BEEA4D33 /* Release */,
+				1D75AA1078B1FA0DC7428C22FB9627A3 /* Debug */,
+				639722E5F3AB57CAA17940D54A3FA81B /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3295,8 +3313,8 @@
 		7C884374FB85A8E2135D3314686EFCF5 /* Build configuration list for PBXNativeTarget "BZipCompression" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				0FD78FDA00EE4282218DEA6C876AFE67 /* Debug */,
-				B599ACFC17204860DC0A7F0651683913 /* Release */,
+				A2E416823A863C7BE07B69626AF37BDC /* Debug */,
+				6B4E3DE60CBC46181582B1AB1633CC66 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3313,8 +3331,8 @@
 		9FD0A9BADAA67DBC5BCE1CDE9B7628B4 /* Build configuration list for PBXNativeTarget "Travellib" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				E69CA8ADB3FC0B2D5A948DA67490721A /* Debug */,
-				5F382681177EBFFC61F8EC5A4C64379A /* Release */,
+				63B4D768FD020EE88F4B99837C2C68F7 /* Debug */,
+				1273584705324C3FC3FA36F324E0CE09 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3322,8 +3340,8 @@
 		B515DE3425075C8401D4FD304A40D7FF /* Build configuration list for PBXNativeTarget "FrameAccessor" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				C82E43C2842AECB55A5F7805425145DE /* Debug */,
-				4D48447219F6732C8650FB8037403827 /* Release */,
+				EBBD684E2CB082122455A71E8C5467B1 /* Debug */,
+				72F01DF87D0E07C8AF954C5384A5F33D /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3340,8 +3358,8 @@
 		CC6A598F655A31FA109A49420E998ADE /* Build configuration list for PBXNativeTarget "GTMAppAuth" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				A60A1253C331869936A84D53775C43CB /* Debug */,
-				803B419A5C51AF256BAAFF0922886412 /* Release */,
+				4F0FC458F568FF1015547B16C50C3160 /* Debug */,
+				DEBFE443C94E548BF224A55A4E116E73 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3349,8 +3367,8 @@
 		D184EBEE5C72B658090DCC6AAF440413 /* Build configuration list for PBXNativeTarget "VENTokenField" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				DBCB06225B1A9E2E899F10BDB835E9F0 /* Debug */,
-				486370DE77032094C9135EBE7882656E /* Release */,
+				90254AD95E4D8BD6D51C8661BF7EAD21 /* Debug */,
+				04C6586A2C0136C5A1614FA71143C9B6 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3358,8 +3376,8 @@
 		DE15D3D37E993FBD358414CD9F51D3B6 /* Build configuration list for PBXNativeTarget "KeychainAccess" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				8114969EAF1E99ACDCDB312665860D50 /* Debug */,
-				988402A091A11CD3FD7D356B20707B26 /* Release */,
+				55F18E06825E1BFC1A262F9FC0752F52 /* Debug */,
+				BC334190485B1F4408F03EDF94A692EF /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
@@ -3376,8 +3394,8 @@
 		FC2973537407BB7CA4711DEE435052A8 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				13040103F7BD11ECE254843536DBC441 /* Debug */,
-				3F24CC1C0DA37D2C797F6C8FAC6AFB28 /* Release */,
+				D2CDA0DFB78C67CBDDA226C134D75DA5 /* Debug */,
+				E3DE89EDF007A964BF0786ADE0211541 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
diff --git a/Pods/Target Support Files/AppAuth/AppAuth-Info.plist b/Pods/Target Support Files/AppAuth/AppAuth-Info.plist
index 87f5536..e1e38c8 100644
--- a/Pods/Target Support Files/AppAuth/AppAuth-Info.plist	
+++ b/Pods/Target Support Files/AppAuth/AppAuth-Info.plist	
@@ -15,7 +15,7 @@
   <key>CFBundlePackageType</key>
   <string>FMWK</string>
   <key>CFBundleShortVersionString</key>
-  <string>0.95.0</string>
+  <string>0.95.1</string>
   <key>CFBundleSignature</key>
   <string>????</string>
   <key>CFBundleVersion</key>
diff --git a/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist b/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist
index 19f73ea..e433362 100644
--- a/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist	
+++ b/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist	
@@ -15,7 +15,7 @@
   <key>CFBundlePackageType</key>
   <string>FMWK</string>
   <key>CFBundleShortVersionString</key>
-  <string>1.2.1</string>
+  <string>1.2.2</string>
   <key>CFBundleSignature</key>
   <string>????</string>
   <key>CFBundleVersion</key>
diff --git a/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.xcconfig b/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.xcconfig
index d1f8c75..4ad5d34 100644
--- a/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.xcconfig	
+++ b/Pods/Target Support Files/OpenSSL-Universal/OpenSSL-Universal.xcconfig	
@@ -1,7 +1,7 @@
 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/OpenSSL-Universal
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal"
-LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/lib-ios"
+LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/ios/lib"
 OTHER_LDFLAGS = $(inherited) -l"crypto" -l"ssl"
 PODS_BUILD_DIR = ${BUILD_DIR}
 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.debug.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.debug.xcconfig
index f9d927a..011cf7b 100644
--- a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.debug.xcconfig	
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.debug.xcconfig	
@@ -3,7 +3,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth"
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios"
 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/lib-ios" "${PODS_ROOT}/mailcore2-ios/cocoapods-build/lib"
+LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/ios/lib" "${PODS_ROOT}/mailcore2-ios/cocoapods-build/lib"
 OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Onboard" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/QAKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Travellib" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField"
 OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"bz2" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
 OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.release.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.release.xcconfig
index f9d927a..011cf7b 100644
--- a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.release.xcconfig	
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.release.xcconfig	
@@ -3,7 +3,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth"
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios"
 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/lib-ios" "${PODS_ROOT}/mailcore2-ios/cocoapods-build/lib"
+LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/ios/lib" "${PODS_ROOT}/mailcore2-ios/cocoapods-build/lib"
 OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Onboard" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/QAKit" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Travellib" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField"
 OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"bz2" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
 OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.debug.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.debug.xcconfig
index 1d963b7..ae971d8 100644
--- a/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.debug.xcconfig	
+++ b/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.debug.xcconfig	
@@ -2,7 +2,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth"
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios"
 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
+OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"iconv" -l"resolv" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
 PODS_BUILD_DIR = ${BUILD_DIR}
 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
 PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.release.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.release.xcconfig
index 1d963b7..ae971d8 100644
--- a/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.release.xcconfig	
+++ b/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.release.xcconfig	
@@ -2,7 +2,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth"
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios"
 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
+OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"iconv" -l"resolv" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
 PODS_BUILD_DIR = ${BUILD_DIR}
 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
 PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.debug.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.debug.xcconfig
index 1d963b7..ae971d8 100644
--- a/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.debug.xcconfig	
+++ b/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.debug.xcconfig	
@@ -2,7 +2,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth"
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios"
 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
+OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"iconv" -l"resolv" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
 PODS_BUILD_DIR = ${BUILD_DIR}
 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
 PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.release.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.release.xcconfig
index 1d963b7..ae971d8 100644
--- a/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.release.xcconfig	
+++ b/Pods/Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.release.xcconfig	
@@ -2,7 +2,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth"
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BZipCompression/BZipCompression.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FrameAccessor/FrameAccessor.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KeychainAccess/KeychainAccess.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Onboard/Onboard.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/QAKit/QAKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Travellib/Travellib.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/VENTokenField/VENTokenField.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios"
 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
+OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"iconv" -l"resolv" -l"xml2" -l"z" -framework "AppAuth" -framework "BZipCompression" -framework "FrameAccessor" -framework "GTMAppAuth" -framework "GTMSessionFetcher" -framework "KeychainAccess" -framework "Onboard" -framework "QAKit" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "Travellib" -framework "VENTokenField"
 PODS_BUILD_DIR = ${BUILD_DIR}
 PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
 PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
-- 
GitLab