Add Carthage wrapper to circumvent issues with Xcode 12
Carthage is currently not working with Xcode 12. As a workaround a wrapper script has been proposed (see https://gist.github.com/skymobilebuilds/61f4a95bd62a3db36b52719aeab7e0d5). Until the issue is fixed and Carthage can built again with Xcode 12, the wrapper must be used instead of the direct `carthage` command.
This commit is contained in:
parent
293df9ea6e
commit
cfd74c773d
4 changed files with 23 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
github "SVProgressHUD/SVProgressHUD" "2.2.5"
|
||||
github "kishikawakatsumi/KeychainAccess" "v4.2.0"
|
||||
github "kishikawakatsumi/KeychainAccess" "v4.2.1"
|
||||
github "leonbreedt/FavIcon" "3.1.0"
|
||||
github "mattrubin/Base32" "1.1.2+xcode10.2"
|
||||
github "mattrubin/OneTimePassword" "3.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue