pantry/projects/fastlane.tools/fastlane
Max Howell 84e97a0423
+cocoapods (#2212)
Closes #291
2023-06-19 10:05:13 -04:00

6 lines
169 B
Bash
Executable file

#!/bin/sh
export GEM_HOME="$(cd "$(dirname "$0")"/.. && pwd)"
export GEM_PATH="$GEM_HOME"
export PATH="$GEM_HOME/gems/bin:$PATH"
exec "$GEM_HOME"/gems/bin/fastlane "$@"