diff options
| author | Christian Cleberg <[email protected]> | 2026-08-07 01:44:01 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-07 01:44:01 -0500 |
| commit | 456e3e143d30175d41eaa1bd22bffa59231c8ec3 (patch) | |
| tree | b9724b06ceb31b6fb97ecb5063fa407761edaebe | |
| parent | fbcb4113f110a7db9cf21d18510cb59c2e90ba23 (diff) | |
| download | hutch-456e3e143d30175d41eaa1bd22bffa59231c8ec3.tar.gz hutch-456e3e143d30175d41eaa1bd22bffa59231c8ec3.tar.bz2 hutch-456e3e143d30175d41eaa1bd22bffa59231c8ec3.zip | |
Fix bundled resource refs after doc rename to .nfo/.txt
The doc-format conversion renamed README.md->README.nfo and
SECURITY.md->SECURITY.txt but left the Xcode resource references
pointing at the old filenames, breaking the app build (Ld: SECURITY.md
no such file). Point the references at the renamed files.
| -rw-r--r-- | Hutch.xcodeproj/project.pbxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Hutch.xcodeproj/project.pbxproj b/Hutch.xcodeproj/project.pbxproj index 702c075..b7ddbe9 100644 --- a/Hutch.xcodeproj/project.pbxproj +++ b/Hutch.xcodeproj/project.pbxproj @@ -8,8 +8,8 @@ /* Begin PBXBuildFile section */ 8B2F89662F69DEB900FC0253 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89632F69DEB900FC0253 /* LICENSE */; }; - 8B2F89672F69DEB900FC0253 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89642F69DEB900FC0253 /* README.md */; }; - 8B2F89682F69DEB900FC0253 /* SECURITY.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89652F69DEB900FC0253 /* SECURITY.md */; }; + 8B2F89672F69DEB900FC0253 /* README.nfo in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89642F69DEB900FC0253 /* README.nfo */; }; + 8B2F89682F69DEB900FC0253 /* SECURITY.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89652F69DEB900FC0253 /* SECURITY.txt */; }; 8B2FA9CD2F7E211800E609E2 /* meta.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C82F7E211800E609E2 /* meta.json */; }; 8B2FA9CE2F7E211800E609E2 /* hg.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C62F7E211800E609E2 /* hg.json */; }; 8B2FA9CF2F7E211800E609E2 /* builds.json in Resources */ = {isa = PBXBuildFile; fileRef = 8B2FA9C42F7E211800E609E2 /* builds.json */; }; @@ -64,8 +64,8 @@ /* Begin PBXFileReference section */ 8B01C8012F955ACC00FCFB9A /* SyncedProducts.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = SyncedProducts.storekit; sourceTree = "<group>"; }; 8B2F89632F69DEB900FC0253 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; - 8B2F89642F69DEB900FC0253 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; - 8B2F89652F69DEB900FC0253 /* SECURITY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SECURITY.md; sourceTree = "<group>"; }; + 8B2F89642F69DEB900FC0253 /* README.nfo */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.nfo; sourceTree = "<group>"; }; + 8B2F89652F69DEB900FC0253 /* SECURITY.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = SECURITY.txt; sourceTree = "<group>"; }; 8B2FA9C42F7E211800E609E2 /* builds.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = builds.json; sourceTree = "<group>"; }; 8B2FA9C52F7E211800E609E2 /* git.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = git.json; sourceTree = "<group>"; }; 8B2FA9C62F7E211800E609E2 /* hg.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = hg.json; sourceTree = "<group>"; }; @@ -205,8 +205,8 @@ 8BDCA5272F6B76B20066AA29 /* HutchTests.xctestplan */, 8B8182C22F6B742B000AE049 /* HutchTests */, 8B2F89632F69DEB900FC0253 /* LICENSE */, - 8B2F89642F69DEB900FC0253 /* README.md */, - 8B2F89652F69DEB900FC0253 /* SECURITY.md */, + 8B2F89642F69DEB900FC0253 /* README.nfo */, + 8B2F89652F69DEB900FC0253 /* SECURITY.txt */, 8B4B28D32F6704280045FA19 /* Hutch */, 8BE081F42F80000100000001 /* Shared */, 8BE081F52F80000100000001 /* HutchWidgetExtension */, @@ -378,8 +378,8 @@ buildActionMask = 2147483647; files = ( 8B2F89662F69DEB900FC0253 /* LICENSE in Resources */, - 8B2F89672F69DEB900FC0253 /* README.md in Resources */, - 8B2F89682F69DEB900FC0253 /* SECURITY.md in Resources */, + 8B2F89672F69DEB900FC0253 /* README.nfo in Resources */, + 8B2F89682F69DEB900FC0253 /* SECURITY.txt in Resources */, 8B2FA9CD2F7E211800E609E2 /* meta.json in Resources */, 8B2FA9CE2F7E211800E609E2 /* hg.json in Resources */, 8B2FA9CF2F7E211800E609E2 /* builds.json in Resources */, |
