hyperoslo / BarcodeScanner

:mag_right: A simple and beautiful barcode scanner.
http://hyper.no
Other
1.69k stars 387 forks source link

Fix invalid resource SPM warning #206

Closed mthole closed 2 years ago

mthole commented 2 years ago

Simply remove the resources: [.copy("Images/cameraRotate@3x.png")]) part of the SPM resources, as this file is already handled as part of the .xcassets

Fixes https://github.com/hyperoslo/BarcodeScanner/issues/203

3lvis commented 2 years ago

Thank you!