From f84f1e3080581085a088585e84ea4b741293d0bc Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 16 Nov 2021 10:12:50 -0500 Subject: [PATCH] Add missing files to Xcode project --- OTP.xcodeproj/project.pbxproj | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/OTP.xcodeproj/project.pbxproj b/OTP.xcodeproj/project.pbxproj index ae88d3a..982efd5 100644 --- a/OTP.xcodeproj/project.pbxproj +++ b/OTP.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + D60265482744012A00C77599 /* AddKeyButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = D60265472744012A00C77599 /* AddKeyButton.swift */; }; + D602654A2744014600C77599 /* AllKeysView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D60265492744014500C77599 /* AllKeysView.swift */; }; D60E9D6E26D1998B009A4537 /* OTPGeneratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D60E9D6D26D1998B009A4537 /* OTPGeneratorTests.swift */; }; D60E9D7226D1A863009A4537 /* KeyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D60E9D7126D1A863009A4537 /* KeyView.swift */; }; D60E9D7426D1ABF9009A4537 /* CircularProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D60E9D7326D1ABF9009A4537 /* CircularProgressView.swift */; }; @@ -84,6 +86,8 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + D60265472744012A00C77599 /* AddKeyButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddKeyButton.swift; sourceTree = ""; }; + D60265492744014500C77599 /* AllKeysView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AllKeysView.swift; sourceTree = ""; }; D60E9D6D26D1998B009A4537 /* OTPGeneratorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OTPGeneratorTests.swift; sourceTree = ""; }; D60E9D7126D1A863009A4537 /* KeyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyView.swift; sourceTree = ""; }; D60E9D7326D1ABF9009A4537 /* CircularProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularProgressView.swift; sourceTree = ""; }; @@ -153,16 +157,18 @@ D60E9D7826D1E976009A4537 /* Views */ = { isa = PBXGroup; children = ( - D61479EA26D13DEF00710B79 /* AppView.swift */, - D6A2BD1126D56C70004DC4E3 /* KeysSection.swift */, - D6A2BD0F26D533EB004DC4E3 /* FoldersSection.swift */, - D6A2BD1326D5707F004DC4E3 /* FolderRow.swift */, - D60E9D7126D1A863009A4537 /* KeyView.swift */, - D60E9D7326D1ABF9009A4537 /* CircularProgressView.swift */, - D6A2BD0B26D5332B004DC4E3 /* FolderView.swift */, + D60265472744012A00C77599 /* AddKeyButton.swift */, D6A2BCAF26D313E7004DC4E3 /* AddQRView.swift */, D68B3D9F26D2937000CB35A2 /* AddURLForm.swift */, + D60265492744014500C77599 /* AllKeysView.swift */, + D61479EA26D13DEF00710B79 /* AppView.swift */, + D60E9D7326D1ABF9009A4537 /* CircularProgressView.swift */, D60E9D7926D1E985009A4537 /* EditKeyForm.swift */, + D6A2BD1326D5707F004DC4E3 /* FolderRow.swift */, + D6A2BD0F26D533EB004DC4E3 /* FoldersSection.swift */, + D6A2BD0B26D5332B004DC4E3 /* FolderView.swift */, + D6A2BD1126D56C70004DC4E3 /* KeysSection.swift */, + D60E9D7126D1A863009A4537 /* KeyView.swift */, D6A2BCCB26D3E670004DC4E3 /* PreferencesView.swift */, D6A2BCEB26D3F7F9004DC4E3 /* QRCodeView.swift */, ); @@ -396,7 +402,9 @@ D6A2BD1026D533EB004DC4E3 /* FoldersSection.swift in Sources */, D6A2BCAE26D29601004DC4E3 /* EditedKey.swift in Sources */, D6A2BD1426D5707F004DC4E3 /* FolderRow.swift in Sources */, + D60265482744012A00C77599 /* AddKeyButton.swift in Sources */, D6A2BCD026D3E888004DC4E3 /* BackupDocument.swift in Sources */, + D602654A2744014600C77599 /* AllKeysView.swift in Sources */, D6A2BD1226D56C70004DC4E3 /* KeysSection.swift in Sources */, D60E9D7226D1A863009A4537 /* KeyView.swift in Sources */, D68B3DA026D2937000CB35A2 /* AddURLForm.swift in Sources */,