mirror of
https://github.com/amnezia-vpn/amneziawg-apple.git
synced 2026-05-17 08:26:45 +03:00
feature/defaultvpn-ios
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Developer.xcconfig
|
||||
|
||||
// You Apple developer account's Team ID
|
||||
DEVELOPMENT_TEAM = X7UJ388FXK
|
||||
DEVELOPMENT_TEAM = KU5NAU9B7H
|
||||
|
||||
// The bundle identifier of the apps.
|
||||
// Should be an app id created at developer.apple.com
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
|
||||
// // SPDX-License-Identifier: MIT
|
||||
// // Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
|
||||
|
||||
#include "key.h"
|
||||
#include "x25519.h"
|
||||
|
||||
/* From <sys/kern_control.h> */
|
||||
#define CTLIOCGINFO 0xc0644e03UL
|
||||
#include <sys/types.h>
|
||||
struct ctl_info {
|
||||
u_int32_t ctl_id;
|
||||
char ctl_name[96];
|
||||
@@ -18,3 +17,5 @@ struct sockaddr_ctl {
|
||||
u_int32_t sc_unit;
|
||||
u_int32_t sc_reserved[5];
|
||||
};
|
||||
|
||||
#define CTLIOCGINFO 0xc0644e03UL
|
||||
|
||||
Reference in New Issue
Block a user