178fe86d36
And show an alert when tunnels are active during updation -- that might cause the update to not work correctly. Signed-off-by: Roopesh Chander <roop@roopc.net>
13 lines
234 B
Objective-C
13 lines
234 B
Objective-C
#include "x25519.h"
|
|
#include "unzip.h"
|
|
#include "zip.h"
|
|
#include "wireguard-go-version.h"
|
|
#include "ringlogger.h"
|
|
#include "highlighter.h"
|
|
#include "key.h"
|
|
|
|
#import "TargetConditionals.h"
|
|
#if TARGET_OS_OSX
|
|
#include <libproc.h>
|
|
#endif
|