Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
baotn166 committed Oct 19, 2023
1 parent a385b28 commit 0404714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract_target 'fearlessAll' do
pod 'Charts', '~> 4.1.0'
pod 'XNetworking', :podspec => 'https://raw.githubusercontent.com/soramitsu/x-networking/0.0.37/AppCommonNetworking/XNetworking/XNetworking.podspec'
pod 'MediaView', :git => 'https://github.com/bnsports/MediaView.git', :branch => 'dev'

def pods_with_configurations
if %r{^true$}i.match ENV['F_DEV']
pod 'SSFXCM', :configurations => ['DEBUG']
Expand All @@ -51,7 +51,7 @@ abstract_target 'fearlessAll' do
end

pods_with_configurations

# Development pods
# pod 'MediaView', :path => '../MediaView-fork'
# pod 'SSFXCM', :path => '../soramitsu-shared-features-ios/SSFXCM'
Expand Down Expand Up @@ -98,7 +98,7 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
xcconfig_path = config.base_configuration_reference.real_path
xcconfig = File.read(xcconfig_path)
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
Expand Down

0 comments on commit 0404714

Please sign in to comment.