Skip to content

Commit d9c185b

Browse files
committed
Fixes CI
1 parent ad6d3a7 commit d9c185b

File tree

6 files changed

+22
-169
lines changed

6 files changed

+22
-169
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
---
55

6+
## [2.0.0](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/2.0.0)
7+
8+
* Adds `UIPickerView` extensions.
9+
* Separates `Differentiator` from `RxDataSources`.
10+
611
## [1.0.4](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/1.0.4)
712

813
#### Anomalies

Example/Base.lproj/LaunchScreen.storyboard

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina4_7" orientation="portrait">
4+
<adaptation id="fullscreen"/>
5+
</device>
36
<dependencies>
4-
<deployment identifier="iOS"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
7+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
8+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
69
</dependencies>
710
<scenes>
811
<!--View Controller-->
@@ -14,9 +17,9 @@
1417
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
1518
</layoutGuides>
1619
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
17-
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
20+
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1821
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19-
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
22+
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2023
</view>
2124
</viewController>
2225
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
C8984CA51C36B6FA001E4272 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8984CA41C36B6FA001E4272 /* Assets.xcassets */; };
6161
C8984CA81C36B6FA001E4272 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C8984CA61C36B6FA001E4272 /* LaunchScreen.storyboard */; };
6262
C8984CB41C36B723001E4272 /* ExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8984CB31C36B723001E4272 /* ExampleUITests.swift */; };
63+
C8B4386A1F3BA49F00B6A80B /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = C8B438561F3BA49F00B6A80B /* CHANGELOG.md */; };
6364
C8BBFBD71F3B8F8D00A225F7 /* CollectionViewSectionedDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BBFBCC1F3B8F8D00A225F7 /* CollectionViewSectionedDataSource.swift */; };
6465
C8BBFBD81F3B8F8D00A225F7 /* DataSources.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BBFBCD1F3B8F8D00A225F7 /* DataSources.swift */; };
6566
C8BBFBDA1F3B8F8D00A225F7 /* RxCollectionViewSectionedAnimatedDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8BBFBCF1F3B8F8D00A225F7 /* RxCollectionViewSectionedAnimatedDataSource.swift */; };
@@ -356,6 +357,7 @@
356357
C8984CB11C36B723001E4272 /* ExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
357358
C8984CB31C36B723001E4272 /* ExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleUITests.swift; sourceTree = "<group>"; };
358359
C8984CB51C36B723001E4272 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
360+
C8B438561F3BA49F00B6A80B /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
359361
C8BBFBCC1F3B8F8D00A225F7 /* CollectionViewSectionedDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionViewSectionedDataSource.swift; sourceTree = "<group>"; };
360362
C8BBFBCD1F3B8F8D00A225F7 /* DataSources.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataSources.swift; sourceTree = "<group>"; };
361363
C8BBFBCE1F3B8F8D00A225F7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -560,6 +562,7 @@
560562
C8984C501C36AF35001E4272 = {
561563
isa = PBXGroup;
562564
children = (
565+
C8B438561F3BA49F00B6A80B /* CHANGELOG.md */,
563566
C81FBF5A1F3B9CF10094061E /* Podspecs */,
564567
C82541851F363C76009F6C03 /* dependencies.sh */,
565568
C87C34191F36346A00DB85FE /* Rx.xcodeproj */,
@@ -1006,6 +1009,7 @@
10061009
buildActionMask = 2147483647;
10071010
files = (
10081011
C81FBF461F3B9CED0094061E /* Differentiator.podspec in Resources */,
1012+
C8B4386A1F3BA49F00B6A80B /* CHANGELOG.md in Resources */,
10091013
);
10101014
runOnlyForDeploymentPostprocessing = 0;
10111015
};
@@ -1202,7 +1206,7 @@
12021206
CLANG_WARN_SUSPICIOUS_MOVES = YES;
12031207
DEVELOPMENT_TEAM = 783T66X79Y;
12041208
INFOPLIST_FILE = Tests/Info.plist;
1205-
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
1209+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12061210
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12071211
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests;
12081212
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1220,7 +1224,7 @@
12201224
CLANG_WARN_SUSPICIOUS_MOVES = YES;
12211225
DEVELOPMENT_TEAM = 783T66X79Y;
12221226
INFOPLIST_FILE = Tests/Info.plist;
1223-
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
1227+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12241228
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12251229
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests;
12261230
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1499,6 +1503,7 @@
14991503
isa = XCBuildConfiguration;
15001504
buildSettings = {
15011505
INFOPLIST_FILE = ExampleUITests/Info.plist;
1506+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
15021507
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
15031508
PRODUCT_BUNDLE_IDENTIFIER = kzaher.ExampleUITests;
15041509
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1511,6 +1516,7 @@
15111516
isa = XCBuildConfiguration;
15121517
buildSettings = {
15131518
INFOPLIST_FILE = ExampleUITests/Info.plist;
1519+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
15141520
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
15151521
PRODUCT_BUNDLE_IDENTIFIER = kzaher.ExampleUITests;
15161522
PRODUCT_NAME = "$(TARGET_NAME)";

RxDataSources.xcodeproj/xcshareddata/xcschemes/Differentiator-iOS.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

RxDataSources.xcodeproj/xcshareddata/xcschemes/Differentiator-tvOS.xcscheme

Lines changed: 0 additions & 80 deletions
This file was deleted.

Sources/Differentiator/Changeset.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//
88

99
import Foundation
10-
import CoreData
1110

1211
public struct Changeset<S: SectionModelType> {
1312
public typealias I = S.Item

0 commit comments

Comments
 (0)