mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:19 -04:00
* [ios] Add a bogus test to check iOS behavior when setting environment variables * [ios] Revert "Add a bogus test to check iOS behavior when setting environment variables" This reverts commit 90ca01105a6b0f4471aac07a63fc95e5d4eaef9b. * [ios] Add EnvList struct to export and import environment variables * [ios] Add envList parameter to the iOS Client Run method * [ios] Add some debug logging to exportEnvVarList * Add "//go:build ios" to client/ios/NetBirdSDK files
8 lines
173 B
Go
8 lines
173 B
Go
//go:build ios
|
|
|
|
package NetBirdSDK
|
|
|
|
import _ "golang.org/x/mobile/bind"
|
|
|
|
// to keep our CI/CD that checks go.mod and go.sum files happy, we need to import the package above
|