Skip to content

Commit 9d102b9

Browse files
jessesquiresfacebook-github-bot
authored andcommitted
Fixup project, update README and guides
Summary: - Fix OCMock issues with tvOS tests - Update README/guides Closes #737 Differential Revision: D5052333 Pulled By: jessesquires fbshipit-source-id: 958444d892c14dd4c75e244f20ae21bbfeec8290
1 parent 32a566d commit 9d102b9

25 files changed

+888
-523
lines changed

Guides/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The preferred method of installation for `IGListKit` is using [CocoaPods](https:
99
In order to use the latest release of the framework, add the following to your `Podfile`:
1010

1111
```ruby
12-
pod 'IGListKit', '~> 3.0.0'
12+
pod 'IGListKit', '~> 3.0'
1313
```
1414

1515
### Using `master`
@@ -29,7 +29,7 @@ With the exception of `macOS` (which currently only supports the diffing algorit
2929
However, if you only want to use the diffing components of this library, then you can use the diffing subspec in your `Podfile`:
3030

3131
```ruby
32-
pod 'IGListKit/Diffing', '~> 3.0.0'
32+
pod 'IGListKit/Diffing', '~> 3.0'
3333
```
3434

3535
Regardless of whether you only use the diffing components, or the entire library, the imports are the same:
@@ -43,5 +43,5 @@ import IGListKit
4343
If using [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`:
4444

4545
```ogdl
46-
github "Instagram/IGListKit" ~> 3.0.0
46+
github "Instagram/IGListKit" ~> 3.0
4747
```

Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
use_frameworks!
3-
platform :ios, '8.0'
43

54
workspace 'IGListKit'
65

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ DEPENDENCIES:
77
SPEC CHECKSUMS:
88
OCMock: 35ae71d6a8fcc1b59434d561d1520b9dd4f15765
99

10-
PODFILE CHECKSUM: c1d61b6e03649cc2671f4ec29d6e8fb07238b6de
10+
PODFILE CHECKSUM: b27692418c91f87e51125b014298a4f9372c5441
1111

1212
COCOAPODS: 1.2.1

Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 778 additions & 496 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Pods/Target Support Files/OCMock-iOS/OCMock-iOS-dummy.m

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

Pods/Target Support Files/OCMock/OCMock.modulemap renamed to Pods/Target Support Files/OCMock-iOS/OCMock-iOS.modulemap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)