Skip to content

Commit dceda76

Browse files
authored
Remove unnecessary OCMock Podfile dependencies (#1969)
1 parent ceb991a commit dceda76

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Example/Podfile

-9
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ target 'Database_Example_iOS' do
4141

4242
target 'Database_Tests_iOS' do
4343
inherit! :search_paths
44-
pod 'OCMock'
4544
end
4645

4746
target 'Database_IntegrationTests_iOS' do
4847
inherit! :search_paths
49-
pod 'OCMock'
5048
end
5149
end
5250

@@ -113,7 +111,6 @@ target 'Storage_Example_iOS' do
113111

114112
target 'Storage_IntegrationTests_iOS' do
115113
inherit! :search_paths
116-
pod 'OCMock'
117114
end
118115
end
119116

@@ -173,12 +170,10 @@ target 'Database_Example_macOS' do
173170

174171
target 'Database_Tests_macOS' do
175172
inherit! :search_paths
176-
pod 'OCMock'
177173
end
178174

179175
target 'Database_IntegrationTests_macOS' do
180176
inherit! :search_paths
181-
pod 'OCMock'
182177
end
183178
end
184179

@@ -194,7 +189,6 @@ target 'Storage_Example_macOS' do
194189

195190
target 'Storage_IntegrationTests_macOS' do
196191
inherit! :search_paths
197-
pod 'OCMock'
198192
end
199193
end
200194

@@ -225,13 +219,11 @@ target 'Database_Example_tvOS' do
225219

226220
target 'Database_Tests_tvOS' do
227221
inherit! :search_paths
228-
pod 'OCMock'
229222
end
230223

231224
# TODO
232225
# target 'Database_IntegrationTests_tvOS' do
233226
# inherit! :search_paths
234-
# pod 'OCMock'
235227
# end
236228
end
237229

@@ -248,6 +240,5 @@ target 'Storage_Example_tvOS' do
248240
#TODO Storage_IntegrationTests_tvOS
249241
# target 'Storage_IntegrationTests_tvOS' do
250242
# inherit! :search_paths
251-
# pod 'OCMock'
252243
# end
253244
end

0 commit comments

Comments
 (0)