Skip to content

Commit

Permalink
chore(swiftpm): Fix up CordovaLib Swift Package (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue authored Oct 18, 2021
1 parent f12abcc commit 92e6830
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CordovaLib/CordovaLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@
9064EF5E26FAB74200C9D65B /* include */ = {
isa = PBXGroup;
children = (
C0C01EB41E3911D50056E6CB /* Cordova.h */,
9064EF5F26FAB74800C9D65B /* Cordova */,
);
path = include;
Expand Down Expand Up @@ -362,6 +361,7 @@
C0C01EB31E3911D50056E6CB /* Cordova */ = {
isa = PBXGroup;
children = (
C0C01EB41E3911D50056E6CB /* Cordova.h */,
C0C01EB51E3911D50056E6CB /* Info.plist */,
);
path = Cordova;
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ let package = Package(
.target(
name: "Cordova",
path: "CordovaLib/",
exclude: ["VERSION", "cordova.js", "Cordova/Cordova.h", "Cordova/Info.plist"],
cSettings: [
.headerSearchPath("Classes/Private")
]
]
)
]
)

0 comments on commit 92e6830

Please sign in to comment.