diff --git a/Podfile b/Podfile index 710464ef0b31d1fbab5bb3fa3bb63c4740b172d3..a33dd24f672d3fc9c83c508fb98ce8aacda278ac 100644 --- a/Podfile +++ b/Podfile @@ -12,6 +12,9 @@ target 'enzevalos_iphone' do # VENTokenField is modified pod 'VENTokenField', '~> 2.0' pod 'mailcore2-ios' + #pod 'ObjectivePGP' + pod 'OpenSSL-Universal' + pod 'BZipCompression' target 'enzevalos_iphoneTests' do inherit! :search_paths diff --git a/Podfile.lock b/Podfile.lock index b7259f50a3a992e0b32ddbcd422702536a0d92e1..df6fd675d5eb26322b62a154f1e547c29dacde48 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,18 +1,24 @@ PODS: + - BZipCompression (1.0.2) - FrameAccessor (1.3.2) - mailcore2-ios (0.6.4) + - OpenSSL-Universal (1.0.1.20) - VENTokenField (2.5.2): - FrameAccessor (~> 1.0) DEPENDENCIES: + - BZipCompression - mailcore2-ios + - OpenSSL-Universal - VENTokenField (~> 2.0) SPEC CHECKSUMS: + BZipCompression: e0f96508e60eb93b5f5d4c7de1eb3dd0ac4f9ae9 FrameAccessor: 0f7ba6ce37be9a5d0302a27c731dca70af8d438b mailcore2-ios: 3ff0be2fa553d4da9c11d39c11d51863c768f24f + OpenSSL-Universal: 71f2c4b2ae758e2218090f905e95ca0ac5c01be7 VENTokenField: 5a19b838fb97f040e3d4c93f584b4adeaf3fc1ee -PODFILE CHECKSUM: 710bae360f72622debcaa4a4f729c9c90642e773 +PODFILE CHECKSUM: 9e812271c5b93a7457e792d652a1b69159430937 COCOAPODS: 1.0.1 diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index b7259f50a3a992e0b32ddbcd422702536a0d92e1..df6fd675d5eb26322b62a154f1e547c29dacde48 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,18 +1,24 @@ PODS: + - BZipCompression (1.0.2) - FrameAccessor (1.3.2) - mailcore2-ios (0.6.4) + - OpenSSL-Universal (1.0.1.20) - VENTokenField (2.5.2): - FrameAccessor (~> 1.0) DEPENDENCIES: + - BZipCompression - mailcore2-ios + - OpenSSL-Universal - VENTokenField (~> 2.0) SPEC CHECKSUMS: + BZipCompression: e0f96508e60eb93b5f5d4c7de1eb3dd0ac4f9ae9 FrameAccessor: 0f7ba6ce37be9a5d0302a27c731dca70af8d438b mailcore2-ios: 3ff0be2fa553d4da9c11d39c11d51863c768f24f + OpenSSL-Universal: 71f2c4b2ae758e2218090f905e95ca0ac5c01be7 VENTokenField: 5a19b838fb97f040e3d4c93f584b4adeaf3fc1ee -PODFILE CHECKSUM: 710bae360f72622debcaa4a4f729c9c90642e773 +PODFILE CHECKSUM: 9e812271c5b93a7457e792d652a1b69159430937 COCOAPODS: 1.0.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 7e3931a0252e884faef88229eff5a7bc585a1d2b..149343357ff6e72d3bb6935826d0f395fa1bba6c 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -7,52 +7,64 @@ objects = { /* Begin PBXBuildFile section */ - 0F2FA662337EDC02ABFC3A1572798956 /* VENTokenField.m in Sources */ = {isa = PBXBuildFile; fileRef = E92996C2AAD3226E77D12DA7AFFB88D2 /* VENTokenField.m */; }; - 10C0D368A4046B57A27A441EBA86B114 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; - 138ADA9FD1A4ADC8BF00DFDF4234AFE5 /* ViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E3E8EE1BA91E9FCDB28D2604A40D52D /* ViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1AAAA2BFA00179A87AE3412306CF02FA /* VENToken.xib in Resources */ = {isa = PBXBuildFile; fileRef = F7C89907751E7B6131B7122078E9AA7A /* VENToken.xib */; }; - 2FB878C68182D4480F5CD3F95CAC7302 /* FrameAccessor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C1E19BC2C1E72CB5C447C83BE52B9C /* FrameAccessor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 458BDBF9A5D9270E87319175F9944667 /* VENTokenField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB873BB6B5872C1EF2BA08390F5DE959 /* VENTokenField-dummy.m */; }; - 4C9875A51DEBC6320467A32FBFA34C92 /* VENBackspaceTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A0958414D3B1B4352067B5FED508F7 /* VENBackspaceTextField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 138ADA9FD1A4ADC8BF00DFDF4234AFE5 /* ViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D03734C40815C42A68BC9FCD9219B1 /* ViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 2FB878C68182D4480F5CD3F95CAC7302 /* FrameAccessor-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 26607FB51985A6E7064ADAE0224C487D /* FrameAccessor-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D11621A27288256A47D35E5D52D3536 /* VENBackspaceTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 93309D52311D3BCB4461839B5FCD36EC /* VENBackspaceTextField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F59372AB60ADC1AA39BB60FD32F4E1E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; + 40B48BA99801DB8E9B13F55A23572E7D /* VENTokenField.h in Headers */ = {isa = PBXBuildFile; fileRef = D5E40BF6C248430AE7DA35301CC78CAA /* VENTokenField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42CC52DE310F9B0B762B6AA54838786E /* VENToken.m in Sources */ = {isa = PBXBuildFile; fileRef = F64EDFB4470C62E5864239ACB632F97A /* VENToken.m */; }; + 479C6461A47D1D5CD7D1E38A83F8E19C /* BZipCompression.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F3C1DB63B47D9C7FAE4C01D5A7A0183 /* BZipCompression.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; 65E081D9DC012054B88C7F34C06CEBE2 /* Pods-enzevalos_iphoneUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A16D59ADFFC50B6E15E3207BF0A897E5 /* Pods-enzevalos_iphoneUITests-dummy.m */; }; - 6BF8481FF0B2B454011205D6FCB29CC4 /* ScrollViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = FA4341466FE0DCFFB3486703FD76D10F /* ScrollViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6BF8481FF0B2B454011205D6FCB29CC4 /* ScrollViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E32B8B24EA2F7583B341F75E9684D77 /* ScrollViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; 73F52D16C8316F1B3D943AD3BFCE35CA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; - 77105EC3DD1D12136D47BD4D050858C4 /* ViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B65AA90FAA2CF3B2E8E8A7900BCAFA27 /* ViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77105EC3DD1D12136D47BD4D050858C4 /* ViewFrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E0FC11266099B6DC2703798ACB136DB /* ViewFrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B15B5D73010F488B5A89C17FE51477E /* VENTokenField-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 510111FAF969831D016FDFD9818F0082 /* VENTokenField-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7EDE67BFA023B65A0FF69EC2108CF6A6 /* Pods-enzevalos_iphoneUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E45D48BF90090615451FB6E00006676D /* Pods-enzevalos_iphoneUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8357E87804871E52645AC978830D7DFC /* FrameAccessor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64D8723A4171F0D8CE96D142A39EC07E /* FrameAccessor.framework */; }; - 857BCCFB48C8D643D32CCA93EBD949B7 /* VENTokenField.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EA6CD6E2ADE0D853F07728558EA481 /* VENTokenField.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93047E0A98A8D1D42F3687970428F3B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; - 9609DA6390A9EBDBD9E86DA20C3474BC /* VENBackspaceTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F90093CD7B2E9B6BDC28D17CDDB494C /* VENBackspaceTextField.m */; }; - A723EF4958E2A7339853A230BC2718AD /* VENToken.m in Sources */ = {isa = PBXBuildFile; fileRef = FA38416EBBB812B7A42BED70BFF04981 /* VENToken.m */; }; - A798D05F1D88B756580D8236489EB376 /* VENToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 71FC1B5FD70AAF19E3F5BAA3820D2D70 /* VENToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 871D1777E4FE54C9FCC4C4385718A4CF /* VENTokenField.m in Sources */ = {isa = PBXBuildFile; fileRef = A1258E51FD5FEDDCECC724F4B1286F42 /* VENTokenField.m */; }; + 942484B4B92A809F431C1146643F3AC6 /* BZipCompression-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 45E4DA30C8B8C7B0119C3CF9AD5A344B /* BZipCompression-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4F585A3BE15963092F538800CF316EC /* VENToken.xib in Resources */ = {isa = PBXBuildFile; fileRef = 59A3CDFCA3D7BFCF6DA46A95C6B427F8 /* VENToken.xib */; }; + A4F7E737C671881028D9693B85B03952 /* VENTokenField-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D205B1BD59BB7A3608E48823D1C6FBF5 /* VENTokenField-dummy.m */; }; A8FDA9ED64541783818EBACD63D96EBA /* Pods-enzevalos_iphoneTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 103736584D7A59947D9AB2E3AD56A374 /* Pods-enzevalos_iphoneTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AEDCFA88D41D0D9DFF9E749C7CC71776 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; + B2359ABEF79A6451309D503BD52C3845 /* Pods-enzevalos_iphone-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C23F177247A4C23A536C359225F1376 /* Pods-enzevalos_iphone-dummy.m */; }; B527A1ACB1C53D388EA0DEB9A0F47C94 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; - C21C3D4990F14687CDD3CFD70359D68C /* ScrollViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = CC5F98BF94BDD8FBEB38C1B4F68CAC14 /* ScrollViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - C2B0F5F2E3000A079E08F93F8BE31001 /* Pods-enzevalos_iphone-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C23F177247A4C23A536C359225F1376 /* Pods-enzevalos_iphone-dummy.m */; }; - C426F740ED7E3270031EF95267F747FA /* FrameAccessor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 53BBC14B47CCBFA80531F186367A0742 /* FrameAccessor-dummy.m */; }; + B88894FE618A14B602BF669FE12C5601 /* VENToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 0986246831855C66E4E55AAF0D28E843 /* VENToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C21C3D4990F14687CDD3CFD70359D68C /* ScrollViewFrameAccessor.m in Sources */ = {isa = PBXBuildFile; fileRef = A1D742BB8CA473FE6439CDC1CCD5A14C /* ScrollViewFrameAccessor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C426F740ED7E3270031EF95267F747FA /* FrameAccessor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE1BC7E07D327ED215A3F537C76E991D /* FrameAccessor-dummy.m */; }; + C6F15BE462831DADD381D69F57675896 /* BZipCompression.h in Headers */ = {isa = PBXBuildFile; fileRef = 0159ACAFE573A2D4D91C9CEB56363582 /* BZipCompression.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF4909D89330CF1EC6E010D064E4D879 /* VENBackspaceTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = EF2F0ABAAABFA856F4BB526EFE71DAE7 /* VENBackspaceTextField.m */; }; D249C110A4A4D12FBF0AFFFE17ADBA0C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; - DFA2A92823DBCC74A29C56E7F3514B2A /* VENTokenField-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 87A9AEBD5DDBCBAD7FEE07962ED59CF1 /* VENTokenField-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4158E005CAF079505813A67F598A737 /* BZipCompression-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AF6B169F12E1A749225D41D80F55F6C /* BZipCompression-dummy.m */; }; + E133DCE834FC584646BE83F06526588A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */; }; + E44B63DB6557997BC85A1C054C3DEF35 /* Pods-enzevalos_iphone-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49248C49043D3569E0123D6E11851F2B /* Pods-enzevalos_iphone-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; E4CF338C4FEAE8BA49F88B54E07F9F16 /* Pods-enzevalos_iphoneTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C56F13C499E6B53A9CD6A590D994A4F /* Pods-enzevalos_iphoneTests-dummy.m */; }; - EA57F678FFD38EEC1D3BD2463945DE36 /* FrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3632323032D0327A5CFC8B2E3C7EAF32 /* FrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3FCF5C3E5425CDDEA448AADF0A559A1 /* Pods-enzevalos_iphone-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49248C49043D3569E0123D6E11851F2B /* Pods-enzevalos_iphone-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA57F678FFD38EEC1D3BD2463945DE36 /* FrameAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2368319DB97DBEC3AFEA5876F46F5C55 /* FrameAccessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9D5245865991D4062B8F82E9D27AD3C /* FrameAccessor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64D8723A4171F0D8CE96D142A39EC07E /* FrameAccessor.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 1EE63CCBC5B2F9278B7ED23AA212019E /* PBXContainerItemProxy */ = { + 1B5906DC28811451570B4BB7871EB6FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 4404F9587673BD94EFC486BFEABB14BB; + remoteGlobalIDString = B383831827BB9FCF41DD85DC7A2D7A9D; remoteInfo = VENTokenField; }; - 4079517CACA4C634B79AF136DBA7CF7C /* PBXContainerItemProxy */ = { + 9C9F3B02A00F718818D7E788A6E9A595 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9ED6B0DBB547C5A9B34F2DDC36242048; + remoteInfo = BZipCompression; + }; + C61C64D5F673864FB59B73A5C44505B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 738FFB5A0A7C642A6657EA5241C1FB7E; remoteInfo = FrameAccessor; }; - CB4C028FBFF47A1C859B78FFD6C8BB71 /* PBXContainerItemProxy */ = { + D2E714ACC2D75C09C3FDCA81AE5B9CD9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; @@ -62,102 +74,187 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 05C1E19BC2C1E72CB5C447C83BE52B9C /* FrameAccessor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-umbrella.h"; sourceTree = "<group>"; }; + 0159ACAFE573A2D4D91C9CEB56363582 /* BZipCompression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BZipCompression.h; path = Code/BZipCompression.h; sourceTree = "<group>"; }; + 017E7DFABDD5FBD7DC673B42E6FD0089 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 06D18F3F93F9512DF8E0C16FA962BC43 /* Pods-enzevalos_iphoneTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.release.xcconfig"; sourceTree = "<group>"; }; + 06EAC25F0C0E7E130C9B22F01F0696AB /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = "include-ios/openssl/ui.h"; sourceTree = "<group>"; }; + 0733D977B243616DFB0AF9F5EB15C77C /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = "include-ios/openssl/asn1.h"; sourceTree = "<group>"; }; + 0986246831855C66E4E55AAF0D28E843 /* VENToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENToken.h; path = VENTokenField/VENToken.h; sourceTree = "<group>"; }; + 0BFB232BA533BE413105C904A59B1BAA /* BZipCompression.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BZipCompression.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 0C23F177247A4C23A536C359225F1376 /* Pods-enzevalos_iphone-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphone-dummy.m"; sourceTree = "<group>"; }; - 0EA11936709A4C1EE7E935EA37F86896 /* VENTokenField-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-prefix.pch"; sourceTree = "<group>"; }; + 0E0FC11266099B6DC2703798ACB136DB /* ViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewFrameAccessor.h; path = FrameAccessor/ViewFrameAccessor.h; sourceTree = "<group>"; }; + 0E854E498B553A8CB14D103D86DE683C /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = "include-ios/openssl/objects.h"; sourceTree = "<group>"; }; + 0E8622C5B9663D7D4ED0DF0A967EF02C /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = "include-ios/openssl/comp.h"; sourceTree = "<group>"; }; + 0FCEFEC781896578A554E228546703F5 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = "include-ios/openssl/mdc2.h"; sourceTree = "<group>"; }; 103736584D7A59947D9AB2E3AD56A374 /* Pods-enzevalos_iphoneTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneTests-umbrella.h"; sourceTree = "<group>"; }; - 17B92327C578D624FCBD35534606E5BB /* libMailCore-ios.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = "libMailCore-ios.a"; path = "lib/libMailCore-ios.a"; sourceTree = "<group>"; }; + 12173AFCC8B2E3C0B3ED284BE1507CCF /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = "include-ios/openssl/opensslconf.h"; sourceTree = "<group>"; }; 1CC1966053AF71A8B1B32FEABF9E68D9 /* Pods-enzevalos_iphone-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphone-acknowledgements.plist"; sourceTree = "<group>"; }; - 2372E87C6660E58A014D33AC0FC2FACB /* FrameAccessor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FrameAccessor.modulemap; sourceTree = "<group>"; }; - 253EAEAD71D4415078CB7B970D915F11 /* FrameAccessor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-prefix.pch"; sourceTree = "<group>"; }; + 1CCA3CA5AF50F36C3EF75FDB2065D5B3 /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = "include-ios/openssl/opensslv.h"; sourceTree = "<group>"; }; + 20D03734C40815C42A68BC9FCD9219B1 /* ViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ViewFrameAccessor.m; path = FrameAccessor/ViewFrameAccessor.m; sourceTree = "<group>"; }; + 229462C6D1DCA72EED681D17564C0D65 /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = "include-ios/openssl/symhacks.h"; sourceTree = "<group>"; }; + 2368319DB97DBEC3AFEA5876F46F5C55 /* FrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameAccessor.h; path = FrameAccessor/FrameAccessor.h; sourceTree = "<group>"; }; + 236BC913C86C931604A7E10A3E4B7A43 /* Pods_enzevalos_iphoneUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_enzevalos_iphoneUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 26607FB51985A6E7064ADAE0224C487D /* FrameAccessor-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-umbrella.h"; sourceTree = "<group>"; }; + 26FAE1F085147E662E8AB1213F0308BB /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = "include-ios/openssl/cms.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>"; }; - 2967323F5F7494BF2837BA2F28BA3160 /* Pods_enzevalos_iphoneUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_enzevalos_iphoneUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2ECCF4ED7667B6D60494F6B5810FD2DD /* Pods_enzevalos_iphone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_enzevalos_iphone.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3632323032D0327A5CFC8B2E3C7EAF32 /* FrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameAccessor.h; path = FrameAccessor/FrameAccessor.h; sourceTree = "<group>"; }; + 294590A123C4C0A3F91326CD487369F5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + 2D37F95FA167876121C5A64D6EF6C3BE /* FrameAccessor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FrameAccessor.xcconfig; sourceTree = "<group>"; }; + 2E84219442FEF367EB5C8A128DA3AC0D /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = "include-ios/openssl/dsa.h"; sourceTree = "<group>"; }; + 309A1EF158E7A289B0503A8D390FD828 /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = "include-ios/openssl/rc4.h"; sourceTree = "<group>"; }; + 31FB1D296EC64717B75817B068D1CD9D /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = "include-ios/openssl/camellia.h"; sourceTree = "<group>"; }; + 359E6173F3B841C65983F7951ABB561D /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = "include-ios/openssl/md4.h"; sourceTree = "<group>"; }; + 37BB84EFD51EF0D744AB8698A9191FC8 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = "include-ios/openssl/aes.h"; sourceTree = "<group>"; }; + 392505F00D9FD6BAF1A169AEE4C99351 /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = "include-ios/openssl/asn1_mac.h"; sourceTree = "<group>"; }; + 3ACB34D86F81773848ED37CCC63EBCF8 /* BZipCompression.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = BZipCompression.modulemap; sourceTree = "<group>"; }; + 3AF6B169F12E1A749225D41D80F55F6C /* BZipCompression-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BZipCompression-dummy.m"; sourceTree = "<group>"; }; 3C73B0CF2914B566FA8A2002375A21C6 /* Pods-enzevalos_iphoneTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-enzevalos_iphoneTests-acknowledgements.plist"; sourceTree = "<group>"; }; - 3D0B4AD05C067291FFA9DFC58D02FD72 /* VENTokenField.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = VENTokenField.modulemap; sourceTree = "<group>"; }; + 40F2B970A73F77C48515746554AD5A95 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = "include-ios/openssl/pkcs12.h"; sourceTree = "<group>"; }; + 426E50925277B50C2F21BFFDF48C7A2F /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = "include-ios/openssl/rand.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>"; }; - 43EA6CD6E2ADE0D853F07728558EA481 /* VENTokenField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENTokenField.h; path = VENTokenField/VENTokenField.h; sourceTree = "<group>"; }; + 42F03AB568D1D1642C8074E31180001C /* VENTokenField.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VENTokenField.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 43646C78926C497071A82C48DCFA1349 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + 43FA1ED5646837B01D60410E16DF647A /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = "include-ios/openssl/pqueue.h"; sourceTree = "<group>"; }; + 45941673FFA8808DE8C92356054620EF /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = "include-ios/openssl/hmac.h"; sourceTree = "<group>"; }; + 45E4DA30C8B8C7B0119C3CF9AD5A344B /* BZipCompression-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-umbrella.h"; sourceTree = "<group>"; }; 487B8B14C9BBC920B99E2445016E6463 /* Pods-enzevalos_iphoneUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.debug.xcconfig"; sourceTree = "<group>"; }; + 48A2FAAB5A560F7278D421806FABA2FA /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = "include-ios/openssl/idea.h"; sourceTree = "<group>"; }; + 48BC21E4A3C40FA268AAF4AAB1E78A8A /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = "include-ios/openssl/lhash.h"; sourceTree = "<group>"; }; 49248C49043D3569E0123D6E11851F2B /* Pods-enzevalos_iphone-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphone-umbrella.h"; sourceTree = "<group>"; }; + 510111FAF969831D016FDFD9818F0082 /* VENTokenField-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-umbrella.h"; sourceTree = "<group>"; }; + 51329749386C659787668DC7EB093820 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = "include-ios/openssl/sha.h"; sourceTree = "<group>"; }; + 51BE848705FA4C9D8BEE1B1D13AB70C8 /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = "include-ios/openssl/err.h"; sourceTree = "<group>"; }; + 51D35CEC5ABB680963E9B24F1C48243C /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = "include-ios/openssl/tls1.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>"; }; - 53BBC14B47CCBFA80531F186367A0742 /* FrameAccessor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FrameAccessor-dummy.m"; sourceTree = "<group>"; }; + 55197D23A40FE37F1CCAF82B3651932A /* FrameAccessor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FrameAccessor-prefix.pch"; sourceTree = "<group>"; }; + 584BA39F32297A833957E6BF3FCD3E05 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = "include-ios/openssl/dtls1.h"; sourceTree = "<group>"; }; + 59A3CDFCA3D7BFCF6DA46A95C6B427F8 /* VENToken.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = VENToken.xib; path = VENTokenField/VENToken.xib; sourceTree = "<group>"; }; + 5B3EBE35D2DF04F7BC809E67460917A6 /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = "include-ios/openssl/evp.h"; sourceTree = "<group>"; }; + 5CB30F9D3826173294796097D22AF28C /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = "include-ios/openssl/e_os2.h"; sourceTree = "<group>"; }; 5E04BC42E00F47EACE585D65521F106B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; - 5F14F072DAACB8953709038E68873EFD /* Pods_enzevalos_iphoneTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_enzevalos_iphoneTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F3C1DB63B47D9C7FAE4C01D5A7A0183 /* BZipCompression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BZipCompression.m; path = Code/BZipCompression.m; sourceTree = "<group>"; }; + 61285A99ECEDC16DD5140A6BA72EA0BD /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = "include-ios/openssl/safestack.h"; sourceTree = "<group>"; }; 64A100583AA2466F227EECAC0C8CDC84 /* Pods-enzevalos_iphoneUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-enzevalos_iphoneUITests.modulemap"; sourceTree = "<group>"; }; - 64B1D09F874516EE21AC30AFE4FED820 /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 64D8723A4171F0D8CE96D142A39EC07E /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 66DDAC5F368277A695591795B9BE1EB8 /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = "include-ios/openssl/engine.h"; sourceTree = "<group>"; }; + 670F9B8A11FC842A8C4BB47F7DCBF9B9 /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = "include-ios/openssl/ocsp.h"; sourceTree = "<group>"; }; + 6800F0C9791F01AAC57E6431C15A1ABA /* FrameAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FrameAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6BAFCEDC0CE4A17206E75630E8718D77 /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = "include-ios/openssl/conf_api.h"; sourceTree = "<group>"; }; + 6D8169A4AB9088F6BC1DF786A1C57563 /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = "include-ios/openssl/kssl.h"; sourceTree = "<group>"; }; 6DD1F7615B8517F1A3B18A5CBEE00E0A /* Pods-enzevalos_iphone.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphone.release.xcconfig"; sourceTree = "<group>"; }; - 71FC1B5FD70AAF19E3F5BAA3820D2D70 /* VENToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENToken.h; path = VENTokenField/VENToken.h; sourceTree = "<group>"; }; 72CCD383887DF25F07E2E3DDC8204D42 /* Pods-enzevalos_iphoneUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneUITests.release.xcconfig"; sourceTree = "<group>"; }; + 7344BCD2860F1205542ADE08BAB98A1C /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = "include-ios/openssl/srp.h"; sourceTree = "<group>"; }; + 73573C142FC66AECD6A0F1F26CEA2AF0 /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = "include-ios/openssl/blowfish.h"; sourceTree = "<group>"; }; + 741B8C92C99368B18D42624106EFBAA5 /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = "include-ios/openssl/whrlpool.h"; sourceTree = "<group>"; }; + 76858A5767C64A5C88A82CE979CDB873 /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = "include-ios/openssl/des.h"; sourceTree = "<group>"; }; + 77EF1BDD874C226BA066E50298D1F85F /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = "include-ios/openssl/cast.h"; sourceTree = "<group>"; }; 781002076F3D6EA0494BA0B8ECAC8CC3 /* Pods-enzevalos_iphoneUITests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneUITests-resources.sh"; sourceTree = "<group>"; }; - 78E5EFE9523967A30C83F174287A8EC2 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + 796BA675D45E32C1448CA518C7901EEE /* FrameAccessor.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FrameAccessor.modulemap; sourceTree = "<group>"; }; 7C7EFA4651933880CFF4B4CD3A21A734 /* Pods-enzevalos_iphone.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-enzevalos_iphone.modulemap"; sourceTree = "<group>"; }; + 7DFC4F762999CB3F47598EF9997F2F3D /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = "include-ios/openssl/ssl.h"; sourceTree = "<group>"; }; 7FEB41839EE1C5F9941F0083DAFDA534 /* Pods-enzevalos_iphoneUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneUITests-acknowledgements.markdown"; sourceTree = "<group>"; }; - 87A9AEBD5DDBCBAD7FEE07962ED59CF1 /* VENTokenField-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-umbrella.h"; sourceTree = "<group>"; }; + 81224141732FE699A0E4E3AB7D9FD952 /* VENTokenField.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = VENTokenField.xcconfig; sourceTree = "<group>"; }; + 86ABF27CAB319646E381E62077AB6567 /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = "include-ios/openssl/modes.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>"; }; - 8F90093CD7B2E9B6BDC28D17CDDB494C /* VENBackspaceTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENBackspaceTextField.m; path = VENTokenField/VENBackspaceTextField.m; sourceTree = "<group>"; }; + 8D2A41C435D768EFFE646F21CB057F5A /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = "include-ios/openssl/ssl23.h"; sourceTree = "<group>"; }; + 8DB59EF482C1D596A2331CC6C857CC07 /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = "include-ios/openssl/x509v3.h"; sourceTree = "<group>"; }; + 8E32B8B24EA2F7583B341F75E9684D77 /* ScrollViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewFrameAccessor.h; path = FrameAccessor/ScrollViewFrameAccessor.h; sourceTree = "<group>"; }; 8FC6E0510F1C43461059BCBDBBDE1B0B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + 93309D52311D3BCB4461839B5FCD36EC /* VENBackspaceTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENBackspaceTextField.h; path = VENTokenField/VENBackspaceTextField.h; sourceTree = "<group>"; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E3E8EE1BA91E9FCDB28D2604A40D52D /* ViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ViewFrameAccessor.m; path = FrameAccessor/ViewFrameAccessor.m; sourceTree = "<group>"; }; + 982D360FE47B61799526070D95C34452 /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = "include-ios/openssl/ossl_typ.h"; sourceTree = "<group>"; }; + 98FF693C6E78695961AF13D8C40449CE /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = "include-ios/openssl/dso.h"; sourceTree = "<group>"; }; + 9916F2012E572299A913C8FE14131849 /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = "include-ios/openssl/dh.h"; sourceTree = "<group>"; }; + 9B1581CE5B2C3C1EFD0287EEDFC733CD /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = "include-ios/openssl/ripemd.h"; sourceTree = "<group>"; }; + 9DDF4E1F30A54BC71D5C57D36C2B7F46 /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = "include-ios/openssl/ts.h"; sourceTree = "<group>"; }; 9E9EF482AE342D228F3A786CEF1E415D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + 9EA4484E69AB7B65B9A8908A2A28A9BA /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = "include-ios/openssl/x509.h"; sourceTree = "<group>"; }; + 9F029F0327590D7FA8F60EB6447D2DF9 /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = "lib-ios/libcrypto.a"; sourceTree = "<group>"; }; + A02CDA475DE580619857049681281422 /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = "include-ios/openssl/buffer.h"; sourceTree = "<group>"; }; + A0C42455F56610A0280F11080FB4DCB2 /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = "include-ios/openssl/crypto.h"; sourceTree = "<group>"; }; + A1258E51FD5FEDDCECC724F4B1286F42 /* VENTokenField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENTokenField.m; path = VENTokenField/VENTokenField.m; sourceTree = "<group>"; }; A16D59ADFFC50B6E15E3207BF0A897E5 /* Pods-enzevalos_iphoneUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-enzevalos_iphoneUITests-dummy.m"; sourceTree = "<group>"; }; + A1D742BB8CA473FE6439CDC1CCD5A14C /* ScrollViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ScrollViewFrameAccessor.m; path = FrameAccessor/ScrollViewFrameAccessor.m; sourceTree = "<group>"; }; + A33C64392CAA44DFBB6A7FD133DBDD2A /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = "include-ios/openssl/md5.h"; sourceTree = "<group>"; }; A428032F2E94684CA852FDAFC281E0DD /* Pods-enzevalos_iphoneUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphoneUITests-frameworks.sh"; sourceTree = "<group>"; }; - A5A0958414D3B1B4352067B5FED508F7 /* VENBackspaceTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENBackspaceTextField.h; path = VENTokenField/VENBackspaceTextField.h; sourceTree = "<group>"; }; + A7CC27D2ECD569CF7F9DDEC88DF09A01 /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = "include-ios/openssl/srtp.h"; sourceTree = "<group>"; }; + A990FFA014015E2B1E1239C1497F891C /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = "include-ios/openssl/stack.h"; sourceTree = "<group>"; }; + A9F5084D510ED65A3C52A0C7AAF15F9B /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = "include-ios/openssl/bio.h"; sourceTree = "<group>"; }; + AC47CD13F21D6F2AB7A0ACF08D621A5A /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = "include-ios/openssl/asn1t.h"; sourceTree = "<group>"; }; AEC5788C96E257992626FD1C99E4DBC2 /* Pods-enzevalos_iphoneTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; 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>"; }; - B65AA90FAA2CF3B2E8E8A7900BCAFA27 /* ViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewFrameAccessor.h; path = FrameAccessor/ViewFrameAccessor.h; sourceTree = "<group>"; }; - BB873BB6B5872C1EF2BA08390F5DE959 /* VENTokenField-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "VENTokenField-dummy.m"; sourceTree = "<group>"; }; + B1F50B01BFAE37FEE7FB2667A6E4F5DA /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = "include-ios/openssl/krb5_asn.h"; sourceTree = "<group>"; }; + B2B14BDC47C4C36BB45AAC217974E8F1 /* libMailCore-ios.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = "libMailCore-ios.a"; path = "lib/libMailCore-ios.a"; sourceTree = "<group>"; }; + B773233DC1F0657D5AEE3D6EA6C1EE07 /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = "include-ios/openssl/seed.h"; sourceTree = "<group>"; }; + B905CEA5EA82407E772954E231392D3D /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = "include-ios/openssl/ssl2.h"; sourceTree = "<group>"; }; + BA664FA1B3DDA2C3ED777C66934BAECF /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = "include-ios/openssl/txt_db.h"; sourceTree = "<group>"; }; + C2267D1E898AF7A93132306CDD0A7C5D /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = "include-ios/openssl/pkcs7.h"; sourceTree = "<group>"; }; C33F99B7A6D3F603D0FAE36F525BE9C9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - C3B9CD99CE7A606C2BA5987C29FAA525 /* VENTokenField.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = VENTokenField.xcconfig; sourceTree = "<group>"; }; + C35D9896922D5F99B7B7F1A2160D96DF /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = "include-ios/openssl/pem2.h"; sourceTree = "<group>"; }; C4A342EC5CE45400C2D197282A8047A7 /* Pods-enzevalos_iphone-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphone-acknowledgements.markdown"; sourceTree = "<group>"; }; + C57F885D72C79EFB5D7D5FED1C90AE79 /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = "include-ios/openssl/ecdsa.h"; sourceTree = "<group>"; }; C617B0E45CAC86AEBCDCB4F234BDAD1C /* Pods-enzevalos_iphone-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-enzevalos_iphone-resources.sh"; sourceTree = "<group>"; }; - C9E2A304D57904A80AA6F27A6941AA26 /* FrameAccessor.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FrameAccessor.xcconfig; sourceTree = "<group>"; }; - CC5F98BF94BDD8FBEB38C1B4F68CAC14 /* ScrollViewFrameAccessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ScrollViewFrameAccessor.m; path = FrameAccessor/ScrollViewFrameAccessor.m; sourceTree = "<group>"; }; - D1954EA56A19C32ECE3638BC5A3499A4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; + C658B83B609E10FE85BB7CD1B62B58A3 /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = "include-ios/openssl/ui_compat.h"; sourceTree = "<group>"; }; + CA06726507E9004D9E9B934FB8797E83 /* BZipCompression.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BZipCompression.xcconfig; sourceTree = "<group>"; }; + CBA0611B9C21292454F0BBA55BD52F5D /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = "include-ios/openssl/conf.h"; sourceTree = "<group>"; }; + CC488DC159E70FA36AD97ED4AE059AFE /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = "include-ios/openssl/rsa.h"; sourceTree = "<group>"; }; + CEBB8E63CC849F2E6C1DA5D348DBB147 /* BZipCompression-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BZipCompression-prefix.pch"; sourceTree = "<group>"; }; + D205B1BD59BB7A3608E48823D1C6FBF5 /* VENTokenField-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "VENTokenField-dummy.m"; sourceTree = "<group>"; }; D2CABB2B8C3A8870B7B2812ED9982F33 /* Pods-enzevalos_iphoneTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-enzevalos_iphoneTests.debug.xcconfig"; sourceTree = "<group>"; }; + D5E40BF6C248430AE7DA35301CC78CAA /* VENTokenField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VENTokenField.h; path = VENTokenField/VENTokenField.h; sourceTree = "<group>"; }; + D96278EB42C12F48B1CD8FAF50D4A792 /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = "include-ios/openssl/pem.h"; sourceTree = "<group>"; }; + D998E978632CDCBBAC017B70F722D8A8 /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = "include-ios/openssl/des_old.h"; sourceTree = "<group>"; }; + D9C72E01278A6323E74C98BA3F783DA5 /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = "include-ios/openssl/ec.h"; sourceTree = "<group>"; }; + DC9314584EAF4D4BF3FDEACBE2CBB80F /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = "include-ios/openssl/ecdh.h"; sourceTree = "<group>"; }; + E0131B35FAC3530AEBBA496E2ABC7330 /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = "include-ios/openssl/obj_mac.h"; sourceTree = "<group>"; }; + E1D7B116D0D96AF2461D9474C155E329 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = "include-ios/openssl/x509_vfy.h"; sourceTree = "<group>"; }; E1FC1224411FB7C5C55F38AF4673E4CC /* Pods-enzevalos_iphoneTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-enzevalos_iphoneTests-acknowledgements.markdown"; sourceTree = "<group>"; }; + E2D8D6D94E6E662FE85B29274B2103E6 /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = "include-ios/openssl/ebcdic.h"; sourceTree = "<group>"; }; E45D48BF90090615451FB6E00006676D /* Pods-enzevalos_iphoneUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-enzevalos_iphoneUITests-umbrella.h"; sourceTree = "<group>"; }; - E467821423E0E574A685C02B2DD7CEAB /* VENTokenField.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VENTokenField.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E92996C2AAD3226E77D12DA7AFFB88D2 /* VENTokenField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENTokenField.m; path = VENTokenField/VENTokenField.m; sourceTree = "<group>"; }; - F7C89907751E7B6131B7122078E9AA7A /* VENToken.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = VENToken.xib; path = VENTokenField/VENToken.xib; sourceTree = "<group>"; }; - FA38416EBBB812B7A42BED70BFF04981 /* VENToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENToken.m; path = VENTokenField/VENToken.m; sourceTree = "<group>"; }; - FA4341466FE0DCFFB3486703FD76D10F /* ScrollViewFrameAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScrollViewFrameAccessor.h; path = FrameAccessor/ScrollViewFrameAccessor.h; sourceTree = "<group>"; }; + E5997E55B580A7EF9FDB5940BB087BF2 /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = "include-ios/openssl/bn.h"; sourceTree = "<group>"; }; + EDD82C7BD18A095339A59272E5DB7690 /* VENTokenField-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "VENTokenField-prefix.pch"; sourceTree = "<group>"; }; + EE1BC7E07D327ED215A3F537C76E991D /* FrameAccessor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FrameAccessor-dummy.m"; sourceTree = "<group>"; }; + EF2F0ABAAABFA856F4BB526EFE71DAE7 /* VENBackspaceTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENBackspaceTextField.m; path = VENTokenField/VENBackspaceTextField.m; sourceTree = "<group>"; }; + F38037781205F0F95E38D26D885E3565 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = "lib-ios/libssl.a"; sourceTree = "<group>"; }; + F48150F462947E43872B68C772F09EA4 /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = "include-ios/openssl/cmac.h"; sourceTree = "<group>"; }; + F550154B7B86D3AE3D88981DD70199A1 /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = "include-ios/openssl/rc2.h"; sourceTree = "<group>"; }; + F589F355ED2A1730FDCB5F459C6A1909 /* Pods_enzevalos_iphone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_enzevalos_iphone.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F64EDFB4470C62E5864239ACB632F97A /* VENToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VENToken.m; path = VENTokenField/VENToken.m; sourceTree = "<group>"; }; + F67D232AE76BE49D3F325BFB79B47CC6 /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = "include-ios/openssl/ssl3.h"; sourceTree = "<group>"; }; + FCFAE7730B5CF70EFFBC15AD28F9C6C8 /* VENTokenField.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = VENTokenField.modulemap; sourceTree = "<group>"; }; + FDDC0B18910AB8D2206997B02CC1307A /* Pods_enzevalos_iphoneTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_enzevalos_iphoneTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 3FC65BEFD08CE67425A063B2DE567C56 /* Frameworks */ = { + 641616C4384E5AA10B8A7F6A708D8830 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 93047E0A98A8D1D42F3687970428F3B9 /* Foundation.framework in Frameworks */, - 8357E87804871E52645AC978830D7DFC /* FrameAccessor.framework in Frameworks */, + B527A1ACB1C53D388EA0DEB9A0F47C94 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 61E4A5E8308CA80224D1314B141EB56F /* Frameworks */ = { + 667DB1DE0D89F6B1B558403354F92EC2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 10C0D368A4046B57A27A441EBA86B114 /* Foundation.framework in Frameworks */, + E133DCE834FC584646BE83F06526588A /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 641616C4384E5AA10B8A7F6A708D8830 /* Frameworks */ = { + C59C126FDEA4F6DA4E5DE6A62C608272 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B527A1ACB1C53D388EA0DEB9A0F47C94 /* Foundation.framework in Frameworks */, + D249C110A4A4D12FBF0AFFFE17ADBA0C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C59C126FDEA4F6DA4E5DE6A62C608272 /* Frameworks */ = { + C78BAD83062C1602B05FC203A80219A7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D249C110A4A4D12FBF0AFFFE17ADBA0C /* Foundation.framework in Frameworks */, + AEDCFA88D41D0D9DFF9E749C7CC71776 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -169,49 +266,47 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F61CC79E0DD9AA50038BD713241BBACF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3F59372AB60ADC1AA39BB60FD32F4E1E /* Foundation.framework in Frameworks */, + F9D5245865991D4062B8F82E9D27AD3C /* FrameAccessor.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 16B2F74F42B25B194168A043F7CAC470 /* FrameAccessor */ = { + 02A154748D006F2E03397E2F7106C308 /* FrameAccessor */ = { isa = PBXGroup; children = ( - 3632323032D0327A5CFC8B2E3C7EAF32 /* FrameAccessor.h */, - FA4341466FE0DCFFB3486703FD76D10F /* ScrollViewFrameAccessor.h */, - CC5F98BF94BDD8FBEB38C1B4F68CAC14 /* ScrollViewFrameAccessor.m */, - B65AA90FAA2CF3B2E8E8A7900BCAFA27 /* ViewFrameAccessor.h */, - 9E3E8EE1BA91E9FCDB28D2604A40D52D /* ViewFrameAccessor.m */, - 2149DCE59A2CEECD41388904DD58A0F4 /* Support Files */, + 2368319DB97DBEC3AFEA5876F46F5C55 /* FrameAccessor.h */, + 8E32B8B24EA2F7583B341F75E9684D77 /* ScrollViewFrameAccessor.h */, + A1D742BB8CA473FE6439CDC1CCD5A14C /* ScrollViewFrameAccessor.m */, + 0E0FC11266099B6DC2703798ACB136DB /* ViewFrameAccessor.h */, + 20D03734C40815C42A68BC9FCD9219B1 /* ViewFrameAccessor.m */, + 87EEA53CB734D978C8883A32C3180CCE /* Support Files */, ); path = FrameAccessor; sourceTree = "<group>"; }; - 2149DCE59A2CEECD41388904DD58A0F4 /* Support Files */ = { + 0B1969750694DD680F3BDC09FB2EBDBA /* BZipCompression */ = { isa = PBXGroup; children = ( - 2372E87C6660E58A014D33AC0FC2FACB /* FrameAccessor.modulemap */, - C9E2A304D57904A80AA6F27A6941AA26 /* FrameAccessor.xcconfig */, - 53BBC14B47CCBFA80531F186367A0742 /* FrameAccessor-dummy.m */, - 253EAEAD71D4415078CB7B970D915F11 /* FrameAccessor-prefix.pch */, - 05C1E19BC2C1E72CB5C447C83BE52B9C /* FrameAccessor-umbrella.h */, - D1954EA56A19C32ECE3638BC5A3499A4 /* Info.plist */, + 0159ACAFE573A2D4D91C9CEB56363582 /* BZipCompression.h */, + 5F3C1DB63B47D9C7FAE4C01D5A7A0183 /* BZipCompression.m */, + F08858529C097795B3241166E43546D2 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/FrameAccessor"; + path = BZipCompression; sourceTree = "<group>"; }; - 38CC081313441E24D28AF379FAC7F155 /* VENTokenField */ = { + 15D8DAE88E9E26621A6830379FD8D482 /* Frameworks */ = { isa = PBXGroup; children = ( - A5A0958414D3B1B4352067B5FED508F7 /* VENBackspaceTextField.h */, - 8F90093CD7B2E9B6BDC28D17CDDB494C /* VENBackspaceTextField.m */, - 71FC1B5FD70AAF19E3F5BAA3820D2D70 /* VENToken.h */, - FA38416EBBB812B7A42BED70BFF04981 /* VENToken.m */, - 43EA6CD6E2ADE0D853F07728558EA481 /* VENTokenField.h */, - E92996C2AAD3226E77D12DA7AFFB88D2 /* VENTokenField.m */, - EF5EA44C11A9F0C3207D8CEDF9573414 /* Resources */, - E0DFF9BBFFDC4A30464A6E86A5DB2CFF /* Support Files */, + B2B14BDC47C4C36BB45AAC217974E8F1 /* libMailCore-ios.a */, ); - path = VENTokenField; + name = Frameworks; sourceTree = "<group>"; }; 3EF74DC7CC8C3A115BC6189B101F6AF0 /* Pods-enzevalos_iphoneUITests */ = { @@ -232,14 +327,12 @@ path = "Target Support Files/Pods-enzevalos_iphoneUITests"; sourceTree = "<group>"; }; - 49F0E423D91F550E526F74E763092883 /* Pods */ = { + 468DE5BAB9B45A5BAB95D8810E79B62A /* mailcore2-ios */ = { isa = PBXGroup; children = ( - 16B2F74F42B25B194168A043F7CAC470 /* FrameAccessor */, - A6250A22FE491AC87AA2C997F6D30058 /* mailcore2-ios */, - 38CC081313441E24D28AF379FAC7F155 /* VENTokenField */, + 15D8DAE88E9E26621A6830379FD8D482 /* Frameworks */, ); - name = Pods; + path = "mailcore2-ios"; sourceTree = "<group>"; }; 5540121AB20369B55DE2E776CF23CA88 /* iOS */ = { @@ -250,6 +343,19 @@ name = iOS; sourceTree = "<group>"; }; + 6348D22A6E8C14AFA82668ECE3B8317F /* Products */ = { + isa = PBXGroup; + children = ( + 0BFB232BA533BE413105C904A59B1BAA /* BZipCompression.framework */, + 6800F0C9791F01AAC57E6431C15A1ABA /* FrameAccessor.framework */, + F589F355ED2A1730FDCB5F459C6A1909 /* Pods_enzevalos_iphone.framework */, + FDDC0B18910AB8D2206997B02CC1307A /* Pods_enzevalos_iphoneTests.framework */, + 236BC913C86C931604A7E10A3E4B7A43 /* Pods_enzevalos_iphoneUITests.framework */, + 42F03AB568D1D1642C8074E31180001C /* VENTokenField.framework */, + ); + name = Products; + sourceTree = "<group>"; + }; 64EC6C274290CE6797DF361A5AF32147 /* Pods-enzevalos_iphone */ = { isa = PBXGroup; children = ( @@ -268,31 +374,135 @@ path = "Target Support Files/Pods-enzevalos_iphone"; sourceTree = "<group>"; }; - 6FF39437DCF7FCB0CF92C0E90D28CEDF /* Frameworks */ = { + 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( - 17B92327C578D624FCBD35534606E5BB /* libMailCore-ios.a */, + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + BFEE9F6096070B6102CDB405FC8C6C87 /* Frameworks */, + FDB81C7ADD2D5E92AD30D45915733651 /* Pods */, + 6348D22A6E8C14AFA82668ECE3B8317F /* Products */, + CF15E04EC004B76A5CF20009FFAC2161 /* Targets Support Files */, ); - name = Frameworks; sourceTree = "<group>"; }; - 7DB346D0F39D3F0E887471402A8071AB = { + 87EEA53CB734D978C8883A32C3180CCE /* Support Files */ = { isa = PBXGroup; children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - BFEE9F6096070B6102CDB405FC8C6C87 /* Frameworks */, - 49F0E423D91F550E526F74E763092883 /* Pods */, - F644F6D8CF3B469CC4C05102AA8E4C84 /* Products */, - CF15E04EC004B76A5CF20009FFAC2161 /* Targets Support Files */, + 796BA675D45E32C1448CA518C7901EEE /* FrameAccessor.modulemap */, + 2D37F95FA167876121C5A64D6EF6C3BE /* FrameAccessor.xcconfig */, + EE1BC7E07D327ED215A3F537C76E991D /* FrameAccessor-dummy.m */, + 55197D23A40FE37F1CCAF82B3651932A /* FrameAccessor-prefix.pch */, + 26607FB51985A6E7064ADAE0224C487D /* FrameAccessor-umbrella.h */, + 43646C78926C497071A82C48DCFA1349 /* Info.plist */, ); + name = "Support Files"; + path = "../Target Support Files/FrameAccessor"; sourceTree = "<group>"; }; - A6250A22FE491AC87AA2C997F6D30058 /* mailcore2-ios */ = { + 97CF523D64F6FEF699A04FF576689EE7 /* OpenSSL-Universal */ = { isa = PBXGroup; children = ( - 6FF39437DCF7FCB0CF92C0E90D28CEDF /* Frameworks */, + 37BB84EFD51EF0D744AB8698A9191FC8 /* aes.h */, + 0733D977B243616DFB0AF9F5EB15C77C /* asn1.h */, + 392505F00D9FD6BAF1A169AEE4C99351 /* asn1_mac.h */, + AC47CD13F21D6F2AB7A0ACF08D621A5A /* asn1t.h */, + A9F5084D510ED65A3C52A0C7AAF15F9B /* bio.h */, + 73573C142FC66AECD6A0F1F26CEA2AF0 /* blowfish.h */, + E5997E55B580A7EF9FDB5940BB087BF2 /* bn.h */, + A02CDA475DE580619857049681281422 /* buffer.h */, + 31FB1D296EC64717B75817B068D1CD9D /* camellia.h */, + 77EF1BDD874C226BA066E50298D1F85F /* cast.h */, + F48150F462947E43872B68C772F09EA4 /* cmac.h */, + 26FAE1F085147E662E8AB1213F0308BB /* cms.h */, + 0E8622C5B9663D7D4ED0DF0A967EF02C /* comp.h */, + CBA0611B9C21292454F0BBA55BD52F5D /* conf.h */, + 6BAFCEDC0CE4A17206E75630E8718D77 /* conf_api.h */, + A0C42455F56610A0280F11080FB4DCB2 /* crypto.h */, + 76858A5767C64A5C88A82CE979CDB873 /* des.h */, + D998E978632CDCBBAC017B70F722D8A8 /* des_old.h */, + 9916F2012E572299A913C8FE14131849 /* dh.h */, + 2E84219442FEF367EB5C8A128DA3AC0D /* dsa.h */, + 98FF693C6E78695961AF13D8C40449CE /* dso.h */, + 584BA39F32297A833957E6BF3FCD3E05 /* dtls1.h */, + 5CB30F9D3826173294796097D22AF28C /* e_os2.h */, + E2D8D6D94E6E662FE85B29274B2103E6 /* ebcdic.h */, + D9C72E01278A6323E74C98BA3F783DA5 /* ec.h */, + DC9314584EAF4D4BF3FDEACBE2CBB80F /* ecdh.h */, + C57F885D72C79EFB5D7D5FED1C90AE79 /* ecdsa.h */, + 66DDAC5F368277A695591795B9BE1EB8 /* engine.h */, + 51BE848705FA4C9D8BEE1B1D13AB70C8 /* err.h */, + 5B3EBE35D2DF04F7BC809E67460917A6 /* evp.h */, + 45941673FFA8808DE8C92356054620EF /* hmac.h */, + 48A2FAAB5A560F7278D421806FABA2FA /* idea.h */, + B1F50B01BFAE37FEE7FB2667A6E4F5DA /* krb5_asn.h */, + 6D8169A4AB9088F6BC1DF786A1C57563 /* kssl.h */, + 48BC21E4A3C40FA268AAF4AAB1E78A8A /* lhash.h */, + 359E6173F3B841C65983F7951ABB561D /* md4.h */, + A33C64392CAA44DFBB6A7FD133DBDD2A /* md5.h */, + 0FCEFEC781896578A554E228546703F5 /* mdc2.h */, + 86ABF27CAB319646E381E62077AB6567 /* modes.h */, + E0131B35FAC3530AEBBA496E2ABC7330 /* obj_mac.h */, + 0E854E498B553A8CB14D103D86DE683C /* objects.h */, + 670F9B8A11FC842A8C4BB47F7DCBF9B9 /* ocsp.h */, + 12173AFCC8B2E3C0B3ED284BE1507CCF /* opensslconf.h */, + 1CCA3CA5AF50F36C3EF75FDB2065D5B3 /* opensslv.h */, + 982D360FE47B61799526070D95C34452 /* ossl_typ.h */, + D96278EB42C12F48B1CD8FAF50D4A792 /* pem.h */, + C35D9896922D5F99B7B7F1A2160D96DF /* pem2.h */, + 40F2B970A73F77C48515746554AD5A95 /* pkcs12.h */, + C2267D1E898AF7A93132306CDD0A7C5D /* pkcs7.h */, + 43FA1ED5646837B01D60410E16DF647A /* pqueue.h */, + 426E50925277B50C2F21BFFDF48C7A2F /* rand.h */, + F550154B7B86D3AE3D88981DD70199A1 /* rc2.h */, + 309A1EF158E7A289B0503A8D390FD828 /* rc4.h */, + 9B1581CE5B2C3C1EFD0287EEDFC733CD /* ripemd.h */, + CC488DC159E70FA36AD97ED4AE059AFE /* rsa.h */, + 61285A99ECEDC16DD5140A6BA72EA0BD /* safestack.h */, + B773233DC1F0657D5AEE3D6EA6C1EE07 /* seed.h */, + 51329749386C659787668DC7EB093820 /* sha.h */, + 7344BCD2860F1205542ADE08BAB98A1C /* srp.h */, + A7CC27D2ECD569CF7F9DDEC88DF09A01 /* srtp.h */, + 7DFC4F762999CB3F47598EF9997F2F3D /* ssl.h */, + B905CEA5EA82407E772954E231392D3D /* ssl2.h */, + 8D2A41C435D768EFFE646F21CB057F5A /* ssl23.h */, + F67D232AE76BE49D3F325BFB79B47CC6 /* ssl3.h */, + A990FFA014015E2B1E1239C1497F891C /* stack.h */, + 229462C6D1DCA72EED681D17564C0D65 /* symhacks.h */, + 51D35CEC5ABB680963E9B24F1C48243C /* tls1.h */, + 9DDF4E1F30A54BC71D5C57D36C2B7F46 /* ts.h */, + BA664FA1B3DDA2C3ED777C66934BAECF /* txt_db.h */, + 06EAC25F0C0E7E130C9B22F01F0696AB /* ui.h */, + C658B83B609E10FE85BB7CD1B62B58A3 /* ui_compat.h */, + 741B8C92C99368B18D42624106EFBAA5 /* whrlpool.h */, + 9EA4484E69AB7B65B9A8908A2A28A9BA /* x509.h */, + E1D7B116D0D96AF2461D9474C155E329 /* x509_vfy.h */, + 8DB59EF482C1D596A2331CC6C857CC07 /* x509v3.h */, + 9E4F9CAC648C9BFD9AE8358D7DE52CEE /* Frameworks */, ); - path = "mailcore2-ios"; + path = "OpenSSL-Universal"; + sourceTree = "<group>"; + }; + 9E4F9CAC648C9BFD9AE8358D7DE52CEE /* Frameworks */ = { + isa = PBXGroup; + children = ( + 9F029F0327590D7FA8F60EB6447D2DF9 /* libcrypto.a */, + F38037781205F0F95E38D26D885E3565 /* libssl.a */, + ); + name = Frameworks; + sourceTree = "<group>"; + }; + B6C6CF7F29007AD4B7404E67031EA6AD /* Support Files */ = { + isa = PBXGroup; + children = ( + 017E7DFABDD5FBD7DC673B42E6FD0089 /* Info.plist */, + FCFAE7730B5CF70EFFBC15AD28F9C6C8 /* VENTokenField.modulemap */, + 81224141732FE699A0E4E3AB7D9FD952 /* VENTokenField.xcconfig */, + D205B1BD59BB7A3608E48823D1C6FBF5 /* VENTokenField-dummy.m */, + EDD82C7BD18A095339A59272E5DB7690 /* VENTokenField-prefix.pch */, + 510111FAF969831D016FDFD9818F0082 /* VENTokenField-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/VENTokenField"; sourceTree = "<group>"; }; BFEE9F6096070B6102CDB405FC8C6C87 /* Frameworks */ = { @@ -314,6 +524,21 @@ name = "Targets Support Files"; sourceTree = "<group>"; }; + D74F3E4C70615DD6DE051B941489633C /* VENTokenField */ = { + isa = PBXGroup; + children = ( + 93309D52311D3BCB4461839B5FCD36EC /* VENBackspaceTextField.h */, + EF2F0ABAAABFA856F4BB526EFE71DAE7 /* VENBackspaceTextField.m */, + 0986246831855C66E4E55AAF0D28E843 /* VENToken.h */, + F64EDFB4470C62E5864239ACB632F97A /* VENToken.m */, + D5E40BF6C248430AE7DA35301CC78CAA /* VENTokenField.h */, + A1258E51FD5FEDDCECC724F4B1286F42 /* VENTokenField.m */, + FC419DA1842BCC723C37EA120A5ADFB7 /* Resources */, + B6C6CF7F29007AD4B7404E67031EA6AD /* Support Files */, + ); + path = VENTokenField; + sourceTree = "<group>"; + }; DD44B117B487198CEFE94DF8EB8762C2 /* Pods-enzevalos_iphoneTests */ = { isa = PBXGroup; children = ( @@ -332,38 +557,38 @@ path = "Target Support Files/Pods-enzevalos_iphoneTests"; sourceTree = "<group>"; }; - E0DFF9BBFFDC4A30464A6E86A5DB2CFF /* Support Files */ = { + F08858529C097795B3241166E43546D2 /* Support Files */ = { isa = PBXGroup; children = ( - 78E5EFE9523967A30C83F174287A8EC2 /* Info.plist */, - 3D0B4AD05C067291FFA9DFC58D02FD72 /* VENTokenField.modulemap */, - C3B9CD99CE7A606C2BA5987C29FAA525 /* VENTokenField.xcconfig */, - BB873BB6B5872C1EF2BA08390F5DE959 /* VENTokenField-dummy.m */, - 0EA11936709A4C1EE7E935EA37F86896 /* VENTokenField-prefix.pch */, - 87A9AEBD5DDBCBAD7FEE07962ED59CF1 /* VENTokenField-umbrella.h */, + 3ACB34D86F81773848ED37CCC63EBCF8 /* BZipCompression.modulemap */, + CA06726507E9004D9E9B934FB8797E83 /* BZipCompression.xcconfig */, + 3AF6B169F12E1A749225D41D80F55F6C /* BZipCompression-dummy.m */, + CEBB8E63CC849F2E6C1DA5D348DBB147 /* BZipCompression-prefix.pch */, + 45E4DA30C8B8C7B0119C3CF9AD5A344B /* BZipCompression-umbrella.h */, + 294590A123C4C0A3F91326CD487369F5 /* Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/VENTokenField"; + path = "../Target Support Files/BZipCompression"; sourceTree = "<group>"; }; - EF5EA44C11A9F0C3207D8CEDF9573414 /* Resources */ = { + FC419DA1842BCC723C37EA120A5ADFB7 /* Resources */ = { isa = PBXGroup; children = ( - F7C89907751E7B6131B7122078E9AA7A /* VENToken.xib */, + 59A3CDFCA3D7BFCF6DA46A95C6B427F8 /* VENToken.xib */, ); name = Resources; sourceTree = "<group>"; }; - F644F6D8CF3B469CC4C05102AA8E4C84 /* Products */ = { + FDB81C7ADD2D5E92AD30D45915733651 /* Pods */ = { isa = PBXGroup; children = ( - 64B1D09F874516EE21AC30AFE4FED820 /* FrameAccessor.framework */, - 2ECCF4ED7667B6D60494F6B5810FD2DD /* Pods_enzevalos_iphone.framework */, - 5F14F072DAACB8953709038E68873EFD /* Pods_enzevalos_iphoneTests.framework */, - 2967323F5F7494BF2837BA2F28BA3160 /* Pods_enzevalos_iphoneUITests.framework */, - E467821423E0E574A685C02B2DD7CEAB /* VENTokenField.framework */, + 0B1969750694DD680F3BDC09FB2EBDBA /* BZipCompression */, + 02A154748D006F2E03397E2F7106C308 /* FrameAccessor */, + 468DE5BAB9B45A5BAB95D8810E79B62A /* mailcore2-ios */, + 97CF523D64F6FEF699A04FF576689EE7 /* OpenSSL-Universal */, + D74F3E4C70615DD6DE051B941489633C /* VENTokenField */, ); - name = Products; + name = Pods; sourceTree = "<group>"; }; /* End PBXGroup section */ @@ -388,22 +613,31 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 492DD1AE9863F774A8AFAAC3168BBCFF /* Headers */ = { + 379AB7EC6204A40AC382B0EFEC22EDD8 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 942484B4B92A809F431C1146643F3AC6 /* BZipCompression-umbrella.h in Headers */, + C6F15BE462831DADD381D69F57675896 /* BZipCompression.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 430DE82DBCE9D0F550A45420748E262F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F3FCF5C3E5425CDDEA448AADF0A559A1 /* Pods-enzevalos_iphone-umbrella.h in Headers */, + E44B63DB6557997BC85A1C054C3DEF35 /* Pods-enzevalos_iphone-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5BD2FAA1AF594D83A1154BD1A2893379 /* Headers */ = { + 7A69B712F20C14E7321FC2E3934F6639 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4C9875A51DEBC6320467A32FBFA34C92 /* VENBackspaceTextField.h in Headers */, - A798D05F1D88B756580D8236489EB376 /* VENToken.h in Headers */, - DFA2A92823DBCC74A29C56E7F3514B2A /* VENTokenField-umbrella.h in Headers */, - 857BCCFB48C8D643D32CCA93EBD949B7 /* VENTokenField.h in Headers */, + 3D11621A27288256A47D35E5D52D3536 /* VENBackspaceTextField.h in Headers */, + B88894FE618A14B602BF669FE12C5601 /* VENToken.h in Headers */, + 7B15B5D73010F488B5A89C17FE51477E /* VENTokenField-umbrella.h in Headers */, + 40B48BA99801DB8E9B13F55A23572E7D /* VENTokenField.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -418,25 +652,6 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 4404F9587673BD94EFC486BFEABB14BB /* VENTokenField */ = { - isa = PBXNativeTarget; - buildConfigurationList = B78BAA1F85331EDDC7B1F449783A8BA3 /* Build configuration list for PBXNativeTarget "VENTokenField" */; - buildPhases = ( - A9890CCB4909F33A0A22CA55C8A41CCE /* Sources */, - 3FC65BEFD08CE67425A063B2DE567C56 /* Frameworks */, - 5BD2FAA1AF594D83A1154BD1A2893379 /* Headers */, - 19E4B61E0E739F93422FBD4047F961C8 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 8F9B0897A0F309C3158E07D6713DCC7B /* PBXTargetDependency */, - ); - name = VENTokenField; - productName = VENTokenField; - productReference = E467821423E0E574A685C02B2DD7CEAB /* VENTokenField.framework */; - productType = "com.apple.product-type.framework"; - }; 488CBFC22ACDA56B8779A0354252149C /* Pods-enzevalos_iphoneUITests */ = { isa = PBXNativeTarget; buildConfigurationList = 94191B25F34246FBC1803B8E834DAE7F /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphoneUITests" */; @@ -451,7 +666,7 @@ ); name = "Pods-enzevalos_iphoneUITests"; productName = "Pods-enzevalos_iphoneUITests"; - productReference = 2967323F5F7494BF2837BA2F28BA3160 /* Pods_enzevalos_iphoneUITests.framework */; + productReference = 236BC913C86C931604A7E10A3E4B7A43 /* Pods_enzevalos_iphoneUITests.framework */; productType = "com.apple.product-type.framework"; }; 738FFB5A0A7C642A6657EA5241C1FB7E /* FrameAccessor */ = { @@ -468,26 +683,63 @@ ); name = FrameAccessor; productName = FrameAccessor; - productReference = 64B1D09F874516EE21AC30AFE4FED820 /* FrameAccessor.framework */; + productReference = 6800F0C9791F01AAC57E6431C15A1ABA /* FrameAccessor.framework */; productType = "com.apple.product-type.framework"; }; - 975EC3AE979088B2F4BCFB13F34E708C /* Pods-enzevalos_iphone */ = { + 9ED6B0DBB547C5A9B34F2DDC36242048 /* BZipCompression */ = { isa = PBXNativeTarget; - buildConfigurationList = 9DEA09C1B406FF54FA69C06655C3E073 /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphone" */; + buildConfigurationList = 03795EBEB12934A77F8497A7ECFCD696 /* Build configuration list for PBXNativeTarget "BZipCompression" */; buildPhases = ( - BE0A3C751E42305D45D8C36DFC6F33D3 /* Sources */, - 61E4A5E8308CA80224D1314B141EB56F /* Frameworks */, - 492DD1AE9863F774A8AFAAC3168BBCFF /* Headers */, + FCFAB568C740008C9CFDDD69268D7DC2 /* Sources */, + C78BAD83062C1602B05FC203A80219A7 /* Frameworks */, + 379AB7EC6204A40AC382B0EFEC22EDD8 /* Headers */, ); buildRules = ( ); dependencies = ( - 103FB44AF798A04EF0C5E60CA97F8A40 /* PBXTargetDependency */, - CB161EA78F7D73458696F1CC52147034 /* PBXTargetDependency */, + ); + name = BZipCompression; + productName = BZipCompression; + productReference = 0BFB232BA533BE413105C904A59B1BAA /* BZipCompression.framework */; + productType = "com.apple.product-type.framework"; + }; + A268413348F4F82E29B823F4B9A617F8 /* Pods-enzevalos_iphone */ = { + isa = PBXNativeTarget; + buildConfigurationList = 88CC3F5A079BB4D497E931074095A81A /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphone" */; + buildPhases = ( + 4AB5CDFBF2512B9F6C2D6EFE338A8941 /* Sources */, + 667DB1DE0D89F6B1B558403354F92EC2 /* Frameworks */, + 430DE82DBCE9D0F550A45420748E262F /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + DFC224AFB4BE70FE3A0E1C992695435C /* PBXTargetDependency */, + 7562A0616ED41EEF5D8A648B776B0482 /* PBXTargetDependency */, + F32FCAFB8EC5390FF27B79C9711EC050 /* PBXTargetDependency */, ); name = "Pods-enzevalos_iphone"; productName = "Pods-enzevalos_iphone"; - productReference = 2ECCF4ED7667B6D60494F6B5810FD2DD /* Pods_enzevalos_iphone.framework */; + productReference = F589F355ED2A1730FDCB5F459C6A1909 /* Pods_enzevalos_iphone.framework */; + productType = "com.apple.product-type.framework"; + }; + B383831827BB9FCF41DD85DC7A2D7A9D /* VENTokenField */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7E66F80739DEC3CEE336159099E951E7 /* Build configuration list for PBXNativeTarget "VENTokenField" */; + buildPhases = ( + BA8FD4BE8F6008A316D11086D289A1E2 /* Sources */, + F61CC79E0DD9AA50038BD713241BBACF /* Frameworks */, + 7A69B712F20C14E7321FC2E3934F6639 /* Headers */, + AE574CBA4AADECAF82C97983AB60EC0D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + CE06A5F0B64287FFAEA48495F488F973 /* PBXTargetDependency */, + ); + name = VENTokenField; + productName = VENTokenField; + productReference = 42F03AB568D1D1642C8074E31180001C /* VENTokenField.framework */; productType = "com.apple.product-type.framework"; }; E5A173371DF9EED07F1DE205A8366AD7 /* Pods-enzevalos_iphoneTests */ = { @@ -504,7 +756,7 @@ ); name = "Pods-enzevalos_iphoneTests"; productName = "Pods-enzevalos_iphoneTests"; - productReference = 5F14F072DAACB8953709038E68873EFD /* Pods_enzevalos_iphoneTests.framework */; + productReference = FDDC0B18910AB8D2206997B02CC1307A /* Pods_enzevalos_iphoneTests.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -524,31 +776,40 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = F644F6D8CF3B469CC4C05102AA8E4C84 /* Products */; + productRefGroup = 6348D22A6E8C14AFA82668ECE3B8317F /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( + 9ED6B0DBB547C5A9B34F2DDC36242048 /* BZipCompression */, 738FFB5A0A7C642A6657EA5241C1FB7E /* FrameAccessor */, - 975EC3AE979088B2F4BCFB13F34E708C /* Pods-enzevalos_iphone */, + A268413348F4F82E29B823F4B9A617F8 /* Pods-enzevalos_iphone */, E5A173371DF9EED07F1DE205A8366AD7 /* Pods-enzevalos_iphoneTests */, 488CBFC22ACDA56B8779A0354252149C /* Pods-enzevalos_iphoneUITests */, - 4404F9587673BD94EFC486BFEABB14BB /* VENTokenField */, + B383831827BB9FCF41DD85DC7A2D7A9D /* VENTokenField */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 19E4B61E0E739F93422FBD4047F961C8 /* Resources */ = { + AE574CBA4AADECAF82C97983AB60EC0D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1AAAA2BFA00179A87AE3412306CF02FA /* VENToken.xib in Resources */, + A4F585A3BE15963092F538800CF316EC /* VENToken.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 4AB5CDFBF2512B9F6C2D6EFE338A8941 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B2359ABEF79A6451309D503BD52C3845 /* Pods-enzevalos_iphone-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 78484B6DED6078A71F5D9AB4EF62B471 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -567,60 +828,67 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A9890CCB4909F33A0A22CA55C8A41CCE /* Sources */ = { + B54B07CA47F8F5EE145C979F1DA87260 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9609DA6390A9EBDBD9E86DA20C3474BC /* VENBackspaceTextField.m in Sources */, - A723EF4958E2A7339853A230BC2718AD /* VENToken.m in Sources */, - 458BDBF9A5D9270E87319175F9944667 /* VENTokenField-dummy.m in Sources */, - 0F2FA662337EDC02ABFC3A1572798956 /* VENTokenField.m in Sources */, + E4CF338C4FEAE8BA49F88B54E07F9F16 /* Pods-enzevalos_iphoneTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B54B07CA47F8F5EE145C979F1DA87260 /* Sources */ = { + BA8FD4BE8F6008A316D11086D289A1E2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E4CF338C4FEAE8BA49F88B54E07F9F16 /* Pods-enzevalos_iphoneTests-dummy.m in Sources */, + CF4909D89330CF1EC6E010D064E4D879 /* VENBackspaceTextField.m in Sources */, + 42CC52DE310F9B0B762B6AA54838786E /* VENToken.m in Sources */, + A4F7E737C671881028D9693B85B03952 /* VENTokenField-dummy.m in Sources */, + 871D1777E4FE54C9FCC4C4385718A4CF /* VENTokenField.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BE0A3C751E42305D45D8C36DFC6F33D3 /* Sources */ = { + FCFAB568C740008C9CFDDD69268D7DC2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C2B0F5F2E3000A079E08F93F8BE31001 /* Pods-enzevalos_iphone-dummy.m in Sources */, + D4158E005CAF079505813A67F598A737 /* BZipCompression-dummy.m in Sources */, + 479C6461A47D1D5CD7D1E38A83F8E19C /* BZipCompression.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 103FB44AF798A04EF0C5E60CA97F8A40 /* PBXTargetDependency */ = { + 7562A0616ED41EEF5D8A648B776B0482 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FrameAccessor; target = 738FFB5A0A7C642A6657EA5241C1FB7E /* FrameAccessor */; - targetProxy = CB4C028FBFF47A1C859B78FFD6C8BB71 /* PBXContainerItemProxy */; + targetProxy = C61C64D5F673864FB59B73A5C44505B3 /* PBXContainerItemProxy */; }; - 8F9B0897A0F309C3158E07D6713DCC7B /* PBXTargetDependency */ = { + CE06A5F0B64287FFAEA48495F488F973 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FrameAccessor; target = 738FFB5A0A7C642A6657EA5241C1FB7E /* FrameAccessor */; - targetProxy = 4079517CACA4C634B79AF136DBA7CF7C /* PBXContainerItemProxy */; + targetProxy = D2E714ACC2D75C09C3FDCA81AE5B9CD9 /* PBXContainerItemProxy */; }; - CB161EA78F7D73458696F1CC52147034 /* PBXTargetDependency */ = { + DFC224AFB4BE70FE3A0E1C992695435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BZipCompression; + target = 9ED6B0DBB547C5A9B34F2DDC36242048 /* BZipCompression */; + targetProxy = 9C9F3B02A00F718818D7E788A6E9A595 /* PBXContainerItemProxy */; + }; + F32FCAFB8EC5390FF27B79C9711EC050 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = VENTokenField; - target = 4404F9587673BD94EFC486BFEABB14BB /* VENTokenField */; - targetProxy = 1EE63CCBC5B2F9278B7ED23AA212019E /* PBXContainerItemProxy */; + target = B383831827BB9FCF41DD85DC7A2D7A9D /* VENTokenField */; + targetProxy = 1B5906DC28811451570B4BB7871EB6FA /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 2DCC1A3519F26FCC0DDAE9AF0C257654 /* Release */ = { + 1444BDA611BC57CAA068EAC71903F099 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C3B9CD99CE7A606C2BA5987C29FAA525 /* VENTokenField.xcconfig */; + baseConfigurationReference = 81224141732FE699A0E4E3AB7D9FD952 /* VENTokenField.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -682,7 +950,7 @@ }; 351B79B23E3D47509829C3A15900DD98 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9E2A304D57904A80AA6F27A6941AA26 /* FrameAccessor.xcconfig */; + baseConfigurationReference = 2D37F95FA167876121C5A64D6EF6C3BE /* FrameAccessor.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -709,7 +977,7 @@ }; name = Debug; }; - 367C733E2C645DEF509BD950C9C0F249 /* Debug */ = { + 3876323C8AF99843C13233C58A63705E /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = AF6040197B33B59F92964E0C647BC95E /* Pods-enzevalos_iphone.debug.xcconfig */; buildSettings = { @@ -782,7 +1050,7 @@ }; 5227A83A7B35FF1DA83B713C416E5267 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9E2A304D57904A80AA6F27A6941AA26 /* FrameAccessor.xcconfig */; + baseConfigurationReference = 2D37F95FA167876121C5A64D6EF6C3BE /* FrameAccessor.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -842,35 +1110,6 @@ }; name = Debug; }; - 5BDB2880C98DCB05584C1B5E28BDE209 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C3B9CD99CE7A606C2BA5987C29FAA525 /* VENTokenField.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - 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; - GCC_PREFIX_HEADER = "Target Support Files/VENTokenField/VENTokenField-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/VENTokenField/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/VENTokenField/VENTokenField.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = VENTokenField; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 5E62115DE8C09934BF8D2FE5D15FED1E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -946,9 +1185,38 @@ }; name = Release; }; - 6C145D0CF5D3FF68BEE9B1EFD5D354D8 /* Release */ = { + 8BC81403240B1F3E1E00A4F719378D8C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6DD1F7615B8517F1A3B18A5CBEE00E0A /* Pods-enzevalos_iphone.release.xcconfig */; + baseConfigurationReference = CA06726507E9004D9E9B934FB8797E83 /* BZipCompression.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + 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; + GCC_PREFIX_HEADER = "Target Support Files/BZipCompression/BZipCompression-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BZipCompression/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/BZipCompression/BZipCompression.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = BZipCompression; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 9183F14DB19D17C577614A90A260BA2E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 72CCD383887DF25F07E2E3DDC8204D42 /* Pods-enzevalos_iphoneUITests.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -959,18 +1227,18 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphone/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneUITests/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/Pods-enzevalos_iphone.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.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; + PRODUCT_NAME = Pods_enzevalos_iphoneUITests; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -979,9 +1247,38 @@ }; name = Release; }; - 9183F14DB19D17C577614A90A260BA2E /* Release */ = { + CA6B4021C2F81995725FF70DC1068B22 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72CCD383887DF25F07E2E3DDC8204D42 /* Pods-enzevalos_iphoneUITests.release.xcconfig */; + baseConfigurationReference = 81224141732FE699A0E4E3AB7D9FD952 /* VENTokenField.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + 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; + GCC_PREFIX_HEADER = "Target Support Files/VENTokenField/VENTokenField-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/VENTokenField/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/VENTokenField/VENTokenField.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = VENTokenField; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + CDEB44139B0AB77EACA71AA18AA4A3F6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CA06726507E9004D9E9B934FB8797E83 /* BZipCompression.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; @@ -992,18 +1289,47 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-enzevalos_iphoneUITests/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/BZipCompression/BZipCompression-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/BZipCompression/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/BZipCompression/BZipCompression.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = BZipCompression; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + D94366BB1CB1009514E139B4F38AECAA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6DD1F7615B8517F1A3B18A5CBEE00E0A /* Pods-enzevalos_iphone.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + 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/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-enzevalos_iphoneUITests/Pods-enzevalos_iphoneUITests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone.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_iphoneUITests; + PRODUCT_NAME = Pods_enzevalos_iphone; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -1015,6 +1341,15 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 03795EBEB12934A77F8497A7ECFCD696 /* Build configuration list for PBXNativeTarget "BZipCompression" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8BC81403240B1F3E1E00A4F719378D8C /* Debug */, + CDEB44139B0AB77EACA71AA18AA4A3F6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1042,29 +1377,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 94191B25F34246FBC1803B8E834DAE7F /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphoneUITests" */ = { + 7E66F80739DEC3CEE336159099E951E7 /* Build configuration list for PBXNativeTarget "VENTokenField" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2E4C7C18B05FF1749957424CCFB95766 /* Debug */, - 9183F14DB19D17C577614A90A260BA2E /* Release */, + CA6B4021C2F81995725FF70DC1068B22 /* Debug */, + 1444BDA611BC57CAA068EAC71903F099 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9DEA09C1B406FF54FA69C06655C3E073 /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphone" */ = { + 88CC3F5A079BB4D497E931074095A81A /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphone" */ = { isa = XCConfigurationList; buildConfigurations = ( - 367C733E2C645DEF509BD950C9C0F249 /* Debug */, - 6C145D0CF5D3FF68BEE9B1EFD5D354D8 /* Release */, + 3876323C8AF99843C13233C58A63705E /* Debug */, + D94366BB1CB1009514E139B4F38AECAA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B78BAA1F85331EDDC7B1F449783A8BA3 /* Build configuration list for PBXNativeTarget "VENTokenField" */ = { + 94191B25F34246FBC1803B8E834DAE7F /* Build configuration list for PBXNativeTarget "Pods-enzevalos_iphoneUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5BDB2880C98DCB05584C1B5E28BDE209 /* Debug */, - 2DCC1A3519F26FCC0DDAE9AF0C257654 /* Release */, + 2E4C7C18B05FF1749957424CCFB95766 /* Debug */, + 9183F14DB19D17C577614A90A260BA2E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/Pods-enzevalos_iphone.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/Pods-enzevalos_iphone.xcscheme index b09225d97213bf8a7286cb2b7bbcdde5997f52a8..ec58ee1e13e2c1b0df96815116fab306fa091d5d 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/Pods-enzevalos_iphone.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/Pods-enzevalos_iphone.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "975EC3AE979088B2F4BCFB13F34E708C" + BlueprintIdentifier = "A268413348F4F82E29B823F4B9A617F8" BuildableName = "Pods_enzevalos_iphone.framework" BlueprintName = "Pods-enzevalos_iphone" ReferencedContainer = "container:Pods.xcodeproj"> @@ -45,7 +45,7 @@ <MacroExpansion> <BuildableReference BuildableIdentifier = "primary" - BlueprintIdentifier = "975EC3AE979088B2F4BCFB13F34E708C" + BlueprintIdentifier = "A268413348F4F82E29B823F4B9A617F8" BuildableName = "Pods_enzevalos_iphone.framework" BlueprintName = "Pods-enzevalos_iphone" ReferencedContainer = "container:Pods.xcodeproj"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/VENTokenField.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/VENTokenField.xcscheme index db6783be1af83731aeb078407527a29316daf5b6..1a570491db7bc1d5d425d885629d9eb2cb7cb531 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/VENTokenField.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/VENTokenField.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> <BuildableReference BuildableIdentifier = 'primary' - BlueprintIdentifier = '4404F9587673BD94EFC486BFEABB14BB' + BlueprintIdentifier = 'B383831827BB9FCF41DD85DC7A2D7A9D' BlueprintName = 'VENTokenField' ReferencedContainer = 'container:Pods.xcodeproj' BuildableName = 'VENTokenField.framework'> diff --git a/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/xcschememanagement.plist index 1e4464797aa4615a392955b88028e7fac724f6f7..93d4841cd5aa42f369f006fce8bb8cd6310ba9fa 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/jakobsbode.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,60 +4,60 @@ <dict> <key>SchemeUserState</key> <dict> + <key>BZipCompression.xcscheme</key> + <dict> + <key>isShown</key> + <false/> + </dict> <key>FrameAccessor.xcscheme</key> <dict> <key>isShown</key> <false/> - <key>orderHint</key> - <integer>1</integer> </dict> <key>Pods-enzevalos_iphone.xcscheme</key> <dict> <key>isShown</key> <false/> - <key>orderHint</key> - <integer>2</integer> </dict> <key>Pods-enzevalos_iphoneTests.xcscheme</key> <dict> <key>isShown</key> <false/> - <key>orderHint</key> - <integer>3</integer> </dict> <key>Pods-enzevalos_iphoneUITests.xcscheme</key> <dict> <key>isShown</key> <false/> - <key>orderHint</key> - <integer>4</integer> </dict> <key>VENTokenField.xcscheme</key> <dict> <key>isShown</key> <false/> - <key>orderHint</key> - <integer>5</integer> </dict> </dict> <key>SuppressBuildableAutocreation</key> <dict> - <key>4404F9587673BD94EFC486BFEABB14BB</key> + <key>488CBFC22ACDA56B8779A0354252149C</key> <dict> <key>primary</key> <true/> </dict> - <key>488CBFC22ACDA56B8779A0354252149C</key> + <key>738FFB5A0A7C642A6657EA5241C1FB7E</key> <dict> <key>primary</key> <true/> </dict> - <key>738FFB5A0A7C642A6657EA5241C1FB7E</key> + <key>9ED6B0DBB547C5A9B34F2DDC36242048</key> + <dict> + <key>primary</key> + <true/> + </dict> + <key>A268413348F4F82E29B823F4B9A617F8</key> <dict> <key>primary</key> <true/> </dict> - <key>975EC3AE979088B2F4BCFB13F34E708C</key> + <key>B383831827BB9FCF41DD85DC7A2D7A9D</key> <dict> <key>primary</key> <true/> diff --git a/Pods/Target Support Files/FrameAccessor/FrameAccessor.xcconfig b/Pods/Target Support Files/FrameAccessor/FrameAccessor.xcconfig index 8b850905416e239cb6896f9371c8cff6347ce0f8..432b831b744f681afc404ba3f7cf8620c91a4177 100644 --- a/Pods/Target Support Files/FrameAccessor/FrameAccessor.xcconfig +++ b/Pods/Target Support Files/FrameAccessor/FrameAccessor.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/FrameAccessor GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios" 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/Pods-enzevalos_iphone-acknowledgements.markdown b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.markdown index 82a4269394868648f302f322d880e077d58a1f7c..b2c736ff212aa732bd83e50e6a7cb237168a0a05 100644 --- a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.markdown @@ -1,6 +1,201 @@ # 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 @@ -24,6 +219,137 @@ 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) diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.plist b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.plist index 7694d68e9daeef5666c0f53d77d43a9e5847ec54..e8a78bbeef15794b311a26681f9ace4939a2f330 100644 --- a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.plist @@ -12,6 +12,205 @@ <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>Title</key> + <string>BZipCompression</string> + <key>Type</key> + <string>PSGroupSpecifier</string> + </dict> <dict> <key>FooterText</key> <string>Copyright (c) 2012 Alexey Denisov @@ -39,6 +238,141 @@ THE SOFTWARE. <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>Title</key> + <string>OpenSSL-Universal</string> + <key>Type</key> + <string>PSGroupSpecifier</string> + </dict> <dict> <key>FooterText</key> <string>The MIT License (MIT) diff --git a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-frameworks.sh b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-frameworks.sh index fa38e8a92af2c708ba94a922b3741476fe9489dd..6c3a8697a3040a1429f0a56faad6a66dcee7e2db 100755 --- a/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-frameworks.sh +++ b/Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-frameworks.sh @@ -84,10 +84,12 @@ strip_invalid_archs() { 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/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/VENTokenField/VENTokenField.framework" fi 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 9d6a6737d2ae4f2649aacf0e38038875b652378e..60386b61b553acf31ce9ff4ad6c56326aa8fec0d 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 @@ -1,10 +1,10 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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}/mailcore2-ios/lib" -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" -OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"c++" -l"iconv" -l"resolv" -l"xml2" -l"z" -framework "FrameAccessor" -framework "VENTokenField" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/lib-ios" $(inherited) "${PODS_ROOT}/mailcore2-ios/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/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 "VENTokenField" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/../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 9d6a6737d2ae4f2649aacf0e38038875b652378e..60386b61b553acf31ce9ff4ad6c56326aa8fec0d 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 @@ -1,10 +1,10 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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}/mailcore2-ios/lib" -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" -OTHER_LDFLAGS = $(inherited) -ObjC -l"MailCore-ios" -l"c++" -l"iconv" -l"resolv" -l"xml2" -l"z" -framework "FrameAccessor" -framework "VENTokenField" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/OpenSSL-Universal/lib-ios" $(inherited) "${PODS_ROOT}/mailcore2-ios/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/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 "VENTokenField" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/../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 7c275ee9eff5abc177b7336081b80412b77b59e0..86a83b36b0ee4e86394d8fcc8c04a8d6e85bac9d 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 @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/../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 7c275ee9eff5abc177b7336081b80412b77b59e0..86a83b36b0ee4e86394d8fcc8c04a8d6e85bac9d 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 @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/../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 7c275ee9eff5abc177b7336081b80412b77b59e0..86a83b36b0ee4e86394d8fcc8c04a8d6e85bac9d 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 @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/../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 7c275ee9eff5abc177b7336081b80412b77b59e0..86a83b36b0ee4e86394d8fcc8c04a8d6e85bac9d 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 @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/BZipCompression" "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor/FrameAccessor.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" +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/VENTokenField/VENTokenField.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" -isystem "${PODS_ROOT}/Headers/Public/mailcore2-ios" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT}/../workspace/Pods diff --git a/Pods/Target Support Files/VENTokenField/VENTokenField.xcconfig b/Pods/Target Support Files/VENTokenField/VENTokenField.xcconfig index 11b287060aa766731ea735c40aa898224a45b5f4..a51decaafef81f2c5e5b9482ca09595e25b26cdb 100644 --- a/Pods/Target Support Files/VENTokenField/VENTokenField.xcconfig +++ b/Pods/Target Support Files/VENTokenField/VENTokenField.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/VENTokenField FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/FrameAccessor" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/mailcore2-ios" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/mailcore2-ios" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/enzevalos_iphone.xcworkspace/xcuserdata/jakobsbode.xcuserdatad/UserInterfaceState.xcuserstate b/enzevalos_iphone.xcworkspace/xcuserdata/jakobsbode.xcuserdatad/UserInterfaceState.xcuserstate index 53ed9e9c105e9f43309d6464b8835980f2574784..306a32371f3311e21f60e9617afc0c6a8126e0d1 100644 Binary files a/enzevalos_iphone.xcworkspace/xcuserdata/jakobsbode.xcuserdatad/UserInterfaceState.xcuserstate and b/enzevalos_iphone.xcworkspace/xcuserdata/jakobsbode.xcuserdatad/UserInterfaceState.xcuserstate differ