From 755ee3a3e656eb90a44be0095245d124ffbae9fa Mon Sep 17 00:00:00 2001 From: feruz Date: Sat, 31 Jul 2021 11:21:59 +0300 Subject: [PATCH] ios 9.3 deployment try --- ios/Ecency.xcodeproj/project.pbxproj | 8 ++++---- ios/Podfile | 11 ++++++----- ios/Podfile.lock | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ios/Ecency.xcodeproj/project.pbxproj b/ios/Ecency.xcodeproj/project.pbxproj index 53f5ad396..6f8d31b04 100644 --- a/ios/Ecency.xcodeproj/project.pbxproj +++ b/ios/Ecency.xcodeproj/project.pbxproj @@ -1178,7 +1178,7 @@ "\"${PODS_ROOT}/../node_modules/react-native/Libraries/LinkingIOS\"", ); INFOPLIST_FILE = "$(SRCROOT)/Ecency/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 3.0.2; OTHER_LDFLAGS = ( @@ -1255,7 +1255,7 @@ "\"${PODS_ROOT}/../node_modules/react-native/Libraries/LinkingIOS\"", ); INFOPLIST_FILE = "$(SRCROOT)/Ecency/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MARKETING_VERSION = 3.0.2; OTHER_LDFLAGS = ( @@ -1432,7 +1432,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -1482,7 +1482,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/ios/Podfile b/ios/Podfile index 4385ee6e6..da1609523 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -38,18 +38,19 @@ target 'Ecency' do # pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' # pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' # pod 'rn-fetch-blob', :path => '../node_modules/rn-fetch-blob' + use_react_native!(:path => config["reactNativePath"]) target 'EcencyTests' do inherit! :complete # Pods for testing end - post_install do |installer| - find_and_replace("../node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m", - "_currentFrame.CGImage;","_currentFrame.CGImage ;} else { [super displayLayer:layer];") - end + #post_install do |installer| + # find_and_replace("../node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m", + # "_currentFrame.CGImage;","_currentFrame.CGImage ;} else { [super displayLayer:layer];") + #end - use_react_native!(:path => config["reactNativePath"]) + end target 'Ecency-tvOS' do diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 6ce7dba67..5523aa180 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -756,6 +756,6 @@ SPEC CHECKSUMS: Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YoutubePlayer-in-WKWebView: cfbf46da51d7370662a695a8f351e5fa1d3e1008 -PODFILE CHECKSUM: d737442c8bee1a2935aee65c2ee9b9f4c61fc32c +PODFILE CHECKSUM: 5040f9b94a8b41755e39338be7f09a2cd083d24a COCOAPODS: 1.10.1