Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode11.3
osx_image: xcode15.4
language: objective-c

install:
Expand All @@ -9,7 +9,7 @@ install:
- cd ../

script:
- export IOS_VERSION="13.3"
- export IOS_VERSION="17.5.1"
- bash Tests/test-all.sh
- swift build
- swift test
Expand Down
6 changes: 3 additions & 3 deletions MqttCocoaAsyncSocket.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Updated and maintained by Deusty LLC and the Apple development community.

s.requires_arc = true

s.osx.deployment_target = "10.12"
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "10.0"
s.osx.deployment_target = "10.13"
s.ios.deployment_target = "12.0"
s.tvos.deployment_target = "12.0"

s.ios.frameworks = 'CFNetwork', 'Security'
s.tvos.frameworks = 'CFNetwork', 'Security'
Expand Down