Skip to content

Commit 0556655

Browse files
committed
2 parents 482c981 + cae3124 commit 0556655

File tree

317 files changed

+32090
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+32090
-13
lines changed

.gitignore

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
.DS_Store
33

44
# Xcode
5+
#
6+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
7+
8+
## Build generated
59
build/
10+
DerivedData/
11+
12+
## Various settings
613
*.pbxuser
714
!default.pbxuser
815
*.mode1v3
@@ -15,23 +22,54 @@ xcuserdata/
1522
*.xccheckout
1623
profile
1724
*.moved-aside
18-
DerivedData
1925
*.hmap
2026
*.ipa
2127

2228
# Bundler
2329
.bundle
2430

25-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
26-
# Carthage/Checkouts
2731

28-
Carthage/Build
32+
## Other
33+
*.xcscmblueprint
34+
35+
## Obj-C/Swift specific
36+
*.dSYM.zip
37+
*.dSYM
38+
39+
## Playgrounds
40+
timeline.xctimeline
41+
playground.xcworkspace
42+
43+
# Swift Package Manager
44+
#
45+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
46+
# Packages/
47+
# Package.pins
48+
# Package.resolved
2949

50+
# CocoaPods
51+
#
3052
# We recommend against adding the Pods directory to your .gitignore. However
3153
# you should judge for yourself, the pros and cons are mentioned at:
32-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
33-
#
34-
# Note: if you ignore the Pods directory, make sure to uncomment
35-
# `pod install` in .travis.yml
54+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
3655
#
3756
# Pods/
57+
58+
# Carthage
59+
#
60+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
61+
# Carthage/Checkouts
62+
63+
Carthage/Build
64+
65+
# fastlane
66+
#
67+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
68+
# screenshots whenever they are needed.
69+
# For more information about the recommended setup visit:
70+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
71+
72+
fastlane/report.xml
73+
fastlane/Preview.html
74+
fastlane/screenshots/**/*.png
75+
fastlane/test_output

Example/Podfile.lock

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
PODS:
2+
- IGListKit (3.4.0):
3+
- IGListKit/Default (= 3.4.0)
4+
- IGListKit/Default (3.4.0):
5+
- IGListKit/Diffing
6+
- IGListKit/Diffing (3.4.0)
7+
- RxAtomic (4.4.1)
8+
- RxIGListKit (0.1.0):
9+
- IGListKit
10+
- RxSwift
11+
- RxSwift (4.4.1):
12+
- RxAtomic (~> 4.4)
13+
14+
DEPENDENCIES:
15+
- RxIGListKit (from `../`)
16+
17+
SPEC REPOS:
18+
https://github.com/cocoapods/specs.git:
19+
- IGListKit
20+
- RxAtomic
21+
- RxSwift
22+
23+
EXTERNAL SOURCES:
24+
RxIGListKit:
25+
:path: "../"
26+
27+
SPEC CHECKSUMS:
28+
IGListKit: 7a5d788e9fb746bcd402baa8e8b24bc3bd2a5a07
29+
RxAtomic: f8d6adc1ccb87a767811269e4875887bc74dbf19
30+
RxIGListKit: c46a22a75340d21ae3580806c56617d44a5b7c34
31+
RxSwift: 92fcf68dfef21f3e2ab1965363d9e7b3d787597e
32+
33+
PODFILE CHECKSUM: 0898bd53de82a079f255f5e702fb201a78481d8f
34+
35+
COCOAPODS: 1.5.3

Example/Pods/IGListKit/LICENSE.md

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

Example/Pods/IGListKit/README.md

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

Example/Pods/IGListKit/Source/Common/IGListAssert.h

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

Example/Pods/IGListKit/Source/Common/IGListBatchUpdateData.h

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

0 commit comments

Comments
 (0)