refactor(swift): rename ClawdisNodeKit to ClawdisKit
This commit is contained in:
@@ -15,4 +15,4 @@ open ClawdisNode.xcodeproj
|
||||
```
|
||||
|
||||
## Shared packages
|
||||
- `../shared/ClawdisNodeKit` — shared types/constants used by iOS (and later macOS bridge + gateway routing).
|
||||
- `../shared/ClawdisKit` — shared types/constants used by iOS (and later macOS bridge + gateway routing).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ClawdisNodeKit
|
||||
import ClawdisKit
|
||||
import Foundation
|
||||
import Network
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ClawdisNodeKit
|
||||
import ClawdisKit
|
||||
import Foundation
|
||||
import Network
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ClawdisNodeKit
|
||||
import ClawdisKit
|
||||
import Foundation
|
||||
import Network
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ClawdisNodeKit
|
||||
import ClawdisKit
|
||||
import Network
|
||||
import SwiftUI
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ClawdisNodeKit
|
||||
import ClawdisKit
|
||||
import SwiftUI
|
||||
import WebKit
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ClawdisNodeKit
|
||||
import ClawdisKit
|
||||
import SwiftUI
|
||||
|
||||
struct ScreenTab: View {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ClawdisNodeKit
|
||||
import ClawdisKit
|
||||
import SwiftUI
|
||||
import WebKit
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ options:
|
||||
xcodeVersion: "16.0"
|
||||
|
||||
packages:
|
||||
ClawdisNodeKit:
|
||||
path: ../shared/ClawdisNodeKit
|
||||
ClawdisKit:
|
||||
path: ../shared/ClawdisKit
|
||||
|
||||
targets:
|
||||
ClawdisNode:
|
||||
@@ -16,7 +16,7 @@ targets:
|
||||
sources:
|
||||
- path: Sources
|
||||
dependencies:
|
||||
- package: ClawdisNodeKit
|
||||
- package: ClawdisKit
|
||||
preBuildScripts:
|
||||
- name: SwiftFormat (lint)
|
||||
script: |
|
||||
@@ -27,7 +27,7 @@ targets:
|
||||
fi
|
||||
swiftformat --lint --config "$SRCROOT/../../.swiftformat" \
|
||||
"$SRCROOT/Sources" \
|
||||
"$SRCROOT/../shared/ClawdisNodeKit/Sources"
|
||||
"$SRCROOT/../shared/ClawdisKit/Sources"
|
||||
- name: SwiftLint
|
||||
script: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user