Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 22, 2024
1 parent 2dde428 commit f081949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: futureware-tech/simulator-action@bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9
with:
os: iOS
os_version: '>=12.0'
os_version: '>=13.0'
- name: Run tests
run: |
cd example
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cupertino_http/darwin/cupertino_http.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Pod::Spec.new do |s|
s.source_files = 'cupertino_http/Sources/cupertino_http/**/*'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.14'
s.ios.deployment_target = '13.0' # Required for NSURLSessionWebSocketDelegate.
s.osx.deployment_target = '10.15' # Required for NSURLSessionWebSocketDelegate.

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
Expand Down

0 comments on commit f081949

Please sign in to comment.