diff options
| author | Christian Cleberg <[email protected]> | 2026-08-07 02:24:43 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-08-07 02:24:43 -0500 |
| commit | 0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3 (patch) | |
| tree | 7137471dd7cdd5583db4ffbead31414497c431a9 /Hutch.xcodeproj/project.pbxproj | |
| parent | fbcb4113f110a7db9cf21d18510cb59c2e90ba23 (diff) | |
| parent | 1c4e968c31ee451666a65e05c762c9422c768426 (diff) | |
| download | hutch-0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3.tar.gz hutch-0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3.tar.bz2 hutch-0a3e55c15cfb9ce1bd3df0c7b352760bc2ee33c3.zip | |
Merge pull request #29 from krazywarez/issues-9-11-18
Fix checklist rendering, add clear-recent-activity, speed up pull-to-refresh
Diffstat (limited to 'Hutch.xcodeproj/project.pbxproj')
| -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 */, |
