Skip to content

Commit

Permalink
Fix exporting Swift Package Manager package (#33)
Browse files Browse the repository at this point in the history
* Add "Source/M3U8ExtXByteRange.m" to target.sources
  • Loading branch information
karolbielski authored Dec 23, 2020
1 parent a1a2d1c commit 03b8a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ let package = Package(
"Source/M3U8MediaPlaylist.m",
"Source/M3U8SegmentInfo.m",
"Source/M3U8SegmentInfoList.m",
"Source/M3U8ExtXByteRange.m",
],
publicHeadersPath: "include",
cxxSettings: [
Expand Down

0 comments on commit 03b8a21

Please sign in to comment.