mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-02 23:02:37 +00:00
4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/bin/bash
|
||
|
platform=$1
|
||
|
bundle exec fastlane --env secret,$platform asc_metadata
|