Commit 5b6278b3 authored by Keith Smiley's avatar Keith Smiley Committed by Samuel Giddins

Default TARGETED_DEVICE_FAMILY to nothing

This case statement handles different iOS device families, for macOS
builds this build setting isn't set.
parent 0086128e
...@@ -109,7 +109,7 @@ XCASSET_FILES=() ...@@ -109,7 +109,7 @@ XCASSET_FILES=()
# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html # was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
case "${TARGETED_DEVICE_FAMILY}" in case "${TARGETED_DEVICE_FAMILY:-}" in
1,2) 1,2)
TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment