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",
|
name: "OLMKit",
|
||||||
dependencies: [ "libolm" ],
|
dependencies: [ "libolm" ],
|
||||||
path: "xcode",
|
path: "xcode",
|
||||||
|
exclude: [ "OLMKit/Info.plist" ],
|
||||||
sources: [ "OLMKit" ],
|
sources: [ "OLMKit" ],
|
||||||
publicHeadersPath: "OLMKit",
|
publicHeadersPath: "OLMKit",
|
||||||
cSettings: [
|
cSettings: [
|
||||||
|
|
Loading…
Reference in a new issue