diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-13 20:58:12 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-13 20:58:12 -0600 |
commit | 9181a947a0546293f26766bd270b15672239f4fd (patch) | |
tree | 21948494ab5655c868455483af1c7c18d43cb0b5 /LibreSecrets.xcodeproj/project.pbxproj | |
parent | d26ff0c96da53faa850b02176f8fc3dce3fdfd0c (diff) | |
download | libre-secrets-9181a947a0546293f26766bd270b15672239f4fd.tar.gz libre-secrets-9181a947a0546293f26766bd270b15672239f4fd.tar.bz2 libre-secrets-9181a947a0546293f26766bd270b15672239f4fd.zip |
fix: add missing files
Diffstat (limited to 'LibreSecrets.xcodeproj/project.pbxproj')
-rw-r--r-- | LibreSecrets.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
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 = "<group>"; }; 8BC4C78B2B53837F0048B2EA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; @@ -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 */, ); |