Skip to content

Commit

Permalink
Pin Overseer version
Browse files Browse the repository at this point in the history
  • Loading branch information
willbur1984 committed Oct 19, 2023
1 parent 3a8c8d9 commit ee0d2d3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Overseer
Submodule Overseer updated 1 files
+30 −0 fastlane/Fastfile
30 changes: 30 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,36 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do

## iOS

### ios lint_local_podspec

```sh
[bundle exec] fastlane ios lint_local_podspec
```

Lint local podspec

- `podspec_path`: The path to the podspec to lint

### ios lint_remote_podspec

```sh
[bundle exec] fastlane ios lint_remote_podspec
```

Lint remote podspec

- `podspec_path`: The path to the podspec to lint

### ios publish_remote_podspec

```sh
[bundle exec] fastlane ios publish_remote_podspec
```

Publish remote podspec

- `podspec_path`: The path to the podspec to lint

### ios unit_tests

```sh
Expand Down

0 comments on commit ee0d2d3

Please sign in to comment.