Skip to content

Commit bdf1d87

Browse files
committed
ci: revert to last known working configs; remove failing Podfile post_install; reset FearlessKeys to 0.1.4
1 parent 5af2850 commit bdf1d87

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Podfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)