Skip to content

OrzGeeker/OrzSPC

Repository files navigation

OrzSPC

Swift Package Collection Used By OrzGeeker

Note: SPC means Swift Package Collection

Usage

Add Collection

  • add with cli:
swift package-collection add \
    https://raw.githubusercontent.com/OrzGeeker/OrzSPC/main/OrzGeeker.json \
    --trust-unsigned
  • Or you can add the SPC url into Xcode manually:

  • Add Manually

Get Meta Data of Collection

swift package-collection describe \
    https://raw.githubusercontent.com/OrzGeeker/OrzSPC/main/OrzGeeker.json

List All Collections

swift package-collection list

Refresh Collections

swift package-collection refresh

Remove Collection

swift package-collection remove \
    https://raw.githubusercontent.com/OrzGeeker/OrzSPC/main/OrzGeeker.json

Search Package by keyword in collections

swift package-collection search --keywords OrzSwiftLint

TODO

  • Create the OrzGeeker SPC

  • Sign the OrzGeeker SPC

  • Distribute the OrzGeeker SPC

Links

About

Swift Package Collection Used By OrzGeeker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages