summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-06-14 03:01:02 -0400
committerJason Wray <jason@mapbox.com>2017-06-14 17:36:51 -0400
commit6cba15f3a964b39184651dae32cccf32c8d706d0 (patch)
treedce1fa1eb4573616a11bae22df231c9756184dea /Makefile
parentdf3af9738962d377b0b269347a9d91f2173da7e5 (diff)
downloadqtlocation-mapboxgl-6cba15f3a964b39184651dae32cccf32c8d706d0.tar.gz
[ios] Remove old Fabric build infrastructure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index abccb306a6..1a635cdd3c 100644
--- a/Makefile
+++ b/Makefile
@@ -253,11 +253,6 @@ iframework: $(IOS_PROJ_PATH)
FORMAT=dynamic BUILD_DEVICE=$(BUILD_DEVICE) SYMBOLS=$(SYMBOLS) \
./platform/ios/scripts/package.sh
-.PHONY: ifabric
-ifabric: $(IOS_PROJ_PATH)
- FORMAT=static BUILD_DEVICE=$(BUILD_DEVICE) SYMBOLS=NO SELF_CONTAINED=YES \
- ./platform/ios/scripts/package.sh
-
.PHONY: ideploy
ideploy:
caffeinate -i ./platform/ios/scripts/deploy-packages.sh