mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Carthage support does not work #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Nov 10, 2015).
Adding the following line on
Cartfile:github "UrbanApps/Armchair"This lead to an error on Cartage update:
No tagged versions found for github "UrbanApps/Armchair"@coneybeare commented on GitHub (Nov 11, 2015):
Use
github "UrbanApps/Armchair" "master"for now