summaryrefslogtreecommitdiffstats
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-28 23:16:12 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-30 07:53:38 +0200
commite36e86ee3cf7761dea59141881ee5108d3d3bb86 (patch)
tree5c7a90c4174bb7c0ee6cd61645b6ecacebd87048 /ios/Module_ios.mk
parentBin redundant logging (diff)
downloadcore-e36e86ee3cf7761dea59141881ee5108d3d3bb86.tar.gz
core-e36e86ee3cf7761dea59141881ee5108d3d3bb86.zip
Refactor the iOS Viewer app and rename it to "LibreOffice"
No, it isn't any closer to being "ready" despite the name, but still, using the current approach, it clearly isn't restricted to be just a viewer. Also drop the verbose LOViewer prefix from class and file names in it. Change-Id: Ib4e8a31d6fa1b35169ee98cf2aa8f0f22957164c
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index e723b438008f..d70e27771f44 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -11,8 +11,8 @@ $(eval $(call gb_Module_Module,ios))
ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
- Executable_Viewer \
- CustomTarget_Viewer_app \
+ Executable_LibreOffice \
+ CustomTarget_LibreOffice_app \
))
endif