We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63930e2 commit e697f69Copy full SHA for e697f69
Sources/CapacitorPluginTools/CapacitorPluginPackage.swift
@@ -95,7 +95,7 @@ public class CapacitorPluginPackage {
95
96
newFiles.removeAll(where: { $0 == "ios/Plugin" || $0 == "ios/Plugin/" })
97
98
- if newFiles.contains(where: { $0 != "ios/"}) {
+ if !newFiles.contains(where: { $0 == "ios/"}) {
99
newFiles.append("ios/Sources")
100
newFiles.append("ios/Tests")
101
}
0 commit comments