-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mullvad-ios crate, disable sandboxing for scripts
- Loading branch information
1 parent
c64351f
commit d546966
Showing
58 changed files
with
691 additions
and
1,342 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
ios/MullvadREST/Transport/Shadowsocks/module.private.modulemap
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/Cargo.toml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/build.rs
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
ios/MullvadREST/Transport/Shadowsocks/shadowsocks-proxy/include/shadowsocks.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// | ||
// MullvadRustRuntime.h | ||
// MullvadRustRuntime | ||
// | ||
// Created by Marco Nikic on 2024-06-20. | ||
// Copyright © 2024 Mullvad VPN AB. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
#import "mullvad_rust_runtime.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.