Skip to content

Commit 7ebe782

Browse files
Merge pull request #1062 from microsoft/master
Sync master and develop after release
2 parents 5f02c62 + d70fbc1 commit 7ebe782

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

AppCenterReactNativeShared/Products/AppCenterReactNativeShared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.documentation_url = "https://docs.microsoft.com/en-us/appcenter/"
88
s.author = { 'Microsoft' => 'appcentersdk@microsoft.com' }
99
s.source = { :http => "https://github.com/microsoft/appcenter-sdk-react-native/releases/download/#{s.version}/AppCenter-SDK-ReactNative-iOS-Pod-#{s.version}.zip" }
10-
s.platform = :ios, '11.0'
10+
s.platform = :ios, '12.0'
1111
s.requires_arc = true
1212
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework'
1313
s.dependency 'AppCenter/Core', '5.0.6'

AppCenterReactNativeShared/Products/local.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = { 'Microsoft' => 'appcentersdk@microsoft.com' }
1212
system("SRCROOT=#{__dir__}/../ios #{__dir__}/../prepare-local-podspec.sh")
1313
s.source = { :http => "file://#{__dir__}/AppCenter-SDK-ReactNative-iOS-Pod-#{s.version}.zip"}
14-
s.platform = :ios, '11.0'
14+
s.platform = :ios, '12.0'
1515
s.requires_arc = true
1616
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework'
1717
s.dependency 'AppCenter/Core', '5.0.6'

AppCenterReactNativeShared/ios/AppCenterReactNativeShared.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
buildSettings = {
325325
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
326326
HEADER_SEARCH_PATHS = "$(inherited)";
327-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
327+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
328328
ONLY_ACTIVE_ARCH = YES;
329329
OTHER_LDFLAGS = "$(inherited)";
330330
PRODUCT_NAME = AppCenterReactNativeShared;
@@ -338,7 +338,7 @@
338338
buildSettings = {
339339
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
340340
HEADER_SEARCH_PATHS = "$(inherited)";
341-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
341+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
342342
ONLY_ACTIVE_ARCH = NO;
343343
OTHER_LDFLAGS = "$(inherited)";
344344
PRODUCT_NAME = AppCenterReactNativeShared;

appcenter-analytics/appcenter-analytics.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.author = { 'Microsoft' => 'appcentersdk@microsoft.com' }
1414
s.source = { :git => "https://github.com/microsoft/appcenter-sdk-react-native.git" }
1515
s.source_files = "ios/AppCenterReactNativeAnalytics/**/*.{h,m}"
16-
s.platform = :ios, '11.0'
16+
s.platform = :ios, '12.0'
1717
s.requires_arc = true
1818

1919
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.framework'

appcenter-crashes/appcenter-crashes.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414

1515
s.source = { :git => "https://github.com/microsoft/appcenter-sdk-react-native.git" }
1616
s.source_files = "ios/AppCenterReactNativeCrashes/**/*.{h,m}"
17-
s.platform = :ios, '11.0'
17+
s.platform = :ios, '12.0'
1818
s.requires_arc = true
1919

2020
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.framework'

appcenter/appcenter-core.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616

1717
s.source = { :git => "https://github.com/microsoft/appcenter-sdk-react-native.git" }
1818
s.source_files = "ios/AppCenterReactNative/**/*.{h,m}"
19-
s.platform = :ios, '11.0'
19+
s.platform = :ios, '12.0'
2020
s.requires_arc = true
2121

2222
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.framework'

0 commit comments

Comments
 (0)