Browse Source

Fixed typo

pull/1/head
Joseph Henry 8 years ago
parent
commit
ea015269d2
  1. 1
      packages/dist.sh

1
packages/dist.sh

@ -38,7 +38,6 @@ XCODE_IOS_PROJ_DIR=$(pwd)/"packages/xcode_ios"
XCODE_MACOS_PROJ_DIR=$(pwd)/"packages/xcode_macos"
mkdir $FINISHED_PRODUCTS_DIR
mkdir $TMP_PRODUCTS_DIR
# Check that projects exist, generate them and exit if they don't exist
generate_projects_if_necessary()

Loading…
Cancel
Save