mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
ios 9.3 deployment try
This commit is contained in:
parent
527720a821
commit
755ee3a3e6
@ -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;
|
||||
|
11
ios/Podfile
11
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
|
||||
|
@ -756,6 +756,6 @@ SPEC CHECKSUMS:
|
||||
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
|
||||
YoutubePlayer-in-WKWebView: cfbf46da51d7370662a695a8f351e5fa1d3e1008
|
||||
|
||||
PODFILE CHECKSUM: d737442c8bee1a2935aee65c2ee9b9f4c61fc32c
|
||||
PODFILE CHECKSUM: 5040f9b94a8b41755e39338be7f09a2cd083d24a
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
Loading…
Reference in New Issue
Block a user