Skip to content

Commit 5bc02e7

Browse files
committed
Revert the Podfile for test cases
1 parent 66be186 commit 5bc02e7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Storage/Podfile

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ target 'FirebaseStorageUI' do
55

66
pod 'Firebase/Storage'
77
pod 'SDWebImage', '~> 5.0'
8-
end
98

10-
target 'FirebaseStorageUITests' do
11-
use_frameworks!
12-
13-
pod 'Firebase/Storage'
14-
pod 'SDWebImage', '~> 5.0'
15-
pod 'OCMock'
16-
end
9+
target 'FirebaseStorageUITests' do
10+
inherit! :search_paths
11+
pod 'OCMock'
12+
end
13+
end

0 commit comments

Comments
 (0)