field_ios

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

commit cdd53a3d82c49dbd5901e907fa605b80b543e638
parent 45b2e978a75c4169c9db07a483357d0019cb1036
Author: triesap <tyson@radroots.org>
Date:   Fri, 12 Jun 2026 01:09:15 -0700

config: use remote RadrootsKit package

Diffstat:
MRadroots.xcodeproj/project.pbxproj | 27+++++++++++----------------
ARadroots.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 15+++++++++++++++
Mproject.yml | 3++-
3 files changed, 28 insertions(+), 17 deletions(-)

diff --git a/Radroots.xcodeproj/project.pbxproj b/Radroots.xcodeproj/project.pbxproj @@ -67,7 +67,6 @@ 63189EB90A86A9929BECD9ED /* Nostr.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Nostr.swift; sourceTree = "<group>"; }; 676B89EB116B60AE8C2B4313 /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; }; 6FBB081610305940C7849C7C /* RelaySettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RelaySettings.swift; sourceTree = "<group>"; }; - 7515B8FD2A65990C3E3E93CE /* apple_kit */ = {isa = PBXFileReference; lastKnownFileType = folder; name = apple_kit; path = ../../../../domains/radroots/apple_kit; sourceTree = SOURCE_ROOT; }; 7BCA99336E305EC789152DDE /* radroots.local.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = radroots.local.xcconfig; sourceTree = "<group>"; }; 7C294E8EF50F5E1E73F5C135 /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; }; 7D69D200DB1F5FA7AA561CD7 /* TradeListing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TradeListing.swift; sourceTree = "<group>"; }; @@ -204,14 +203,6 @@ path = Shared; sourceTree = "<group>"; }; - 9458C318B571871852A3FD1B /* Packages */ = { - isa = PBXGroup; - children = ( - 7515B8FD2A65990C3E3E93CE /* apple_kit */, - ); - name = Packages; - sourceTree = "<group>"; - }; 97FA23F0FD7E25C1AF2585FB /* Frameworks */ = { isa = PBXGroup; children = ( @@ -252,7 +243,6 @@ C4F02317699AB4FA59315D05 = { isa = PBXGroup; children = ( - 9458C318B571871852A3FD1B /* Packages */, 5FD6379AE27C57D02E8C7EE1 /* Radroots */, 97FA23F0FD7E25C1AF2585FB /* Frameworks */, 6240123423927396E47D6B3E /* Products */, @@ -348,7 +338,7 @@ mainGroup = C4F02317699AB4FA59315D05; minimizedProjectReferenceProxies = 1; packageReferences = ( - D71BF9693060631950EFC310 /* XCLocalSwiftPackageReference "../../../../domains/radroots/apple_kit" */, + 6BC345C2400A6F7ED798D79A /* XCRemoteSwiftPackageReference "apple_kit" */, ); preferredProjectObjectVersion = 77; productRefGroup = 6240123423927396E47D6B3E /* Products */; @@ -638,16 +628,21 @@ }; /* End XCConfigurationList section */ -/* Begin XCLocalSwiftPackageReference section */ - D71BF9693060631950EFC310 /* XCLocalSwiftPackageReference "../../../../domains/radroots/apple_kit" */ = { - isa = XCLocalSwiftPackageReference; - relativePath = ../../../../domains/radroots/apple_kit; +/* Begin XCRemoteSwiftPackageReference section */ + 6BC345C2400A6F7ED798D79A /* XCRemoteSwiftPackageReference "apple_kit" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "git@github.com:radrootslabs/apple_kit.git"; + requirement = { + branch = master; + kind = branch; + }; }; -/* End XCLocalSwiftPackageReference section */ +/* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ 2DAD90EBF8EB00ACDD7611CD /* RadrootsKit */ = { isa = XCSwiftPackageProductDependency; + package = 6BC345C2400A6F7ED798D79A /* XCRemoteSwiftPackageReference "apple_kit" */; productName = RadrootsKit; }; /* End XCSwiftPackageProductDependency section */ diff --git a/Radroots.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Radroots.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,15 @@ +{ + "originHash" : "298655de90aea0ed8ab5c0ee9375e40ecc5a3fc54fbde2fe3490bb729ed9c9f4", + "pins" : [ + { + "identity" : "apple_kit", + "kind" : "remoteSourceControl", + "location" : "git@github.com:radrootslabs/apple_kit.git", + "state" : { + "branch" : "master", + "revision" : "d97c2badf6168e8d60289a4aef4190f820e9dfc0" + } + } + ], + "version" : 3 +} diff --git a/project.yml b/project.yml @@ -10,7 +10,8 @@ configs: packages: RadrootsKit: - path: ../../../../domains/radroots/apple_kit + url: git@github.com:radrootslabs/apple_kit.git + branch: master targets: Radroots: