Swiftpack.co - CypherPoet/SwiftUIShapeDemoUtils as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by CypherPoet.
CypherPoet/SwiftUIShapeDemoUtils 0.0.2
Common utilities for the demo apps of several of my SwiftUI Shape packages.
⭐️ 0
🕓 2 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/CypherPoet/SwiftUIShapeDemoUtils.git", from: "0.0.2")

SwiftUIShapeDemoUtils

Twitter: @cypher_poet

Common utilities for the demo apps of several of my SwiftUI Shape packages.

Installation

Xcode Projects

Select File -> Swift Packages -> Add Package Dependency and enter https://github.com/CypherPoet/SwiftUIShapeDemoUtils.

Swift Package Manager Projects

You can add SwiftUIShapeDemoUtils as a package dependency in your Package.swift file:

let package = Package(
    //...
    dependencies: [
        .package(url: "https://github.com/CypherPoet/SwiftUIShapeDemoUtils", .exact("0.0.2")),
    ],
    //...
)

From there, refer to SwiftUIShapeDemoUtils as a "target dependency" in any of your package's targets that need it.

targets: [
    .target(
        name: "YourLibrary",
        dependencies: [
          "SwiftUIShapeDemoUtils",
        ],
        ...
    ),
    ...
]

Then simply import SwiftUIShapeDemoUtils wherever you’d like to use it.

Contributing

Contributions to SwiftUIShapeDemoUtils are most welcome. Check out some of the issue templates for more info.

💻 Developing

Requirements

  • Xcode 12.5+ (Recommended)

📜 Generating Documentation

Documentation is generated by Jazzy. Installation instructions can be found here, and as soon as you have it set up, docs can be generated simply by running jazzy from the command line.

📝 Note that this will only generate the docs folder for you to view locally. This folder is being ignored by git, as an action exists to automatically generate docs at the root level and serve them on the project's gh-pages branch.

🏷 License

SwiftUIShapeDemoUtils is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 0
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics