-
-
Notifications
You must be signed in to change notification settings - Fork 700
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
64 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// swift-tools-version: 5.9 | ||
// The swift-tools-version declares the minimum version of Swift required to build this package. | ||
|
||
import PackageDescription | ||
|
||
let package = Package( | ||
// TODO: Update your plugin name. | ||
name: "just_audio", | ||
platforms: [ | ||
.iOS("12.0"), | ||
.macOS("10.14") | ||
], | ||
products: [ | ||
.library(name: "just-audio", targets: ["just_audio"]) | ||
], | ||
dependencies: [], | ||
targets: [ | ||
.target( | ||
name: "just_audio", | ||
dependencies: [], | ||
cSettings: [ | ||
.headerSearchPath("include/just_audio") | ||
] | ||
) | ||
] | ||
) |
18 changes: 9 additions & 9 deletions
18
just_audio/darwin/Classes/AudioPlayer.m → ...st_audio/Sources/just_audio/AudioPlayer.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
just_audio/darwin/Classes/AudioSource.m → ...st_audio/Sources/just_audio/AudioSource.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...audio/darwin/Classes/BetterEventChannel.m → ...o/Sources/just_audio/BetterEventChannel.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...udio/darwin/Classes/ClippingAudioSource.m → .../Sources/just_audio/ClippingAudioSource.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...darwin/Classes/ConcatenatingAudioSource.m → ...ces/just_audio/ConcatenatingAudioSource.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...audio/darwin/Classes/IndexedAudioSource.m → ...o/Sources/just_audio/IndexedAudioSource.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
just_audio/darwin/just_audio/Sources/just_audio/IndexedPlayerItem.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#import "./include/just_audio/IndexedPlayerItem.h" | ||
#import "./include/just_audio/IndexedAudioSource.h" | ||
|
||
@implementation IndexedPlayerItem | ||
@synthesize audioSource; | ||
@end |
4 changes: 2 additions & 2 deletions
4
just_audio/darwin/Classes/JustAudioPlugin.m → ...udio/Sources/just_audio/JustAudioPlugin.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
just_audio/darwin/Classes/LoadControl.m → ...st_audio/Sources/just_audio/LoadControl.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...audio/darwin/Classes/LoopingAudioSource.m → ...o/Sources/just_audio/LoopingAudioSource.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
just_audio/darwin/Classes/UriAudioSource.m → ...audio/Sources/just_audio/UriAudioSource.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.