Skip to content

Commit 9fce6f3

Browse files
committed
Some changes
1 parent 1ccbec7 commit 9fce6f3

File tree

12 files changed

+53
-509
lines changed

12 files changed

+53
-509
lines changed

Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
platform:ios,'9.0'
22
use_frameworks!
3+
install! 'cocoapods', :disable_input_output_paths => true
34

45
target 'RxIGListKit_Example' do
56
pod 'RxIGListKit', :path => '../'

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PODS:
77
- RxCocoa (5.0.0):
88
- RxRelay (~> 5)
99
- RxSwift (~> 5)
10-
- RxIGListKit (0.1.0):
10+
- RxIGListKit (1.0.0):
1111
- IGListKit
1212
- RxCocoa
1313
- RxRelay (5.0.0):
@@ -31,10 +31,10 @@ EXTERNAL SOURCES:
3131
SPEC CHECKSUMS:
3232
IGListKit: 7a5d788e9fb746bcd402baa8e8b24bc3bd2a5a07
3333
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
34-
RxIGListKit: e9b2ceb1e41c2f896b98c626f9fd897a06212a16
34+
RxIGListKit: 678fee5c7769bfe61c1111b396f90c2a48fbccf8
3535
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
3636
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
3737

38-
PODFILE CHECKSUM: 865b47b44d9402cd7083dc5229c66985a8abfcb2
38+
PODFILE CHECKSUM: 2f55325866dc3334483180691ade683b2d17a20f
3939

4040
COCOAPODS: 1.6.1

Example/Pods/Local Podspecs/RxIGListKit.podspec.json

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

Example/Pods/Manifest.lock

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

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Target Support Files/RxIGListKit/RxIGListKit-Info.plist

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

Example/RxIGListKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
0466CDA4AC48FF503FF0014D /* Pods_RxIGListKit_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EC1BDDB91B48E3CCEFF675A /* Pods_RxIGListKit_Example.framework */; };
1111
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
12-
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
13-
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
1412
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
1513
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
1614
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
@@ -87,8 +85,6 @@
8785
607FACD01AFB9204008FA782 /* RxIGListKit_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RxIGListKit_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
8886
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8987
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
90-
607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
91-
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9288
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
9389
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
9490
607FACE51AFB9204008FA782 /* RxIGListKit_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RxIGListKit_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -212,7 +208,6 @@
212208
84F30AD72255942A008DA454 /* ViewControllers */,
213209
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
214210
84CE8B582259F42D00B2D86A /* Demo.storyboard */,
215-
607FACD91AFB9204008FA782 /* Main.storyboard */,
216211
607FACDC1AFB9204008FA782 /* Images.xcassets */,
217212
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
218213
607FACD31AFB9204008FA782 /* Supporting Files */,
@@ -277,7 +272,6 @@
277272
children = (
278273
84CE8A132259F29A00B2D86A /* DemosViewController.swift */,
279274
84F30B0C2258C1B1008DA454 /* SingleSectionViewController.swift */,
280-
607FACD71AFB9204008FA782 /* ViewController.swift */,
281275
84F30AD8225596B1008DA454 /* TailLoadingViewController.swift */,
282276
84F30AE2225605AA008DA454 /* SearchViewController.swift */,
283277
84F30AE722564D19008DA454 /* MixedDataViewController.swift */,
@@ -435,7 +429,6 @@
435429
isa = PBXResourcesBuildPhase;
436430
buildActionMask = 2147483647;
437431
files = (
438-
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
439432
84CE8B70225A1F1600B2D86A /* NibSelfSizingCell.xib in Resources */,
440433
84FA66742247D47100BB0B68 /* FeedCell.xib in Resources */,
441434
84CE8B592259F42D00B2D86A /* Demo.storyboard in Resources */,
@@ -462,22 +455,11 @@
462455
inputFileListPaths = (
463456
);
464457
inputPaths = (
465-
"${PODS_ROOT}/Target Support Files/Pods-RxIGListKit_Example/Pods-RxIGListKit_Example-frameworks.sh",
466-
"${BUILT_PRODUCTS_DIR}/IGListKit/IGListKit.framework",
467-
"${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
468-
"${BUILT_PRODUCTS_DIR}/RxIGListKit/RxIGListKit.framework",
469-
"${BUILT_PRODUCTS_DIR}/RxRelay/RxRelay.framework",
470-
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
471458
);
472459
name = "[CP] Embed Pods Frameworks";
473460
outputFileListPaths = (
474461
);
475462
outputPaths = (
476-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IGListKit.framework",
477-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
478-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxIGListKit.framework",
479-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxRelay.framework",
480-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
481463
);
482464
runOnlyForDeploymentPostprocessing = 0;
483465
shellPath = /bin/sh;
@@ -538,7 +520,6 @@
538520
84DEEE2B2261BF33003832BD /* CalendarDayCell.swift in Sources */,
539521
84F30B0022579DCE008DA454 /* EmbeddedSectionController.swift in Sources */,
540522
84F30AE3225605AA008DA454 /* SearchViewController.swift in Sources */,
541-
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
542523
84CE8B5F2259F52500B2D86A /* StoryboardLabelSectionController.swift in Sources */,
543524
84F30AF8225652DB008DA454 /* DetailLabelCell.swift in Sources */,
544525
84F30AF622565290008DA454 /* UserSectionController.swift in Sources */,
@@ -608,14 +589,6 @@
608589
/* End PBXTargetDependency section */
609590

610591
/* Begin PBXVariantGroup section */
611-
607FACD91AFB9204008FA782 /* Main.storyboard */ = {
612-
isa = PBXVariantGroup;
613-
children = (
614-
607FACDA1AFB9204008FA782 /* Base */,
615-
);
616-
name = Main.storyboard;
617-
sourceTree = "<group>";
618-
};
619592
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
620593
isa = PBXVariantGroup;
621594
children = (
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>BuildSystemType</key>
6-
<string>Original</string>
7-
</dict>
4+
<dict/>
85
</plist>

0 commit comments

Comments
 (0)