ios/CustomTarget_iOS_setup.mk                                   |   18 -
 ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj |  108 
+++++-----
 2 files changed, 69 insertions(+), 57 deletions(-)

New commits:
commit 652749a32b347a9114acd1d9585d0697a7d8dbc0
Author: jan Iversen <j...@libreoffice.org>
Date:   Sat Mar 3 22:36:40 2018 +0100

    iOS, moved resources from share to direct.
    
    Change-Id: I266fe71a6c58d8b80fa917198e8d84b356dfe296

diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 3c7573ae5330..a9f98850c6d8 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -20,8 +20,8 @@ IOSDIRS = $(IOSGEN) \
               $(IOSRES)/services \
                $(IOSRES)/program \
               $(IOSRES)/share \
-              $(IOSRES)/share/config \
-               $(IOSRES)/share/filter \
+              $(IOSRES)/config \
+               $(IOSRES)/filter \
          $(WORKDIR)/ios
 
 
@@ -60,12 +60,12 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
        cp $(INSTDIR)/program/types/oovbaapi.rdb    $(IOSRES)
        cp $(INSTDIR)/program/services/services.rdb $(IOSRES)/services
        cp $(INSTDIR)/program/services.rdb          $(IOSRES)
-       cp -R $(INSTDIR)/share/config/soffice.cfg $(IOSRES)/share/config
-       cp $(INSTDIR)/share/filter/oox-drawingml-adj-names 
$(IOSRES)/share/filter
-       cp $(INSTDIR)/share/filter/oox-drawingml-cs-presets 
$(IOSRES)/share/filter
-       cp $(INSTDIR)/share/filter/vml-shape-types $(IOSRES)/share/filter
-       cp -R $(INSTDIR)/share/registry $(IOSRES)/share
-       cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
+       cp -R $(INSTDIR)/share/config/soffice.cfg $(IOSRES)/config
+       cp $(INSTDIR)/share/filter/oox-drawingml-adj-names $(IOSRES)/filter
+       cp $(INSTDIR)/share/filter/oox-drawingml-cs-presets $(IOSRES)/filter
+       cp $(INSTDIR)/share/filter/vml-shape-types $(IOSRES)/filter
+       cp -R $(INSTDIR)/share/registry $(IOSRES)
+       cp $(INSTDIR)/share/config/*zip $(IOSRES)/config
        cp $(SRCDIR)/ios/welcome.odt $(IOSRES)
 
        # Set up rc (the "inifile", fundamentalrc, unorc, bootstraprc and 
versionrc.
@@ -79,7 +79,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
         && echo 'BRAND_INI_DIR=file:://$$APP_DATA_DIR' \
         && echo 'BRAND_SHARE_SUBDIR=$(LIBO_SHARE_FOLDER)' \
         && echo '##BRAND_SHARE_RESOURCE_SUBDIR=$(LIBO_SHARE_RESOURCE_FOLDER)' \
-        && echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry 
' \
+        && echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/registry ' \
                'res:$${BRAND_BASE_DIR}/registry' \
        && echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/' \
        && echo 'UNO_TYPES=file://$$APP_DATA_DIR/udkapi.rdb ' \
diff --git a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
index a1559d21bb48..e02182b1d8e7 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
+++ b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
@@ -7,13 +7,23 @@
        objects = {
 
 /* Begin PBXBuildFile section */
-               39022C1B1EDC2A0E00100066 /* program in Resources */ = {isa = 
PBXBuildFile; fileRef = 39022C1A1EDC2A0E00100066 /* program */; };
-               39022C1D1EDC2A2C00100066 /* services in Resources */ = {isa = 
PBXBuildFile; fileRef = 39022C1C1EDC2A2C00100066 /* services */; };
-               39022C1F1EDC2AB000100066 /* share in Resources */ = {isa = 
PBXBuildFile; fileRef = 39022C1E1EDC2AB000100066 /* share */; };
-               39022C211EDC2D0800100066 /* icudt60l.dat in Resources */ = {isa 
= PBXBuildFile; fileRef = 39022C201EDC2D0800100066 /* icudt60l.dat */; };
                39284DB31FA5F207006F43E4 /* DocumentActions.swift in Sources */ 
= {isa = PBXBuildFile; fileRef = 39284DB21FA5F207006F43E4 /* 
DocumentActions.swift */; };
                392ED9B31E5E4B03005C8435 /* ViewPrintManager.swift in Sources 
*/ = {isa = PBXBuildFile; fileRef = 392ED9B21E5E4B03005C8435 /* 
ViewPrintManager.swift */; };
-               3941EF05204B4AC200082486 /* welcome.odt in Resources */ = {isa 
= PBXBuildFile; fileRef = 3941EF04204B4AC200082486 /* welcome.odt */; };
+               3941EF15204B4C8A00082486 /* unorc in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF06204B4C8900082486 /* unorc */; };
+               3941EF16204B4C8A00082486 /* fundamentalrc in Resources */ = 
{isa = PBXBuildFile; fileRef = 3941EF07204B4C8900082486 /* fundamentalrc */; };
+               3941EF17204B4C8A00082486 /* program in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF08204B4C8900082486 /* program */; };
+               3941EF18204B4C8A00082486 /* services.rdb in Resources */ = {isa 
= PBXBuildFile; fileRef = 3941EF09204B4C8900082486 /* services.rdb */; };
+               3941EF19204B4C8A00082486 /* oovbaapi.rdb in Resources */ = {isa 
= PBXBuildFile; fileRef = 3941EF0A204B4C8900082486 /* oovbaapi.rdb */; };
+               3941EF1A204B4C8A00082486 /* registry in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF0B204B4C8900082486 /* registry */; };
+               3941EF1B204B4C8A00082486 /* services in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF0C204B4C8900082486 /* services */; };
+               3941EF1C204B4C8A00082486 /* offapi.rdb in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF0D204B4C8900082486 /* offapi.rdb */; };
+               3941EF1D204B4C8A00082486 /* filter in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF0E204B4C8900082486 /* filter */; };
+               3941EF1E204B4C8A00082486 /* rc in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF0F204B4C8900082486 /* rc */; };
+               3941EF1F204B4C8A00082486 /* udkapi.rdb in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF10204B4C8900082486 /* udkapi.rdb */; };
+               3941EF20204B4C8A00082486 /* icudt60l.dat in Resources */ = {isa 
= PBXBuildFile; fileRef = 3941EF11204B4C8900082486 /* icudt60l.dat */; };
+               3941EF21204B4C8A00082486 /* welcome.odt in Resources */ = {isa 
= PBXBuildFile; fileRef = 3941EF12204B4C8900082486 /* welcome.odt */; };
+               3941EF22204B4C8A00082486 /* config in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF13204B4C8900082486 /* config */; };
+               3941EF23204B4C8A00082486 /* share in Resources */ = {isa = 
PBXBuildFile; fileRef = 3941EF14204B4C8900082486 /* share */; };
                396F92F71E7AE62400A28C82 /* Settings.bundle in Resources */ = 
{isa = PBXBuildFile; fileRef = 396F92F61E7AE62400A28C82 /* Settings.bundle */; 
};
                397868D61E59A3EA007F9248 /* LaunchScreen.xib in Resources */ = 
{isa = PBXBuildFile; fileRef = 397868D81E59A3EA007F9248 /* LaunchScreen.xib */; 
};
                397E08FE1E597BD8001374E0 /* AppDelegate.swift in Sources */ = 
{isa = PBXBuildFile; fileRef = 397E08FD1E597BD8001374E0 /* AppDelegate.swift 
*/; };
@@ -21,13 +31,6 @@
                397E09081E597BD8001374E0 /* Assets.xcassets in Resources */ = 
{isa = PBXBuildFile; fileRef = 397E09071E597BD8001374E0 /* Assets.xcassets */; 
};
                3992D85A1E5B762A00BEA987 /* DocumentController.swift in Sources 
*/ = {isa = PBXBuildFile; fileRef = 3992D8591E5B762A00BEA987 /* 
DocumentController.swift */; };
                399648471E5B87DC00E73E83 /* ViewProperties.swift in Sources */ 
= {isa = PBXBuildFile; fileRef = 399648461E5B87DC00E73E83 /* 
ViewProperties.swift */; };
-               39B08B9D1E5F0BB600682A59 /* fundamentalrc in Resources */ = 
{isa = PBXBuildFile; fileRef = 39B084E51E5F0BB400682A59 /* fundamentalrc */; };
-               39B08B9E1E5F0BB600682A59 /* offapi.rdb in Resources */ = {isa = 
PBXBuildFile; fileRef = 39B084E61E5F0BB400682A59 /* offapi.rdb */; };
-               39B08B9F1E5F0BB600682A59 /* oovbaapi.rdb in Resources */ = {isa 
= PBXBuildFile; fileRef = 39B084E71E5F0BB400682A59 /* oovbaapi.rdb */; };
-               39B08BD71E5F0BB600682A59 /* rc in Resources */ = {isa = 
PBXBuildFile; fileRef = 39B085211E5F0BB400682A59 /* rc */; };
-               39B08BD91E5F0BB600682A59 /* services.rdb in Resources */ = {isa 
= PBXBuildFile; fileRef = 39B085241E5F0BB400682A59 /* services.rdb */; };
-               39B091CD1E5F0BB800682A59 /* udkapi.rdb in Resources */ = {isa = 
PBXBuildFile; fileRef = 39B08B9B1E5F0BB600682A59 /* udkapi.rdb */; };
-               39B091CE1E5F0BB800682A59 /* unorc in Resources */ = {isa = 
PBXBuildFile; fileRef = 39B08B9C1E5F0BB600682A59 /* unorc */; };
                39EF4E2F1FA500C9001914AC /* PropertiesController.swift in 
Sources */ = {isa = PBXBuildFile; fileRef = 39EF4E2E1FA500C9001914AC /* 
PropertiesController.swift */; };
                FC31D01E2012F65500E7F402 /* DocumentHolder.swift in Sources */ 
= {isa = PBXBuildFile; fileRef = FC31D01D2012F65500E7F402 /* 
DocumentHolder.swift */; };
                FC31D0202012F6D300E7F402 /* RenderCache.swift in Sources */ = 
{isa = PBXBuildFile; fileRef = FC31D01F2012F6D300E7F402 /* RenderCache.swift 
*/; };
@@ -59,13 +62,23 @@
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
-               39022C1A1EDC2A0E00100066 /* program */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = program; path = 
../generated/resources/program; sourceTree = "<group>"; };
-               39022C1C1EDC2A2C00100066 /* services */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = services; path = 
../generated/resources/services; sourceTree = "<group>"; };
-               39022C1E1EDC2AB000100066 /* share */ = {isa = PBXFileReference; 
lastKnownFileType = folder; name = share; path = ../generated/resources/share; 
sourceTree = "<group>"; };
-               39022C201EDC2D0800100066 /* icudt60l.dat */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = icudt60l.dat; path = 
../generated/resources/icudt60l.dat; sourceTree = "<group>"; };
                39284DB21FA5F207006F43E4 /* DocumentActions.swift */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.swift; path = 
DocumentActions.swift; sourceTree = "<group>"; };
                392ED9B21E5E4B03005C8435 /* ViewPrintManager.swift */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name 
= ViewPrintManager.swift; path = LibreOfficeLight/ViewPrintManager.swift; 
sourceTree = SOURCE_ROOT; };
-               3941EF04204B4AC200082486 /* welcome.odt */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = welcome.odt; path = 
../welcome.odt; sourceTree = "<group>"; };
+               3941EF06204B4C8900082486 /* unorc */ = {isa = PBXFileReference; 
fileEncoding = 4; lastKnownFileType = text; name = unorc; path = 
../generated/resources/unorc; sourceTree = "<group>"; };
+               3941EF07204B4C8900082486 /* fundamentalrc */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 
fundamentalrc; path = ../generated/resources/fundamentalrc; sourceTree = 
"<group>"; };
+               3941EF08204B4C8900082486 /* program */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = program; path = 
../generated/resources/program; sourceTree = "<group>"; };
+               3941EF09204B4C8900082486 /* services.rdb */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = 
services.rdb; path = ../generated/resources/services.rdb; sourceTree = 
"<group>"; };
+               3941EF0A204B4C8900082486 /* oovbaapi.rdb */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = oovbaapi.rdb; path = 
../generated/resources/oovbaapi.rdb; sourceTree = "<group>"; };
+               3941EF0B204B4C8900082486 /* registry */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = registry; path = 
../generated/resources/registry; sourceTree = "<group>"; };
+               3941EF0C204B4C8900082486 /* services */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = services; path = 
../generated/resources/services; sourceTree = "<group>"; };
+               3941EF0D204B4C8900082486 /* offapi.rdb */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = offapi.rdb; path = 
../generated/resources/offapi.rdb; sourceTree = "<group>"; };
+               3941EF0E204B4C8900082486 /* filter */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = filter; path = 
../generated/resources/filter; sourceTree = "<group>"; };
+               3941EF0F204B4C8900082486 /* rc */ = {isa = PBXFileReference; 
fileEncoding = 4; lastKnownFileType = text; name = rc; path = 
../generated/resources/rc; sourceTree = "<group>"; };
+               3941EF10204B4C8900082486 /* udkapi.rdb */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = udkapi.rdb; path = 
../generated/resources/udkapi.rdb; sourceTree = "<group>"; };
+               3941EF11204B4C8900082486 /* icudt60l.dat */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = icudt60l.dat; path = 
../generated/resources/icudt60l.dat; sourceTree = "<group>"; };
+               3941EF12204B4C8900082486 /* welcome.odt */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = welcome.odt; path = 
../generated/resources/welcome.odt; sourceTree = "<group>"; };
+               3941EF13204B4C8900082486 /* config */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = config; path = 
../generated/resources/config; sourceTree = "<group>"; };
+               3941EF14204B4C8900082486 /* share */ = {isa = PBXFileReference; 
lastKnownFileType = folder; name = share; path = ../generated/resources/share; 
sourceTree = "<group>"; };
                39503A6F1F94C4AC00F19C78 /* lokit-Bridging-Header.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
"lokit-Bridging-Header.h"; sourceTree = "<group>"; };
                396F92F61E7AE62400A28C82 /* Settings.bundle */ = {isa = 
PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = 
Settings.bundle; sourceTree = "<group>"; };
                397275391E77D9F1006ACDCC /* LibreOfficeLight.entitlements */ = 
{isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = 
LibreOfficeLight.entitlements; sourceTree = "<group>"; };
@@ -76,13 +89,6 @@
                397E09071E597BD8001374E0 /* Assets.xcassets */ = {isa = 
PBXFileReference; lastKnownFileType = folder.assetcatalog; name = 
Assets.xcassets; path = LibreOfficeLight/Assets.xcassets; sourceTree = 
SOURCE_ROOT; };
                3992D8591E5B762A00BEA987 /* DocumentController.swift */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; 
name = DocumentController.swift; path = 
LibreOfficeLight/DocumentController.swift; sourceTree = SOURCE_ROOT; };
                399648461E5B87DC00E73E83 /* ViewProperties.swift */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name 
= ViewProperties.swift; path = LibreOfficeLight/ViewProperties.swift; 
sourceTree = SOURCE_ROOT; };
-               39B084E51E5F0BB400682A59 /* fundamentalrc */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 
fundamentalrc; path = ../generated/resources/fundamentalrc; sourceTree = 
SOURCE_ROOT; };
-               39B084E61E5F0BB400682A59 /* offapi.rdb */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = offapi.rdb; path = 
../generated/resources/offapi.rdb; sourceTree = SOURCE_ROOT; };
-               39B084E71E5F0BB400682A59 /* oovbaapi.rdb */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = oovbaapi.rdb; path = 
../generated/resources/oovbaapi.rdb; sourceTree = SOURCE_ROOT; };
-               39B085211E5F0BB400682A59 /* rc */ = {isa = PBXFileReference; 
fileEncoding = 4; lastKnownFileType = text; name = rc; path = 
../generated/resources/rc; sourceTree = SOURCE_ROOT; };
-               39B085241E5F0BB400682A59 /* services.rdb */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = 
services.rdb; path = ../generated/resources/services.rdb; sourceTree = 
SOURCE_ROOT; };
-               39B08B9B1E5F0BB600682A59 /* udkapi.rdb */ = {isa = 
PBXFileReference; lastKnownFileType = file; name = udkapi.rdb; path = 
../generated/resources/udkapi.rdb; sourceTree = SOURCE_ROOT; };
-               39B08B9C1E5F0BB600682A59 /* unorc */ = {isa = PBXFileReference; 
fileEncoding = 4; lastKnownFileType = text; name = unorc; path = 
../generated/resources/unorc; sourceTree = SOURCE_ROOT; };
                39B092501E5F3DEA00682A59 /* LibreOfficeLight-Prefix.pch */ = 
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; 
path = "LibreOfficeLight-Prefix.pch"; sourceTree = "<group>"; };
                39E950521FC9842000D82C49 /* source */ = {isa = 
PBXFileReference; lastKnownFileType = folder; name = source; path = ../source; 
sourceTree = "<group>"; };
                39EE81531FA644E800B73AB8 /* Info.plist */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = 
Info.plist; sourceTree = "<group>"; };
@@ -186,18 +192,21 @@
                39B084E41E5F0B5200682A59 /* Resources */ = {
                        isa = PBXGroup;
                        children = (
-                               3941EF04204B4AC200082486 /* welcome.odt */,
-                               39022C201EDC2D0800100066 /* icudt60l.dat */,
-                               39022C1E1EDC2AB000100066 /* share */,
-                               39022C1C1EDC2A2C00100066 /* services */,
-                               39022C1A1EDC2A0E00100066 /* program */,
-                               39B084E51E5F0BB400682A59 /* fundamentalrc */,
-                               39B084E61E5F0BB400682A59 /* offapi.rdb */,
-                               39B084E71E5F0BB400682A59 /* oovbaapi.rdb */,
-                               39B085211E5F0BB400682A59 /* rc */,
-                               39B085241E5F0BB400682A59 /* services.rdb */,
-                               39B08B9B1E5F0BB600682A59 /* udkapi.rdb */,
-                               39B08B9C1E5F0BB600682A59 /* unorc */,
+                               3941EF13204B4C8900082486 /* config */,
+                               3941EF0E204B4C8900082486 /* filter */,
+                               3941EF07204B4C8900082486 /* fundamentalrc */,
+                               3941EF11204B4C8900082486 /* icudt60l.dat */,
+                               3941EF0D204B4C8900082486 /* offapi.rdb */,
+                               3941EF0A204B4C8900082486 /* oovbaapi.rdb */,
+                               3941EF08204B4C8900082486 /* program */,
+                               3941EF0F204B4C8900082486 /* rc */,
+                               3941EF0B204B4C8900082486 /* registry */,
+                               3941EF0C204B4C8900082486 /* services */,
+                               3941EF09204B4C8900082486 /* services.rdb */,
+                               3941EF14204B4C8900082486 /* share */,
+                               3941EF10204B4C8900082486 /* udkapi.rdb */,
+                               3941EF06204B4C8900082486 /* unorc */,
+                               3941EF12204B4C8900082486 /* welcome.odt */,
                        );
                        name = Resources;
                        sourceTree = SOURCE_ROOT;
@@ -289,22 +298,25 @@
                        isa = PBXResourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               3941EF15204B4C8A00082486 /* unorc in Resources 
*/,
+                               3941EF19204B4C8A00082486 /* oovbaapi.rdb in 
Resources */,
+                               3941EF1D204B4C8A00082486 /* filter in Resources 
*/,
                                397E09081E597BD8001374E0 /* Assets.xcassets in 
Resources */,
-                               39B08BD71E5F0BB600682A59 /* rc in Resources */,
-                               39B08B9E1E5F0BB600682A59 /* offapi.rdb in 
Resources */,
-                               39022C211EDC2D0800100066 /* icudt60l.dat in 
Resources */,
-                               39022C1B1EDC2A0E00100066 /* program in 
Resources */,
-                               39022C1D1EDC2A2C00100066 /* services in 
Resources */,
                                397868D61E59A3EA007F9248 /* LaunchScreen.xib in 
Resources */,
-                               3941EF05204B4AC200082486 /* welcome.odt in 
Resources */,
+                               3941EF1A204B4C8A00082486 /* registry in 
Resources */,
+                               3941EF18204B4C8A00082486 /* services.rdb in 
Resources */,
+                               3941EF1C204B4C8A00082486 /* offapi.rdb in 
Resources */,
+                               3941EF22204B4C8A00082486 /* config in Resources 
*/,
                                396F92F71E7AE62400A28C82 /* Settings.bundle in 
Resources */,
-                               39B08B9F1E5F0BB600682A59 /* oovbaapi.rdb in 
Resources */,
-                               39B08B9D1E5F0BB600682A59 /* fundamentalrc in 
Resources */,
-                               39B091CD1E5F0BB800682A59 /* udkapi.rdb in 
Resources */,
-                               39B08BD91E5F0BB600682A59 /* services.rdb in 
Resources */,
-                               39B091CE1E5F0BB800682A59 /* unorc in Resources 
*/,
-                               39022C1F1EDC2AB000100066 /* share in Resources 
*/,
+                               3941EF1E204B4C8A00082486 /* rc in Resources */,
+                               3941EF23204B4C8A00082486 /* share in Resources 
*/,
+                               3941EF1B204B4C8A00082486 /* services in 
Resources */,
+                               3941EF21204B4C8A00082486 /* welcome.odt in 
Resources */,
                                397E09031E597BD8001374E0 /* Main.storyboard in 
Resources */,
+                               3941EF20204B4C8A00082486 /* icudt60l.dat in 
Resources */,
+                               3941EF16204B4C8A00082486 /* fundamentalrc in 
Resources */,
+                               3941EF1F204B4C8A00082486 /* udkapi.rdb in 
Resources */,
+                               3941EF17204B4C8A00082486 /* program in 
Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to