File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,10 @@ target 'Database_Example_iOS' do
41
41
42
42
target 'Database_Tests_iOS' do
43
43
inherit! :search_paths
44
- pod 'OCMock'
45
44
end
46
45
47
46
target 'Database_IntegrationTests_iOS' do
48
47
inherit! :search_paths
49
- pod 'OCMock'
50
48
end
51
49
end
52
50
@@ -113,7 +111,6 @@ target 'Storage_Example_iOS' do
113
111
114
112
target 'Storage_IntegrationTests_iOS' do
115
113
inherit! :search_paths
116
- pod 'OCMock'
117
114
end
118
115
end
119
116
@@ -173,12 +170,10 @@ target 'Database_Example_macOS' do
173
170
174
171
target 'Database_Tests_macOS' do
175
172
inherit! :search_paths
176
- pod 'OCMock'
177
173
end
178
174
179
175
target 'Database_IntegrationTests_macOS' do
180
176
inherit! :search_paths
181
- pod 'OCMock'
182
177
end
183
178
end
184
179
@@ -194,7 +189,6 @@ target 'Storage_Example_macOS' do
194
189
195
190
target 'Storage_IntegrationTests_macOS' do
196
191
inherit! :search_paths
197
- pod 'OCMock'
198
192
end
199
193
end
200
194
@@ -225,13 +219,11 @@ target 'Database_Example_tvOS' do
225
219
226
220
target 'Database_Tests_tvOS' do
227
221
inherit! :search_paths
228
- pod 'OCMock'
229
222
end
230
223
231
224
# TODO
232
225
# target 'Database_IntegrationTests_tvOS' do
233
226
# inherit! :search_paths
234
- # pod 'OCMock'
235
227
# end
236
228
end
237
229
@@ -248,6 +240,5 @@ target 'Storage_Example_tvOS' do
248
240
#TODO Storage_IntegrationTests_tvOS
249
241
# target 'Storage_IntegrationTests_tvOS' do
250
242
# inherit! :search_paths
251
- # pod 'OCMock'
252
243
# end
253
244
end
You can’t perform that action at this time.
0 commit comments