summaryrefslogtreecommitdiff
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-02-14 13:15:37 +0100
committerMichael Meeks <michael.meeks@collabora.com>2017-03-17 14:37:08 +0000
commit6bfb7aa4ef09eee32bd47c2f860546329de4ad98 (patch)
tree18b8922aa11601c4d5cae4ff7442e8250ec73685 /ios/Module_ios.mk
parent9e37ccf42a534664cadd43a08803061c48fc1a61 (diff)
ios, added Prototype project
The prototype project is a minimal project, with LibreOffice kit. The purpose is to check if it can build, and be foundation for other projects. The project have been updated to use the newest xcode Change-Id: Iac277629bc749bcacb83fb056c70a9ec46c8156d Reviewed-on: https://gerrit.libreoffice.org/35286 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index ead3b7507939..13c607b9d497 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -13,6 +13,7 @@ ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
CustomTarget_Lo_Xcconfig \
CustomTarget_TiledLibreOffice_app \
+ CustomTarget_Prototype_app \
))
endif