Skip to content

Commit

Permalink
Package.swift の platforms を 14.0 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Oct 1, 2024
1 parent 501a573 commit b04222e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- @miosakuma
- [UPDATE] システム条件の iOS を 14.0 に上げる
- IPHONEOS_DEPLOYMENT_TARGET を 14.0 に上げる
- SwiftPM の platforms の設定を 14.0 に上げる
- CocoaPods の platform の設定を 14.0 に上げる
- libwebrtc の対象バージョンに追従した
- https://webrtc.googlesource.com/src/+/9b81d2c954128831c62d8a0657c7f955b3c02d32
- @miosakuma
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let file = "WebRTC-129.6668.1.0/WebRTC.xcframework.zip"

let package = Package(
name: "Sora",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v14)],
products: [
.library(name: "Sora", targets: ["Sora"]),
.library(name: "WebRTC", targets: ["WebRTC"]),
Expand Down

0 comments on commit b04222e

Please sign in to comment.