Skip to content

Commit 3f098c3

Browse files
authored
fix(device_info_plus): Resolve compilation issues with SPM enabled (#3405)
1 parent 2b7cb08 commit 3f098c3

File tree

1 file changed

+1
-1
lines changed
  • packages/device_info_plus/device_info_plus/macos/device_info_plus

1 file changed

+1
-1
lines changed

packages/device_info_plus/device_info_plus/macos/device_info_plus/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [],
1919
resources: [
2020
.process("PrivacyInfo.xcprivacy"),
21-
],
21+
]
2222
)
2323
]
2424
)

0 commit comments

Comments
 (0)