Move all source files to `Sources/` and rename WireGuardKit targets
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
|
@ -10,24 +10,21 @@ let package = Package(
|
||||||
.iOS(.v12)
|
.iOS(.v12)
|
||||||
],
|
],
|
||||||
products: [
|
products: [
|
||||||
.library(name: "WireGuardKit", targets: ["WireGuardKit"])
|
.library(name: "WireGuardKit", targets: ["WireGuardKitSwift"])
|
||||||
],
|
],
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
name: "WireGuardKit",
|
name: "WireGuardKitSwift",
|
||||||
dependencies: ["libwg-go", "WireGuardKitCTarget"],
|
dependencies: ["WireGuardKitGo", "WireGuardKitC"]
|
||||||
path: "WireGuardKit/Sources/WireGuardKit"
|
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WireGuardKitCTarget",
|
name: "WireGuardKitC",
|
||||||
dependencies: [],
|
dependencies: []
|
||||||
path: "WireGuardKit/Sources/WireGuardKitCTarget"
|
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "libwg-go",
|
name: "WireGuardKitGo",
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
path: "WireGuardKit/Sources/libwg-go",
|
|
||||||
linkerSettings: [.linkedLibrary("wg-go")]
|
linkerSettings: [.linkedLibrary("wg-go")]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
|
@ -54,7 +54,7 @@ $ open ./WireGuard/WireGuard.xcodeproj
|
||||||
the "External Build Tool Configuration":
|
the "External Build Tool Configuration":
|
||||||
|
|
||||||
```
|
```
|
||||||
$BUILD_DIR/../../SourcePackages/checkouts/wireguard-apple/wireguard-go-bridge
|
$BUILD_DIR/../../SourcePackages/checkouts/Sources/WireGuardGo
|
||||||
```
|
```
|
||||||
|
|
||||||
- Switch to "Build Settings" and find `SDKROOT`.
|
- Switch to "Build Settings" and find `SDKROOT`.
|
||||||
|
|
Before Width: | Height: | Size: 953 B After Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 865 B After Width: | Height: | Size: 865 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 978 B After Width: | Height: | Size: 978 B |