Skip to content

Commit

Permalink
fix Info.plist versioning; add a Tor.json file for Carthage binary dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed Oct 12, 2018
1 parent 433b774 commit 2a86c47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tor/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>TorBundleShortVersionString</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>TorBundleVersion</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
8 changes: 8 additions & 0 deletions 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"
}

0 comments on commit 2a86c47

Please sign in to comment.