Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkebo/xcodegen-artifactbundle-demo


https://github.com/kkebo/xcodegen-artifactbundle-demo

Last synced: 17 days ago
JSON representation

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.