diff --git a/Podfile b/Podfile
index 9069b8a671b9f40e49aa9f9f014d57f956b0a098..d3e3749261046c5ca176b307cab241ec94343746 100644
--- a/Podfile
+++ b/Podfile
@@ -3,35 +3,40 @@ platform :ios, '9.3'
 
 project '../enzevalos_iphone/enzevalos_iphone.xcodeproj'
 
+inhibit_all_warnings!
+use_frameworks!
+
+def pods
+	# VENTokenField is modified
+	pod 'VENTokenField', '~> 2.0'
+	pod 'mailcore2-ios', :git => 'https://github.com/MailCore/mailcore2.git', :branch => 'master'
+	#pod 'ObjectivePGP'
+	pod 'OpenSSL-Universal'
+	pod 'BZipCompression'
+	pod 'KeychainAccess'#, '~> 2.4'
+	pod 'Onboard'
+	#pod 'deltachat-core', :git => 'https://github.com/r10s/deltachat-core.git', :branch => 'master'
+	# pod 'OpenSSL'
+
+	# pod 'UNNetPGP', :git => 'https://github.com/oliverFU/unnetpgp.git', :branch => 'master'
+end
+
 target 'enzevalos_iphone' do
-  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
-  use_frameworks!
-
-  # Pods for enzevalos_iphone
-  
-  # VENTokenField is modified
-  pod 'VENTokenField', '~> 2.0'
-  pod 'mailcore2-ios', :git => 'https://github.com/MailCore/mailcore2.git', :branch => 'master'
-  #pod 'ObjectivePGP'
-  pod 'OpenSSL-Universal'
-  pod 'BZipCompression'
-  pod 'KeychainAccess'#, '~> 2.4'
-  pod 'Onboard'
-  #pod 'deltachat-core', :git => 'https://github.com/r10s/deltachat-core.git', :branch => 'master'
-  # pod 'OpenSSL'
-  
-  # pod 'UNNetPGP', :git => 'https://github.com/oliverFU/unnetpgp.git', :branch => 'master'
-
-
-
-  target 'enzevalos_iphoneTests' do
-    inherit! :search_paths
-    # Pods for testing
-  end
-
-  target 'enzevalos_iphoneUITests' do
-    inherit! :search_paths
-    # Pods for testing
-  end
 
+	pods
+
+	target 'enzevalos_iphoneTests' do
+		inherit! :search_paths
+		# Pods for testing
+	end
+
+	target 'enzevalos_iphoneUITests' do
+		inherit! :search_paths
+		# Pods for testing
+	end
+end
+
+target 'enzevalos_iphone-AdHoc' do
+
+	pods
 end
diff --git a/Podfile.lock b/Podfile.lock
index 8882792b15ef56b1117cb9410c283b83d4437b7b..e640e317b895361f6f1d7d831f4dac0f0f1121df 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -35,6 +35,6 @@ SPEC CHECKSUMS:
   OpenSSL-Universal: bcea8d73aec478029029164f9f0695b57cb94309
   VENTokenField: 5a19b838fb97f040e3d4c93f584b4adeaf3fc1ee
 
-PODFILE CHECKSUM: 0467f9885b137d8b03e85207642d9affce0b7706
+PODFILE CHECKSUM: f3b33f435e8976c4e52318a90366a0104413d4f3
 
 COCOAPODS: 1.3.1
diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock
index 8882792b15ef56b1117cb9410c283b83d4437b7b..e640e317b895361f6f1d7d831f4dac0f0f1121df 100644
--- a/Pods/Manifest.lock
+++ b/Pods/Manifest.lock
@@ -35,6 +35,6 @@ SPEC CHECKSUMS:
   OpenSSL-Universal: bcea8d73aec478029029164f9f0695b57cb94309
   VENTokenField: 5a19b838fb97f040e3d4c93f584b4adeaf3fc1ee
 
-PODFILE CHECKSUM: 0467f9885b137d8b03e85207642d9affce0b7706
+PODFILE CHECKSUM: f3b33f435e8976c4e52318a90366a0104413d4f3
 
 COCOAPODS: 1.3.1
diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj
index 13a5613fe6e1ba1b027a8d2d2be4b01b93b6faf0..955477ce13b2b9f61d7914615cea534e0643a391 100644
--- a/Pods/Pods.xcodeproj/project.pbxproj
+++ b/Pods/Pods.xcodeproj/project.pbxproj
@@ -8,49 +8,52 @@
 
 /* Begin PBXBuildFile section */
 		007B997F15558E10D0846CEED1F3B758 /* VENToken.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9AE98409270D4D40F7A53A7827DD3A55 /* VENToken.xib */; };
-		0947628399E2BD79FD8CB3C082ACED5B /* VENTokenField.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C4DCAD6F1261BD2D04449CE094517B /* VENTokenField.m */; };
-		09B6A71239E7699B9603BDF15BB59713 /* Pods-enzevalos_iphoneTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C56F13C499E6B53A9CD6A590D994A4F /* Pods-enzevalos_iphoneTests-dummy.m */; };
+		09B6A71239E7699B9603BDF15BB59713 /* Pods-enzevalos_iphoneTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3497FA3DA4FAC1100B87DB0318826CAE /* Pods-enzevalos_iphoneTests-dummy.m */; };
 		0E62ACA3CA147C7F014A71F617A7E736 /* OnboardingViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 98AD02F73AA4F4AA0343F05F845F1FFD /* OnboardingViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		1247D21483D21E465C796C705D643651 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 076215799BBB46C4F2EC7DC2920E7317 /* KeychainAccess-dummy.m */; };
 		14D14E2B0D18B4E2FD2F5BC51F50AFA1 /* FrameAccessor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D68A7C96D545C9AD99C5E3BFF9D6B2 /* FrameAccessor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		16D09F9D9BC0F1D306214456E0C8F36C /* BZipCompression-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DB30CE52A2EAD5E106FE37D46E511FF /* BZipCompression-dummy.m */; };
 		1C89D5D70D5A1FC57F7BB3A71FD676E0 /* FrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = C45E0778D268375448DDFB3018D0D834 /* FrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		1F95111D8A4B99D24273D6FAF91DFACF /* Pods-enzevalos_iphone-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C23F177247A4C23A536C359225F1376 /* Pods-enzevalos_iphone-dummy.m */; };
-		24CFC1D5A307DFAEC01112A7B63B16E7 /* Pods-enzevalos_iphoneTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 103736584D7A59947D9AB2E3AD56A374 /* Pods-enzevalos_iphoneTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		25E4A20F7E90FFAE3A1BE48262E1C454 /* VENToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5FABCE3B5D056015392073B7588F80 /* VENToken.m */; };
-		2C2D53A0458E2D7CF0E801D2D6D3BBCF /* Pods-enzevalos_iphoneUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A16D59ADFFC50B6E15E3207BF0A897E5 /* Pods-enzevalos_iphoneUITests-dummy.m */; };
-		36C3DAF673D072F094AD20930D08CD90 /* VENTokenField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 484BA321553578FFC911BB86D02141F3 /* VENTokenField-dummy.m */; };
-		37CF3873E7D4B520CAC457B054A0ED01 /* ViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D53D3794808B72B1E4944BAEBCAE42 /* ViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
-		3A391D3D14A2845BCD33B3DF9B980A94 /* ScrollViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = E53E7CF6A7F56E810AD11FCE5D02457E /* ScrollViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
+		1D9C162CF5E70C7EE078D872496C5FE4 /* VENTokenField.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C4DCAD6F1261BD2D04449CE094517B /* VENTokenField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		1F95111D8A4B99D24273D6FAF91DFACF /* Pods-enzevalos_iphone-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 55D898D3E2370CD90A97371CA828EF41 /* Pods-enzevalos_iphone-dummy.m */; };
+		24CFC1D5A307DFAEC01112A7B63B16E7 /* Pods-enzevalos_iphoneTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FA531B0AB524D97D95AE0EA0D2260FAA /* Pods-enzevalos_iphoneTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		2C2D53A0458E2D7CF0E801D2D6D3BBCF /* Pods-enzevalos_iphoneUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D42C3ED919C776AAD19B6C182F1957B /* Pods-enzevalos_iphoneUITests-dummy.m */; };
+		3127706D9275CA794AF09AB4C3C1B751 /* VENTokenField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 484BA321553578FFC911BB86D02141F3 /* VENTokenField-dummy.m */; };
+		31544EE003DEBFF825B3012FCD54C74D /* Pods-enzevalos_iphone-AdHoc-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CEB48186AC7A3E111827D17B84957628 /* Pods-enzevalos_iphone-AdHoc-dummy.m */; };
+		327D79EF18344C2F22433D1559E684F7 /* VENBackspaceTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F032ECBA12C57BBBC1508C6BC519720 /* VENBackspaceTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		42827E1A19FE875A6D023CACD3FEC154 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
 		4C37AE2CB013AA961886B578EE13439B /* ScrollViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC393424BEE0A85B45414D1ABF1E69C /* ScrollViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		4C807CC693F2B2D105C256F9509A09C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
+		4F1F21B2160D809F5739D323DB678B91 /* BZipCompression.m in Sources */ = {isa = PBXBuildFile; fileRef = 0182457C13DAD8E7A2A3D66A5DE95FAF /* BZipCompression.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		5634D1AFA7609AD42BF99AEEC4C6313A /* FrameAccessor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64D8723A4171F0D8CE96D142A39EC07E /* FrameAccessor.framework */; };
 		576A14B57033FD9ABE415EC8FD96B97C /* BZipCompression.h in Headers */ = {isa = PBXBuildFile; fileRef = 22206186F508A6A9CEBAA51F31E534EB /* BZipCompression.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		5AA3BFFD09931C996BA76B7F1CA849D8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
-		65A42F03CD57151A995D28F2DE137E26 /* BZipCompression.m in Sources */ = {isa = PBXBuildFile; fileRef = 0182457C13DAD8E7A2A3D66A5DE95FAF /* BZipCompression.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; };
+		699B8EA96287D81B62A0E82539C3EAFE /* Pods-enzevalos_iphone-AdHoc-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5B689E478D922198EA239947C97898 /* Pods-enzevalos_iphone-AdHoc-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		72D9695C694811FC962343AACF8C6AF3 /* BZipCompression-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B613E2F95D9415B2FF54D2C2B0CD0FD0 /* BZipCompression-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		7590B1A0FA06058423DD9D49E7CDD204 /* ViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BC69B364F9CF346430D8394EF2F56E /* ViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		761FFBA2F62DB44FEA5C1D71B14C858D /* VENToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5FABCE3B5D056015392073B7588F80 /* VENToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		7E62B2986824565AF3F95FAE48EBD74B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
-		95733BE0FCC339C08C1CEE518E221EFA /* Pods-enzevalos_iphone-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49248C49043D3569E0123D6E11851F2B /* Pods-enzevalos_iphone-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		95733BE0FCC339C08C1CEE518E221EFA /* Pods-enzevalos_iphone-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD0346A532AD7B26692A19876FFA05A /* Pods-enzevalos_iphone-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		979F8F07BC00381C3527C59425359FA1 /* VENBackspaceTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C566EAE3AC763FEDCAE742F215BB86 /* VENBackspaceTextField.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		991F609C73269DC78E11180E3C3E1032 /* OnboardingContentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 486C6E42BE1FA4D969C66F2377B54042 /* OnboardingContentViewController.m */; };
 		A06B2ACA4E8D9B92B7B7D4B306D8808D /* Onboard-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 156EB1901B04CDFFDE0D6968D1E98FE8 /* Onboard-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		A22F3F69ACD560E2593AC06EDCB81D2E /* OnboardingContentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5932A20063290499D589C8D33FAC4DD8 /* OnboardingContentViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		A967960EE4C1C1AF8A3FC3555BABDC58 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = E16BAEF33BF3A32652ECA5482B4A2000 /* Keychain.swift */; };
-		AD3C01797CE919925915C14BF7A72D54 /* Pods-enzevalos_iphoneUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E45D48BF90090615451FB6E00006676D /* Pods-enzevalos_iphoneUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		AD3C01797CE919925915C14BF7A72D54 /* Pods-enzevalos_iphoneUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F17B704C0340429A148DC02220DC5D4A /* Pods-enzevalos_iphoneUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		AD42746FFDDEECC6B6F10D289FD81A51 /* OnboardingContentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 486C6E42BE1FA4D969C66F2377B54042 /* OnboardingContentViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
+		AE96A206307CA2E79EA2969DD45C2E7C /* ViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 79D53D3794808B72B1E4944BAEBCAE42 /* ViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		AF8640CAE8498E33EAA9FA5E5C94AFF2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
+		B36466A4A421E5285DEC34330F617F11 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = E16BAEF33BF3A32652ECA5482B4A2000 /* Keychain.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		BDA750A5542A5D826A35B1BE6A69574A /* KeychainAccess-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DA49C763F82EA09EA4022FC3C0DC53ED /* KeychainAccess-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		BEDFBBEE1E348FC5A9F1AA9D532719DC /* ScrollViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = E53E7CF6A7F56E810AD11FCE5D02457E /* ScrollViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		C456AEBA7FACA838B8EF6CE4F7029C3C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
-		C537A2C98FD1DF6D4B6C6C8958000891 /* OnboardingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C6894161E87A7A4D796E3E925B88FA78 /* OnboardingViewController.m */; };
 		CA2FB858EB55C6B3C3DCE2FC25C87ACB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
+		D1AEA9E037DC541E039D31A1CC6813FA /* Onboard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C3F89B32B952BFE6D72D9380440159EC /* Onboard-dummy.m */; };
 		D4598568C9F4B51BC78AF941DE6AF1BA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
 		D61CDB1140D2F150D776E5EE5535EDA6 /* VENToken.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73B2159536CAF936B0D7C9590AE8EC /* VENToken.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		D823270043210DD356225D7700FAF3E4 /* KeychainAccess-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 076215799BBB46C4F2EC7DC2920E7317 /* KeychainAccess-dummy.m */; };
 		DDE5109A06DDDE873435D166B76290A6 /* FrameAccessor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5C4B484419BECE7E017CC3B2B0C6305 /* FrameAccessor-dummy.m */; };
-		DFF8CB6CE450CED94E604B450A181155 /* Onboard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C3F89B32B952BFE6D72D9380440159EC /* Onboard-dummy.m */; };
 		E0D7A4F4AB1C2990FD1B9A9F5F8AD872 /* VENTokenField.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7CC931C6E4926B90CF9C3F79DB412C /* VENTokenField.h */; settings = {ATTRIBUTES = (Public, ); }; };
+		E7BFD141C4F70E786FFB383D2C8D50E9 /* OnboardingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C6894161E87A7A4D796E3E925B88FA78 /* OnboardingViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
 		ED8019612420D1107CFC4AA7B52890F6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */; };
 		F5E6EB2F31BF3E2D9BB699945EAFDB7C /* VENTokenField-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C21E306E84D3CF5E4F39B867BB913B /* VENTokenField-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
-		F91039AE6FB892BD70A8029ACB2F1B0E /* VENBackspaceTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F032ECBA12C57BBBC1508C6BC519720 /* VENBackspaceTextField.m */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
@@ -68,6 +71,13 @@
 			remoteGlobalIDString = 82BBBA182FED17649112AE9374B4898E;
 			remoteInfo = BZipCompression;
 		};
+		24915343A91AEE550F48B506E4E59C5A /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 82BBBA182FED17649112AE9374B4898E;
+			remoteInfo = BZipCompression;
+		};
 		5BF26AA0CF814132AE6F48117981638A /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
@@ -75,6 +85,13 @@
 			remoteGlobalIDString = 8F5682E0AC126B1910FC04BA8A16F382;
 			remoteInfo = Onboard;
 		};
+		5D43FA2CFF3FC90F0E4655F4D6AE1663 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = FC17CCC069BF20C1FDFA841B915A467B;
+			remoteInfo = VENTokenField;
+		};
 		5D70B593FDC1F9E8D9F00B557A5E243C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
@@ -82,6 +99,13 @@
 			remoteGlobalIDString = BF1258B878BFA89993BC8FEA5ACA97E4;
 			remoteInfo = FrameAccessor;
 		};
+		6DA0BD3755D45C82F473460780B7C2C3 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = BF1258B878BFA89993BC8FEA5ACA97E4;
+			remoteInfo = FrameAccessor;
+		};
 		952E7F5B0F9D3CC3C311A15DE47CE24C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
@@ -89,6 +113,20 @@
 			remoteGlobalIDString = BF1258B878BFA89993BC8FEA5ACA97E4;
 			remoteInfo = FrameAccessor;
 		};
+		AFE506A34A9219850943E459F62CEE90 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 8905DB6521F8FDC34752B69DEE3FDEB7;
+			remoteInfo = KeychainAccess;
+		};
+		CF6695686BA6C7A9969C2FA7E7CD51EB /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 8F5682E0AC126B1910FC04BA8A16F382;
+			remoteInfo = Onboard;
+		};
 		DC96D5D779DEB389AE73FB797845BA83 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
@@ -103,59 +141,65 @@
 		00B89D1A7FEECC0A2429EFCC46E77E28 /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = "include-ios/openssl/dsa.h"; sourceTree = "<group>"; };
 		0182457C13DAD8E7A2A3D66A5DE95FAF /* BZipCompression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BZipCompression.m; path = Code/BZipCompression.m; sourceTree = "<group>"; };
 		03860E32C30596F04A1C52CD81313C36 /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = "include-ios/openssl/camellia.h"; sourceTree = "<group>"; };
-		06D18F3F93F9512DF8E0C16FA962BC43 /* Pods-enzevalos_iphoneTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.release.xcconfig"; sourceTree = "<group>"; };
+		0475CD3DA03A32E86604D9803AD41792 /* Pods-enzevalos_iphone-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphone-acknowledgements.markdown"; sourceTree = "<group>"; };
+		04F4B9DEF1429B54766672164655BF88 /* Pods-enzevalos_iphoneUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneUITests-acknowledgements.markdown"; sourceTree = "<group>"; };
 		076215799BBB46C4F2EC7DC2920E7317 /* KeychainAccess-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeychainAccess-dummy.m"; sourceTree = "<group>"; };
-		0C23F177247A4C23A536C359225F1376 /* Pods-enzevalos_iphone-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphone-dummy.m"; sourceTree = "<group>"; };
+		0890D33CDAD8039E4450DB20778F2DBF /* Pods-enzevalos_iphoneUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneUITests-acknowledgements.plist"; sourceTree = "<group>"; };
+		0AD001A96556FA7B32D0D0BF06C734A8 /* Pods-enzevalos_iphone-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-resources.sh"; sourceTree = "<group>"; };
+		0B7D3CD9AC64A672A0EF39E2F97D12BA /* Pods-enzevalos_iphoneUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneUITests-frameworks.sh"; sourceTree = "<group>"; };
+		0C6088703267026E0275D98433240AF4 /* Pods-enzevalos_iphone-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-frameworks.sh"; sourceTree = "<group>"; };
+		0CF192725CF0FE4DBB44A5BE3B702DD2 /* Pods-enzevalos_iphone-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphone-acknowledgements.plist"; sourceTree = "<group>"; };
 		0D41AAC17DA80C121A9D5E875963F30B /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = "include-ios/openssl/des.h"; sourceTree = "<group>"; };
-		0DC7FE19E5F7CF5C144619AF58FBC4C5 /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KeychainAccess.framework; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		103736584D7A59947D9AB2E3AD56A374 /* Pods-enzevalos_iphoneTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneTests-umbrella.h"; sourceTree = "<group>"; };
 		11050A37D017A478E70982454743FEB4 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = "include-ios/openssl/mdc2.h"; sourceTree = "<group>"; };
 		12055847E411309212D8E23968067C9F /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = "include-ios/openssl/objects.h"; sourceTree = "<group>"; };
 		156EB1901B04CDFFDE0D6968D1E98FE8 /* Onboard-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Onboard-umbrella.h"; sourceTree = "<group>"; };
 		18E9AF1A20135E7813DB9BF9B324C649 /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = "include-ios/openssl/ecdh.h"; sourceTree = "<group>"; };
 		1A18B3D45CA9F254B5BC31F9D65459B5 /* VENTokenField.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = VENTokenField.modulemap; sourceTree = "<group>"; };
 		1B9EC1519CC210CB2EC2100734B10D62 /* KeychainAccess.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = KeychainAccess.modulemap; sourceTree = "<group>"; };
-		1CC1966053AF71A8B1B32FEABF9E68D9 /* Pods-enzevalos_iphone-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphone-acknowledgements.plist"; sourceTree = "<group>"; };
 		21BDAFC09B8F046E77CC0F2F601BEEB5 /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = "include-ios/openssl/ebcdic.h"; sourceTree = "<group>"; };
+		21EACCA8C8EEF2EF04F092AC4945F9C4 /* 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; };
 		22206186F508A6A9CEBAA51F31E534EB /* BZipCompression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BZipCompression.h; path = Code/BZipCompression.h; sourceTree = "<group>"; };
 		22DBE55329A81100C7939F220C302A1A /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = "include-ios/openssl/x509.h"; sourceTree = "<group>"; };
 		23543C1C7BCB966D925CFF868867B06E /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = "include-ios/openssl/x509v3.h"; sourceTree = "<group>"; };
 		25CA05BF24D746863139167EE7F52B98 /* BZipCompression.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BZipCompression.xcconfig; sourceTree = "<group>"; };
 		26417256C1CD4CF8AE802D003FFF0A78 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = "include-ios/openssl/dtls1.h"; sourceTree = "<group>"; };
 		2652A9B8AC14A05E9ABCC92B8B57F9FD /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = "include-ios/openssl/evp.h"; sourceTree = "<group>"; };
-		2910B49270946C1533612FA4B4107F56 /* Pods-enzevalos_iphoneTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneTests-frameworks.sh"; sourceTree = "<group>"; };
 		2B37DC92957A7586B15FC3042290DCF7 /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = "include-ios/openssl/des_old.h"; sourceTree = "<group>"; };
 		2BC4D9AD2C594B5E3872812A5C0BB423 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = "lib-ios/libssl.a"; sourceTree = "<group>"; };
+		2D42C3ED919C776AAD19B6C182F1957B /* Pods-enzevalos_iphoneUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphoneUITests-dummy.m"; sourceTree = "<group>"; };
 		2F032ECBA12C57BBBC1508C6BC519720 /* VENBackspaceTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENBackspaceTextField.m; path = VENTokenField/VENBackspaceTextField.m; sourceTree = "<group>"; };
 		3477CFD5A821E2A377D1AE87AEDE9E12 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
+		3497FA3DA4FAC1100B87DB0318826CAE /* Pods-enzevalos_iphoneTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphoneTests-dummy.m"; sourceTree = "<group>"; };
 		37479D2A625216D19B70FC7B0288D43F /* BZipCompression.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = BZipCompression.modulemap; sourceTree = "<group>"; };
 		37847626FCC7D979F55983334513638A /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = "include-ios/openssl/ecdsa.h"; sourceTree = "<group>"; };
 		3835EC85AB0E850AA9F6D11BA65BE467 /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = "include-ios/openssl/kssl.h"; sourceTree = "<group>"; };
+		3928D660A067E5A7D3DCCCDB8D865E36 /* Pods-enzevalos_iphoneTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-enzevalos_iphoneTests.modulemap"; sourceTree = "<group>"; };
+		3969FBBCBC3FB25D7541D8F92039CE42 /* Pods-enzevalos_iphone-AdHoc-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphone-AdHoc-acknowledgements.plist"; sourceTree = "<group>"; };
 		3B04CD8A9729B319779330DD6B86DBD9 /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = "include-ios/openssl/dh.h"; sourceTree = "<group>"; };
-		3C73B0CF2914B566FA8A2002375A21C6 /* Pods-enzevalos_iphoneTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneTests-acknowledgements.plist"; sourceTree = "<group>"; };
+		3C5B689E478D922198EA239947C97898 /* Pods-enzevalos_iphone-AdHoc-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphone-AdHoc-umbrella.h"; sourceTree = "<group>"; };
 		40C566EAE3AC763FEDCAE742F215BB86 /* VENBackspaceTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENBackspaceTextField.h; path = VENTokenField/VENBackspaceTextField.h; sourceTree = "<group>"; };
 		41584B52CC01CCD0D2DB299AD0A65C58 /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = "include-ios/openssl/hmac.h"; sourceTree = "<group>"; };
 		423049C5E3796B6E924F812A77D09D88 /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = "include-ios/openssl/txt_db.h"; sourceTree = "<group>"; };
-		429544FA33FDC9613826B9F8EAD41B01 /* Pods-enzevalos_iphoneTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneTests-resources.sh"; sourceTree = "<group>"; };
 		448ED191BFE094F3A4B455CE230F4C7C /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = "include-ios/openssl/opensslconf.h"; sourceTree = "<group>"; };
 		4648E2FD2C151FE38AE5C554E6EDE7CE /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = "include-ios/openssl/krb5_asn.h"; sourceTree = "<group>"; };
 		484BA321553578FFC911BB86D02141F3 /* VENTokenField-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "VENTokenField-dummy.m"; sourceTree = "<group>"; };
 		486615C1C450FDCA843DDC8A961FBE4B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		486C6E42BE1FA4D969C66F2377B54042 /* OnboardingContentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OnboardingContentViewController.m; path = Source/OnboardingContentViewController.m; sourceTree = "<group>"; };
-		487B8B14C9BBC920B99E2445016E6463 /* Pods-enzevalos_iphoneUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.debug.xcconfig"; sourceTree = "<group>"; };
-		49248C49043D3569E0123D6E11851F2B /* Pods-enzevalos_iphone-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphone-umbrella.h"; sourceTree = "<group>"; };
+		490D548CD6E5D2C4218DD314276A76C0 /* 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; };
 		4FAA18E6D9619A3BC7043CB26187CD1A /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = "include-ios/openssl/stack.h"; sourceTree = "<group>"; };
-		53562FB7D495B560E5796BC77FEBE9E8 /* Pods-enzevalos_iphoneUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneUITests-acknowledgements.plist"; sourceTree = "<group>"; };
+		535921F4B2DD9F8D4370D8693A4120FC /* Pods-enzevalos_iphone.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-enzevalos_iphone.modulemap"; sourceTree = "<group>"; };
 		5515C00700DEEC9BE7E7DF71039B0BFD /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = "include-ios/openssl/pem2.h"; sourceTree = "<group>"; };
 		55BC69B364F9CF346430D8394EF2F56E /* ViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewFrameAccessor.h; path = FrameAccessor/ViewFrameAccessor.h; sourceTree = "<group>"; };
+		55D898D3E2370CD90A97371CA828EF41 /* Pods-enzevalos_iphone-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphone-dummy.m"; sourceTree = "<group>"; };
 		5932A20063290499D589C8D33FAC4DD8 /* OnboardingContentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OnboardingContentViewController.h; path = Source/OnboardingContentViewController.h; sourceTree = "<group>"; };
 		59A7EF2E6CC3BC3A2638CA1B2E31D0BC /* Onboard.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = Onboard.modulemap; sourceTree = "<group>"; };
-		5E04BC42E00F47EACE585D65521F106B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		5E5BB16DDE6B2C0C488DA92DEF4CBE0D /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = "include-ios/openssl/md5.h"; sourceTree = "<group>"; };
+		5E614260F2B2655A6D4E90D7729B6357 /* Pods-enzevalos_iphone-AdHoc-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-AdHoc-resources.sh"; sourceTree = "<group>"; };
+		5F895A9076F5F070D668DBED8713F913 /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FrameAccessor.framework; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		61A4768A39CEC1ACFC8C5B2951E81C62 /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = "include-ios/openssl/tls1.h"; sourceTree = "<group>"; };
 		62C21E306E84D3CF5E4F39B867BB913B /* VENTokenField-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-umbrella.h"; sourceTree = "<group>"; };
+		637149F975D926B1447348A80BF6C56F /* KeychainAccess.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KeychainAccess.framework; path = KeychainAccess.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		63AC6148254602DCB6276B353870BB78 /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = "include-ios/openssl/rc2.h"; sourceTree = "<group>"; };
-		64A100583AA2466F227EECAC0C8CDC84 /* Pods-enzevalos_iphoneUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-enzevalos_iphoneUITests.modulemap"; sourceTree = "<group>"; };
 		64A12105721D0F060453CE5B7D14646E /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		64D8723A4171F0D8CE96D142A39EC07E /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		683216748A962ED95758B6564EF0504A /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = "include-ios/openssl/opensslv.h"; sourceTree = "<group>"; };
@@ -164,33 +208,40 @@
 		6AA6B67F0738C9149612FAA853CE8321 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = "include-ios/openssl/pqueue.h"; sourceTree = "<group>"; };
 		6BC399122A1F7F300EC60A6D721EB8F8 /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = "include-ios/openssl/pkcs7.h"; sourceTree = "<group>"; };
 		6CB4D78B0977BFF7B284AF2C083ED8D2 /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = "include-ios/openssl/srtp.h"; sourceTree = "<group>"; };
-		6CD30BD6EBE52FD574F82834D3477A67 /* Onboard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Onboard.framework; path = Onboard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		6DD1F7615B8517F1A3B18A5CBEE00E0A /* Pods-enzevalos_iphone.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone.release.xcconfig"; sourceTree = "<group>"; };
 		6E2184EF4067426AA7B946EC3734D0BB /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = "include-ios/openssl/conf_api.h"; sourceTree = "<group>"; };
 		6E6624BEFF7B4D9068264E3CBF350BD1 /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = "include-ios/openssl/md4.h"; sourceTree = "<group>"; };
-		72CCD383887DF25F07E2E3DDC8204D42 /* Pods-enzevalos_iphoneUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.release.xcconfig"; sourceTree = "<group>"; };
+		71F773B5242027AD7D2E99F81ECA5534 /* Pods-enzevalos_iphoneTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneTests-resources.sh"; sourceTree = "<group>"; };
 		7339566E8479E188EA812D95C3C4EDB3 /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = "include-ios/openssl/engine.h"; sourceTree = "<group>"; };
+		7377BE87F9466C47031E4A329B1D79B3 /* Onboard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Onboard.framework; path = Onboard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+		744C21B5DC689A2F4ECE3C17FA56F899 /* Pods-enzevalos_iphone-AdHoc-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-AdHoc-frameworks.sh"; sourceTree = "<group>"; };
 		754F1FB076DE34A2303AAEDFD3472E9D /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = "include-ios/openssl/asn1t.h"; sourceTree = "<group>"; };
 		77C4DCAD6F1261BD2D04449CE094517B /* VENTokenField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENTokenField.m; path = VENTokenField/VENTokenField.m; sourceTree = "<group>"; };
-		781002076F3D6EA0494BA0B8ECAC8CC3 /* Pods-enzevalos_iphoneUITests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneUITests-resources.sh"; sourceTree = "<group>"; };
 		79D53D3794808B72B1E4944BAEBCAE42 /* ViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ViewFrameAccessor.m; path = FrameAccessor/ViewFrameAccessor.m; sourceTree = "<group>"; };
+		7A67026A0D72001216A257F0F359044C /* Pods-enzevalos_iphoneUITests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneUITests-resources.sh"; sourceTree = "<group>"; };
 		7AD58B30FB370D5C154CE2C9C540BE2D /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = "include-ios/openssl/idea.h"; sourceTree = "<group>"; };
 		7B538BCA9B511CE931F6E974BC24F7E9 /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = "include-ios/openssl/whrlpool.h"; sourceTree = "<group>"; };
-		7C7EFA4651933880CFF4B4CD3A21A734 /* Pods-enzevalos_iphone.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-enzevalos_iphone.modulemap"; sourceTree = "<group>"; };
+		7C6172766EEFFCAB4322850FF482C00F /* Pods_enzevalos_iphone_AdHoc.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_enzevalos_iphone_AdHoc.framework; path = "Pods-enzevalos_iphone-AdHoc.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+		7CDD68A6BF89D8A47F5C5590BBB7489A /* Pods-enzevalos_iphone-AdHoc-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphone-AdHoc-acknowledgements.markdown"; sourceTree = "<group>"; };
 		7D5FABCE3B5D056015392073B7588F80 /* VENToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENToken.m; path = VENTokenField/VENToken.m; sourceTree = "<group>"; };
 		7DB30CE52A2EAD5E106FE37D46E511FF /* BZipCompression-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BZipCompression-dummy.m"; sourceTree = "<group>"; };
 		7F206CF419618D6BC03613E86D65C1FA /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = "include-ios/openssl/pem.h"; sourceTree = "<group>"; };
-		7FEB41839EE1C5F9941F0083DAFDA534 /* Pods-enzevalos_iphoneUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneUITests-acknowledgements.markdown"; sourceTree = "<group>"; };
+		81080B78CEF65C71B6BBAD96BAA08DA2 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		8108B340FF0C5C6BFC81B400BE9A8CFE /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = "include-ios/openssl/ssl3.h"; sourceTree = "<group>"; };
+		81559879917EAC0052E539C4988F2BD0 /* 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; };
 		82FD6A88066819FB33D0055C4141FF2A /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = "include-ios/openssl/e_os2.h"; sourceTree = "<group>"; };
 		83733B50E971DC33AE37C3D1F1C94C24 /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = "include-ios/openssl/obj_mac.h"; sourceTree = "<group>"; };
 		8415223AABFAED3C981AA5C1703D8BD9 /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = "include-ios/openssl/symhacks.h"; sourceTree = "<group>"; };
 		84463804423B44CFF297CB032657E0B4 /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = "include-ios/openssl/ui.h"; sourceTree = "<group>"; };
+		847DE8639F47AAE3D9852423F83B146F /* Pods-enzevalos_iphoneTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneTests-acknowledgements.markdown"; sourceTree = "<group>"; };
+		84AC2F1FAC2A29C9C648893F6D2AF10B /* Pods-enzevalos_iphone.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone.release.xcconfig"; sourceTree = "<group>"; };
+		84CC65B27034283E293BEA44E88355B9 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+		88DCD9BE15F5320CE78ADE0D26A047B2 /* Pods-enzevalos_iphoneTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.release.xcconfig"; sourceTree = "<group>"; };
+		88FB65CE1A3A91323EB4C430B249A6E6 /* Pods-enzevalos_iphone.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone.debug.xcconfig"; sourceTree = "<group>"; };
 		89B82345307B736F07C9E08C993364DD /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = "include-ios/openssl/crypto.h"; sourceTree = "<group>"; };
-		8C56F13C499E6B53A9CD6A590D994A4F /* Pods-enzevalos_iphoneTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphoneTests-dummy.m"; sourceTree = "<group>"; };
+		89F8C279C746669EA67665D52EF3EA1F /* Pods-enzevalos_iphoneUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.debug.xcconfig"; sourceTree = "<group>"; };
 		8E21440A29BD3FE6FDD759D00C653A0E /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = "include-ios/openssl/buffer.h"; sourceTree = "<group>"; };
-		8FC6E0510F1C43461059BCBDBBDE1B0B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
+		944FF51C4DBBD8DC6468FB312F787608 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		9540350DC6874474738F4A1768B80286 /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = "include-ios/openssl/asn1.h"; sourceTree = "<group>"; };
 		9639E8B08555CD2784C677C430A375E6 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = "include-ios/openssl/x509_vfy.h"; sourceTree = "<group>"; };
 		968EE8A7EFC89958B91E9DA32917292E /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = "include-ios/openssl/srp.h"; sourceTree = "<group>"; };
@@ -198,74 +249,72 @@
 		98EFE8FF638D16590214C94999FA03C3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		9AE98409270D4D40F7A53A7827DD3A55 /* VENToken.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = VENToken.xib; path = VENTokenField/VENToken.xib; sourceTree = "<group>"; };
 		9BC20DDB82319CEF6AF0BC29B8188E77 /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = "include-ios/openssl/rsa.h"; sourceTree = "<group>"; };
-		9E9EF482AE342D228F3A786CEF1E415D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		9F4D6D22A327D0BCA5204A29718D0C37 /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = "include-ios/openssl/modes.h"; sourceTree = "<group>"; };
 		A065FACC60BC1DFE50051D6FD9508BFA /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = "include-ios/openssl/ossl_typ.h"; sourceTree = "<group>"; };
-		A16D59ADFFC50B6E15E3207BF0A897E5 /* Pods-enzevalos_iphoneUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphoneUITests-dummy.m"; sourceTree = "<group>"; };
 		A1C9B8CADCFEBDFBD1ED080D53152A72 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = "include-ios/openssl/lhash.h"; sourceTree = "<group>"; };
 		A30EC826307B23A8628433FD806A34D6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		A4040C2F10E61BE2E7A460C4CCC13B6A /* Onboard-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Onboard-prefix.pch"; sourceTree = "<group>"; };
-		A428032F2E94684CA852FDAFC281E0DD /* Pods-enzevalos_iphoneUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneUITests-frameworks.sh"; sourceTree = "<group>"; };
 		A97324B0514CE0A8FBA9C1DB1FE19D47 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		AB7CC931C6E4926B90CF9C3F79DB412C /* VENTokenField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENTokenField.h; path = VENTokenField/VENTokenField.h; sourceTree = "<group>"; };
 		AEAF7E0A1389D2EBA114BBCCFD8851ED /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = "include-ios/openssl/asn1_mac.h"; sourceTree = "<group>"; };
-		AEC5788C96E257992626FD1C99E4DBC2 /* Pods-enzevalos_iphoneTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-enzevalos_iphoneTests.modulemap"; sourceTree = "<group>"; };
-		AEF5E37E87FFF3B95044E9477F3E8D3E /* Pods-enzevalos_iphone-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-frameworks.sh"; sourceTree = "<group>"; };
-		AF6040197B33B59F92964E0C647BC95E /* Pods-enzevalos_iphone.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone.debug.xcconfig"; sourceTree = "<group>"; };
 		B087A48A714816C117A60422BA9ECC11 /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = "include-ios/openssl/bn.h"; sourceTree = "<group>"; };
 		B2CF09EFEE1770DD7DA1A628DE4D90C9 /* FrameAccessor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = FrameAccessor.modulemap; sourceTree = "<group>"; };
 		B3AE1E2AFBE1AB75256CD8DBDFACD3BF /* BZipCompression-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-prefix.pch"; sourceTree = "<group>"; };
 		B40A31E7B33233557209BD5848173D38 /* KeychainAccess-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-prefix.pch"; sourceTree = "<group>"; };
+		B5D2F45E6B1F89DEC2DAE0F7235829FA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 		B613E2F95D9415B2FF54D2C2B0CD0FD0 /* BZipCompression-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-umbrella.h"; sourceTree = "<group>"; };
-		B70A1A12D86590F0DB90AC67B13FB5D4 /* 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; };
 		B858EF5442B6B82298513F1562D4B794 /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = "include-ios/openssl/blowfish.h"; sourceTree = "<group>"; };
 		B89611F9A91C74D2713967F583F13335 /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = "include-ios/openssl/ec.h"; sourceTree = "<group>"; };
 		BB1566DF6D81ACFEC1F5950D56F7317A /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = "include-ios/openssl/aes.h"; sourceTree = "<group>"; };
+		BB7BEE0D3768A586328BF80EB4DD95F5 /* Pods-enzevalos_iphone-AdHoc.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone-AdHoc.release.xcconfig"; sourceTree = "<group>"; };
 		BD5F2E1EAFBCFD3436802EF1A9EC7A6A /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = "include-ios/openssl/rc4.h"; sourceTree = "<group>"; };
+		BDD9B2DFF70E83FB8531FB8B5DE5106A /* Pods-enzevalos_iphone-AdHoc.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-enzevalos_iphone-AdHoc.modulemap"; sourceTree = "<group>"; };
 		BE355AD8A2BB8166A69D9FB79412A7F8 /* VENTokenField.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = VENTokenField.xcconfig; sourceTree = "<group>"; };
+		BF4AF302E2E65B0C75672B96CE8871FF /* Pods-enzevalos_iphoneTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneTests-acknowledgements.plist"; sourceTree = "<group>"; };
 		BFB344DD4850D944DAE1D610B9719316 /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = "include-ios/openssl/ssl23.h"; sourceTree = "<group>"; };
 		C30F0264FF1E093DE05A6353E9D71DB8 /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = "include-ios/openssl/bio.h"; sourceTree = "<group>"; };
 		C3D1303A279E21A7371176B06DD8FCF1 /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = "lib-ios/libcrypto.a"; sourceTree = "<group>"; };
 		C3F89B32B952BFE6D72D9380440159EC /* Onboard-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Onboard-dummy.m"; sourceTree = "<group>"; };
 		C45E0778D268375448DDFB3018D0D834 /* FrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameAccessor.h; path = FrameAccessor/FrameAccessor.h; sourceTree = "<group>"; };
-		C4A342EC5CE45400C2D197282A8047A7 /* Pods-enzevalos_iphone-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphone-acknowledgements.markdown"; sourceTree = "<group>"; };
 		C4B30CAE032925050588262442494FB0 /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = "include-ios/openssl/dso.h"; sourceTree = "<group>"; };
+		C516E200EFD4E07560369BB3846B4703 /* Pods-enzevalos_iphoneTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.debug.xcconfig"; sourceTree = "<group>"; };
 		C5C4B484419BECE7E017CC3B2B0C6305 /* FrameAccessor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FrameAccessor-dummy.m"; sourceTree = "<group>"; };
-		C617B0E45CAC86AEBCDCB4F234BDAD1C /* Pods-enzevalos_iphone-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-resources.sh"; sourceTree = "<group>"; };
 		C643111A5E03DA399D371A90A8229611 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = "include-ios/openssl/sha.h"; sourceTree = "<group>"; };
 		C6894161E87A7A4D796E3E925B88FA78 /* OnboardingViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OnboardingViewController.m; path = Source/OnboardingViewController.m; sourceTree = "<group>"; };
 		CA89D6952BD7828D1721321380CBD1AB /* VENTokenField-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-prefix.pch"; sourceTree = "<group>"; };
-		CB2A8B9B1DC16E164BEC8D97DDE5363D /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FrameAccessor.framework; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		CB96E2A5B263BA223E4B18CDD7C70E1D /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = "include-ios/openssl/conf.h"; sourceTree = "<group>"; };
 		CD78B80C53DB034B8981EB36CC8CF74E /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = "include-ios/openssl/comp.h"; sourceTree = "<group>"; };
-		CE93C771FA0CA56E6F9DAB1A5D0F5F4B /* 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; };
+		CEB48186AC7A3E111827D17B84957628 /* Pods-enzevalos_iphone-AdHoc-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphone-AdHoc-dummy.m"; sourceTree = "<group>"; };
 		D066C287B93731E24891B6906C03219F /* FrameAccessor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-prefix.pch"; sourceTree = "<group>"; };
 		D0882203FDF9FD41E6163DC1366E754F /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = "include-ios/openssl/ocsp.h"; sourceTree = "<group>"; };
-		D2CABB2B8C3A8870B7B2812ED9982F33 /* Pods-enzevalos_iphoneTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.debug.xcconfig"; sourceTree = "<group>"; };
 		D8E965CF7C431F61977E690F16541F48 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = "include-ios/openssl/cms.h"; sourceTree = "<group>"; };
 		DA49C763F82EA09EA4022FC3C0DC53ED /* KeychainAccess-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeychainAccess-umbrella.h"; sourceTree = "<group>"; };
 		DA6105DFC52B783F353742E7CD4CB898 /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = "include-ios/openssl/rand.h"; sourceTree = "<group>"; };
+		DADDE138A5B80913AF77949CEE7500CB /* Pods-enzevalos_iphoneUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.release.xcconfig"; sourceTree = "<group>"; };
 		DE918173E3492269E1FF6A6160859EB8 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = "include-ios/openssl/ssl.h"; sourceTree = "<group>"; };
 		E06AD8C663C5867F0D9B8E3918E3574B /* KeychainAccess.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeychainAccess.xcconfig; sourceTree = "<group>"; };
 		E16BAEF33BF3A32652ECA5482B4A2000 /* Keychain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Keychain.swift; path = Lib/KeychainAccess/Keychain.swift; sourceTree = "<group>"; };
-		E1FC1224411FB7C5C55F38AF4673E4CC /* Pods-enzevalos_iphoneTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneTests-acknowledgements.markdown"; sourceTree = "<group>"; };
-		E45D48BF90090615451FB6E00006676D /* Pods-enzevalos_iphoneUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneUITests-umbrella.h"; sourceTree = "<group>"; };
+		E4796464C33BEE694F941C6645573349 /* BZipCompression.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BZipCompression.framework; path = BZipCompression.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		E4CF564127EE3F3C7724F2D63C71600E /* FrameAccessor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FrameAccessor.xcconfig; sourceTree = "<group>"; };
 		E53E7CF6A7F56E810AD11FCE5D02457E /* ScrollViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ScrollViewFrameAccessor.m; path = FrameAccessor/ScrollViewFrameAccessor.m; sourceTree = "<group>"; };
+		E7906BDA6AD81B749CD95BC347FC573E /* Pods-enzevalos_iphoneUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-enzevalos_iphoneUITests.modulemap"; sourceTree = "<group>"; };
 		E83F6CB25785CF20971FA433E78783A1 /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = "include-ios/openssl/ts.h"; sourceTree = "<group>"; };
-		E92196A53FBA528B5734213EED855F8D /* BZipCompression.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BZipCompression.framework; path = BZipCompression.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		EB38B8DBB18B05BADD8E9F9F18837BFE /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = "include-ios/openssl/seed.h"; sourceTree = "<group>"; };
+		EBA8ED8383D5122805F2BF7457CB8BF0 /* Pods-enzevalos_iphoneTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneTests-frameworks.sh"; sourceTree = "<group>"; };
+		ED1C2F21F66DE8F993D3FB095EB18061 /* Pods-enzevalos_iphone-AdHoc.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone-AdHoc.debug.xcconfig"; sourceTree = "<group>"; };
 		EDC393424BEE0A85B45414D1ABF1E69C /* ScrollViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewFrameAccessor.h; path = FrameAccessor/ScrollViewFrameAccessor.h; sourceTree = "<group>"; };
 		EE975FF989F5B0E185439FA9AB8925AE /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = "include-ios/openssl/cast.h"; sourceTree = "<group>"; };
 		EE9897902EB05A9277C381FBA5C0F059 /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = "include-ios/openssl/ssl2.h"; sourceTree = "<group>"; };
 		EF0719E3BD82AEEEB9A623F892509E7D /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = "include-ios/openssl/ripemd.h"; sourceTree = "<group>"; };
 		EF73B2159536CAF936B0D7C9590AE8EC /* VENToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENToken.h; path = VENTokenField/VENToken.h; sourceTree = "<group>"; };
 		F07EC84E7CDF1EC3274D902B06E1747A /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = "include-ios/openssl/ui_compat.h"; sourceTree = "<group>"; };
+		F17B704C0340429A148DC02220DC5D4A /* Pods-enzevalos_iphoneUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneUITests-umbrella.h"; sourceTree = "<group>"; };
+		F1E74CAEEA0EA75916316D982652F910 /* VENTokenField.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = VENTokenField.framework; path = VENTokenField.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 		F3DCACCA40946FA5E7E78274472FB32E /* Onboard.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Onboard.xcconfig; sourceTree = "<group>"; };
-		F6F56D7C889A98411117BBABCEB445E0 /* 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; };
 		F750CE768AF4E50BEC3094541D975581 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = "include-ios/openssl/pkcs12.h"; sourceTree = "<group>"; };
 		F8D68A7C96D545C9AD99C5E3BFF9D6B2 /* FrameAccessor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-umbrella.h"; sourceTree = "<group>"; };
-		F96B599B943BCB4720D511EACF6C34DC /* VENTokenField.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = VENTokenField.framework; path = VENTokenField.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+		FA531B0AB524D97D95AE0EA0D2260FAA /* Pods-enzevalos_iphoneTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneTests-umbrella.h"; sourceTree = "<group>"; };
+		FAD0346A532AD7B26692A19876FFA05A /* Pods-enzevalos_iphone-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphone-umbrella.h"; sourceTree = "<group>"; };
 		FC5021C36BF1265936E9E16EAAAEC6BF /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = "include-ios/openssl/cmac.h"; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
@@ -294,6 +343,14 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
+		78C8370BE7B0BC6E2179E409D4F13BC1 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				42827E1A19FE875A6D023CACD3FEC154 /* Foundation.framework in Frameworks */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 		9128DE050D7AA8BAA99BB8C40EA3C68E /* Frameworks */ = {
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
@@ -338,6 +395,24 @@
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
+		0014003F8D33995B25B3DB3037F47E45 /* Pods-enzevalos_iphone-AdHoc */ = {
+			isa = PBXGroup;
+			children = (
+				B5D2F45E6B1F89DEC2DAE0F7235829FA /* Info.plist */,
+				BDD9B2DFF70E83FB8531FB8B5DE5106A /* Pods-enzevalos_iphone-AdHoc.modulemap */,
+				7CDD68A6BF89D8A47F5C5590BBB7489A /* Pods-enzevalos_iphone-AdHoc-acknowledgements.markdown */,
+				3969FBBCBC3FB25D7541D8F92039CE42 /* Pods-enzevalos_iphone-AdHoc-acknowledgements.plist */,
+				CEB48186AC7A3E111827D17B84957628 /* Pods-enzevalos_iphone-AdHoc-dummy.m */,
+				744C21B5DC689A2F4ECE3C17FA56F899 /* Pods-enzevalos_iphone-AdHoc-frameworks.sh */,
+				5E614260F2B2655A6D4E90D7729B6357 /* Pods-enzevalos_iphone-AdHoc-resources.sh */,
+				3C5B689E478D922198EA239947C97898 /* Pods-enzevalos_iphone-AdHoc-umbrella.h */,
+				ED1C2F21F66DE8F993D3FB095EB18061 /* Pods-enzevalos_iphone-AdHoc.debug.xcconfig */,
+				BB7BEE0D3768A586328BF80EB4DD95F5 /* Pods-enzevalos_iphone-AdHoc.release.xcconfig */,
+			);
+			name = "Pods-enzevalos_iphone-AdHoc";
+			path = "Target Support Files/Pods-enzevalos_iphone-AdHoc";
+			sourceTree = "<group>";
+		};
 		094304EB413A95CA3F6F02F905CC6391 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
@@ -361,24 +436,6 @@
 			path = "mailcore2-ios";
 			sourceTree = "<group>";
 		};
-		3EF74DC7CC8C3A115BC6189B101F6AF0 /* Pods-enzevalos_iphoneUITests */ = {
-			isa = PBXGroup;
-			children = (
-				5E04BC42E00F47EACE585D65521F106B /* Info.plist */,
-				64A100583AA2466F227EECAC0C8CDC84 /* Pods-enzevalos_iphoneUITests.modulemap */,
-				7FEB41839EE1C5F9941F0083DAFDA534 /* Pods-enzevalos_iphoneUITests-acknowledgements.markdown */,
-				53562FB7D495B560E5796BC77FEBE9E8 /* Pods-enzevalos_iphoneUITests-acknowledgements.plist */,
-				A16D59ADFFC50B6E15E3207BF0A897E5 /* Pods-enzevalos_iphoneUITests-dummy.m */,
-				A428032F2E94684CA852FDAFC281E0DD /* Pods-enzevalos_iphoneUITests-frameworks.sh */,
-				781002076F3D6EA0494BA0B8ECAC8CC3 /* Pods-enzevalos_iphoneUITests-resources.sh */,
-				E45D48BF90090615451FB6E00006676D /* Pods-enzevalos_iphoneUITests-umbrella.h */,
-				487B8B14C9BBC920B99E2445016E6463 /* Pods-enzevalos_iphoneUITests.debug.xcconfig */,
-				72CCD383887DF25F07E2E3DDC8204D42 /* Pods-enzevalos_iphoneUITests.release.xcconfig */,
-			);
-			name = "Pods-enzevalos_iphoneUITests";
-			path = "Target Support Files/Pods-enzevalos_iphoneUITests";
-			sourceTree = "<group>";
-		};
 		43B3BBDACA58D6D078BD8E31EEA48C97 /* Onboard */ = {
 			isa = PBXGroup;
 			children = (
@@ -401,6 +458,24 @@
 			name = Frameworks;
 			sourceTree = "<group>";
 		};
+		6030F5AD9D4C048B7349FCB206B9EE7D /* Pods-enzevalos_iphoneUITests */ = {
+			isa = PBXGroup;
+			children = (
+				81080B78CEF65C71B6BBAD96BAA08DA2 /* Info.plist */,
+				E7906BDA6AD81B749CD95BC347FC573E /* Pods-enzevalos_iphoneUITests.modulemap */,
+				04F4B9DEF1429B54766672164655BF88 /* Pods-enzevalos_iphoneUITests-acknowledgements.markdown */,
+				0890D33CDAD8039E4450DB20778F2DBF /* Pods-enzevalos_iphoneUITests-acknowledgements.plist */,
+				2D42C3ED919C776AAD19B6C182F1957B /* Pods-enzevalos_iphoneUITests-dummy.m */,
+				0B7D3CD9AC64A672A0EF39E2F97D12BA /* Pods-enzevalos_iphoneUITests-frameworks.sh */,
+				7A67026A0D72001216A257F0F359044C /* Pods-enzevalos_iphoneUITests-resources.sh */,
+				F17B704C0340429A148DC02220DC5D4A /* Pods-enzevalos_iphoneUITests-umbrella.h */,
+				89F8C279C746669EA67665D52EF3EA1F /* Pods-enzevalos_iphoneUITests.debug.xcconfig */,
+				DADDE138A5B80913AF77949CEE7500CB /* Pods-enzevalos_iphoneUITests.release.xcconfig */,
+			);
+			name = "Pods-enzevalos_iphoneUITests";
+			path = "Target Support Files/Pods-enzevalos_iphoneUITests";
+			sourceTree = "<group>";
+		};
 		6437A7B6D40BAC2ECBA568276A837264 /* Support Files */ = {
 			isa = PBXGroup;
 			children = (
@@ -415,22 +490,20 @@
 			path = "../Target Support Files/Onboard";
 			sourceTree = "<group>";
 		};
-		64EC6C274290CE6797DF361A5AF32147 /* Pods-enzevalos_iphone */ = {
+		71152CFEEBE18B648DEB3FC632CC0615 /* Products */ = {
 			isa = PBXGroup;
 			children = (
-				9E9EF482AE342D228F3A786CEF1E415D /* Info.plist */,
-				7C7EFA4651933880CFF4B4CD3A21A734 /* Pods-enzevalos_iphone.modulemap */,
-				C4A342EC5CE45400C2D197282A8047A7 /* Pods-enzevalos_iphone-acknowledgements.markdown */,
-				1CC1966053AF71A8B1B32FEABF9E68D9 /* Pods-enzevalos_iphone-acknowledgements.plist */,
-				0C23F177247A4C23A536C359225F1376 /* Pods-enzevalos_iphone-dummy.m */,
-				AEF5E37E87FFF3B95044E9477F3E8D3E /* Pods-enzevalos_iphone-frameworks.sh */,
-				C617B0E45CAC86AEBCDCB4F234BDAD1C /* Pods-enzevalos_iphone-resources.sh */,
-				49248C49043D3569E0123D6E11851F2B /* Pods-enzevalos_iphone-umbrella.h */,
-				AF6040197B33B59F92964E0C647BC95E /* Pods-enzevalos_iphone.debug.xcconfig */,
-				6DD1F7615B8517F1A3B18A5CBEE00E0A /* Pods-enzevalos_iphone.release.xcconfig */,
+				E4796464C33BEE694F941C6645573349 /* BZipCompression.framework */,
+				5F895A9076F5F070D668DBED8713F913 /* FrameAccessor.framework */,
+				637149F975D926B1447348A80BF6C56F /* KeychainAccess.framework */,
+				7377BE87F9466C47031E4A329B1D79B3 /* Onboard.framework */,
+				490D548CD6E5D2C4218DD314276A76C0 /* Pods_enzevalos_iphone.framework */,
+				7C6172766EEFFCAB4322850FF482C00F /* Pods_enzevalos_iphone_AdHoc.framework */,
+				81559879917EAC0052E539C4988F2BD0 /* Pods_enzevalos_iphoneTests.framework */,
+				21EACCA8C8EEF2EF04F092AC4945F9C4 /* Pods_enzevalos_iphoneUITests.framework */,
+				F1E74CAEEA0EA75916316D982652F910 /* VENTokenField.framework */,
 			);
-			name = "Pods-enzevalos_iphone";
-			path = "Target Support Files/Pods-enzevalos_iphone";
+			name = Products;
 			sourceTree = "<group>";
 		};
 		7370999D0E853B6DF31E5FF83814DC3B /* Frameworks */ = {
@@ -463,11 +536,29 @@
 				93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
 				BFEE9F6096070B6102CDB405FC8C6C87 /* Frameworks */,
 				F1A77515C4FA8805A7C4C97EB5CF18A4 /* Pods */,
-				C58D1C5C4AFB379A8BBD6480020833A7 /* Products */,
-				CF15E04EC004B76A5CF20009FFAC2161 /* Targets Support Files */,
+				71152CFEEBE18B648DEB3FC632CC0615 /* Products */,
+				FC25A6D70D63D9FB59E11D49A5B58444 /* Targets Support Files */,
 			);
 			sourceTree = "<group>";
 		};
+		8C523ADCF9D70EF92355D84F185FA35F /* Pods-enzevalos_iphone */ = {
+			isa = PBXGroup;
+			children = (
+				84CC65B27034283E293BEA44E88355B9 /* Info.plist */,
+				535921F4B2DD9F8D4370D8693A4120FC /* Pods-enzevalos_iphone.modulemap */,
+				0475CD3DA03A32E86604D9803AD41792 /* Pods-enzevalos_iphone-acknowledgements.markdown */,
+				0CF192725CF0FE4DBB44A5BE3B702DD2 /* Pods-enzevalos_iphone-acknowledgements.plist */,
+				55D898D3E2370CD90A97371CA828EF41 /* Pods-enzevalos_iphone-dummy.m */,
+				0C6088703267026E0275D98433240AF4 /* Pods-enzevalos_iphone-frameworks.sh */,
+				0AD001A96556FA7B32D0D0BF06C734A8 /* Pods-enzevalos_iphone-resources.sh */,
+				FAD0346A532AD7B26692A19876FFA05A /* Pods-enzevalos_iphone-umbrella.h */,
+				88FB65CE1A3A91323EB4C430B249A6E6 /* Pods-enzevalos_iphone.debug.xcconfig */,
+				84AC2F1FAC2A29C9C648893F6D2AF10B /* Pods-enzevalos_iphone.release.xcconfig */,
+			);
+			name = "Pods-enzevalos_iphone";
+			path = "Target Support Files/Pods-enzevalos_iphone";
+			sourceTree = "<group>";
+		};
 		9AB22E3D5A7E864B7DC1653787ED69C3 /* FrameAccessor */ = {
 			isa = PBXGroup;
 			children = (
@@ -644,21 +735,6 @@
 			path = BZipCompression;
 			sourceTree = "<group>";
 		};
-		C58D1C5C4AFB379A8BBD6480020833A7 /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				E92196A53FBA528B5734213EED855F8D /* BZipCompression.framework */,
-				CB2A8B9B1DC16E164BEC8D97DDE5363D /* FrameAccessor.framework */,
-				0DC7FE19E5F7CF5C144619AF58FBC4C5 /* KeychainAccess.framework */,
-				6CD30BD6EBE52FD574F82834D3477A67 /* Onboard.framework */,
-				B70A1A12D86590F0DB90AC67B13FB5D4 /* Pods_enzevalos_iphone.framework */,
-				CE93C771FA0CA56E6F9DAB1A5D0F5F4B /* Pods_enzevalos_iphoneTests.framework */,
-				F6F56D7C889A98411117BBABCEB445E0 /* Pods_enzevalos_iphoneUITests.framework */,
-				F96B599B943BCB4720D511EACF6C34DC /* VENTokenField.framework */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
 		CEAA75164A322FC4CAFD2D35A5ACFBAB /* KeychainAccess */ = {
 			isa = PBXGroup;
 			children = (
@@ -669,29 +745,19 @@
 			path = KeychainAccess;
 			sourceTree = "<group>";
 		};
-		CF15E04EC004B76A5CF20009FFAC2161 /* Targets Support Files */ = {
-			isa = PBXGroup;
-			children = (
-				64EC6C274290CE6797DF361A5AF32147 /* Pods-enzevalos_iphone */,
-				DD44B117B487198CEFE94DF8EB8762C2 /* Pods-enzevalos_iphoneTests */,
-				3EF74DC7CC8C3A115BC6189B101F6AF0 /* Pods-enzevalos_iphoneUITests */,
-			);
-			name = "Targets Support Files";
-			sourceTree = "<group>";
-		};
-		DD44B117B487198CEFE94DF8EB8762C2 /* Pods-enzevalos_iphoneTests */ = {
+		E4CF2E4647D1A8FFC7A3326A24C33798 /* Pods-enzevalos_iphoneTests */ = {
 			isa = PBXGroup;
 			children = (
-				8FC6E0510F1C43461059BCBDBBDE1B0B /* Info.plist */,
-				AEC5788C96E257992626FD1C99E4DBC2 /* Pods-enzevalos_iphoneTests.modulemap */,
-				E1FC1224411FB7C5C55F38AF4673E4CC /* Pods-enzevalos_iphoneTests-acknowledgements.markdown */,
-				3C73B0CF2914B566FA8A2002375A21C6 /* Pods-enzevalos_iphoneTests-acknowledgements.plist */,
-				8C56F13C499E6B53A9CD6A590D994A4F /* Pods-enzevalos_iphoneTests-dummy.m */,
-				2910B49270946C1533612FA4B4107F56 /* Pods-enzevalos_iphoneTests-frameworks.sh */,
-				429544FA33FDC9613826B9F8EAD41B01 /* Pods-enzevalos_iphoneTests-resources.sh */,
-				103736584D7A59947D9AB2E3AD56A374 /* Pods-enzevalos_iphoneTests-umbrella.h */,
-				D2CABB2B8C3A8870B7B2812ED9982F33 /* Pods-enzevalos_iphoneTests.debug.xcconfig */,
-				06D18F3F93F9512DF8E0C16FA962BC43 /* Pods-enzevalos_iphoneTests.release.xcconfig */,
+				944FF51C4DBBD8DC6468FB312F787608 /* Info.plist */,
+				3928D660A067E5A7D3DCCCDB8D865E36 /* Pods-enzevalos_iphoneTests.modulemap */,
+				847DE8639F47AAE3D9852423F83B146F /* Pods-enzevalos_iphoneTests-acknowledgements.markdown */,
+				BF4AF302E2E65B0C75672B96CE8871FF /* Pods-enzevalos_iphoneTests-acknowledgements.plist */,
+				3497FA3DA4FAC1100B87DB0318826CAE /* Pods-enzevalos_iphoneTests-dummy.m */,
+				EBA8ED8383D5122805F2BF7457CB8BF0 /* Pods-enzevalos_iphoneTests-frameworks.sh */,
+				71F773B5242027AD7D2E99F81ECA5534 /* Pods-enzevalos_iphoneTests-resources.sh */,
+				FA531B0AB524D97D95AE0EA0D2260FAA /* Pods-enzevalos_iphoneTests-umbrella.h */,
+				C516E200EFD4E07560369BB3846B4703 /* Pods-enzevalos_iphoneTests.debug.xcconfig */,
+				88DCD9BE15F5320CE78ADE0D26A047B2 /* Pods-enzevalos_iphoneTests.release.xcconfig */,
 			);
 			name = "Pods-enzevalos_iphoneTests";
 			path = "Target Support Files/Pods-enzevalos_iphoneTests";
@@ -711,6 +777,17 @@
 			name = Pods;
 			sourceTree = "<group>";
 		};
+		FC25A6D70D63D9FB59E11D49A5B58444 /* Targets Support Files */ = {
+			isa = PBXGroup;
+			children = (
+				8C523ADCF9D70EF92355D84F185FA35F /* Pods-enzevalos_iphone */,
+				0014003F8D33995B25B3DB3037F47E45 /* Pods-enzevalos_iphone-AdHoc */,
+				E4CF2E4647D1A8FFC7A3326A24C33798 /* Pods-enzevalos_iphoneTests */,
+				6030F5AD9D4C048B7349FCB206B9EE7D /* Pods-enzevalos_iphoneUITests */,
+			);
+			name = "Targets Support Files";
+			sourceTree = "<group>";
+		};
 /* End PBXGroup section */
 
 /* Begin PBXHeadersBuildPhase section */
@@ -741,6 +818,14 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
+		4BE261F57D7D845E177F3149BD58C4F8 /* Headers */ = {
+			isa = PBXHeadersBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				699B8EA96287D81B62A0E82539C3EAFE /* Pods-enzevalos_iphone-AdHoc-umbrella.h in Headers */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
 		55937917841BB054CF38821E1F73AF37 /* Headers */ = {
 			isa = PBXHeadersBuildPhase;
 			buildActionMask = 2147483647;
@@ -804,7 +889,7 @@
 			);
 			name = "Pods-enzevalos_iphoneTests";
 			productName = "Pods-enzevalos_iphoneTests";
-			productReference = CE93C771FA0CA56E6F9DAB1A5D0F5F4B /* Pods_enzevalos_iphoneTests.framework */;
+			productReference = 81559879917EAC0052E539C4988F2BD0 /* Pods_enzevalos_iphoneTests.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 		82BBBA182FED17649112AE9374B4898E /* BZipCompression */ = {
@@ -821,7 +906,7 @@
 			);
 			name = BZipCompression;
 			productName = BZipCompression;
-			productReference = E92196A53FBA528B5734213EED855F8D /* BZipCompression.framework */;
+			productReference = E4796464C33BEE694F941C6645573349 /* BZipCompression.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 		83321BF5BD0E06C7F212CF8969A25A33 /* Pods-enzevalos_iphoneUITests */ = {
@@ -838,14 +923,14 @@
 			);
 			name = "Pods-enzevalos_iphoneUITests";
 			productName = "Pods-enzevalos_iphoneUITests";
-			productReference = F6F56D7C889A98411117BBABCEB445E0 /* Pods_enzevalos_iphoneUITests.framework */;
+			productReference = 21EACCA8C8EEF2EF04F092AC4945F9C4 /* Pods_enzevalos_iphoneUITests.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 		8905DB6521F8FDC34752B69DEE3FDEB7 /* KeychainAccess */ = {
 			isa = PBXNativeTarget;
 			buildConfigurationList = 9FA048BBEA093CDB3F69C5B36929A5AF /* Build configuration list for PBXNativeTarget "KeychainAccess" */;
 			buildPhases = (
-				D26A24617ECAE11F29337DC26BE0E14F /* Sources */,
+				1BE6C025A1E1C6B19A14DA05390DEA8D /* Sources */,
 				2DDC844C06D46A3907C42C9964BC7434 /* Frameworks */,
 				93DE0E803396B824DE9F75CA3683CEC3 /* Headers */,
 			);
@@ -855,14 +940,14 @@
 			);
 			name = KeychainAccess;
 			productName = KeychainAccess;
-			productReference = 0DC7FE19E5F7CF5C144619AF58FBC4C5 /* KeychainAccess.framework */;
+			productReference = 637149F975D926B1447348A80BF6C56F /* KeychainAccess.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 		8F5682E0AC126B1910FC04BA8A16F382 /* Onboard */ = {
 			isa = PBXNativeTarget;
 			buildConfigurationList = 754A201AE627327E0428243B1D3DB195 /* Build configuration list for PBXNativeTarget "Onboard" */;
 			buildPhases = (
-				05612E990061283EEA0C7F6066B393DC /* Sources */,
+				429841F3BC579EF64BFF0C655FA5BB93 /* Sources */,
 				EDFF039E6CBBA9A9D2F4B18254593E56 /* Frameworks */,
 				8D2CAA9034788DCF4317EB07F9FA209E /* Headers */,
 			);
@@ -872,7 +957,7 @@
 			);
 			name = Onboard;
 			productName = Onboard;
-			productReference = 6CD30BD6EBE52FD574F82834D3477A67 /* Onboard.framework */;
+			productReference = 7377BE87F9466C47031E4A329B1D79B3 /* Onboard.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 		BF1258B878BFA89993BC8FEA5ACA97E4 /* FrameAccessor */ = {
@@ -889,7 +974,7 @@
 			);
 			name = FrameAccessor;
 			productName = FrameAccessor;
-			productReference = CB2A8B9B1DC16E164BEC8D97DDE5363D /* FrameAccessor.framework */;
+			productReference = 5F895A9076F5F070D668DBED8713F913 /* FrameAccessor.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 		E8B699458103CA9ABE04ABB6069ACD9D /* Pods-enzevalos_iphone */ = {
@@ -911,14 +996,36 @@
 			);
 			name = "Pods-enzevalos_iphone";
 			productName = "Pods-enzevalos_iphone";
-			productReference = B70A1A12D86590F0DB90AC67B13FB5D4 /* Pods_enzevalos_iphone.framework */;
+			productReference = 490D548CD6E5D2C4218DD314276A76C0 /* Pods_enzevalos_iphone.framework */;
+			productType = "com.apple.product-type.framework";
+		};
+		F524D840A58D5136BE3A2CBC129BFC00 /* Pods-enzevalos_iphone-AdHoc */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 562220569752812D173D6F2DE993D5B9 /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphone-AdHoc" */;
+			buildPhases = (
+				28A74ABAC29EFEC0C8A9BE917509D9F7 /* Sources */,
+				78C8370BE7B0BC6E2179E409D4F13BC1 /* Frameworks */,
+				4BE261F57D7D845E177F3149BD58C4F8 /* Headers */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+				D1A8EBFB7515C510482FA37E54CD7F70 /* PBXTargetDependency */,
+				4B694C8D38448EB252BAE171CB5F1617 /* PBXTargetDependency */,
+				5A8646BDD8B15543D01407BD67914451 /* PBXTargetDependency */,
+				BC26FBE7E24922947900635862D521AB /* PBXTargetDependency */,
+				8F2D3A80A274FA3F14A738149F509A27 /* PBXTargetDependency */,
+			);
+			name = "Pods-enzevalos_iphone-AdHoc";
+			productName = "Pods-enzevalos_iphone-AdHoc";
+			productReference = 7C6172766EEFFCAB4322850FF482C00F /* Pods_enzevalos_iphone_AdHoc.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 		FC17CCC069BF20C1FDFA841B915A467B /* VENTokenField */ = {
 			isa = PBXNativeTarget;
 			buildConfigurationList = 0587706D9359E9093FDB5D8BE5160E35 /* Build configuration list for PBXNativeTarget "VENTokenField" */;
 			buildPhases = (
-				31B4EC4288F8BDE02AC52FAF05C4F2B7 /* Sources */,
+				9B14D62A166A3CFF43C1D1F1F80E4A1A /* Sources */,
 				D5BCD3FF559802A94CED7DDCA22E293B /* Frameworks */,
 				13C56F743264360AE676A5E0BEAEC42E /* Headers */,
 				E9849DBE37BEE5BA8D7EB89BAB799A41 /* Resources */,
@@ -930,7 +1037,7 @@
 			);
 			name = VENTokenField;
 			productName = VENTokenField;
-			productReference = F96B599B943BCB4720D511EACF6C34DC /* VENTokenField.framework */;
+			productReference = F1E74CAEEA0EA75916316D982652F910 /* VENTokenField.framework */;
 			productType = "com.apple.product-type.framework";
 		};
 /* End PBXNativeTarget section */
@@ -950,7 +1057,7 @@
 				en,
 			);
 			mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
-			productRefGroup = C58D1C5C4AFB379A8BBD6480020833A7 /* Products */;
+			productRefGroup = 71152CFEEBE18B648DEB3FC632CC0615 /* Products */;
 			projectDirPath = "";
 			projectRoot = "";
 			targets = (
@@ -959,6 +1066,7 @@
 				8905DB6521F8FDC34752B69DEE3FDEB7 /* KeychainAccess */,
 				8F5682E0AC126B1910FC04BA8A16F382 /* Onboard */,
 				E8B699458103CA9ABE04ABB6069ACD9D /* Pods-enzevalos_iphone */,
+				F524D840A58D5136BE3A2CBC129BFC00 /* Pods-enzevalos_iphone-AdHoc */,
 				4BBD10B16564F31F9E6CB3A46C82B375 /* Pods-enzevalos_iphoneTests */,
 				83321BF5BD0E06C7F212CF8969A25A33 /* Pods-enzevalos_iphoneUITests */,
 				FC17CCC069BF20C1FDFA841B915A467B /* VENTokenField */,
@@ -978,13 +1086,12 @@
 /* End PBXResourcesBuildPhase section */
 
 /* Begin PBXSourcesBuildPhase section */
-		05612E990061283EEA0C7F6066B393DC /* Sources */ = {
+		1BE6C025A1E1C6B19A14DA05390DEA8D /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				DFF8CB6CE450CED94E604B450A181155 /* Onboard-dummy.m in Sources */,
-				991F609C73269DC78E11180E3C3E1032 /* OnboardingContentViewController.m in Sources */,
-				C537A2C98FD1DF6D4B6C6C8958000891 /* OnboardingViewController.m in Sources */,
+				B36466A4A421E5285DEC34330F617F11 /* Keychain.swift in Sources */,
+				1247D21483D21E465C796C705D643651 /* KeychainAccess-dummy.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -996,14 +1103,11 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
-		31B4EC4288F8BDE02AC52FAF05C4F2B7 /* Sources */ = {
+		28A74ABAC29EFEC0C8A9BE917509D9F7 /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				F91039AE6FB892BD70A8029ACB2F1B0E /* VENBackspaceTextField.m in Sources */,
-				25E4A20F7E90FFAE3A1BE48262E1C454 /* VENToken.m in Sources */,
-				36C3DAF673D072F094AD20930D08CD90 /* VENTokenField-dummy.m in Sources */,
-				0947628399E2BD79FD8CB3C082ACED5B /* VENTokenField.m in Sources */,
+				31544EE003DEBFF825B3012FCD54C74D /* Pods-enzevalos_iphone-AdHoc-dummy.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -1012,7 +1116,17 @@
 			buildActionMask = 2147483647;
 			files = (
 				16D09F9D9BC0F1D306214456E0C8F36C /* BZipCompression-dummy.m in Sources */,
-				65A42F03CD57151A995D28F2DE137E26 /* BZipCompression.m in Sources */,
+				4F1F21B2160D809F5739D323DB678B91 /* BZipCompression.m in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+		429841F3BC579EF64BFF0C655FA5BB93 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				D1AEA9E037DC541E039D31A1CC6813FA /* Onboard-dummy.m in Sources */,
+				AD42746FFDDEECC6B6F10D289FD81A51 /* OnboardingContentViewController.m in Sources */,
+				E7BFD141C4F70E786FFB383D2C8D50E9 /* OnboardingViewController.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -1024,20 +1138,22 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
-		A727D9495E55CB1568EFAA90B55B86A8 /* Sources */ = {
+		9B14D62A166A3CFF43C1D1F1F80E4A1A /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				1F95111D8A4B99D24273D6FAF91DFACF /* Pods-enzevalos_iphone-dummy.m in Sources */,
+				327D79EF18344C2F22433D1559E684F7 /* VENBackspaceTextField.m in Sources */,
+				761FFBA2F62DB44FEA5C1D71B14C858D /* VENToken.m in Sources */,
+				3127706D9275CA794AF09AB4C3C1B751 /* VENTokenField-dummy.m in Sources */,
+				1D9C162CF5E70C7EE078D872496C5FE4 /* VENTokenField.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
-		D26A24617ECAE11F29337DC26BE0E14F /* Sources */ = {
+		A727D9495E55CB1568EFAA90B55B86A8 /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				A967960EE4C1C1AF8A3FC3555BABDC58 /* Keychain.swift in Sources */,
-				D823270043210DD356225D7700FAF3E4 /* KeychainAccess-dummy.m in Sources */,
+				1F95111D8A4B99D24273D6FAF91DFACF /* Pods-enzevalos_iphone-dummy.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -1046,8 +1162,8 @@
 			buildActionMask = 2147483647;
 			files = (
 				DDE5109A06DDDE873435D166B76290A6 /* FrameAccessor-dummy.m in Sources */,
-				3A391D3D14A2845BCD33B3DF9B980A94 /* ScrollViewFrameAccessor.m in Sources */,
-				37CF3873E7D4B520CAC457B054A0ED01 /* ViewFrameAccessor.m in Sources */,
+				BEDFBBEE1E348FC5A9F1AA9D532719DC /* ScrollViewFrameAccessor.m in Sources */,
+				AE96A206307CA2E79EA2969DD45C2E7C /* ViewFrameAccessor.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -1066,24 +1182,54 @@
 			target = 82BBBA182FED17649112AE9374B4898E /* BZipCompression */;
 			targetProxy = 16223ACD4A1F7CF1634BB06C81B709B7 /* PBXContainerItemProxy */;
 		};
+		4B694C8D38448EB252BAE171CB5F1617 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = FrameAccessor;
+			target = BF1258B878BFA89993BC8FEA5ACA97E4 /* FrameAccessor */;
+			targetProxy = 6DA0BD3755D45C82F473460780B7C2C3 /* PBXContainerItemProxy */;
+		};
+		5A8646BDD8B15543D01407BD67914451 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = KeychainAccess;
+			target = 8905DB6521F8FDC34752B69DEE3FDEB7 /* KeychainAccess */;
+			targetProxy = AFE506A34A9219850943E459F62CEE90 /* PBXContainerItemProxy */;
+		};
 		5F08638B79B4BA0E315C35DD553476F4 /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			name = FrameAccessor;
 			target = BF1258B878BFA89993BC8FEA5ACA97E4 /* FrameAccessor */;
 			targetProxy = 5D70B593FDC1F9E8D9F00B557A5E243C /* PBXContainerItemProxy */;
 		};
+		8F2D3A80A274FA3F14A738149F509A27 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = VENTokenField;
+			target = FC17CCC069BF20C1FDFA841B915A467B /* VENTokenField */;
+			targetProxy = 5D43FA2CFF3FC90F0E4655F4D6AE1663 /* PBXContainerItemProxy */;
+		};
 		A8DA5EB155D76ADBF074866FDDB7A755 /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			name = Onboard;
 			target = 8F5682E0AC126B1910FC04BA8A16F382 /* Onboard */;
 			targetProxy = 5BF26AA0CF814132AE6F48117981638A /* PBXContainerItemProxy */;
 		};
+		BC26FBE7E24922947900635862D521AB /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = Onboard;
+			target = 8F5682E0AC126B1910FC04BA8A16F382 /* Onboard */;
+			targetProxy = CF6695686BA6C7A9969C2FA7E7CD51EB /* PBXContainerItemProxy */;
+		};
 		C24F044D9083568973BFCF5D54465690 /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			name = VENTokenField;
 			target = FC17CCC069BF20C1FDFA841B915A467B /* VENTokenField */;
 			targetProxy = DC96D5D779DEB389AE73FB797845BA83 /* PBXContainerItemProxy */;
 		};
+		D1A8EBFB7515C510482FA37E54CD7F70 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = BZipCompression;
+			target = 82BBBA182FED17649112AE9374B4898E /* BZipCompression */;
+			targetProxy = 24915343A91AEE550F48B506E4E59C5A /* PBXContainerItemProxy */;
+		};
 		EA47F835BC9182F6070FF95C5B1AC3BD /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			name = FrameAccessor;
@@ -1276,7 +1422,7 @@
 		};
 		89D1F734E1372E0AC0FADCE0EAA596E8 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 72CCD383887DF25F07E2E3DDC8204D42 /* Pods-enzevalos_iphoneUITests.release.xcconfig */;
+			baseConfigurationReference = DADDE138A5B80913AF77949CEE7500CB /* Pods-enzevalos_iphoneUITests.release.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1312,7 +1458,7 @@
 		};
 		8E2C9D65D7DC8DF8CA3467044CD32A37 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = AF6040197B33B59F92964E0C647BC95E /* Pods-enzevalos_iphone.debug.xcconfig */;
+			baseConfigurationReference = 88FB65CE1A3A91323EB4C430B249A6E6 /* Pods-enzevalos_iphone.debug.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1351,7 +1497,7 @@
 		};
 		91D4814152D3EBC7FC917A156149E27C /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 487B8B14C9BBC920B99E2445016E6463 /* Pods-enzevalos_iphoneUITests.debug.xcconfig */;
+			baseConfigurationReference = 89F8C279C746669EA67665D52EF3EA1F /* Pods-enzevalos_iphoneUITests.debug.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1422,7 +1568,7 @@
 		};
 		9A345F25296E890433176BAC37BE0310 /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 6DD1F7615B8517F1A3B18A5CBEE00E0A /* Pods-enzevalos_iphone.release.xcconfig */;
+			baseConfigurationReference = 84AC2F1FAC2A29C9C648893F6D2AF10B /* Pods-enzevalos_iphone.release.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1460,7 +1606,7 @@
 		};
 		A38845550F9AE1F4825DFBE995B30C81 /* Debug */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = D2CABB2B8C3A8870B7B2812ED9982F33 /* Pods-enzevalos_iphoneTests.debug.xcconfig */;
+			baseConfigurationReference = C516E200EFD4E07560369BB3846B4703 /* Pods-enzevalos_iphoneTests.debug.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1530,7 +1676,7 @@
 		};
 		A9A3E736809CD53FB50C831A28E5683D /* Release */ = {
 			isa = XCBuildConfiguration;
-			baseConfigurationReference = 06D18F3F93F9512DF8E0C16FA962BC43 /* Pods-enzevalos_iphoneTests.release.xcconfig */;
+			baseConfigurationReference = 88DCD9BE15F5320CE78ADE0D26A047B2 /* Pods-enzevalos_iphoneTests.release.xcconfig */;
 			buildSettings = {
 				CODE_SIGN_IDENTITY = "";
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
@@ -1564,6 +1710,44 @@
 			};
 			name = Release;
 		};
+		AF0B9C2B8FE011424EAD904918CAD200 /* Release */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = BB7BEE0D3768A586328BF80EB4DD95F5 /* Pods-enzevalos_iphone-AdHoc.release.xcconfig */;
+			buildSettings = {
+				CODE_SIGN_IDENTITY = "";
+				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
+				"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
+				CURRENT_PROJECT_VERSION = 1;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				DEFINES_MODULE = YES;
+				DYLIB_COMPATIBILITY_VERSION = 1;
+				DYLIB_CURRENT_VERSION = 1;
+				DYLIB_INSTALL_NAME_BASE = "@rpath";
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_NO_COMMON_BLOCKS = YES;
+				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphone-AdHoc/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_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.modulemap";
+				MTL_ENABLE_DEBUG_INFO = NO;
+				OTHER_LDFLAGS = "";
+				OTHER_LIBTOOLFLAGS = "";
+				PODS_ROOT = "$(SRCROOT)";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
+				PRODUCT_NAME = Pods_enzevalos_iphone_AdHoc;
+				SDKROOT = iphoneos;
+				SKIP_INSTALL = YES;
+				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
+				SWIFT_VERSION = 3.0;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VERSIONING_SYSTEM = "apple-generic";
+				VERSION_INFO_PREFIX = "";
+			};
+			name = Release;
+		};
 		B58BFAD0BB9AE6611191134FFE3A554C /* Debug */ = {
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = F3DCACCA40946FA5E7E78274472FB32E /* Onboard.xcconfig */;
@@ -1715,6 +1899,45 @@
 			};
 			name = Release;
 		};
+		F22F5E92D1790832AFF0EBFD7235C5CC /* Debug */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = ED1C2F21F66DE8F993D3FB095EB18061 /* Pods-enzevalos_iphone-AdHoc.debug.xcconfig */;
+			buildSettings = {
+				CODE_SIGN_IDENTITY = "";
+				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
+				"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
+				CURRENT_PROJECT_VERSION = 1;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				DEFINES_MODULE = YES;
+				DYLIB_COMPATIBILITY_VERSION = 1;
+				DYLIB_CURRENT_VERSION = 1;
+				DYLIB_INSTALL_NAME_BASE = "@rpath";
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_NO_COMMON_BLOCKS = YES;
+				INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphone-AdHoc/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_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.modulemap";
+				MTL_ENABLE_DEBUG_INFO = YES;
+				OTHER_LDFLAGS = "";
+				OTHER_LIBTOOLFLAGS = "";
+				PODS_ROOT = "$(SRCROOT)";
+				PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
+				PRODUCT_NAME = Pods_enzevalos_iphone_AdHoc;
+				SDKROOT = iphoneos;
+				SKIP_INSTALL = YES;
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+				SWIFT_VERSION = 3.0;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VERSIONING_SYSTEM = "apple-generic";
+				VERSION_INFO_PREFIX = "";
+			};
+			name = Debug;
+		};
 		F7E0E2778AF389F7B29DBE6E3536304D /* Release */ = {
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = E4CF564127EE3F3C7724F2D63C71600E /* FrameAccessor.xcconfig */;
@@ -1797,6 +2020,15 @@
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;
 		};
+		562220569752812D173D6F2DE993D5B9 /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphone-AdHoc" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				F22F5E92D1790832AFF0EBFD7235C5CC /* Debug */,
+				AF0B9C2B8FE011424EAD904918CAD200 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
 		754A201AE627327E0428243B1D3DB195 /* Build configuration list for PBXNativeTarget "Onboard" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
diff --git a/Pods/Target Support Files/KeychainAccess/KeychainAccess.xcconfig b/Pods/Target Support Files/KeychainAccess/KeychainAccess.xcconfig
index 0caf30722999fb066ef7ff75e36fecc51c3ef0f4..1732277629ea80c5fb47b0d7fad2d9a3e030349c 100644
--- a/Pods/Target Support Files/KeychainAccess/KeychainAccess.xcconfig	
+++ b/Pods/Target Support Files/KeychainAccess/KeychainAccess.xcconfig	
@@ -1,7 +1,7 @@
 CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/KeychainAccess
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios"
-OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" "-suppress-warnings"
 PODS_BUILD_DIR = $BUILD_DIR
 PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
 PODS_ROOT = ${SRCROOT}
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Info.plist b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Info.plist
new file mode 100644
index 0000000000000000000000000000000000000000..2243fe6e27dc60546f37eca17f97ed75802d224f
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Info.plist	
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+  <key>CFBundleDevelopmentRegion</key>
+  <string>en</string>
+  <key>CFBundleExecutable</key>
+  <string>${EXECUTABLE_NAME}</string>
+  <key>CFBundleIdentifier</key>
+  <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
+  <key>CFBundleInfoDictionaryVersion</key>
+  <string>6.0</string>
+  <key>CFBundleName</key>
+  <string>${PRODUCT_NAME}</string>
+  <key>CFBundlePackageType</key>
+  <string>FMWK</string>
+  <key>CFBundleShortVersionString</key>
+  <string>1.0.0</string>
+  <key>CFBundleSignature</key>
+  <string>????</string>
+  <key>CFBundleVersion</key>
+  <string>${CURRENT_PROJECT_VERSION}</string>
+  <key>NSPrincipalClass</key>
+  <string></string>
+</dict>
+</plist>
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-acknowledgements.markdown b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-acknowledgements.markdown
new file mode 100644
index 0000000000000000000000000000000000000000..5fb23228ff7c6456d6e1aa68b03ec15210212ddd
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-acknowledgements.markdown	
@@ -0,0 +1,459 @@
+# Acknowledgements
+This application makes use of the following third party libraries:
+
+## BZipCompression
+
+Apache License
+Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by the copyright
+owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and all other entities
+that control, are controlled by, or are under common control with that entity.
+For the purposes of this definition, "control" means (i) the power, direct or
+indirect, to cause the direction or management of such entity, whether by
+contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
+outstanding shares, or (iii) beneficial ownership of such entity.
+
+"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
+
+"Source" form shall mean the preferred form for making modifications, including
+but not limited to software source code, documentation source, and configuration
+files.
+
+"Object" form shall mean any form resulting from mechanical transformation or
+translation of a Source form, including but not limited to compiled object code,
+generated documentation, and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form, made
+available under the License, as indicated by a copyright notice that is included
+in or attached to the work (an example is provided in the Appendix below).
+
+"Derivative Works" shall mean any work, whether in Source or Object form, that
+is based on (or derived from) the Work and for which the editorial revisions,
+annotations, elaborations, or other modifications represent, as a whole, an
+original work of authorship. For the purposes of this License, Derivative Works
+shall not include works that remain separable from, or merely link (or bind by
+name) to the interfaces of, the Work and Derivative Works thereof.
+
+"Contribution" shall mean any work of authorship, including the original version
+of the Work and any modifications or additions to that Work or Derivative Works
+thereof, that is intentionally submitted to Licensor for inclusion in the Work
+by the copyright owner or by an individual or Legal Entity authorized to submit
+on behalf of the copyright owner. For the purposes of this definition,
+"submitted" means any form of electronic, verbal, or written communication sent
+to the Licensor or its representatives, including but not limited to
+communication on electronic mailing lists, source code control systems, and
+issue tracking systems that are managed by, or on behalf of, the Licensor for
+the purpose of discussing and improving the Work, but excluding communication
+that is conspicuously marked or otherwise designated in writing by the copyright
+owner as "Not a Contribution."
+
+"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
+of whom a Contribution has been received by Licensor and subsequently
+incorporated within the Work.
+
+2. Grant of Copyright License.
+
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.
+
+3. Grant of Patent License.
+
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable (except as stated in this section) patent license to make, have
+made, use, offer to sell, sell, import, and otherwise transfer the Work, where
+such license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by combination
+of their Contribution(s) with the Work to which such Contribution(s) was
+submitted. If You institute patent litigation against any entity (including a
+cross-claim or counterclaim in a lawsuit) alleging that the Work or a
+Contribution incorporated within the Work constitutes direct or contributory
+patent infringement, then any patent licenses granted to You under this License
+for that Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution.
+
+You may reproduce and distribute copies of the Work or Derivative Works thereof
+in any medium, with or without modifications, and in Source or Object form,
+provided that You meet the following conditions:
+
+You must give any other recipients of the Work or Derivative Works a copy of
+this License; and
+You must cause any modified files to carry prominent notices stating that You
+changed the files; and
+You must retain, in the Source form of any Derivative Works that You distribute,
+all copyright, patent, trademark, and attribution notices from the Source form
+of the Work, excluding those notices that do not pertain to any part of the
+Derivative Works; and
+If the Work includes a "NOTICE" text file as part of its distribution, then any
+Derivative Works that You distribute must include a readable copy of the
+attribution notices contained within such NOTICE file, excluding those notices
+that do not pertain to any part of the Derivative Works, in at least one of the
+following places: within a NOTICE text file distributed as part of the
+Derivative Works; within the Source form or documentation, if provided along
+with the Derivative Works; or, within a display generated by the Derivative
+Works, if and wherever such third-party notices normally appear. The contents of
+the NOTICE file are for informational purposes only and do not modify the
+License. You may add Your own attribution notices within Derivative Works that
+You distribute, alongside or as an addendum to the NOTICE text from the Work,
+provided that such additional attribution notices cannot be construed as
+modifying the License.
+You may add Your own copyright statement to Your modifications and may provide
+additional or different license terms and conditions for use, reproduction, or
+distribution of Your modifications, or for any such Derivative Works as a whole,
+provided Your use, reproduction, and distribution of the Work otherwise complies
+with the conditions stated in this License.
+
+5. Submission of Contributions.
+
+Unless You explicitly state otherwise, any Contribution intentionally submitted
+for inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the terms of
+any separate license agreement you may have executed with Licensor regarding
+such Contributions.
+
+6. Trademarks.
+
+This License does not grant permission to use the trade names, trademarks,
+service marks, or product names of the Licensor, except as required for
+reasonable and customary use in describing the origin of the Work and
+reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty.
+
+Unless required by applicable law or agreed to in writing, Licensor provides the
+Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
+including, without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
+solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise of
+permissions under this License.
+
+8. Limitation of Liability.
+
+In no event and under no legal theory, whether in tort (including negligence),
+contract, or otherwise, unless required by applicable law (such as deliberate
+and grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special, incidental,
+or consequential damages of any character arising as a result of this License or
+out of the use or inability to use the Work (including but not limited to
+damages for loss of goodwill, work stoppage, computer failure or malfunction, or
+any and all other commercial damages or losses), even if such Contributor has
+been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability.
+
+While redistributing the Work or Derivative Works thereof, You may choose to
+offer, and charge a fee for, acceptance of support, warranty, indemnity, or
+other liability obligations and/or rights consistent with this License. However,
+in accepting such obligations, You may act only on Your own behalf and on Your
+sole responsibility, not on behalf of any other Contributor, and only if You
+agree to indemnify, defend, and hold each Contributor harmless for any liability
+incurred by, or claims asserted against, such Contributor by reason of your
+accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work
+
+To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included on
+the same "printed page" as the copyright notice for easier identification within
+third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+## FrameAccessor
+
+Copyright (c) 2012 Alexey Denisov
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+## KeychainAccess
+
+The MIT License (MIT)
+
+Copyright (c) 2014 kishikawa katsumi
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+
+## Onboard
+
+Copyright (c) 2014 Michael Amaral
+
+MIT LICENSE
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+## OpenSSL-Universal
+
+
+  LICENSE ISSUES
+  ==============
+
+  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+  the OpenSSL License and the original SSLeay license apply to the toolkit.
+  See below for the actual license texts. Actually both licenses are BSD-style
+  Open Source licenses. In case of any license issues related to OpenSSL
+  please contact openssl-core@openssl.org.
+
+  OpenSSL License
+  ---------------
+
+/* ====================================================================
+ * Copyright (c) 1998-2008 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+ Original SSLeay License
+ -----------------------
+
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+
+
+## VENTokenField
+
+The MIT License (MIT)
+
+Copyright (c) 2014 Venmo
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+## mailcore2-ios
+
+MailCore 2
+
+Copyright (C) 2001 - 2013 - MailCore team
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the MailCore project nor the names of its
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+Generated by CocoaPods - https://cocoapods.org
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-acknowledgements.plist b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-acknowledgements.plist
new file mode 100644
index 0000000000000000000000000000000000000000..f8eb6e5a97fb21afd95241b38ce4b3ab77b7273b
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-acknowledgements.plist	
@@ -0,0 +1,527 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreferenceSpecifiers</key>
+	<array>
+		<dict>
+			<key>FooterText</key>
+			<string>This application makes use of the following third party libraries:</string>
+			<key>Title</key>
+			<string>Acknowledgements</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>Apache License
+Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by the copyright
+owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and all other entities
+that control, are controlled by, or are under common control with that entity.
+For the purposes of this definition, "control" means (i) the power, direct or
+indirect, to cause the direction or management of such entity, whether by
+contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
+outstanding shares, or (iii) beneficial ownership of such entity.
+
+"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
+
+"Source" form shall mean the preferred form for making modifications, including
+but not limited to software source code, documentation source, and configuration
+files.
+
+"Object" form shall mean any form resulting from mechanical transformation or
+translation of a Source form, including but not limited to compiled object code,
+generated documentation, and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form, made
+available under the License, as indicated by a copyright notice that is included
+in or attached to the work (an example is provided in the Appendix below).
+
+"Derivative Works" shall mean any work, whether in Source or Object form, that
+is based on (or derived from) the Work and for which the editorial revisions,
+annotations, elaborations, or other modifications represent, as a whole, an
+original work of authorship. For the purposes of this License, Derivative Works
+shall not include works that remain separable from, or merely link (or bind by
+name) to the interfaces of, the Work and Derivative Works thereof.
+
+"Contribution" shall mean any work of authorship, including the original version
+of the Work and any modifications or additions to that Work or Derivative Works
+thereof, that is intentionally submitted to Licensor for inclusion in the Work
+by the copyright owner or by an individual or Legal Entity authorized to submit
+on behalf of the copyright owner. For the purposes of this definition,
+"submitted" means any form of electronic, verbal, or written communication sent
+to the Licensor or its representatives, including but not limited to
+communication on electronic mailing lists, source code control systems, and
+issue tracking systems that are managed by, or on behalf of, the Licensor for
+the purpose of discussing and improving the Work, but excluding communication
+that is conspicuously marked or otherwise designated in writing by the copyright
+owner as "Not a Contribution."
+
+"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
+of whom a Contribution has been received by Licensor and subsequently
+incorporated within the Work.
+
+2. Grant of Copyright License.
+
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.
+
+3. Grant of Patent License.
+
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable (except as stated in this section) patent license to make, have
+made, use, offer to sell, sell, import, and otherwise transfer the Work, where
+such license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by combination
+of their Contribution(s) with the Work to which such Contribution(s) was
+submitted. If You institute patent litigation against any entity (including a
+cross-claim or counterclaim in a lawsuit) alleging that the Work or a
+Contribution incorporated within the Work constitutes direct or contributory
+patent infringement, then any patent licenses granted to You under this License
+for that Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution.
+
+You may reproduce and distribute copies of the Work or Derivative Works thereof
+in any medium, with or without modifications, and in Source or Object form,
+provided that You meet the following conditions:
+
+You must give any other recipients of the Work or Derivative Works a copy of
+this License; and
+You must cause any modified files to carry prominent notices stating that You
+changed the files; and
+You must retain, in the Source form of any Derivative Works that You distribute,
+all copyright, patent, trademark, and attribution notices from the Source form
+of the Work, excluding those notices that do not pertain to any part of the
+Derivative Works; and
+If the Work includes a "NOTICE" text file as part of its distribution, then any
+Derivative Works that You distribute must include a readable copy of the
+attribution notices contained within such NOTICE file, excluding those notices
+that do not pertain to any part of the Derivative Works, in at least one of the
+following places: within a NOTICE text file distributed as part of the
+Derivative Works; within the Source form or documentation, if provided along
+with the Derivative Works; or, within a display generated by the Derivative
+Works, if and wherever such third-party notices normally appear. The contents of
+the NOTICE file are for informational purposes only and do not modify the
+License. You may add Your own attribution notices within Derivative Works that
+You distribute, alongside or as an addendum to the NOTICE text from the Work,
+provided that such additional attribution notices cannot be construed as
+modifying the License.
+You may add Your own copyright statement to Your modifications and may provide
+additional or different license terms and conditions for use, reproduction, or
+distribution of Your modifications, or for any such Derivative Works as a whole,
+provided Your use, reproduction, and distribution of the Work otherwise complies
+with the conditions stated in this License.
+
+5. Submission of Contributions.
+
+Unless You explicitly state otherwise, any Contribution intentionally submitted
+for inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the terms of
+any separate license agreement you may have executed with Licensor regarding
+such Contributions.
+
+6. Trademarks.
+
+This License does not grant permission to use the trade names, trademarks,
+service marks, or product names of the Licensor, except as required for
+reasonable and customary use in describing the origin of the Work and
+reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty.
+
+Unless required by applicable law or agreed to in writing, Licensor provides the
+Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
+including, without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
+solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise of
+permissions under this License.
+
+8. Limitation of Liability.
+
+In no event and under no legal theory, whether in tort (including negligence),
+contract, or otherwise, unless required by applicable law (such as deliberate
+and grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special, incidental,
+or consequential damages of any character arising as a result of this License or
+out of the use or inability to use the Work (including but not limited to
+damages for loss of goodwill, work stoppage, computer failure or malfunction, or
+any and all other commercial damages or losses), even if such Contributor has
+been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability.
+
+While redistributing the Work or Derivative Works thereof, You may choose to
+offer, and charge a fee for, acceptance of support, warranty, indemnity, or
+other liability obligations and/or rights consistent with this License. However,
+in accepting such obligations, You may act only on Your own behalf and on Your
+sole responsibility, not on behalf of any other Contributor, and only if You
+agree to indemnify, defend, and hold each Contributor harmless for any liability
+incurred by, or claims asserted against, such Contributor by reason of your
+accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work
+
+To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included on
+the same "printed page" as the copyright notice for easier identification within
+third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+</string>
+			<key>License</key>
+			<string>Apache2</string>
+			<key>Title</key>
+			<string>BZipCompression</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>Copyright (c) 2012 Alexey Denisov
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+</string>
+			<key>License</key>
+			<string>MIT</string>
+			<key>Title</key>
+			<string>FrameAccessor</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>The MIT License (MIT)
+
+Copyright (c) 2014 kishikawa katsumi
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+</string>
+			<key>License</key>
+			<string>MIT</string>
+			<key>Title</key>
+			<string>KeychainAccess</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>Copyright (c) 2014 Michael Amaral
+
+MIT LICENSE
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+</string>
+			<key>License</key>
+			<string>MIT</string>
+			<key>Title</key>
+			<string>Onboard</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>
+  LICENSE ISSUES
+  ==============
+
+  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+  the OpenSSL License and the original SSLeay license apply to the toolkit.
+  See below for the actual license texts. Actually both licenses are BSD-style
+  Open Source licenses. In case of any license issues related to OpenSSL
+  please contact openssl-core@openssl.org.
+
+  OpenSSL License
+  ---------------
+
+/* ====================================================================
+ * Copyright (c) 1998-2008 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+ Original SSLeay License
+ -----------------------
+
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+</string>
+			<key>License</key>
+			<string>OpenSSL (OpenSSL/SSLeay)</string>
+			<key>Title</key>
+			<string>OpenSSL-Universal</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>The MIT License (MIT)
+
+Copyright (c) 2014 Venmo
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.</string>
+			<key>License</key>
+			<string>MIT</string>
+			<key>Title</key>
+			<string>VENTokenField</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>MailCore 2
+
+Copyright (C) 2001 - 2013 - MailCore team
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the MailCore project nor the names of its
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+</string>
+			<key>License</key>
+			<string>BSD</string>
+			<key>Title</key>
+			<string>mailcore2-ios</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>FooterText</key>
+			<string>Generated by CocoaPods - https://cocoapods.org</string>
+			<key>Title</key>
+			<string></string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+	</array>
+	<key>StringsTable</key>
+	<string>Acknowledgements</string>
+	<key>Title</key>
+	<string>Acknowledgements</string>
+</dict>
+</plist>
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-dummy.m b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-dummy.m
new file mode 100644
index 0000000000000000000000000000000000000000..dfc4c678ea08a35b8bee647f1ec295d3ac41a521
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-dummy.m	
@@ -0,0 +1,5 @@
+#import <Foundation/Foundation.h>
+@interface PodsDummy_Pods_enzevalos_iphone_AdHoc : NSObject
+@end
+@implementation PodsDummy_Pods_enzevalos_iphone_AdHoc
+@end
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-frameworks.sh b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-frameworks.sh
new file mode 100755
index 0000000000000000000000000000000000000000..53b1cfc53274b743234f9bae713ab65837148759
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-frameworks.sh	
@@ -0,0 +1,120 @@
+#!/bin/sh
+set -e
+
+echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+
+SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
+
+# This protects against multiple targets copying the same framework dependency at the same time. The solution
+# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
+RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
+
+install_framework()
+{
+  if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
+    local source="${BUILT_PRODUCTS_DIR}/$1"
+  elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
+    local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
+  elif [ -r "$1" ]; then
+    local source="$1"
+  fi
+
+  local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+
+  if [ -L "${source}" ]; then
+      echo "Symlinked..."
+      source="$(readlink "${source}")"
+  fi
+
+  # Use filter instead of exclude so missing patterns don't throw errors.
+  echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
+  rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
+
+  local basename
+  basename="$(basename -s .framework "$1")"
+  binary="${destination}/${basename}.framework/${basename}"
+  if ! [ -r "$binary" ]; then
+    binary="${destination}/${basename}"
+  fi
+
+  # Strip invalid architectures so "fat" simulator / device frameworks work on device
+  if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
+    strip_invalid_archs "$binary"
+  fi
+
+  # Resign the code if required by the build settings to avoid unstable apps
+  code_sign_if_enabled "${destination}/$(basename "$1")"
+
+  # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
+  if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
+    local swift_runtime_libs
+    swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u  && exit ${PIPESTATUS[0]})
+    for lib in $swift_runtime_libs; do
+      echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
+      rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
+      code_sign_if_enabled "${destination}/${lib}"
+    done
+  fi
+}
+
+# Copies the dSYM of a vendored framework
+install_dsym() {
+  local source="$1"
+  if [ -r "$source" ]; then
+    echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DWARF_DSYM_FOLDER_PATH}\""
+    rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DWARF_DSYM_FOLDER_PATH}"
+  fi
+}
+
+# Signs a framework with the provided identity
+code_sign_if_enabled() {
+  if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
+    # Use the current code_sign_identitiy
+    echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
+    local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'"
+
+    if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
+      code_sign_cmd="$code_sign_cmd &"
+    fi
+    echo "$code_sign_cmd"
+    eval "$code_sign_cmd"
+  fi
+}
+
+# Strip invalid architectures
+strip_invalid_archs() {
+  binary="$1"
+  # Get architectures for current file
+  archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)"
+  stripped=""
+  for arch in $archs; do
+    if ! [[ "${ARCHS}" == *"$arch"* ]]; then
+      # Strip non-valid architectures in-place
+      lipo -remove "$arch" -output "$binary" "$binary" || exit 1
+      stripped="$stripped $arch"
+    fi
+  done
+  if [[ "$stripped" ]]; then
+    echo "Stripped $binary of architectures:$stripped"
+  fi
+}
+
+
+if [[ "$CONFIGURATION" == "Debug" ]]; then
+  install_framework "${BUILT_PRODUCTS_DIR}/BZipCompression/BZipCompression.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/FrameAccessor/FrameAccessor.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/Onboard/Onboard.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/VENTokenField/VENTokenField.framework"
+fi
+if [[ "$CONFIGURATION" == "Release" ]]; then
+  install_framework "${BUILT_PRODUCTS_DIR}/BZipCompression/BZipCompression.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/FrameAccessor/FrameAccessor.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/Onboard/Onboard.framework"
+  install_framework "${BUILT_PRODUCTS_DIR}/VENTokenField/VENTokenField.framework"
+fi
+if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
+  wait
+fi
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-resources.sh b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-resources.sh
new file mode 100755
index 0000000000000000000000000000000000000000..a7df4405b65207518052db2d7149c03563b00bbb
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-resources.sh	
@@ -0,0 +1,106 @@
+#!/bin/sh
+set -e
+
+mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+
+RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
+> "$RESOURCES_TO_COPY"
+
+XCASSET_FILES=()
+
+# This protects against multiple targets copying the same framework dependency at the same time. The solution
+# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
+RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
+
+case "${TARGETED_DEVICE_FAMILY}" in
+  1,2)
+    TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
+    ;;
+  1)
+    TARGET_DEVICE_ARGS="--target-device iphone"
+    ;;
+  2)
+    TARGET_DEVICE_ARGS="--target-device ipad"
+    ;;
+  3)
+    TARGET_DEVICE_ARGS="--target-device tv"
+    ;;
+  4)
+    TARGET_DEVICE_ARGS="--target-device watch"
+    ;;
+  *)
+    TARGET_DEVICE_ARGS="--target-device mac"
+    ;;
+esac
+
+install_resource()
+{
+  if [[ "$1" = /* ]] ; then
+    RESOURCE_PATH="$1"
+  else
+    RESOURCE_PATH="${PODS_ROOT}/$1"
+  fi
+  if [[ ! -e "$RESOURCE_PATH" ]] ; then
+    cat << EOM
+error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
+EOM
+    exit 1
+  fi
+  case $RESOURCE_PATH in
+    *.storyboard)
+      echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
+      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
+      ;;
+    *.xib)
+      echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
+      ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
+      ;;
+    *.framework)
+      echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
+      mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+      echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
+      rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+      ;;
+    *.xcdatamodel)
+      echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
+      xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
+      ;;
+    *.xcdatamodeld)
+      echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
+      xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
+      ;;
+    *.xcmappingmodel)
+      echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
+      xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
+      ;;
+    *.xcassets)
+      ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
+      XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
+      ;;
+    *)
+      echo "$RESOURCE_PATH" || true
+      echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
+      ;;
+  esac
+}
+
+mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
+  mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+  rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+fi
+rm -f "$RESOURCES_TO_COPY"
+
+if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
+then
+  # Find all other xcassets (this unfortunately includes those of path pods and other targets).
+  OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
+  while read line; do
+    if [[ $line != "${PODS_ROOT}*" ]]; then
+      XCASSET_FILES+=("$line")
+    fi
+  done <<<"$OTHER_XCASSETS"
+
+  printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+fi
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-umbrella.h b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-umbrella.h
new file mode 100644
index 0000000000000000000000000000000000000000..e2ba2ba01690796ed54053b924400df586461efc
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc-umbrella.h	
@@ -0,0 +1,16 @@
+#ifdef __OBJC__
+#import <UIKit/UIKit.h>
+#else
+#ifndef FOUNDATION_EXPORT
+#if defined(__cplusplus)
+#define FOUNDATION_EXPORT extern "C"
+#else
+#define FOUNDATION_EXPORT extern
+#endif
+#endif
+#endif
+
+
+FOUNDATION_EXPORT double Pods_enzevalos_iphone_AdHocVersionNumber;
+FOUNDATION_EXPORT const unsigned char Pods_enzevalos_iphone_AdHocVersionString[];
+
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.debug.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.debug.xcconfig
new file mode 100644
index 0000000000000000000000000000000000000000..7a51fd2d1c723970ecdde55977e9e31eb40d42ed
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.debug.xcconfig	
@@ -0,0 +1,13 @@
+ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/KeychainAccess" "$PODS_CONFIGURATION_BUILD_DIR/Onboard" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField"
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+HEADER_SEARCH_PATHS = $(inherited) "${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"
+OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression/BZipCompression.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/KeychainAccess/KeychainAccess.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Onboard/Onboard.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios"
+OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "BZipCompression" -framework "FrameAccessor" -framework "KeychainAccess" -framework "Onboard" -framework "VENTokenField"
+OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.modulemap b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.modulemap
new file mode 100644
index 0000000000000000000000000000000000000000..fcce907d23eb935d5c0a943fa930e13f077715cc
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.modulemap	
@@ -0,0 +1,6 @@
+framework module Pods_enzevalos_iphone_AdHoc {
+  umbrella header "Pods-enzevalos_iphone-AdHoc-umbrella.h"
+
+  export *
+  module * { export * }
+}
diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.release.xcconfig b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.release.xcconfig
new file mode 100644
index 0000000000000000000000000000000000000000..7a51fd2d1c723970ecdde55977e9e31eb40d42ed
--- /dev/null
+++ b/Pods/Target Support Files/Pods-enzevalos_iphone-AdHoc/Pods-enzevalos_iphone-AdHoc.release.xcconfig	
@@ -0,0 +1,13 @@
+ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/KeychainAccess" "$PODS_CONFIGURATION_BUILD_DIR/Onboard" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField"
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+HEADER_SEARCH_PATHS = $(inherited) "${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"
+OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression/BZipCompression.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/KeychainAccess/KeychainAccess.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Onboard/Onboard.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios"
+OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z" -framework "BZipCompression" -framework "FrameAccessor" -framework "KeychainAccess" -framework "Onboard" -framework "VENTokenField"
+OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods
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 4a5d4a68549279fec552710d0444de82ef1d7f54..7a51fd2d1c723970ecdde55977e9e31eb40d42ed 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	
@@ -9,5 +9,5 @@ OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"c++" -l"crypto" -l"iconv"
 OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
 PODS_BUILD_DIR = $BUILD_DIR
 PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/../workspace
-PODS_ROOT = ${SRCROOT}/../workspace/Pods
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods
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 4a5d4a68549279fec552710d0444de82ef1d7f54..7a51fd2d1c723970ecdde55977e9e31eb40d42ed 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	
@@ -9,5 +9,5 @@ OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"c++" -l"crypto" -l"iconv"
 OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
 PODS_BUILD_DIR = $BUILD_DIR
 PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/../workspace
-PODS_ROOT = ${SRCROOT}/../workspace/Pods
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods
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 03cae48fddd68da0c0cb5480e1a4c5441c6e8157..2ddfaa2597820e4a5438fb70bec481dbae09ceca 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	
@@ -7,5 +7,5 @@ OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/BZipCompressi
 OTHER_LDFLAGS = $(inherited) -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z"
 PODS_BUILD_DIR = $BUILD_DIR
 PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/../workspace
-PODS_ROOT = ${SRCROOT}/../workspace/Pods
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods
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 03cae48fddd68da0c0cb5480e1a4c5441c6e8157..2ddfaa2597820e4a5438fb70bec481dbae09ceca 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	
@@ -7,5 +7,5 @@ OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/BZipCompressi
 OTHER_LDFLAGS = $(inherited) -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z"
 PODS_BUILD_DIR = $BUILD_DIR
 PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/../workspace
-PODS_ROOT = ${SRCROOT}/../workspace/Pods
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods
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 03cae48fddd68da0c0cb5480e1a4c5441c6e8157..2ddfaa2597820e4a5438fb70bec481dbae09ceca 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	
@@ -7,5 +7,5 @@ OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/BZipCompressi
 OTHER_LDFLAGS = $(inherited) -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z"
 PODS_BUILD_DIR = $BUILD_DIR
 PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/../workspace
-PODS_ROOT = ${SRCROOT}/../workspace/Pods
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods
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 03cae48fddd68da0c0cb5480e1a4c5441c6e8157..2ddfaa2597820e4a5438fb70bec481dbae09ceca 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	
@@ -7,5 +7,5 @@ OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/BZipCompressi
 OTHER_LDFLAGS = $(inherited) -l"c++" -l"crypto" -l"iconv" -l"resolv" -l"ssl" -l"xml2" -l"z"
 PODS_BUILD_DIR = $BUILD_DIR
 PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/../workspace
-PODS_ROOT = ${SRCROOT}/../workspace/Pods
+PODS_PODFILE_DIR_PATH = ${SRCROOT}/../enzevalos_iphone_workspace
+PODS_ROOT = ${SRCROOT}/../enzevalos_iphone_workspace/Pods