Skip to content

Commit

Permalink
Move to Swift Package Manager (#30)
Browse files Browse the repository at this point in the history
* update to RxSwift 6.2.0 consistently
* update versions in podspec

* make DataInputStreamTests build in swift 5
* add Package.swift for spm support

* use swift test to run tests
* mention spm in readme
* mention Multicast Networking Entitlement

* use spm from Example app

* remove xcodeproj files for libraries they can be build opening Package.swift
* update readme

* set TEST=1 when running swift test on travis
* show swift version when building/running tests on travis
* update xcode version for travis builds to 12.5
  • Loading branch information
flowsprenger authored Jun 23, 2021
1 parent a7f2373 commit bc04189
Show file tree
Hide file tree
Showing 23 changed files with 101 additions and 2,405 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: objective-c
os:
- osx
dist: trusty
osx_image: xcode12.4
osx_image: xcode12.5

script:
- xcodebuild -version;
xcodebuild -showsdks;
travis_wait 60 ./run_tests.sh;
./run_tests.sh;
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "6.1.0"
github "ReactiveX/RxSwift" "6.2.0"
2 changes: 1 addition & 1 deletion LifxDomain.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LifxDomain"
s.version = "0.0.1"
s.version = "0.0.3"

s.summary = "LIFX Message definition and (de)serialization code for integration with your own code. Has no external dependencies."
s.description = <<-DESC
Expand Down
Loading

0 comments on commit bc04189

Please sign in to comment.