Exclude Info.plist from SPM compilation
Otherwise this shows a warning.
This commit is contained in:
parent
84d33563c5
commit
4f2f851762
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ let package = Package(
|
|||
name: "OLMKit",
|
||||
dependencies: [ "libolm" ],
|
||||
path: "xcode",
|
||||
exclude: [ "OLMKit/Info.plist" ],
|
||||
sources: [ "OLMKit" ],
|
||||
publicHeadersPath: "OLMKit",
|
||||
cSettings: [
|
||||
|
|
Loading…
Reference in a new issue