podfile cleanup

This commit is contained in:
feruz 2021-07-31 11:32:42 +03:00
parent 755ee3a3e6
commit 1c74e202ba
2 changed files with 5 additions and 41 deletions

View File

@ -1178,7 +1178,7 @@
"\"${PODS_ROOT}/../node_modules/react-native/Libraries/LinkingIOS\"",
);
INFOPLIST_FILE = "$(SRCROOT)/Ecency/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
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 = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
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 = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
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 = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;

View File

@ -7,37 +7,7 @@ target 'Ecency' do
config = use_native_modules!
# Pods for Ecency
# pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
# pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
# pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
# pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
# pod 'React', :path => '../node_modules/react-native/'
# pod 'React-Core', :path => '../node_modules/react-native/'
# pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
# pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
# pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
# pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
# pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
# pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
# pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
# pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
# pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
# pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
# pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
# pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
#
# pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
# pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
# pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
# pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
# pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
# pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
# pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true
#
# pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
# 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
@ -45,12 +15,6 @@ target 'Ecency' do
# 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
end
target 'Ecency-tvOS' do