Skip to content

Commit b4c4410

Browse files
committed
old test targets has been removed from fearless
1 parent 685e531 commit b4c4410

File tree

5 files changed

+1
-1141
lines changed

5 files changed

+1
-1141
lines changed

Podfile

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,6 @@ abstract_target 'fearlessAll' do
2222
pod 'MediaView', :git => 'https://github.com/bnsports/MediaView.git', :branch => 'dev'
2323
pod 'FearlessKeys', '0.1.4'
2424

25-
target 'fearlessTests' do
26-
inherit! :search_paths
27-
28-
pod 'Cuckoo'
29-
pod 'SoraFoundation', '~> 1.0.0'
30-
pod 'R.swift', '6.1.0', :inhibit_warnings => true
31-
pod 'FireMock', :inhibit_warnings => true
32-
pod 'SoraKeystore', :git => 'https://github.com/soramitsu/keystore-iOS.git', :tag => '1.0.1'
33-
pod 'Sourcery', '~> 1.4'
34-
35-
end
36-
37-
target 'fearlessIntegrationTests'
38-
3925
target 'fearless'
4026

4127
end
@@ -50,14 +36,5 @@ post_install do |installer|
5036
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
5137
File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
5238
end
53-
if target.name == 'SSFXCM'
54-
target.build_configurations.each do |config|
55-
if config.name == 'Dev'
56-
config.build_settings['OTHER_SWIFT_FLAGS'] = '-DF_DEV -D COCOAPODS'
57-
else
58-
config.build_settings['OTHER_SWIFT_FLAGS'] = '-D COCOAPODS'
59-
end
60-
end
61-
end
6239
end
6340
end

Podfile.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ PODS:
66
- CocoaLumberjack (3.8.4):
77
- CocoaLumberjack/Core (= 3.8.4)
88
- CocoaLumberjack/Core (3.8.4)
9-
- Cuckoo (1.10.4):
10-
- Cuckoo/Swift (= 1.10.4)
11-
- Cuckoo/Swift (1.10.4)
129
- FearlessKeys (0.1.4)
13-
- FireMock (3.1)
1410
- Kingfisher (7.10.2)
1511
- MediaView (0.2.0)
1612
- R.swift (6.1.0):
@@ -81,9 +77,7 @@ PODS:
8177

8278
DEPENDENCIES:
8379
- Charts (~> 4.1.0)
84-
- Cuckoo
8580
- FearlessKeys (= 0.1.4)
86-
- FireMock
8781
- Kingfisher (= 7.10.2)
8882
- MediaView (from `https://github.com/bnsports/MediaView.git`, branch `dev`)
8983
- R.swift (= 6.1.0)
@@ -102,8 +96,6 @@ SPEC REPOS:
10296
https://github.com/CocoaPods/Specs.git:
10397
- Charts
10498
- CocoaLumberjack
105-
- Cuckoo
106-
- FireMock
10799
- Kingfisher
108100
- R.swift
109101
- R.swift.Library
@@ -139,9 +131,7 @@ CHECKOUT OPTIONS:
139131
SPEC CHECKSUMS:
140132
Charts: ce0768268078eee0336f122c3c4ca248e4e204c5
141133
CocoaLumberjack: df59726690390bb8aaaa585938564ba1c8dbbb44
142-
Cuckoo: 20b8aed94022e0e43e90f7c9e4fb0c86f0926a01
143134
FearlessKeys: 5ec2782533624d237c899677a8c10859fbbc6668
144-
FireMock: 3eed872059c12f94855413347da83b9d6d1a6fac
145135
Kingfisher: 99edc495d3b7607e6425f0d6f6847b2abd6d716d
146136
MediaView: 10ff6a5c7950a7c72c5da9e9b89cc85a981e6abc
147137
R.swift: ec98ff71c4ab2f6fd01dd077e5afd15e63a4834c
@@ -158,6 +148,6 @@ SPEC CHECKSUMS:
158148
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
159149
SwiftyBeaver: 014b0c12065026b731bac80305294f27d63e27f6
160150

161-
PODFILE CHECKSUM: 6eca9a23a0e78699b9b76e0f4a5d70c067f5290f
151+
PODFILE CHECKSUM: 2765a7ef34d447c0c0be3417855e8ee9fdaba23c
162152

163153
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)