Skip to content

Commit

Permalink
chore(mac): better builder_describe_outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Horton committed May 15, 2024
1 parent fcaceff commit 5cd03ca
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions mac/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ if builder_verbose; then
QUIET=false
fi

PODS_FOLDER="/mac/Keyman4MacIM/Pods/Target Support Files/Pods-Keyman"

builder_describe_outputs \
configure "$PODS_FOLDER/$CONFIG_TARGET" \
build ""

### SET PATHS ###

ENGINE_NAME="KeymanEngine4Mac"
Expand All @@ -67,6 +61,14 @@ KME4M_PROJECT_PATH="$KME4M_BASE_PATH/$ENGINE_NAME$XCODE_PROJ_EXT"
KMTESTAPP_PROJECT_PATH="$KMTESTAPP_BASE_PATH/$TESTAPP_NAME$XCODE_PROJ_EXT"
KMIM_WORKSPACE_PATH="$KM4MIM_BASE_PATH/$IM_NAME.xcworkspace"

PODS_FOLDER="/mac/Keyman4MacIM/Pods/Target Support Files/Pods-Keyman"

builder_describe_outputs \
configure "$PODS_FOLDER/$CONFIG_TARGET" \
build:engine "/mac/$ENGINE_NAME/build/$CONFIG" \
build:im "/mac/$IM_NAME/build/$CONFIG" \
build:testapp "/mac/$TESTAPP_NAME/build/$CONFIG"

### DEFINE HELPER FUNCTIONS ###

LOCALDEPLOY=false
Expand Down

0 comments on commit 5cd03ca

Please sign in to comment.