|
195 | 195 | DC4914961E434301007FF592 /* LabelTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC4914941E434301007FF592 /* LabelTableViewCell.swift */; }; |
196 | 196 | DC4914991E434600007FF592 /* PasswordDetailTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC4914981E434600007FF592 /* PasswordDetailTableViewController.swift */; }; |
197 | 197 | DC5F385B1E56AADB00C69ACA /* PGPKeyArmorImportTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC5F385A1E56AADB00C69ACA /* PGPKeyArmorImportTableViewController.swift */; }; |
| 198 | + DC6474532D20DD0C004B4BBC /* CoreDataStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC6474522D20DD0C004B4BBC /* CoreDataStack.swift */; }; |
| 199 | + DC64745C2D29BE9B004B4BBC /* PasswordEntityTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC6474592D29BD43004B4BBC /* PasswordEntityTest.swift */; }; |
| 200 | + DC64745D2D29BEA9004B4BBC /* CoreDataTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC6474582D29BD43004B4BBC /* CoreDataTestCase.swift */; }; |
198 | 201 | DC7CBBBD2D0FA3F2003BB4D2 /* YubiKit in Frameworks */ = {isa = PBXBuildFile; productRef = DC7CBBBC2D0FA3F2003BB4D2 /* YubiKit */; }; |
199 | 202 | DC7CBBBF2D0FAC92003BB4D2 /* YKFSmartCardInterfaceExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC7CBBBE2D0FAC8E003BB4D2 /* YKFSmartCardInterfaceExtension.swift */; }; |
200 | 203 | DC8963C01E38EEB900828B09 /* SSHKeyURLImportTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC8963BF1E38EEB900828B09 /* SSHKeyURLImportTableViewController.swift */; }; |
|
493 | 496 | DC4914941E434301007FF592 /* LabelTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LabelTableViewCell.swift; sourceTree = "<group>"; }; |
494 | 497 | DC4914981E434600007FF592 /* PasswordDetailTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordDetailTableViewController.swift; sourceTree = "<group>"; }; |
495 | 498 | DC5F385A1E56AADB00C69ACA /* PGPKeyArmorImportTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PGPKeyArmorImportTableViewController.swift; sourceTree = "<group>"; }; |
| 499 | + DC6474522D20DD0C004B4BBC /* CoreDataStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataStack.swift; sourceTree = "<group>"; }; |
| 500 | + DC6474582D29BD43004B4BBC /* CoreDataTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataTestCase.swift; sourceTree = "<group>"; }; |
| 501 | + DC6474592D29BD43004B4BBC /* PasswordEntityTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordEntityTest.swift; sourceTree = "<group>"; }; |
496 | 502 | DC7CBBBE2D0FAC8E003BB4D2 /* YKFSmartCardInterfaceExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YKFSmartCardInterfaceExtension.swift; sourceTree = "<group>"; }; |
497 | 503 | DC8963BF1E38EEB900828B09 /* SSHKeyURLImportTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SSHKeyURLImportTableViewController.swift; sourceTree = "<group>"; }; |
498 | 504 | DC917BD31E2E8231000FDF54 /* Pass.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Pass.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
868 | 874 | A26075861EEC6F34005DB03E /* passKitTests */ = { |
869 | 875 | isa = PBXGroup; |
870 | 876 | children = ( |
| 877 | + DC64745A2D29BD43004B4BBC /* CoreData */, |
871 | 878 | 30A86F93230F235800F821A4 /* Crypto */, |
872 | 879 | 30BAC8C322E3BA4300438475 /* Testbase */, |
873 | 880 | 30697C5521F63F870064FCAC /* Extensions */, |
|
901 | 908 | children = ( |
902 | 909 | 30697C3121F63C8B0064FCAC /* PasscodeLockPresenter.swift */, |
903 | 910 | 30697C3221F63C8B0064FCAC /* PasscodeLockViewController.swift */, |
| 911 | + DC6474522D20DD0C004B4BBC /* CoreDataStack.swift */, |
904 | 912 | ); |
905 | 913 | path = Controllers; |
906 | 914 | sourceTree = "<group>"; |
|
1021 | 1029 | path = Views; |
1022 | 1030 | sourceTree = "<group>"; |
1023 | 1031 | }; |
| 1032 | + DC64745A2D29BD43004B4BBC /* CoreData */ = { |
| 1033 | + isa = PBXGroup; |
| 1034 | + children = ( |
| 1035 | + DC6474582D29BD43004B4BBC /* CoreDataTestCase.swift */, |
| 1036 | + DC6474592D29BD43004B4BBC /* PasswordEntityTest.swift */, |
| 1037 | + ); |
| 1038 | + path = CoreData; |
| 1039 | + sourceTree = "<group>"; |
| 1040 | + }; |
1024 | 1041 | DC917BCA1E2E8231000FDF54 = { |
1025 | 1042 | isa = PBXGroup; |
1026 | 1043 | children = ( |
|
1589 | 1606 | 3087574F2343E42A00B971A2 /* Colors.swift in Sources */, |
1590 | 1607 | 30697C2C21F63C5A0064FCAC /* FileManagerExtension.swift in Sources */, |
1591 | 1608 | 30697C3321F63C8B0064FCAC /* PasscodeLockPresenter.swift in Sources */, |
| 1609 | + DC6474532D20DD0C004B4BBC /* CoreDataStack.swift in Sources */, |
1592 | 1610 | 30697C3D21F63C990064FCAC /* UIViewExtension.swift in Sources */, |
1593 | 1611 | 30697C3A21F63C990064FCAC /* UIViewControllerExtension.swift in Sources */, |
1594 | 1612 | 30697C2E21F63C5A0064FCAC /* Utils.swift in Sources */, |
|
1619 | 1637 | 30697C5F21F674800064FCAC /* String+UtilitiesTest.swift in Sources */, |
1620 | 1638 | 3032328A22C9FBA2009EBD9C /* KeyFileManagerTest.swift in Sources */, |
1621 | 1639 | 306623332406F1A8000E2AD6 /* PasswordGeneratorTest.swift in Sources */, |
| 1640 | + DC64745C2D29BE9B004B4BBC /* PasswordEntityTest.swift in Sources */, |
1622 | 1641 | 30BAC8C722E3BAAF00438475 /* TestPGPKeys.swift in Sources */, |
1623 | 1642 | 30A1D2AA21B32A0100E2D1F7 /* OTPTypeTest.swift in Sources */, |
1624 | 1643 | 301F6468216165290071A4CE /* ConstantsTest.swift in Sources */, |
| 1644 | + DC64745D2D29BEA9004B4BBC /* CoreDataTestCase.swift in Sources */, |
1625 | 1645 | 30A1D29C21AF451E00E2D1F7 /* PasswordGeneratorFlavorTest.swift in Sources */, |
1626 | 1646 | ); |
1627 | 1647 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments