From 5d5d4aee838d02c8d6ee119d2325d8a39f5455c5 Mon Sep 17 00:00:00 2001 From: Ingo Schmidt Date: Wed, 7 Jul 2010 12:49:13 +0200 Subject: native318 #i112699# setting version 3.4 --- setup_native/source/mac/ooo/DS_Store | Bin 12292 -> 12292 bytes setup_native/source/mac/ooo/DS_Store_Langpack | Bin 12292 -> 12292 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'setup_native/source/mac/ooo') diff --git a/setup_native/source/mac/ooo/DS_Store b/setup_native/source/mac/ooo/DS_Store index 632e6aff95be..3345ec730153 100644 Binary files a/setup_native/source/mac/ooo/DS_Store and b/setup_native/source/mac/ooo/DS_Store differ diff --git a/setup_native/source/mac/ooo/DS_Store_Langpack b/setup_native/source/mac/ooo/DS_Store_Langpack index 1b53eba75b74..994410a0692e 100644 Binary files a/setup_native/source/mac/ooo/DS_Store_Langpack and b/setup_native/source/mac/ooo/DS_Store_Langpack differ -- cgit v1.2.3 From 21d56ddc575fc17aff0c6cbf3a1f2fb8d1d2ef6a Mon Sep 17 00:00:00 2001 From: Ingo Schmidt Date: Tue, 19 Oct 2010 17:42:55 +0200 Subject: native334 #163388# no more change of DS_Store file --- .../scripts/osx_install_languagepack.applescript | 2 +- setup_native/scripts/osx_install_patch.applescript | 2 +- setup_native/source/mac/Info.plist.langpack | 6 +++--- setup_native/source/mac/broffice/DS_Store | Bin 12292 -> 12292 bytes setup_native/source/mac/ooo/DS_Store | Bin 12292 -> 12292 bytes setup_native/source/mac/ooo/DS_Store_Langpack | Bin 12292 -> 12292 bytes 6 files changed, 5 insertions(+), 5 deletions(-) (limited to 'setup_native/source/mac/ooo') diff --git a/setup_native/scripts/osx_install_languagepack.applescript b/setup_native/scripts/osx_install_languagepack.applescript index 33d376adec1b..9fb4bdacbec1 100644 --- a/setup_native/scripts/osx_install_languagepack.applescript +++ b/setup_native/scripts/osx_install_languagepack.applescript @@ -45,7 +45,7 @@ if (button returned of result) is AbortLabel then return 2 end if -set the found_ooos to (do shell script "mdfind \"kMDItemContentType == 'com.apple.application-bundle' && kMDItemDisplayName == '[PRODUCTNAME]*' && kMDItemDisplayName != '[FULLPRODUCTNAME].app'\"") & " +set the found_ooos to (do shell script "mdfind \"kMDItemContentType == 'com.apple.application-bundle' && kMDItemDisplayName == '[PRODUCTNAME]*' && kMDItemDisplayName != '[FULLAPPPRODUCTNAME].app'\"") & " " & chooseMyOwn -- the choice returned is of type "list" diff --git a/setup_native/scripts/osx_install_patch.applescript b/setup_native/scripts/osx_install_patch.applescript index 33a9d4126339..e9dbd442d3a7 100644 --- a/setup_native/scripts/osx_install_patch.applescript +++ b/setup_native/scripts/osx_install_patch.applescript @@ -43,7 +43,7 @@ if (button returned of result) is AbortLabel then return 2 end if -set the found_ooos to (do shell script "mdfind \"kMDItemContentType == 'com.apple.application-bundle' && kMDItemDisplayName == '[PRODUCTNAME]*' && kMDItemDisplayName != '[FULLPRODUCTNAME].app'\"") & " +set the found_ooos to (do shell script "mdfind \"kMDItemContentType == 'com.apple.application-bundle' && kMDItemDisplayName == '[PRODUCTNAME]*' && kMDItemDisplayName != '[FULLAPPPRODUCTNAME].app'\"") & " " & chooseMyOwn -- the choice returned is of type "list" diff --git a/setup_native/source/mac/Info.plist.langpack b/setup_native/source/mac/Info.plist.langpack index 3c1eb2c6f369..38fc794aa483 100644 --- a/setup_native/source/mac/Info.plist.langpack +++ b/setup_native/source/mac/Info.plist.langpack @@ -10,9 +10,9 @@ UTImportedTypeDeclarations CFBundleExecutable - [FULLPRODUCTNAME] + [FULLAPPPRODUCTNAME] CFBundleGetInfoString - [FULLPRODUCTNAME] + [FULLAPPPRODUCTNAME] CFBundleIconFile ooo3_installer.icns CFBundleShortVersionString @@ -22,7 +22,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - [FULLPRODUCTNAME] + [FULLAPPPRODUCTNAME] CFBundlePackageType APPL CFBundleSignature diff --git a/setup_native/source/mac/broffice/DS_Store b/setup_native/source/mac/broffice/DS_Store index b0407ef50452..a534e3bedbf8 100644 Binary files a/setup_native/source/mac/broffice/DS_Store and b/setup_native/source/mac/broffice/DS_Store differ diff --git a/setup_native/source/mac/ooo/DS_Store b/setup_native/source/mac/ooo/DS_Store index e722b546e576..dae0af0a4bbf 100644 Binary files a/setup_native/source/mac/ooo/DS_Store and b/setup_native/source/mac/ooo/DS_Store differ diff --git a/setup_native/source/mac/ooo/DS_Store_Langpack b/setup_native/source/mac/ooo/DS_Store_Langpack index 3a8ad71a5660..21b08ffb18cc 100644 Binary files a/setup_native/source/mac/ooo/DS_Store_Langpack and b/setup_native/source/mac/ooo/DS_Store_Langpack differ -- cgit v1.2.3