|
13 | 13 | 46175B78202D4545009311D6 /* PacketLengths.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46175B77202D4545009311D6 /* PacketLengths.swift */; }; |
14 | 14 | 46175B7A202D466A009311D6 /* Timing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46175B79202D466A009311D6 /* Timing.swift */; }; |
15 | 15 | 46175B7C202D46AF009311D6 /* Sequences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46175B7B202D46AF009311D6 /* Sequences.swift */; }; |
| 16 | + 462271F72049021A00F21D08 /* DataHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 462271F62049021A00F21D08 /* DataHelper.swift */; }; |
16 | 17 | 4651A15120083BF700037D31 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4651A15020083BF700037D31 /* AppDelegate.swift */; }; |
17 | 18 | 4651A15320083BF700037D31 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4651A15220083BF700037D31 /* ViewController.swift */; }; |
18 | 19 | 4651A15520083BF700037D31 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4651A15420083BF700037D31 /* Assets.xcassets */; }; |
|
28 | 29 | 468B264D2023C099000A2B5D /* Datable.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 46D8512F201FE4B50052DF49 /* Datable.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
29 | 30 | 468B26522023D016000A2B5D /* ObservedConnections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 468B26512023D016000A2B5D /* ObservedConnections.swift */; }; |
30 | 31 | CA727CD42050A3580051A01B /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = CA727CD32050A3580051A01B /* README.md */; }; |
| 32 | + CAA6C98320642A2D00EE8DF1 /* KnownProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA6C97A20642A2D00EE8DF1 /* KnownProtocols.swift */; }; |
| 33 | + CAA6C98420642A2D00EE8DF1 /* TLS12.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA6C97B20642A2D00EE8DF1 /* TLS12.swift */; }; |
31 | 34 | /* End PBXBuildFile section */ |
32 | 35 |
|
33 | 36 | /* Begin PBXContainerItemProxy section */ |
|
127 | 130 | 46175B77202D4545009311D6 /* PacketLengths.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacketLengths.swift; sourceTree = "<group>"; }; |
128 | 131 | 46175B79202D466A009311D6 /* Timing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Timing.swift; sourceTree = "<group>"; }; |
129 | 132 | 46175B7B202D46AF009311D6 /* Sequences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sequences.swift; sourceTree = "<group>"; }; |
| 133 | + 462271F62049021A00F21D08 /* DataHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataHelper.swift; sourceTree = "<group>"; }; |
130 | 134 | 4651A14D20083BF700037D31 /* AdversaryLabSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdversaryLabSwift.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
131 | 135 | 4651A15020083BF700037D31 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
132 | 136 | 4651A15220083BF700037D31 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
143 | 147 | 468B26232023B609000A2B5D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
144 | 148 | 468B26512023D016000A2B5D /* ObservedConnections.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObservedConnections.swift; sourceTree = "<group>"; }; |
145 | 149 | CA727CD32050A3580051A01B /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 150 | + CAA6C97A20642A2D00EE8DF1 /* KnownProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KnownProtocols.swift; sourceTree = "<group>"; }; |
| 151 | + CAA6C97B20642A2D00EE8DF1 /* TLS12.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TLS12.swift; sourceTree = "<group>"; }; |
146 | 152 | /* End PBXFileReference section */ |
147 | 153 |
|
148 | 154 | /* Begin PBXFrameworksBuildPhase section */ |
|
180 | 186 | 46175B79202D466A009311D6 /* Timing.swift */, |
181 | 187 | 46175B6B202CE3DB009311D6 /* Entropy.swift */, |
182 | 188 | 46175B7B202D46AF009311D6 /* Sequences.swift */, |
| 189 | + CAA6C97920642A2D00EE8DF1 /* Protocols */, |
183 | 190 | ); |
184 | 191 | path = Features; |
185 | 192 | sourceTree = "<group>"; |
|
197 | 204 | isa = PBXGroup; |
198 | 205 | children = ( |
199 | 206 | 467E49392017F166008B19E3 /* Constants.swift */, |
| 207 | + 462271F62049021A00F21D08 /* DataHelper.swift */, |
200 | 208 | ); |
201 | 209 | path = Helpers; |
202 | 210 | sourceTree = "<group>"; |
|
286 | 294 | name = Products; |
287 | 295 | sourceTree = "<group>"; |
288 | 296 | }; |
| 297 | + CAA6C97920642A2D00EE8DF1 /* Protocols */ = { |
| 298 | + isa = PBXGroup; |
| 299 | + children = ( |
| 300 | + CAA6C97A20642A2D00EE8DF1 /* KnownProtocols.swift */, |
| 301 | + CAA6C97B20642A2D00EE8DF1 /* TLS12.swift */, |
| 302 | + ); |
| 303 | + path = Protocols; |
| 304 | + sourceTree = "<group>"; |
| 305 | + }; |
289 | 306 | /* End PBXGroup section */ |
290 | 307 |
|
291 | 308 | /* Begin PBXNativeTarget section */ |
|
473 | 490 | 46175B6C202CE3DB009311D6 /* Entropy.swift in Sources */, |
474 | 491 | 46175B78202D4545009311D6 /* PacketLengths.swift in Sources */, |
475 | 492 | 46175B7A202D466A009311D6 /* Timing.swift in Sources */, |
| 493 | + CAA6C98320642A2D00EE8DF1 /* KnownProtocols.swift in Sources */, |
476 | 494 | 46175B6920253F86009311D6 /* FakeConnectionGenerator.swift in Sources */, |
477 | 495 | 468B26522023D016000A2B5D /* ObservedConnections.swift in Sources */, |
| 496 | + 462271F72049021A00F21D08 /* DataHelper.swift in Sources */, |
478 | 497 | 4651A15120083BF700037D31 /* AppDelegate.swift in Sources */, |
| 498 | + CAA6C98420642A2D00EE8DF1 /* TLS12.swift in Sources */, |
479 | 499 | 46175B7C202D46AF009311D6 /* Sequences.swift in Sources */, |
480 | 500 | 467E493A2017F166008B19E3 /* Constants.swift in Sources */, |
481 | 501 | ); |
|
0 commit comments