Skip to content

Commit

Permalink
Merge pull request #547 from nimblehq/feature/534-add-readme-for-proj…
Browse files Browse the repository at this point in the history
…ect-setup-instructions

[#534] Add README for project setup instructions
  • Loading branch information
nkhanh44 authored Jun 3, 2024
2 parents 11790f1 + ad0248f commit 36cd772
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 `15+`

### Install Dependencies

- `bundle install`
- `bundle exec arkana` _(generate keys from `.env`)_
- `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 36cd772

Please sign in to comment.