Update
A gyutou is a versatile chef’s knife.
The chef-provided command-line tool is named knife.
knife
This should work if you add it to your Package.swift.
Package.swift
Add this to your Cartfile:
Cartfile
github "Yasumoto/Gyutou" "master"
Then since this is a SwiftPM package, you need to create the .xcodeproj and add the framework:
.xcodeproj
cd ./Carthage/Checkouts/Gyutou/ swift package generate-xcodeproj cd ../../.. carthage build
Then in your project, add your library per the Carthage docs.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Gyutou
A gyutou is a versatile chef’s knife.
The chef-provided command-line tool is named
knife
.Including in your project
Swift Package Manager
This should work if you add it to your
Package.swift
.Carthage
Add this to your
Cartfile
:Then since this is a SwiftPM package, you need to create the
.xcodeproj
and add the framework:Then in your project, add your library per the Carthage docs.