Some more progress in cmake
Still have errors, currently not using apple-compile.sh building completely using cmake.
This commit is contained in:
parent
008592f13b
commit
c8dd12eb20
6 changed files with 306 additions and 22 deletions
|
@ -37,7 +37,7 @@ public class Logger {
|
|||
appVersion += " (\(appBuild))"
|
||||
}
|
||||
|
||||
let goBackendVersion = WIREGUARD_GO_VERSION
|
||||
let goBackendVersion = "1"
|
||||
Logger.global?.log(message: "App version: \(appVersion); Go backend version: \(goBackendVersion)")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue