From 9181a947a0546293f26766bd270b15672239f4fd Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 13 Jan 2024 20:58:12 -0600 Subject: fix: add missing files --- LibreSecrets.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'LibreSecrets.xcodeproj/project.pbxproj') diff --git a/LibreSecrets.xcodeproj/project.pbxproj b/LibreSecrets.xcodeproj/project.pbxproj index d9ea1f0..fb7c2f3 100644 --- a/LibreSecrets.xcodeproj/project.pbxproj +++ b/LibreSecrets.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 8BA227572B53851600F5FD09 /* words in Resources */ = {isa = PBXBuildFile; fileRef = 8BA227562B53851600F5FD09 /* words */; }; 8BC4C78A2B53837F0048B2EA /* LibreSecretsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BC4C7892B53837F0048B2EA /* LibreSecretsApp.swift */; }; 8BC4C78C2B53837F0048B2EA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BC4C78B2B53837F0048B2EA /* ContentView.swift */; }; 8BC4C78E2B5383800048B2EA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8BC4C78D2B5383800048B2EA /* Assets.xcassets */; }; @@ -14,6 +15,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 8BA227562B53851600F5FD09 /* words */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = words; sourceTree = SOURCE_ROOT; }; 8BC4C7862B53837F0048B2EA /* LibreSecrets.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LibreSecrets.app; sourceTree = BUILT_PRODUCTS_DIR; }; 8BC4C7892B53837F0048B2EA /* LibreSecretsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibreSecretsApp.swift; sourceTree = ""; }; 8BC4C78B2B53837F0048B2EA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; @@ -51,6 +53,7 @@ 8BC4C7882B53837F0048B2EA /* LibreSecrets */ = { isa = PBXGroup; children = ( + 8BA227562B53851600F5FD09 /* words */, 8BC4C7892B53837F0048B2EA /* LibreSecretsApp.swift */, 8BC4C78B2B53837F0048B2EA /* ContentView.swift */, 8BC4C78D2B5383800048B2EA /* Assets.xcassets */, @@ -125,6 +128,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8BA227572B53851600F5FD09 /* words in Resources */, 8BC4C7912B5383800048B2EA /* Preview Assets.xcassets in Resources */, 8BC4C78E2B5383800048B2EA /* Assets.xcassets in Resources */, ); -- cgit v1.2.3-70-g09d2