Skip to content

Commit 8337681

Browse files
authored
Merge pull request #98 from slobodanmilinkovic/fix/xcode-privacyinfo-missing
fix(ios): fix path to PrivacyInfo.xcprivacy
2 parents aa022cf + 27f49a1 commit 8337681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wakelock_plus/ios/wakelock_plus/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
name: "wakelock_plus",
1818
dependencies: [],
1919
resources: [
20-
.process("PrivacyInfo.xcprivacy"),
20+
.process("Resources")
2121
],
2222
cSettings: [
2323
.headerSearchPath("include/wakelock_plus")

0 commit comments

Comments
 (0)