From 040248947245bf284316b3100a5ead39e51d10b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 3 Oct 2019 10:24:00 +0200 Subject: [PATCH] ios: Xcode 11 support --- .travis.yml | 2 +- ios/Podfile | 1 + ios/Podfile.lock | 2 +- .../xcshareddata/xcschemes/jitsi-meet.xcscheme | 8 ++------ ios/sdk/sdk.xcodeproj/project.pbxproj | 18 ++++++++++++++++-- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index cedf2cae2..c5c288caf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode10.2 +osx_image: xcode11.1 language: objective-c script: - "./ios/travis-ci/build-ipa.sh" diff --git a/ios/Podfile b/ios/Podfile index 070784d9a..51f9a08b0 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -71,6 +71,7 @@ post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'YES' + config.build_settings['SUPPORTS_MACCATALYST'] = 'NO' end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 0bb54f44b..76bcb9105 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -371,6 +371,6 @@ SPEC CHECKSUMS: RNWatch: 09738b339eceb66e4d80a2371633ca5fb380fa42 yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411 -PODFILE CHECKSUM: 86bb4d2bc94c6c76b971b9a33e5b2ced9bbfb09f +PODFILE CHECKSUM: 521457862ff95f3567d89d8715a76742ccadef92 COCOAPODS: 1.7.2 diff --git a/ios/app/app.xcodeproj/xcshareddata/xcschemes/jitsi-meet.xcscheme b/ios/app/app.xcodeproj/xcshareddata/xcschemes/jitsi-meet.xcscheme index f252fdc42..4555b9db4 100644 --- a/ios/app/app.xcodeproj/xcshareddata/xcschemes/jitsi-meet.xcscheme +++ b/ios/app/app.xcodeproj/xcshareddata/xcschemes/jitsi-meet.xcscheme @@ -41,8 +41,6 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> - - - - + + - -