File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ abstract_target 'fearlessAll' do
2020 pod 'SVGKit'
2121 pod 'Charts' , '~> 4.1.0'
2222 pod 'MediaView' , :git => 'https://github.com/bnsports/MediaView.git' , :branch => 'dev'
23- pod 'FearlessKeys' , '0.1.5 '
23+ pod 'FearlessKeys' , '0.1.4 '
2424
2525 target 'fearlessTests' do
2626 inherit! :search_paths
@@ -50,15 +50,6 @@ post_install do |installer|
5050 xcconfig_mod = xcconfig . gsub ( /DT_TOOLCHAIN_DIR/ , "TOOLCHAIN_DIR" )
5151 File . open ( xcconfig_path , "w" ) { |file | file << xcconfig_mod }
5252 end
53- # Workaround for CocoaPods treating text files as sources in FearlessKeys
54- if target . name == 'FearlessKeys'
55- sources_phase = target . sources_build_phase
56- sources_phase . files_references . each do |fr |
57- if fr . path . to_s . end_with? ( 'google-keys.txt' )
58- sources_phase . remove_file_reference ( fr )
59- end
60- end
61- end
6253 if target . name == 'SSFXCM'
6354 target . build_configurations . each do |config |
6455 if config . name == 'Dev'
You can’t perform that action at this time.
0 commit comments