Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
11842c66
Kaydet (Commit)
11842c66
authored
Nis 12, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Copy the ICU data file into the TiledLibreOffice app
Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1
üst
4867d022
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
project.pbxproj
...ledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
+5
-0
lo.xcconfig.in
ios/lo.xcconfig.in
+1
-0
No files found.
ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj
Dosyayı görüntüle @
11842c66
...
...
@@ -7,6 +7,7 @@
objects
=
{
/* Begin PBXBuildFile section */
BE03BF9318F9A7CC00620DC7
/* icudt52l.dat in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE03BF9218F9A7CC00620DC7
/* icudt52l.dat */
;
};
BE55B06D18D87CC600950228
/* DocumentTableViewController.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE55B06C18D87CC600950228
/* DocumentTableViewController.m */
;
};
BE82BD7618218E2E00A447B5
/* Foundation.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE82BD7518218E2E00A447B5
/* Foundation.framework */
;
};
BE82BD7818218E2E00A447B5
/* CoreGraphics.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE82BD7718218E2E00A447B5
/* CoreGraphics.framework */
;
};
...
...
@@ -38,6 +39,7 @@
/* Begin PBXFileReference section */
BE03BF9118F9648F00620DC7
/* udata.cpp */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.cpp.cpp
;
name
=
udata.cpp
;
path
=
../../../workdir/UnpackedTarball/icu/source/common/udata.cpp
;
sourceTree
=
"<group>"
;
};
BE03BF9218F9A7CC00620DC7
/* icudt52l.dat */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file
;
name
=
"icudt$(LO_ICU_MAJOR)l.dat"
;
path
=
../../../../workdir/UnpackedTarball/icu/source/data/in/icudt52l.dat
;
sourceTree
=
"<group>"
;
};
BE0898E81860D42B0021A679
/* brand.cxx */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.cpp.cpp
;
name
=
brand.cxx
;
path
=
../../../vcl/source/app/brand.cxx
;
sourceTree
=
"<group>"
;
};
BE0898E91860D42B0021A679
/* dbggui.cxx */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.cpp.cpp
;
name
=
dbggui.cxx
;
path
=
../../../vcl/source/app/dbggui.cxx
;
sourceTree
=
"<group>"
;
};
BE0898EA1860D42B0021A679
/* dndhelp.cxx */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.cpp.cpp
;
name
=
dndhelp.cxx
;
path
=
../../../vcl/source/app/dndhelp.cxx
;
sourceTree
=
"<group>"
;
};
...
...
@@ -1687,6 +1689,7 @@
BEEEFDFE1860A82C00FBDE67
/* unorc */
,
BEEE02D01860ABB700FBDE67
/* ure */
,
BEEEF9691860A25400FBDE67
/* test1.odt */
,
BE03BF9218F9A7CC00620DC7
/* icudt52l.dat */
,
);
name
=
Resources
;
path
=
TiledLibreOffice
;
...
...
@@ -1752,6 +1755,7 @@
BEEEFE041860A89100FBDE67
/* rc in Resources */
,
BEEEFE051860A89100FBDE67
/* services.rdb in Resources */
,
BEEE02D21860ABDB00FBDE67
/* share in Resources */
,
BE03BF9318F9A7CC00620DC7
/* icudt52l.dat in Resources */
,
BEEEFE061860A89100FBDE67
/* types.rdb in Resources */
,
BEEEFE071860A89100FBDE67
/* unorc in Resources */
,
BEEE02D31860ABDB00FBDE67
/* ure in Resources */
,
...
...
@@ -1829,6 +1833,7 @@
"$(LO_SRCDIR)/include"
,
"$(LO_WORKDIR)/UnoApiHeadersTarget/udkapi/comprehensive"
,
"$(LO_WORKDIR)/UnoApiHeadersTarget/offapi/comprehensive"
,
"$(LO_WORKDIR)/UnpackedTarball/icu/source/common"
,
);
IPHONEOS_DEPLOYMENT_TARGET
=
6.1
;
ONLY_ACTIVE_ARCH
=
YES
;
...
...
ios/lo.xcconfig.in
Dosyayı görüntüle @
11842c66
...
...
@@ -16,6 +16,7 @@ LO_BUILDDIR = @BUILDDIR@
LO_INSTDIR = @INSTDIR@
LO_SRCDIR = @SRC_ROOT@
LO_WORKDIR = @WORKDIR@
LO_ICU_MAJOR = @ICU_MAJOR@
// These are actual Xcode-known settings. The corresponding autoconf
// variables are prefixed with XCODE_ to make it clear in configure.ac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment