Skip to content

Commit

Permalink
Add iOS include path to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Dec 6, 2024
1 parent 0ca8f80 commit 7a727b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ let package = Package(
name: "video_player_avfoundation_ios",
cSettings: [
.headerSearchPath("../video_player_avfoundation/include/video_player_avfoundation")
.headerSearchPath("./include")
]
),
.target(
Expand Down

0 comments on commit 7a727b9

Please sign in to comment.