Skip to content

Commit

Permalink
Also export PODS_ROOT so WITH_ENVIRONMENT works
Browse files Browse the repository at this point in the history
  • Loading branch information
elsurudo committed Jul 11, 2022
1 parent 3e6bd1d commit 1ae909e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/launchPackager.command
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ clear

THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)

export PODS_ROOT="$THIS_DIR/../../../ios/Pods"
WITH_ENVIRONMENT="$THIS_DIR/xcode/with-environment.sh"
source $WITH_ENVIRONMENT

Expand Down

0 comments on commit 1ae909e

Please sign in to comment.