|
11 | 11 | F3591FC51C86077500DD13F5 /* Iatheto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3591FBA1C86077500DD13F5 /* Iatheto.framework */; }; |
12 | 12 | F3591FE31C8608D900DD13F5 /* Iatheto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3591FD91C8608D900DD13F5 /* Iatheto.framework */; }; |
13 | 13 | F3591FF01C8609BC00DD13F5 /* Iatheto.h in Headers */ = {isa = PBXBuildFile; fileRef = F3591FBD1C86077500DD13F5 /* Iatheto.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 14 | + F36CA194211D5CCC003EAA16 /* IathetoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36CA193211D5CCC003EAA16 /* IathetoTests.swift */; }; |
| 15 | + F36CA195211D5CCC003EAA16 /* IathetoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36CA193211D5CCC003EAA16 /* IathetoTests.swift */; }; |
14 | 16 | F3707E7F210B0B3000ACD532 /* Decimal.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3707E7E210B0B3000ACD532 /* Decimal.swift */; }; |
15 | 17 | F3707E80210B0B3000ACD532 /* Decimal.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3707E7E210B0B3000ACD532 /* Decimal.swift */; }; |
16 | 18 | F38A6707208AF98800C2D7B9 /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38A6706208AF98800C2D7B9 /* JSON.swift */; }; |
|
58 | 60 | F3591FCB1C86077500DD13F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
59 | 61 | F3591FD91C8608D900DD13F5 /* Iatheto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Iatheto.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
60 | 62 | F3591FE21C8608D900DD13F5 /* IathetoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IathetoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 63 | + F36CA193211D5CCC003EAA16 /* IathetoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IathetoTests.swift; sourceTree = "<group>"; }; |
61 | 64 | F3707E7E210B0B3000ACD532 /* Decimal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decimal.swift; sourceTree = "<group>"; }; |
62 | 65 | F38A6706208AF98800C2D7B9 /* JSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSON.swift; sourceTree = "<group>"; }; |
63 | 66 | F38CAD73208C479D00E71E90 /* DecodingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecodingTests.swift; sourceTree = "<group>"; }; |
|
143 | 146 | F3591FC81C86077500DD13F5 /* IathetoTests */ = { |
144 | 147 | isa = PBXGroup; |
145 | 148 | children = ( |
| 149 | + F3E533C8208CE272007AE374 /* json.json */, |
146 | 150 | F3591FCB1C86077500DD13F5 /* Info.plist */, |
147 | 151 | F38CAD73208C479D00E71E90 /* DecodingTests.swift */, |
148 | 152 | F38CAD76208C491000E71E90 /* EncodingTests.swift */, |
149 | | - F3E533C8208CE272007AE374 /* json.json */, |
| 153 | + F36CA193211D5CCC003EAA16 /* IathetoTests.swift */, |
150 | 154 | ); |
151 | 155 | path = IathetoTests; |
152 | 156 | sourceTree = "<group>"; |
|
347 | 351 | buildActionMask = 2147483647; |
348 | 352 | files = ( |
349 | 353 | F38CAD77208C491000E71E90 /* EncodingTests.swift in Sources */, |
| 354 | + F36CA194211D5CCC003EAA16 /* IathetoTests.swift in Sources */, |
350 | 355 | F38CAD74208C479D00E71E90 /* DecodingTests.swift in Sources */, |
351 | 356 | ); |
352 | 357 | runOnlyForDeploymentPostprocessing = 0; |
|
370 | 375 | buildActionMask = 2147483647; |
371 | 376 | files = ( |
372 | 377 | F38CAD78208C491000E71E90 /* EncodingTests.swift in Sources */, |
| 378 | + F36CA195211D5CCC003EAA16 /* IathetoTests.swift in Sources */, |
373 | 379 | F38CAD75208C479D00E71E90 /* DecodingTests.swift in Sources */, |
374 | 380 | ); |
375 | 381 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments