Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discontinued support Carthage. #1543

Merged
merged 1 commit into from
Aug 22, 2024
Merged
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
1 change: 0 additions & 1 deletion Cartfile

This file was deleted.

1 change: 0 additions & 1 deletion Cartfile.resolved

This file was deleted.

62 changes: 28 additions & 34 deletions HaishinKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "65fb8386efe381a8d8c0bbcbddd33200978bf40057eb2c5aa74817b5200968c7",
"pins" : [
{
"identity" : "logboard",
"kind" : "remoteSourceControl",
"location" : "https://github.com/shogo4405/Logboard",
"state" : {
"revision" : "272976e1f3e8873e60ffe4b08fe50df48a93751b",
"version" : "2.5.0"
}
}
],
"version" : 3
}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ Examples project are available for iOS with UIKit, iOS with SwiftUI, macOS and t
```sh
git clone https://github.com/shogo4405/HaishinKit.swift.git
cd HaishinKit.swift
carthage bootstrap --platform iOS,macOS,tvOS --use-xcframeworks
open HaishinKit.xcodeproj
```

Expand Down Expand Up @@ -203,8 +202,8 @@ HaishinKit has a multi-module configuration. If you want to use the SRT protocol
| - | :- | :- |
| SPM | https://github.com/shogo4405/HaishinKit.swift | https://github.com/shogo4405/HaishinKit.swift |
| CocoaPods |<pre>def import_pods<br> pod 'HaishinKit', '~> 1.9'<br>end</pre>|<pre>def import_pods<br> pod 'SRTHaishinKit', '~> 1.9'<br>end</pre>|
| Carthage | github "shogo4405/HaishinKit.swift" ~> 1.9.2 | Not available. |
* SRTHaishinKit via CocoaPods supports only iOS and tvOS.
* Discontinued support for Carthage. #1542

## 🔧 Prerequisites
Make sure you setup and activate your AVAudioSession iOS.
Expand Down
1 change: 0 additions & 1 deletion Sources/ISO/TSReader.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import AVFoundation
import Foundation
import Logboard

/// A class represents that reads MPEG-2 transport stream data.
public final class TSReader {
Expand Down
4 changes: 0 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
desc "[CI] Review PullRequest."
lane :review do
spm
carthage(
use_xcframeworks: true,
platform: 'iOS'
) if Helper.is_ci?
danger(
danger_id: 'danger',
dangerfile: 'Dangerfile',
Expand Down