Skip to content

Commit

Permalink
Regen docs for 3.0
Browse files Browse the repository at this point in the history
Summary:
~~Land after #661, #730 and D5031184~~

Rebuild the docs from script. Couple notes:

- Went from 100% to 99%, does that matter? Script output says
  - > 99% documentation coverage with 2 undocumented symbols
  - Looks like `NS_SWIFT_NAME` throws documentation for a loop on `IGListDiffOption` and `IGListExperiment`
- Swift names are different, will that be a problem?

Part of #707

Closes #728

Differential Revision: D5050951

Pulled By: jessesquires

fbshipit-source-id: 19249c1d34e6f253b911965114fd4ae7458d2684
  • Loading branch information
Ryan Nystrom authored and facebook-github-bot committed May 12, 2017
1 parent ae60df9 commit 32a566d
Show file tree
Hide file tree
Showing 116 changed files with 6,957 additions and 2,802 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
7910AB0B0119845230139A42 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -751,7 +751,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
92C870297B4AB33D0579FFCD /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -766,7 +766,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
985349E4AB771563497C83A5 /* [CP] Embed Pods Frameworks */ = {
Expand Down
1 change: 1 addition & 0 deletions Examples/Examples-iOS/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use_frameworks!
platform :ios, '8.0'

target 'IGListKitExamples' do
pod 'IGListKit', :path => '../../IGListKit.podspec'
Expand Down
14 changes: 7 additions & 7 deletions Examples/Examples-iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- IGListKit (2.1.0):
- IGListKit/Default (= 2.1.0)
- IGListKit/Default (2.1.0):
- IGListKit (3.0.0):
- IGListKit/Default (= 3.0.0)
- IGListKit/Default (3.0.0):
- IGListKit/Diffing
- IGListKit/Diffing (2.1.0)
- IGListKit/Diffing (3.0.0)

DEPENDENCIES:
- IGListKit (from `../../IGListKit.podspec`)
Expand All @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: "../../IGListKit.podspec"

SPEC CHECKSUMS:
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e
IGListKit: 9eab6856a15fa25ad72018ff9d9eb2178c240fff

PODFILE CHECKSUM: 55363d0329e656c259d9b9982b162afd8d8904c6
PODFILE CHECKSUM: 0d505f6895c1f8c0016d78680f9b532c444cbb5e

COCOAPODS: 1.2.0
COCOAPODS: 1.2.1

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

14 changes: 7 additions & 7 deletions Examples/Examples-iOS/Pods/Manifest.lock

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.

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.

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.

Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
7261653A62E258B06255A692 /* [CP] Embed Pods Frameworks */ = {
Expand Down
1 change: 1 addition & 0 deletions Examples/Examples-macOS/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use_frameworks!
platform :osx, '10.10'

target 'IGListKitExamples' do
pod 'IGListKit', :path => '../../IGListKit.podspec'
Expand Down
14 changes: 7 additions & 7 deletions Examples/Examples-macOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- IGListKit (2.1.0):
- IGListKit/Default (= 2.1.0)
- IGListKit/Default (2.1.0):
- IGListKit (3.0.0):
- IGListKit/Default (= 3.0.0)
- IGListKit/Default (3.0.0):
- IGListKit/Diffing
- IGListKit/Diffing (2.1.0)
- IGListKit/Diffing (3.0.0)

DEPENDENCIES:
- IGListKit (from `../../IGListKit.podspec`)
Expand All @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: "../../IGListKit.podspec"

SPEC CHECKSUMS:
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e
IGListKit: 9eab6856a15fa25ad72018ff9d9eb2178c240fff

PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8
PODFILE CHECKSUM: bbe5708b3a7f2dd7c70bb14225a7e37f67e1de58

COCOAPODS: 1.2.0
COCOAPODS: 1.2.1

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

14 changes: 7 additions & 7 deletions Examples/Examples-macOS/Pods/Manifest.lock

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.

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

Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
1ECBF3F943F0EFD1FCF6741F /* [CP] Copy Pods Resources */ = {
Expand Down
1 change: 1 addition & 0 deletions Examples/Examples-tvOS/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use_frameworks!
platform :tvos, '9.0'

target 'IGListKitExamples' do
pod 'IGListKit', :path => '../../IGListKit.podspec'
Expand Down
14 changes: 7 additions & 7 deletions Examples/Examples-tvOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- IGListKit (2.1.0):
- IGListKit/Default (= 2.1.0)
- IGListKit/Default (2.1.0):
- IGListKit (3.0.0):
- IGListKit/Default (= 3.0.0)
- IGListKit/Default (3.0.0):
- IGListKit/Diffing
- IGListKit/Diffing (2.1.0)
- IGListKit/Diffing (3.0.0)

DEPENDENCIES:
- IGListKit (from `../../IGListKit.podspec`)
Expand All @@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: "../../IGListKit.podspec"

SPEC CHECKSUMS:
IGListKit: b826c68ef7a4ae1626c09d4d3e1ea7a169e6c36e
IGListKit: 9eab6856a15fa25ad72018ff9d9eb2178c240fff

PODFILE CHECKSUM: 1c6e95fa41b8dad60a4f701a82d85b3b49e979b8
PODFILE CHECKSUM: f68cec0d93efa38d42ede50dfe01309d83664d56

COCOAPODS: 1.2.0
COCOAPODS: 1.2.1

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

14 changes: 7 additions & 7 deletions Examples/Examples-tvOS/Pods/Manifest.lock

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.

Loading

0 comments on commit 32a566d

Please sign in to comment.