Swiftpack.co - Saik0s/AppDevUtils as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Saik0s.
Saik0s/AppDevUtils 0.2.1
Helpers and extensions for app development
⭐️ 0
🕓 1 year ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/Saik0s/AppDevUtils.git", from: "0.2.1")

AppDevUtils

Swift Version Compatibility

Swift Platform Compatibility

Twitter: @sa1k0s

Helpers and extensions for app development

Installation

Xcode Projects

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

Swift Package Manager Projects

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

let package = Package(
    //...
    dependencies: [
        .package(
            url: "https://github.com/Saik0s/AppDevUtils",
            exact: "0.0.1"
        ),
    ],
    //...
)

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

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

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

📝 Note: To make the library available to your entire project, you could also leverage the functionality of the @_exported keyword by placing the following line somewhere at the top level of your project:

@_exported import AppDevUtils

🏷 License

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

GitHub

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

Release Notes

First
1 year ago

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