Skip to content

Commit a2e1a05

Browse files
committed
min deployment error in CI, bump to 10.15 osx
1 parent 145b1ce commit a2e1a05

40 files changed

+81
-81
lines changed

Libraries/ActionSheetIOS/React-RCTActionSheet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.documentation_url = "https://reactnative.dev/docs/actionsheetios"
2525
s.license = package["license"]
2626
s.author = "Facebook, Inc. and its affiliates"
27-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
27+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
2828
s.source = source
2929
s.source_files = "*.{m}"
3030
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"

Libraries/Blob/React-RCTBlob.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
29+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "*.{h,m,mm}"

Libraries/FBLazyVector/FBLazyVector.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "https://reactnative.dev/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#774)
26+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#774)
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"
2929
s.header_dir = "FBLazyVector"

Libraries/Image/React-RCTImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/image"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/LinkingIOS/React-RCTLinking.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/linking"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/NativeAnimation/React-RCTAnimation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
29+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "{Drivers/*,Nodes/*,*}.{m,mm}"

Libraries/PushNotificationIOS/React-RCTPushNotification.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/pushnotificationios"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/RCTRequired/RCTRequired.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "https://reactnative.dev/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#774)
26+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#774)
2727
s.source = source
2828
s.source_files = "**/*.{c,h,m,mm,cpp}"
2929
s.header_dir = "RCTRequired"

Libraries/Settings/React-RCTSettings.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/settings"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

Libraries/Text/React-RCTText.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.documentation_url = "https://reactnative.dev/docs/text"
2525
s.license = package["license"]
2626
s.author = "Facebook, Inc. and its affiliates"
27-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
27+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
2828
s.source = source
2929
s.source_files = "**/*.{h,m}"
3030
s.ios.exclude_files = "**/macOS/*" # TODO(macOS GH#774)

Libraries/TypeSafety/RCTTypeSafety.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#774)
29+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#774)
3030
s.compiler_flags = folly_compiler_flags
3131
s.source = source
3232
s.source_files = "**/*.{c,h,m,mm,cpp}"

Libraries/Vibration/React-RCTVibration.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.documentation_url = "https://reactnative.dev/docs/vibration"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3232
s.source = source
3333
s.source_files = "*.{m,mm}"

React-Core.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
s.homepage = "https://reactnative.dev/"
4242
s.license = package["license"]
4343
s.author = "Facebook, Inc. and its affiliates"
44-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#774)
44+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#774)
4545
s.source = source
4646
s.resource_bundle = { "AccessibilityResources" => ["React/AccessibilityResources/*.lproj"]}
4747
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
@@ -78,7 +78,7 @@ Pod::Spec.new do |s|
7878
end
7979

8080
s.subspec "Hermes" do |ss|
81-
ss.platforms = { :osx => "10.14" }
81+
ss.platforms = { :osx => "10.15" }
8282
ss.source_files = "ReactCommon/hermes/executor/*.{cpp,h}",
8383
"ReactCommon/hermes/inspector/*.{cpp,h}",
8484
"ReactCommon/hermes/inspector/chrome/*.{cpp,h}",

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
s.homepage = "https://reactnative.dev/"
3737
s.license = package["license"]
3838
s.author = "Facebook, Inc. and its affiliates"
39-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
39+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
4040
s.source = source
4141
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
4242
s.cocoapods_version = ">= 1.10.1"

React/CoreModules/React-CoreModules.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.homepage = "https://reactnative.dev/"
2727
s.license = package["license"]
2828
s.author = "Facebook, Inc. and its affiliates"
29-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#774)
29+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#774)
3030
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3131
s.source = source
3232
s.source_files = "**/*.{c,m,mm,cpp}"

React/FBReactNativeSpec/FBReactNativeSpec.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "https://reactnative.dev/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#774)
31+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#774)
3232
s.compiler_flags = folly_compiler_flags + ' -Wno-nullability-completeness'
3333
s.source = source
3434
s.source_files = "**/*.{c,h,m,mm,cpp}"

ReactCommon/ReactCommon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "https://reactnative.dev/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
31+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3232
s.source = source
3333
s.header_dir = "ReactCommon" # Use global header_dir for all subspecs for use_frameworks! compatibility
3434
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags

ReactCommon/callinvoker/React-callinvoker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.source = source
3232
s.source_files = "**/*.{cpp,h}"
3333
s.header_dir = "ReactCommon"

ReactCommon/cxxreact/React-cxxreact.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "https://reactnative.dev/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
31+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3232
s.source = source
3333
s.source_files = "*.{cpp,h}"
3434
s.exclude_files = "SampleCxxModule.*"

ReactCommon/hermes/React-hermes.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :osx => "10.14", :ios => "11.0" }
30+
s.platforms = { :osx => "10.15", :ios => "11.0" }
3131
s.source = source
3232
s.source_files = "executor/*.{cpp,h}",
3333
"inspector/*.{cpp,h}",

ReactCommon/jsi/React-jsi.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.source = source
3232
s.source_files = "**/*.{cpp,h}"
3333
s.exclude_files = "**/test/*"

ReactCommon/jsiexecutor/React-jsiexecutor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.source = source
3232
s.source_files = "jsireact/*.{cpp,h}"
3333
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags

ReactCommon/jsinspector/React-jsinspector.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.homepage = "https://reactnative.dev/"
2424
s.license = package["license"]
2525
s.author = "Facebook, Inc. and its affiliates"
26-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
26+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
2727
s.source = source
2828
s.source_files = "*.{cpp,h}"
2929
s.header_dir = 'jsinspector'

ReactCommon/logger/React-logger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.homepage = "https://reactnative.dev/"
2929
s.license = package["license"]
3030
s.author = "Facebook, Inc. and its affiliates"
31-
s.platforms = { :ios => "11.0", :tvos => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
31+
s.platforms = { :ios => "11.0", :tvos => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3232
s.source = source
3333
s.source_files = "*.{cpp,h}"
3434
s.exclude_files = "SampleCxxModule.*"

ReactCommon/reactperflogger/React-perflogger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#774)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#774)
3131
s.source = source
3232
s.source_files = "**/*.{cpp,h}"
3333
s.header_dir = "reactperflogger"

ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.homepage = "https://reactnative.dev/"
2828
s.license = package["license"]
2929
s.author = "Facebook, Inc. and its affiliates"
30-
s.platforms = { :ios => "11.0", :osx => "10.14" } # TODO(macOS GH#214)
30+
s.platforms = { :ios => "11.0", :osx => "10.15" } # TODO(macOS GH#214)
3131
s.source = source
3232
s.source_files = "**/*.{cpp,h}"
3333
s.header_dir = "ReactCommon"

ReactCommon/yoga/Yoga.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Pod::Spec.new do |spec|
4343
]
4444

4545
# Pinning to the same version as React.podspec.
46-
spec.platforms = { :ios => "11.0", :osx => "10.14" }
46+
spec.platforms = { :ios => "11.0", :osx => "10.15" }
4747

4848
# Set this environment variable when *not* using the `:path` option to install the pod.
4949
# E.g. when publishing this spec to a spec repo.

ReactTurboModuleCxx/React-TurboModuleCxx-RNW.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.homepage = "https://github.com/microsoft/react-native-windows"
1414
s.license = package["license"]
1515
s.author = "Microsoft Corporation"
16-
s.platforms = { :ios => "10.0", :osx => "10.14" }
16+
s.platforms = { :ios => "11.0", :osx => "10.15" }
1717
s.compiler_flags = folly_compiler_flags
1818
s.source = { :git => 'https://github.com/microsoft/react-native-windows.git',
1919
:commit => "d9077991441889ddaa18a8af6a2cc8514ca7714d" }

ReactTurboModuleCxx/React-TurboModuleCxx-WinRTPort.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
s.homepage = "https://github.com/microsoft/react-native-macos"
2222
s.license = package["license"]
2323
s.author = "Microsoft Corporation"
24-
s.platforms = { :ios => "10.0", :osx => "10.14" }
24+
s.platforms = { :ios => "11.0", :osx => "10.15" }
2525
s.compiler_flags = folly_compiler_flags
2626
s.source = source
2727

local-cli/generator-macos/templates/macos/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
DEAD_CODE_STRIPPING = NO;
466466
INFOPLIST_FILE = "HelloWorld-macos/Info.plist";
467467
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
468-
MACOSX_DEPLOYMENT_TARGET = 10.14;
468+
MACOSX_DEPLOYMENT_TARGET = 10.15;
469469
OTHER_LDFLAGS = (
470470
"$(inherited)",
471471
"-ObjC",
@@ -485,7 +485,7 @@
485485
CURRENT_PROJECT_VERSION = 1;
486486
INFOPLIST_FILE = "HelloWorld-macos/Info.plist";
487487
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
488-
MACOSX_DEPLOYMENT_TARGET = 10.14;
488+
MACOSX_DEPLOYMENT_TARGET = 10.15;
489489
OTHER_LDFLAGS = (
490490
"$(inherited)",
491491
"-ObjC",

local-cli/generator-macos/templates/macos/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require_relative '../node_modules/react-native-macos/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

44
target 'HelloWorld-macOS' do
5-
platform :macos, '10.14'
5+
platform :macos, '10.15'
66
use_native_modules!
77
use_react_native!(
88
:path => '../node_modules/react-native-macos',
@@ -18,7 +18,7 @@ target 'HelloWorld-macOS' do
1818
end
1919

2020
target 'HelloWorld-iOS' do
21-
platform :ios, '10'
21+
platform :ios, '11'
2222
use_native_modules!
2323
use_react_native!(:path => '../node_modules/react-native-macos')
2424

packages/rn-tester/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ target 'RNTesterIntegrationTests' do
5454
end
5555

5656
target 'RNTester-macOS' do
57-
platform :osx, '10.14'
57+
platform :osx, '10.15'
5858
pods(:hermes_enabled => false)
5959
end
6060

6161
target 'RNTester-macOSUnitTests' do
62-
platform :osx, '10.14'
62+
platform :osx, '10.15'
6363
pods()
6464
pod 'React-RCTTest', :path => "./RCTTest"
6565
end
6666

6767
target 'RNTester-macOSIntegrationTests' do
68-
platform :osx, '10.14'
68+
platform :osx, '10.15'
6969
pods()
7070
pod 'React-RCTTest', :path => "./RCTTest"
7171
end
@@ -82,7 +82,7 @@ target 'iosSimulatorBuild' do
8282
end
8383

8484
target 'macOSBuild' do
85-
platform :osx, '10.14'
85+
platform :osx, '10.15'
8686
pods()
8787
end
8888
# ]TODO(macOS GH#774)

0 commit comments

Comments
 (0)