Skip to content

Commit

Permalink
[#534] Add project readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markgravity committed Nov 27, 2023
1 parent 9bae9c0 commit 8de3587
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PROJECT_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<p align="center">
<strong>{PROJECT_NAME}</strong>
</p>

---

## Getting Started

### Requirements

- Ruby `3.1.2`
- Xcode `{TARGET_VERSION}+`

### Install Dependencies

- `bundle install`
- `bundle exec arkana`
- `bundle exec pod install`

Build with Xcode.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ class SetUpIOSProject {
fileManager.rename(file: "\(CONSTANT_PROJECT_NAME)Tests", to: "\(projectNameNoSpace)Tests")
fileManager.rename(file: "\(CONSTANT_PROJECT_NAME)KIFUITests", to: "\(projectNameNoSpace)KIFUITests")
fileManager.rename(file: "\(CONSTANT_PROJECT_NAME)", to: "\(projectNameNoSpace)")
fileManager.removeItems(in: "README.md")
fileManager.rename(file: "PROJECT_README.md", to: "README.md")
}

private func createPlaceholderFiles() {
Expand Down

0 comments on commit 8de3587

Please sign in to comment.