Exclude Info.plist from SPM compilation

Otherwise this shows a warning.
This commit is contained in:
Helge Heß 2020-04-10 18:15:39 +02:00
parent 84d33563c5
commit 4f2f851762

View file

@ -28,6 +28,7 @@ let package = Package(
name: "OLMKit",
dependencies: [ "libolm" ],
path: "xcode",
exclude: [ "OLMKit/Info.plist" ],
sources: [ "OLMKit" ],
publicHeadersPath: "OLMKit",
cSettings: [