Properly compile storyboard for watch device family

parent 697d780d
...@@ -12,7 +12,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -12,7 +12,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Bug Fixes ##### Bug Fixes
* None. * Properly compile storyboard for watch device family.
[Dimitris Koutsogiorgas](https://github.com/dnkoutso)
[#6516](https://github.com/CocoaPods/CocoaPods/issues/6516)
## 1.2.1.beta.1 (2017-03-08) ## 1.2.1.beta.1 (2017-03-08)
......
...@@ -117,6 +117,9 @@ case "${TARGETED_DEVICE_FAMILY}" in ...@@ -117,6 +117,9 @@ case "${TARGETED_DEVICE_FAMILY}" in
3) 3)
TARGET_DEVICE_ARGS="--target-device tv" TARGET_DEVICE_ARGS="--target-device tv"
;; ;;
4)
TARGET_DEVICE_ARGS="--target-device watch"
;;
*) *)
TARGET_DEVICE_ARGS="--target-device mac" TARGET_DEVICE_ARGS="--target-device mac"
;; ;;
......
Subproject commit 29e64c27eff470779877e8ffc24fdaf707f261a8 Subproject commit d19dc55372c85e95e21ead19a9d34b5895673088
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