Fix installation docs
Starter utilities for creating magic with geometry and shapes in SwiftUI.
Select File -> Swift Packages -> Add Package Dependency and enter https://github.com/CypherPoet/SwiftUIGeometryUtils.
File
Swift Packages
Add Package Dependency
https://github.com/CypherPoet/SwiftUIGeometryUtils
You can add CypherPoetSwiftUIGeometryUtils as a package dependency in your Package.swift file:
CypherPoetSwiftUIGeometryUtils
Package.swift
let package = Package( //... dependencies: [ .package( name: "CypherPoetSwiftUIGeometryUtils", url: "https://github.com/CypherPoet/SwiftUIGeometryUtils", .upToNextMinor(from: "0.2.0") ), ], //... )
From there, refer to the SwiftUIGeometryUtils “product” delivered by the CypherPoetSwiftUIGeometryUtils “package” inside of any of your project’s target dependencies:
SwiftUIGeometryUtils
targets: [ .target( name: "YourLibrary", dependencies: [ .product(name: "SwiftUIGeometryUtils", package: "CypherPoetSwiftUIGeometryUtils"), ], ... ), ... ]
Then simply import SwiftUIGeometryUtils wherever you’d like to use it.
import SwiftUIGeometryUtils
Contributions to SwiftUIGeometryUtils are most welcome. Check out some of the issue templates for more info.
Documentation is built with Xcode’s DocC. More details are forthcoming here – but for now, see Apple’s guidance on how to build, run, and create DocC content.
SwiftUIGeometryUtils is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwiftUIGeometryUtils
Starter utilities for creating magic with geometry and shapes in SwiftUI.
Installation
Xcode Projects
Select
File
->Swift Packages
->Add Package Dependency
and enterhttps://github.com/CypherPoet/SwiftUIGeometryUtils
.Swift Package Manager Projects
You can add
CypherPoetSwiftUIGeometryUtils
as a package dependency in yourPackage.swift
file:From there, refer to the
SwiftUIGeometryUtils
“product” delivered by theCypherPoetSwiftUIGeometryUtils
“package” inside of any of your project’s target dependencies:Then simply
import SwiftUIGeometryUtils
wherever you’d like to use it.Contributing
Contributions to
SwiftUIGeometryUtils
are most welcome. Check out some of the issue templates for more info.💻 Developing
Requirements
📜 Creating & Building Documentation
Documentation is built with Xcode’s DocC. More details are forthcoming here – but for now, see Apple’s guidance on how to build, run, and create DocC content.
🏷 License
SwiftUIGeometryUtils
is available under the MIT license. See the LICENSE file for more info.