File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
AppCenterReactNativeShared
ios/AppCenterReactNativeShared.xcodeproj Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments