diff options
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_LibreOffice_app.mk | 2 | ||||
-rw-r--r-- | ios/CustomTarget_MobileLibreOffice_app.mk | 4 | ||||
-rw-r--r-- | ios/CustomTarget_TiledLibreOffice_app.mk | 4 |
3 files changed, 2 insertions, 8 deletions
diff --git a/ios/CustomTarget_LibreOffice_app.mk b/ios/CustomTarget_LibreOffice_app.mk index 719ff0905bb7..555c98b5873c 100644 --- a/ios/CustomTarget_LibreOffice_app.mk +++ b/ios/CustomTarget_LibreOffice_app.mk @@ -123,8 +123,6 @@ $(SCRIPT_OUTPUT_FILE_0) : $(call gb_Executable_get_target,LibreOffice) echo 'AllLanguages=en-US' && \ echo 'BuildVersion=' && \ echo 'buildid=$(buildid)' && \ - echo 'ProductMajor=360' && \ - echo 'ProductMinor=1' && \ : ) > $(appdir)/program/versionrc # # Copy a sample document... good old test1.odt... diff --git a/ios/CustomTarget_MobileLibreOffice_app.mk b/ios/CustomTarget_MobileLibreOffice_app.mk index 2e4b6db484d5..215fb5a9e3e0 100644 --- a/ios/CustomTarget_MobileLibreOffice_app.mk +++ b/ios/CustomTarget_MobileLibreOffice_app.mk @@ -98,9 +98,7 @@ MobileLibreOffice_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 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): |