Skip to content

Commit 691f65b

Browse files
committed
Updates Carthage and CocoaPods
1 parent 283d546 commit 691f65b

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ timeline.xctimeline
2626
# you should judge for yourself, the pros and cons are mentioned at:
2727
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
2828
#
29+
Pods
2930

3031
# Carthage
3132
#

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
- BUILD="pod repo update && pod lib lint RxDataSources.podspec --verbose && pod lib lint Differentiator.podspec --verbose "
1616
- BUILD="carthage update --platform iOS && carthage build --no-skip-current --platform iOS"
1717
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"
18-
- BUILD="swift test"
1918

2019
script: eval "${BUILD}"
2120

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "4.0.0-beta.0"
1+
github "ReactiveX/RxSwift" "4.0.0"

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ platform :ios, '8.0'
22
use_frameworks!
33

44
def common
5-
pod 'RxSwift', :git => '[email protected]:ReactiveX/RxSwift.git', :branch => 'rxswift4.0-swift4.0'
6-
pod 'RxCocoa', :git => '[email protected]:ReactiveX/RxSwift.git', :branch => 'rxswift4.0-swift4.0'
5+
pod 'RxSwift', :git => '[email protected]:ReactiveX/RxSwift.git', :branch => 'master'
6+
pod 'RxCocoa', :git => '[email protected]:ReactiveX/RxSwift.git', :branch => 'master'
77
end
88

99
target 'RxDataSources' do

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,6 @@
12621262
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests;
12631263
PRODUCT_NAME = "$(TARGET_NAME)";
12641264
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1265-
SWIFT_VERSION = 3.0;
12661265
};
12671266
name = Debug;
12681267
};
@@ -1280,7 +1279,6 @@
12801279
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests;
12811280
PRODUCT_NAME = "$(TARGET_NAME)";
12821281
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1283-
SWIFT_VERSION = 3.0;
12841282
};
12851283
name = Release;
12861284
};

0 commit comments

Comments
 (0)