Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/xcodegen-artifactbundle-demo
https://github.com/kkebo/xcodegen-artifactbundle-demo
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkebo/xcodegen-artifactbundle-demo
- Owner: kkebo
- License: mit
- Created: 2024-02-14T16:40:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T14:48:38.000Z (9 months ago)
- Last Synced: 2024-04-04T20:54:42.695Z (7 months ago)
- Language: Swift
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcodegen-artifactbundle-demo
[XcodeGen 2.39.0](https://github.com/yonaskolb/XcodeGen/releases/tag/2.39.0) supports artifact bundle. This repository is a sample project that uses the artifact bundle.
The important files are [Package.swift](./Package.swift) and [Plugins/xcodegen/XcodeGen.swift](./Plugins/xcodegen/XcodeGen.swift).
## Getting Started
To generate `MyProject.xcodeproj`, run the following command.
```shell
swift package xcodegen generate
```And then, open `MyProject.xcodeproj` with Xcode.
```shell
xed MyProject.xcodeproj
```I tested the instructions above with Xcode 15.2 on macOS 14.3.1 arm64.