Skip to content

Commit

Permalink
Merge pull request #1543 from shogo4405/feature/drop-carthage-support
Browse files Browse the repository at this point in the history
Discontinued support Carthage.
  • Loading branch information
shogo4405 authored Aug 22, 2024
2 parents 4d40586 + c8c54cc commit 38df8ce
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 43 deletions.
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

0 comments on commit 38df8ce

Please sign in to comment.