Skip to content

Commit

Permalink
Add guide about regenerating the Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
fredpi committed Dec 3, 2019
1 parent ee64d0d commit 6f7492d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

### Fixed

- None
- Fix App Store submission bug. (By [Yonas Kolb](https://github.com/yonaskolb))



Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 14,14 @@ Please try to follow the same syntax and semantic in your **commit messages** (s

When issuing a pull request, please add a summary of your changes to the `CHANGELOG.md` file and credit yourself as the author.

## Regenerating the Xcode project

If, for some reason, it is needed to regenerate the Xcode project using SPM, please use the following command:

```
swift package generate-xcodeproj --xcconfig-overrides Package.xcconfig
```

## Releasing

To release a new version, do the following things:
Expand Down

0 comments on commit 6f7492d

Please sign in to comment.