Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .setup/Package.resolved

This file was deleted.

26 changes: 0 additions & 26 deletions .setup/Package.swift

This file was deleted.

211 changes: 0 additions & 211 deletions .setup/Setup/main.swift

This file was deleted.

12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[![GitHub License](https://img.shields.io/github/license/XCEssentials/RepoConfigurator.svg?longCache=true)](LICENSE)
[![GitHub Tag](https://img.shields.io/github/tag/XCEssentials/RepoConfigurator.svg?longCache=true)](https://github.com/XCEssentials/RepoConfigurator/tags)
[![GitHub License](https://img.shields.io/github/license/XCEssentials/XCERepoConfigurator.svg?longCache=true)](LICENSE)
[![GitHub Tag](https://img.shields.io/github/tag/XCEssentials/XCERepoConfigurator.svg?longCache=true)](https://github.com/XCEssentials/XCERepoConfigurator/tags)
[![Swift Package Manager Compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?longCache=true)](Package.swift)
[![Written in Swift](https://img.shields.io/badge/Swift-5.9-orange.svg?longCache=true)](https://swift.org)
[![Supported platforms](https://img.shields.io/badge/platforms-macOS-blue.svg?longCache=true)](Package.swift)
[![CI](https://github.com/XCEssentials/RepoConfigurator/actions/workflows/ci.yml/badge.svg)](https://github.com/XCEssentials/RepoConfigurator/actions/workflows/ci.yml)
[![CI](https://github.com/XCEssentials/XCERepoConfigurator/actions/workflows/ci.yml/badge.svg)](https://github.com/XCEssentials/XCERepoConfigurator/actions/workflows/ci.yml)

# RepoConfigurator
# XCERepoConfigurator

Generate repo config files using Swift and Xcode.

Expand Down Expand Up @@ -53,7 +53,3 @@ This is run **manually** by the developer — when bootstrapping a new project,
## Remember

Most of the initializers have some parameters with default values, look into sources to discover all available parameters to configure output file according to your needs.

## Development

This repo uses itself for generating various infrastructure files in the repo, so go to `.setup` folder and run the SPM script located there by executing `swift run`.