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
930efab3
Kaydet (Commit)
930efab3
authored
Kas 13, 2017
tarafından
jan Iversen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
iOS, update to version 11.1
Change-Id: I3e477162468ad7386d83480ce8ae1da9536465b0
üst
508b60b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+1
-1
configure.ac
configure.ac
+4
-4
No files found.
README.md
Dosyayı görüntüle @
930efab3
...
...
@@ -43,7 +43,7 @@ run and compile LibreOffice, also used by the TDF builds:
*
Build: GCC 4.8.1 or Clang
*
iOS (only for LibreOfficeKit):
*
Runtime: 11.0 (only support for newer i devices == 64 bit)
*
Build: Xcode 9.0 and iPhone SDK 11.
0
*
Build: Xcode 9.0 and iPhone SDK 11.
1
If you want to use Clang with the LibreOffice compiler plugins, the minimal
version of Clang is 3.4. Since Xcode doesn't provide the compiler plugin
...
...
configure.ac
Dosyayı görüntüle @
930efab3
...
...
@@ -2847,15 +2847,15 @@ if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=1
0.3
versionmin=-mios-simulator-version-min=1
1.1
else
platform=iPhoneOS
versionmin=-miphoneos-version-min=1
0.3
versionmin=-miphoneos-version-min=1
1.1
fi
xcode_developer=`xcode-select -print-path`
current_sdk_ver=11.
0
for sdkver in 11.1
11.0
; do
current_sdk_ver=11.
1
for sdkver in 11.1; do
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
if test -d $t; then
ios_sdk=$sdkver
...
...
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