Skip to content

Commit

Permalink
Updates Carthage and CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 17, 2017
1 parent 283d546 commit 691f65b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ timeline.xctimeline
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
Pods

# Carthage
#
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
- BUILD="pod repo update && pod lib lint RxDataSources.podspec --verbose && pod lib lint Differentiator.podspec --verbose "
- BUILD="carthage update --platform iOS && carthage build --no-skip-current --platform iOS"
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"
- BUILD="swift test"

script: eval "${BUILD}"

Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "4.0.0-beta.0"
github "ReactiveX/RxSwift" "4.0.0"
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ platform :ios, '8.0'
use_frameworks!

def common
pod 'RxSwift', :git => 'git@github.com:ReactiveX/RxSwift.git', :branch => 'rxswift4.0-swift4.0'
pod 'RxCocoa', :git => 'git@github.com:ReactiveX/RxSwift.git', :branch => 'rxswift4.0-swift4.0'
pod 'RxSwift', :git => 'git@github.com:ReactiveX/RxSwift.git', :branch => 'master'
pod 'RxCocoa', :git => 'git@github.com:ReactiveX/RxSwift.git', :branch => 'master'
end

target 'RxDataSources' do
Expand Down
2 changes: 0 additions & 2 deletions RxDataSources.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,6 @@
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -1280,7 +1279,6 @@
PRODUCT_BUNDLE_IDENTIFIER = io.rx.Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down

0 comments on commit 691f65b

Please sign in to comment.