field_ios

In-the-field app for Radroots on iOS
git clone https://radroots.dev/git/field_ios.git
Log | Files | Refs | LICENSE

commit 0d04c79f62c02ed6f7214c99aad409248e5fcee2
parent ce6b27509c6f7860ccaa02e8835cf08b7b25c6b2
Author: triesap <tyson@radroots.org>
Date:   Thu, 11 Jun 2026 16:49:16 -0700

build: sync generated xcode project

- include the generated git SHA xcconfig reference in the project
- keep the committed XcodeGen output aligned with project.yml
- leave the generated xcconfig itself ignored
- preserve the Swift-only app source boundary

Diffstat:
MRadroots.xcodeproj/project.pbxproj | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Radroots.xcodeproj/project.pbxproj b/Radroots.xcodeproj/project.pbxproj @@ -50,6 +50,7 @@ 41A4289F43625DD65E6C4B25 /* CopyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopyRow.swift; sourceTree = "<group>"; }; 466BFA2F60BE3113EDD1BA3B /* TradeOrderRequestView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TradeOrderRequestView.swift; sourceTree = "<group>"; }; 4BC4B7D0BB4C6D8E4B0AA4AD /* radroots.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = radroots.xcconfig; sourceTree = "<group>"; }; + 54EE5A34FE2086899F5B7568 /* radroots.git.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = radroots.git.xcconfig; sourceTree = "<group>"; }; 676B89EB116B60AE8C2B4313 /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; }; 7C294E8EF50F5E1E73F5C135 /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; }; 93AA285819DD1269C3EAD80A /* Radroots.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Radroots.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -107,6 +108,7 @@ 5FD6379AE27C57D02E8C7EE1 /* Radroots */ = { isa = PBXGroup; children = ( + 54EE5A34FE2086899F5B7568 /* radroots.git.xcconfig */, 4BC4B7D0BB4C6D8E4B0AA4AD /* radroots.xcconfig */, 23C2D7FF63B61CD356979E82 /* App */, 579F407D96CCAFD4000EF363 /* Config */,