Skip to content

Commit

Permalink
Switch Carthage to use xcframeworks
Browse files Browse the repository at this point in the history
  • Loading branch information
danylokos committed Aug 21, 2022
1 parent 4f6a5ab commit 9740d77
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Bootstrap (Carthage)
if: steps.cache-dependecies-carthage.outputs.cache-hit != 'true'
run: ./carthage.sh bootstrap --platform ios,tvos
run: ./carthage.sh bootstrap --platform ios,tvos --use-xcframeworks
shell: bash

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion MediaKit/VLC/VLCViewHost.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public final class VLCPlayerViewController: UIViewController {

extension VLCPlayerViewController: VLCMediaPlayerDelegate {

public func mediaPlayerStateChanged(_ aNotification: Notification!) {
public func mediaPlayerStateChanged(_ aNotification: Notification) {
guard let player = aNotification.object as? VLCMediaPlayer else { return }
switch player.state {
case .stopped: break
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ List of public domain torrents can be found [here](https://webtorrent.io/free-to
## Build

# Install Carthage dependencies
$ ./carthage.sh bootstrap --platform ios,tvos
$ ./carthage.sh bootstrap --platform ios,tvos --use-xcframeworks

# Install libtorrent
$ ./bootstrap.sh
Expand Down
1 change: 0 additions & 1 deletion SwiftyTV/input.xcfilelist

This file was deleted.

1 change: 0 additions & 1 deletion SwiftyTV/output.xcfilelist

This file was deleted.

101 changes: 33 additions & 68 deletions SwiftyTorrent.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion SwiftyTorrent/input.xcfilelist

This file was deleted.

1 change: 0 additions & 1 deletion SwiftyTorrent/output.xcfilelist

This file was deleted.

0 comments on commit 9740d77

Please # to comment.