Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE.md #220

Merged
merged 2 commits into from
Sep 16, 2020
Merged
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
7 changes: 1 addition & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ Once we have a build on master we want to publish:

2. If a new file is added in `CardScan/`, run `pod install` and commit the newly created `Pod/` directory

3. Verify Carthage build is working in the same directory as `.xcodeproj`
3. Verify Carthage build is working by installing `CardScan` into the example [Carthage App](https://github.com/getbouncer/cardscan-carthage-example). Instructions to install and build are located in the README.md of the `Carthage Example App`.

```bash
carthage build --no-skip-current
```
* If you get the error: `no shared framework schemes`, reclick `shared` on the project schemes in xcode.
* Make sure to commit files that are modified after reclicking `shared`

4. Run the Cocoapods linter to make sure that everything is going to pass

Expand Down