Skip to content

pptp vpn client for macos (Mac 上 pptp vpn 客户端)

Notifications You must be signed in to change notification settings

iHongRen/pptp-vpn

Repository files navigation

pptp-vpn

pptp vpn client for macos

PPTPVPN 是MacOS上的pptp vpn客户端。 点击下载


截图(Screenshots)

  


Build & Run

General

  • Team 设置为你自己的

  • Signing Certificate 设置为 Mac Developer

Build

  1. 先简单编译一遍.

  2. 打开终端,切换到本工程SMJobBlessUtil.py文件所在目录,并执行脚本:

    $ ./SMJobBlessUtil.py setreq build/Debug/PPTPVPN.app PPTPVPN/Info.plist HelpTool/HelpTool-Info.plist
    
    //如果成功,则显示
    PPTPVPN/Info.plist: updated
    HelpTool/HelpTool-Info.plist: updated

    如图:

    如果以上过程中出错请移步苹果官方DemoSMJobBless ReadMe.txt (Safari打开).


参考:

Apple SMJobBless

Apple EvenBetterAuthorizationSample

lex-integrity-mac

Execute a terminal command from a Cocoa app

AlonsoZhang/PPTP