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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T08:26:03.000Z (over 1 year ago)
- Last Synced: 2025-02-05T12:23:22.940Z (over 1 year ago)
- Topics: ios, macos, swift, template-repository, tvos, watchos, xcode
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftPackageTemplate
[](https://github.com/417-72KI/{replace-with-repo-name}/actions)
[](https://github.com/417-72KI/{replace-with-repo-name}/releases)
[](https://github.com/apple/swift-package-manager)
[](https://swiftpackageindex.com/417-72KI/{replace-with-repo-name})
[](https://swiftpackageindex.com/417-72KI/{replace-with-repo-name})
[](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/