Skip to content

Commit

Permalink
[skip ci] WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Jun 9, 2023
1 parent 2074c27 commit 22c4223
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-22
x86_64-linux

Expand Down
4 changes: 1 addition & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ platform :ios do
)
end

private_lane :build_symbols_for_docs do
lane :build_symbols_for_docs do
ios_version = ENV['DOCS_IOS_VERSION'] || "16.1"

sh("swift",
Expand Down Expand Up @@ -531,8 +531,6 @@ platform :ios do
"preview-documentation",
"--target",
"RevenueCat",
"--configuration",
"debug", # Necessary for debug-only symbols
"--platform",
"name=iOS,version=#{ios_version}",
"--transform-for-static-hosting",
Expand Down
8 changes: 8 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,14 @@ Run LoadShedder tests

Update swift package commit

### ios build_symbols_for_docs

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



### ios preview_docs

```sh
Expand Down

0 comments on commit 22c4223

Please sign in to comment.