summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_TiledLibreOffice_app.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ios/CustomTarget_TiledLibreOffice_app.mk')
-rw-r--r--ios/CustomTarget_TiledLibreOffice_app.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk
index 98cc8cca6d80..62f44567a964 100644
--- a/ios/CustomTarget_TiledLibreOffice_app.mk
+++ b/ios/CustomTarget_TiledLibreOffice_app.mk
@@ -111,9 +111,7 @@ TiledLibreOffice_setup:
echo '[Version]' > $$file; \
echo 'AllLanguages=en-US' >> $$file; \
echo 'BuildVersion=' >> $$file; \
- echo "buildid=$(BUILDID)" >> $$file; \
- echo 'ProductMajor=360' >> $$file; \
- echo 'ProductMinor=1' >> $$file;
+ echo "buildid=$(BUILDID)" >> $$file;
# Clean
$(call gb_CustomTarget_get_clean_target,ios/TiledLibreOffice):