feature/defaultvpn-ios

This commit is contained in:
Macbook
2024-12-13 21:51:15 +07:00
parent 76e7db556a
commit 5ec4014218
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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