native macOS codings agent orchestrator
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #6 from supabitapp/khoi/bonsplit-fork

Point Bonsplit dependency to fork

authored by

khoi and committed by
GitHub
06c8dfff 16518b9e

+22 -22
+1 -1
supacode.xcodeproj/project.pbxproj
··· 569 569 }; 570 570 D61414512F1F9799007DF542 /* XCRemoteSwiftPackageReference "bonsplit" */ = { 571 571 isa = XCRemoteSwiftPackageReference; 572 - repositoryURL = "https://github.com/almonk/bonsplit.git"; 572 + repositoryURL = "https://github.com/khoi/bonsplit.git"; 573 573 requirement = { 574 574 branch = main; 575 575 kind = branch;
+21 -21
supacode.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
··· 1 1 { 2 - "originHash" : "fc4ff5e9992e43f307760f3776e5b13b859d574f0a4b10d923c16cc5e3b3e469", 3 - "pins" : [ 2 + "originHash": "fc4ff5e9992e43f307760f3776e5b13b859d574f0a4b10d923c16cc5e3b3e469", 3 + "pins": [ 4 4 { 5 - "identity" : "bonsplit", 6 - "kind" : "remoteSourceControl", 7 - "location" : "https://github.com/almonk/bonsplit.git", 8 - "state" : { 9 - "branch" : "main", 10 - "revision" : "dba79cd31e26bf8021e0a4f5bba0d0756c191918" 5 + "identity": "bonsplit", 6 + "kind": "remoteSourceControl", 7 + "location": "https://github.com/khoi/bonsplit.git", 8 + "state": { 9 + "branch": "main", 10 + "revision": "5ff46b1f9e7d9a78250bad5b52d5794ff3f8c033" 11 11 } 12 12 }, 13 13 { 14 - "identity" : "kingfisher", 15 - "kind" : "remoteSourceControl", 16 - "location" : "https://github.com/onevcat/Kingfisher.git", 17 - "state" : { 18 - "revision" : "d30a5fad881137e2267f96a8e3fc35c58999bb94", 19 - "version" : "8.6.2" 14 + "identity": "kingfisher", 15 + "kind": "remoteSourceControl", 16 + "location": "https://github.com/onevcat/Kingfisher.git", 17 + "state": { 18 + "revision": "d30a5fad881137e2267f96a8e3fc35c58999bb94", 19 + "version": "8.6.2" 20 20 } 21 21 }, 22 22 { 23 - "identity" : "sparkle", 24 - "kind" : "remoteSourceControl", 25 - "location" : "https://github.com/sparkle-project/Sparkle", 26 - "state" : { 27 - "revision" : "5581748cef2bae787496fe6d61139aebe0a451f6", 28 - "version" : "2.8.1" 23 + "identity": "sparkle", 24 + "kind": "remoteSourceControl", 25 + "location": "https://github.com/sparkle-project/Sparkle", 26 + "state": { 27 + "revision": "5581748cef2bae787496fe6d61139aebe0a451f6", 28 + "version": "2.8.1" 29 29 } 30 30 } 31 31 ], 32 - "version" : 3 32 + "version": 3 33 33 }