Skip to content

Commit

Permalink
Merge branch 'enable-building-swift-ui'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Oct 30, 2024
2 parents 2da598b + 6354d6e commit d117839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/build-wireguard-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if [ "$SOURCE_PACKAGES_PATH" == "" ]; then
# When archiving, Xcode sets the action to "install"
if [ "$ACTION" == "install" ]; then
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../SourcePackages"
elif [ "$ENABLE_PREVIEWS" == "YES" ]; then
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../../../../SourcePackages"
else
SOURCE_PACKAGES_PATH="$BUILD_DIR/../../SourcePackages"
fi
Expand Down

0 comments on commit d117839

Please sign in to comment.