From 2a86c47ed452e6e5c78eff253f54a2169d800cd3 Mon Sep 17 00:00:00 2001 From: Mike Tigas Date: Fri, 12 Oct 2018 17:42:25 -0400 Subject: [PATCH] fix Info.plist versioning; add a Tor.json file for Carthage binary dist --- Tor/Info.plist | 4 ++-- gh-pages/Tor.json | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 gh-pages/Tor.json diff --git a/Tor/Info.plist b/Tor/Info.plist index d3de8ee..60af5b5 100644 --- a/Tor/Info.plist +++ b/Tor/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + TorBundleShortVersionString CFBundleSignature ???? CFBundleVersion - $(CURRENT_PROJECT_VERSION) + TorBundleVersion NSPrincipalClass diff --git a/gh-pages/Tor.json b/gh-pages/Tor.json new file mode 100644 index 0000000..c928bfe --- /dev/null +++ b/gh-pages/Tor.json @@ -0,0 +1,8 @@ +{ + "305.2.1": "https://github.com/iCepa/Tor.framework/releases/download/v305.2.1/Tor.framework.zip", + "31.9.2": "https://github.com/mtigas/Tor.framework/releases/download/v31.9.2/Tor.framework.zip", + "31.9.1": "https://github.com/mtigas/Tor.framework/releases/download/v31.9.1/Tor.framework.zip", + "31.8.3": "https://github.com/iCepa/Tor.framework/releases/download/v31.8.3/Tor.framework.zip", + "31.8.2": "https://github.com/iCepa/Tor.framework/releases/download/v31.8.2/Tor.framework.zip", + "31.8.1": "https://github.com/iCepa/Tor.framework/releases/download/v31.8.1/Tor.framework.zip" +}