|
13 | 13 | 9EA794CF1E3B1D42000D6C50 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EB798381E3AEE1F005A7C9E /* List.swift */; }; |
14 | 14 | 9EA794D01E3B1E0F000D6C50 /* Decode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EA794CB1E3B0F82000D6C50 /* Decode.swift */; }; |
15 | 15 | 9EA794D11E3B1E8F000D6C50 /* Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EB798361E3AEE1F005A7C9E /* Dictionary.swift */; }; |
| 16 | + 9EA794EB1E41D11A000D6C50 /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9EA794E71E41D104000D6C50 /* CryptoSwift.framework */; }; |
| 17 | + 9EA794ED1E41DC86000D6C50 /* OrderedDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EA794EC1E41DC86000D6C50 /* OrderedDictionary.swift */; }; |
16 | 18 | 9EB798241E3AE7EA005A7C9E /* BencodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9EB7981A1E3AE7EA005A7C9E /* BencodeKit.framework */; }; |
17 | 19 | 9EB798291E3AE7EA005A7C9E /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EB798281E3AE7EA005A7C9E /* Tests.swift */; }; |
18 | 20 | 9EB7982B1E3AE7EA005A7C9E /* BencodeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB7981D1E3AE7EA005A7C9E /* BencodeKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
22 | 24 | /* End PBXBuildFile section */ |
23 | 25 |
|
24 | 26 | /* Begin PBXContainerItemProxy section */ |
| 27 | + 9EA794E61E41D104000D6C50 /* PBXContainerItemProxy */ = { |
| 28 | + isa = PBXContainerItemProxy; |
| 29 | + containerPortal = 9EA794E11E41D104000D6C50 /* CryptoSwift.xcodeproj */; |
| 30 | + proxyType = 2; |
| 31 | + remoteGlobalIDString = 754BE45519693E190098E6F3; |
| 32 | + remoteInfo = CryptoSwift; |
| 33 | + }; |
| 34 | + 9EA794E81E41D104000D6C50 /* PBXContainerItemProxy */ = { |
| 35 | + isa = PBXContainerItemProxy; |
| 36 | + containerPortal = 9EA794E11E41D104000D6C50 /* CryptoSwift.xcodeproj */; |
| 37 | + proxyType = 2; |
| 38 | + remoteGlobalIDString = 754BE46019693E190098E6F3; |
| 39 | + remoteInfo = Tests; |
| 40 | + }; |
25 | 41 | 9EB798251E3AE7EA005A7C9E /* PBXContainerItemProxy */ = { |
26 | 42 | isa = PBXContainerItemProxy; |
27 | 43 | containerPortal = 9EB7980F1E3AE7B7005A7C9E /* Project object */; |
|
34 | 50 | /* Begin PBXFileReference section */ |
35 | 51 | 9EA794C91E3B0E44000D6C50 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Sources/Types/Extensions.swift; sourceTree = "<group>"; }; |
36 | 52 | 9EA794CB1E3B0F82000D6C50 /* Decode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Decode.swift; sourceTree = "<group>"; }; |
| 53 | + 9EA794E11E41D104000D6C50 /* CryptoSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CryptoSwift.xcodeproj; path = Carthage/Checkouts/CryptoSwift/CryptoSwift.xcodeproj; sourceTree = "<group>"; }; |
| 54 | + 9EA794EC1E41DC86000D6C50 /* OrderedDictionary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrderedDictionary.swift; sourceTree = "<group>"; }; |
37 | 55 | 9EB7981A1E3AE7EA005A7C9E /* BencodeKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BencodeKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | 56 | 9EB7981D1E3AE7EA005A7C9E /* BencodeKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BencodeKit.h; sourceTree = "<group>"; }; |
39 | 57 | 9EB7981E1E3AE7EA005A7C9E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
53 | 71 | isa = PBXFrameworksBuildPhase; |
54 | 72 | buildActionMask = 2147483647; |
55 | 73 | files = ( |
| 74 | + 9EA794EB1E41D11A000D6C50 /* CryptoSwift.framework in Frameworks */, |
56 | 75 | ); |
57 | 76 | runOnlyForDeploymentPostprocessing = 0; |
58 | 77 | }; |
|
67 | 86 | /* End PBXFrameworksBuildPhase section */ |
68 | 87 |
|
69 | 88 | /* Begin PBXGroup section */ |
| 89 | + 9EA794E21E41D104000D6C50 /* Products */ = { |
| 90 | + isa = PBXGroup; |
| 91 | + children = ( |
| 92 | + 9EA794E71E41D104000D6C50 /* CryptoSwift.framework */, |
| 93 | + 9EA794E91E41D104000D6C50 /* Tests.xctest */, |
| 94 | + ); |
| 95 | + name = Products; |
| 96 | + sourceTree = "<group>"; |
| 97 | + }; |
| 98 | + 9EA794EA1E41D109000D6C50 /* Frameworks */ = { |
| 99 | + isa = PBXGroup; |
| 100 | + children = ( |
| 101 | + 9EA794E11E41D104000D6C50 /* CryptoSwift.xcodeproj */, |
| 102 | + ); |
| 103 | + name = Frameworks; |
| 104 | + sourceTree = "<group>"; |
| 105 | + }; |
70 | 106 | 9EB7980E1E3AE7B7005A7C9E = { |
71 | 107 | isa = PBXGroup; |
72 | 108 | children = ( |
73 | 109 | 9EB798321E3AE884005A7C9E /* Sources */, |
74 | 110 | 9EA794C91E3B0E44000D6C50 /* Extensions.swift */, |
| 111 | + 9EA794EC1E41DC86000D6C50 /* OrderedDictionary.swift */, |
75 | 112 | 9EB798271E3AE7EA005A7C9E /* Tests */, |
| 113 | + 9EA794EA1E41D109000D6C50 /* Frameworks */, |
76 | 114 | 9EB7981B1E3AE7EA005A7C9E /* Products */, |
77 | 115 | ); |
78 | 116 | sourceTree = "<group>"; |
|
199 | 237 | mainGroup = 9EB7980E1E3AE7B7005A7C9E; |
200 | 238 | productRefGroup = 9EB7981B1E3AE7EA005A7C9E /* Products */; |
201 | 239 | projectDirPath = ""; |
| 240 | + projectReferences = ( |
| 241 | + { |
| 242 | + ProductGroup = 9EA794E21E41D104000D6C50 /* Products */; |
| 243 | + ProjectRef = 9EA794E11E41D104000D6C50 /* CryptoSwift.xcodeproj */; |
| 244 | + }, |
| 245 | + ); |
202 | 246 | projectRoot = ""; |
203 | 247 | targets = ( |
204 | 248 | 9EB798191E3AE7EA005A7C9E /* BencodeKit */, |
|
207 | 251 | }; |
208 | 252 | /* End PBXProject section */ |
209 | 253 |
|
| 254 | +/* Begin PBXReferenceProxy section */ |
| 255 | + 9EA794E71E41D104000D6C50 /* CryptoSwift.framework */ = { |
| 256 | + isa = PBXReferenceProxy; |
| 257 | + fileType = wrapper.framework; |
| 258 | + path = CryptoSwift.framework; |
| 259 | + remoteRef = 9EA794E61E41D104000D6C50 /* PBXContainerItemProxy */; |
| 260 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 261 | + }; |
| 262 | + 9EA794E91E41D104000D6C50 /* Tests.xctest */ = { |
| 263 | + isa = PBXReferenceProxy; |
| 264 | + fileType = wrapper.cfbundle; |
| 265 | + path = Tests.xctest; |
| 266 | + remoteRef = 9EA794E81E41D104000D6C50 /* PBXContainerItemProxy */; |
| 267 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 268 | + }; |
| 269 | +/* End PBXReferenceProxy section */ |
| 270 | + |
210 | 271 | /* Begin PBXResourcesBuildPhase section */ |
211 | 272 | 9EB798181E3AE7EA005A7C9E /* Resources */ = { |
212 | 273 | isa = PBXResourcesBuildPhase; |
|
236 | 297 | 9EB7983B1E3AEE1F005A7C9E /* Integer.swift in Sources */, |
237 | 298 | 9EA794CE1E3B1691000D6C50 /* String.swift in Sources */, |
238 | 299 | 9EA794D11E3B1E8F000D6C50 /* Dictionary.swift in Sources */, |
| 300 | + 9EA794ED1E41DC86000D6C50 /* OrderedDictionary.swift in Sources */, |
239 | 301 | 9EA794CF1E3B1D42000D6C50 /* List.swift in Sources */, |
240 | 302 | 9EA794CA1E3B0E44000D6C50 /* Extensions.swift in Sources */, |
241 | 303 | ); |
|
0 commit comments