Skip to content

molcik/pptp-vpn-macosx

 
 

Repository files navigation

PPTP VPN for MAC OS X

PPTP VPN client for Mac OS X

Download:

PPTPVPN (https://filipmolcik.com/pptp-vpn-on-macos-sierra-and-high-sierra/)


Screenshots

Contribution

General

  • You need signing certificate

Build

  1. You need to set Signing for both targets and build product.

  2. Locate your products and run SMJobBlessUtil.py (PPTPVPN.app, PPTPVPN/Info.plist, HelpTool-Info.plist). It should look like this:

    $ ./SMJobBlessUtil.py setreq build/Debug/PPTPVPN.app PPTPVPN/Info.plist HelpTool/HelpTool-Info.plist
       PPTPVPN/Info.plist: updated
    HelpTool/HelpTool-Info.plist: updated

    Here is Apple documentation for this script SMJobBless.py (Safari打开).

References:

iHongRen/PPTP-VPN

Apple SMJobBless

Apple EvenBetterAuthorizationSample

lex-integrity-mac

Execute a terminal command from a Cocoa app

AlonsoZhang/PPTP