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
54d5a0df
Kaydet (Commit)
54d5a0df
authored
Kas 17, 2016
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump iOS versions
Change-Id: I614e29829ebd40b34f85ce32b806a5079b7967de
üst
9bdc5a81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+5
-5
No files found.
configure.ac
Dosyayı görüntüle @
54d5a0df
...
@@ -2960,8 +2960,8 @@ if test $_os = iOS; then
...
@@ -2960,8 +2960,8 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path`
xcode_developer=`xcode-select -print-path`
current_sdk_ver=
9.3
current_sdk_ver=
10.2
for sdkver in 10.
0 9.3 9.2
; do
for sdkver in 10.
2 10.1 10.0 9.3
; do
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
if test -d $t; then
if test -d $t; then
ios_sdk=$sdkver
ios_sdk=$sdkver
...
@@ -2981,10 +2981,10 @@ if test $_os = iOS; then
...
@@ -2981,10 +2981,10 @@ if test $_os = iOS; then
if test "$enable_ios_simulator" = yes; then
if test "$enable_ios_simulator" = yes; then
if test "$BITNESS_OVERRIDE" = 64; then
if test "$BITNESS_OVERRIDE" = 64; then
XCODE_ARCHS=x86_64
XCODE_ARCHS=x86_64
versionmin=-mios-simulator-version-min=9.
0
versionmin=-mios-simulator-version-min=9.
3
else
else
XCODE_ARCHS=i386
XCODE_ARCHS=i386
versionmin=-mios-simulator-version-min=9.
0
versionmin=-mios-simulator-version-min=9.
3
fi
fi
else
else
platform=iPhoneOS
platform=iPhoneOS
...
@@ -2993,7 +2993,7 @@ if test $_os = iOS; then
...
@@ -2993,7 +2993,7 @@ if test $_os = iOS; then
else
else
XCODE_ARCHS=armv7
XCODE_ARCHS=armv7
fi
fi
versionmin=-miphoneos-version-min=9.
0
versionmin=-miphoneos-version-min=9.
3
fi
fi
# LTO is not really recommended for iOS builds,
# LTO is not really recommended for iOS builds,
...
...
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