Skip to content

Commit

Permalink
Perform project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed May 8, 2024
1 parent c074f91 commit 8fae061
Show file tree
Hide file tree
Showing 11 changed files with 162 additions and 21 deletions.
164 changes: 156 additions & 8 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
3.0.7
1 change: 0 additions & 1 deletion {{ cookiecutter.name }}/Brewfile

This file was deleted.

1 change: 0 additions & 1 deletion {{ cookiecutter.name }}/Mintfile

This file was deleted.

6 changes: 5 additions & 1 deletion {{ cookiecutter.name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<!--- A place for CI status badge --->

## Bootstrapping development environment

```sh
make bootstrap
```

## Xcode version

The project must use the specific version of Xcode that is specified in the `.xcode-version` file. This is important to ensure that everyone on the team is using the same version of Xcode, which avoids compatibility issues and makes it easier to collaborate.

To ensure everyone has the correct version of Xcode, it's highly recommended to use [xcodes](https://github.com/RobotsAndPencils/xcodes) tool, which can automatically install and select the right Xcode version using the `xcodes install` and `xcodes select` commands.
Expand All @@ -17,9 +19,11 @@ Before launching the project, it's important to confirm that each team member ha
## AppStore credentials

Interaction with AppStore needs credentials. This project uses the official [AppStore API](https://docs.fastlane.tools/app-store-connect-api). For proper project deployment process, the project owner needs to create the `fastlane/app-key.json` file with access keys and encrypt by gpg tool with a strong password.

```sh
gpg -c fastlane/api-key.json
```

The resulted encrypted file should be committed to the repository.

## Copyright
Expand All @@ -28,4 +32,4 @@ The resulted encrypted file should be committed to the repository.

---

This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 2.1.0.
This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 2.2.0.
9 changes: 0 additions & 9 deletions {{ cookiecutter.name }}/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
input_dir: {{ cookiecutter.name }}/Resources/
output_dir: {{ cookiecutter.name }}/Classes/Generated
ib:
inputs: Storyboards
outputs:
- templateName: scenes-swift5
output: StoryboardScenes.swift
params:
ignoreTargetModule: true
- templateName: segues-swift5
output: StoryboardSegues.swift
fonts:
inputs: Fonts
outputs:
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 8fae061

Please sign in to comment.