Skip to content

Commit

Permalink
[iOS11] Inhibit all warnings from OCMock
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Nystrom committed Sep 20, 2017
1 parent d322c2e commit 662817d
Show file tree
Hide file tree
Showing 8 changed files with 311 additions and 257 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use_frameworks!
workspace 'IGListKit'

target 'IGListKitTests' do
pod 'OCMock', '~> 3.0'
pod 'OCMock', '~> 3.0', :inhibit_warnings => true
end

target 'IGListKit-tvOSTests' do
pod 'OCMock', '~> 3.0'
pod 'OCMock', '~> 3.0', :inhibit_warnings => true
end
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DEPENDENCIES:
SPEC CHECKSUMS:
OCMock: 35ae71d6a8fcc1b59434d561d1520b9dd4f15765

PODFILE CHECKSUM: b27692418c91f87e51125b014298a4f9372c5441
PODFILE CHECKSUM: 53a98c0645593b9d22a64daa51e5d77bac4e3d73

COCOAPODS: 1.2.1
COCOAPODS: 1.3.1
4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

462 changes: 241 additions & 221 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 662817d

Please sign in to comment.