Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.4.5 - Decouple applesharedlib, remove V2, whitelisting ordering fix…
… and update whitelist
  • Loading branch information
hijohnnylin committed Apr 10, 2020
1 parent 12410ec commit 44ad143
Show file tree
Hide file tree
Showing 14 changed files with 1,604 additions and 284 deletions.
699 changes: 699 additions & 0 deletions Auth.swift

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Cartfile
@@ -1,3 +1,2 @@
github "CocoaLumberjack/CocoaLumberjack" ~> 3.2.1
github "zhuhaow/NEKit"
git "git@github.com:/confirmedcode/AppleSharedLib.git" "master"
13 changes: 6 additions & 7 deletions Cartfile.resolved
@@ -1,9 +1,8 @@
git "git@github.com:/confirmedcode/AppleSharedLib.git" "566e12c2b2de1af54d2e58e67422656f25ae47cc"
github "CocoaLumberjack/CocoaLumberjack" "3.4.2"
github "CocoaLumberjack/CocoaLumberjack" "3.6.1"
github "behrang/YamlSwift" "3.4.3"
github "lexrus/MMDB-Swift" "0.2.9"
github "robbiehanson/CocoaAsyncSocket" "7.6.3"
github "zhuhaow/NEKit" "0.13.1"
github "zhuhaow/Resolver" "0.1.3"
github "lexrus/MMDB-Swift" "0.5.0"
github "robbiehanson/CocoaAsyncSocket" "7.6.4"
github "zhuhaow/NEKit" "0.15.0"
github "zhuhaow/Resolver" "0.2.0"
github "zhuhaow/Sodium-framework" "v1.0.10.1"
github "zhuhaow/tun2socks" "0.6.1"
github "zhuhaow/tun2socks" "0.7.0"
4 changes: 2 additions & 2 deletions Confirmed Blocker/Info.plist
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.4.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>0.4.4</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 44ad143

Please sign in to comment.