Skip to content

Commit

Permalink
Bump RxMoya's watchOS deployment target to 3.0 (Moya#1758)
Browse files Browse the repository at this point in the history
* Bumped RxMoya's watchOS deployment target to 3.0

* Changed RxMoya's subspec watchOS deployment target to 3.0

* Changelog entry for new RxMoya watchOS deployment target

* Move changelog entry to top
  • Loading branch information
SimonRice authored and SD10 committed Nov 18, 2018
1 parent 9d1ed87 commit b791faa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Next

### Changed
- **Breaking Change** watchOS deployment target for RxMoya is now 3.0. [#1758](https://github.com/Moya/Moya/pull/1758) by [@simonrice](https://github.com/simonrice).
- Fix warnings generated by Xcode 10. Updated project to Swift 4.2
[#1740](https://github.com/Moya/Moya/pull/1740) by [@lexorus](https://github.com/lexorus)

Expand Down
1 change: 1 addition & 0 deletions Moya.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ Pod::Spec.new do |s|
ss.source_files = "Sources/RxMoya/"
ss.dependency "Moya/Core"
ss.dependency "RxSwift", "~> 4.0"
ss.watchos.deployment_target = '3.0'
end
end
4 changes: 2 additions & 2 deletions Moya.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
WATCHOS_DEPLOYMENT_TARGET = 2.0;
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Debug;
};
Expand Down Expand Up @@ -1182,7 +1182,7 @@
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
WATCHOS_DEPLOYMENT_TARGET = 2.0;
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
name = Release;
};
Expand Down

0 comments on commit b791faa

Please sign in to comment.