Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/417-72ki/swiftpackagetemplate
A template repo for new Swift Package
https://github.com/417-72ki/swiftpackagetemplate
ios macos swift template-repository tvos watchos xcode
Last synced: 15 days ago
JSON representation
A template repo for new Swift Package
- Host: GitHub
- URL: https://github.com/417-72ki/swiftpackagetemplate
- Owner: 417-72KI
- License: mit
- Created: 2023-11-01T14:18:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T14:47:06.000Z (about 1 year ago)
- Last Synced: 2024-10-10T17:10:41.459Z (28 days ago)
- Topics: ios, macos, swift, template-repository, tvos, watchos, xcode
- Language: Swift
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftPackageTemplate
[![Actions Status](https://github.com/417-72KI/{replace-with-repo-name}/workflows/Test/badge.svg)](https://github.com/417-72KI/{replace-with-repo-name}/actions)
[![GitHub release](https://img.shields.io/github/release/417-72KI/{replace-with-repo-name}/all.svg)](https://github.com/417-72KI/{replace-with-repo-name}/releases)
[![Swift Package Manager](https://img.shields.io/badge/Swift%20Package%20Manager-5.7-brightgreen.svg)](https://github.com/apple/swift-package-manager)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2F417-72KI%2F{replace-with-repo-name}%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/417-72KI/{replace-with-repo-name})
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2F417-72KI%2F{replace-with-repo-name}%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/417-72KI/{replace-with-repo-name})
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/417-72KI/{replace-with-repo-name}/master/LICENSE)A template repo for new Swift Package
## Initialize Package
### Library
- `swift package init`
### Executable
- `swift package init --type executable`## About `.github/matrix.json`
This file is used to generate matrix for GitHub Actions.
### Reference
- `xcode_version`: https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
- `swift_version`: https://developer.apple.com/jp/support/xcode/