dral3x / StringsLint

📱Ensure your localized strings are complete and never unused 👍
MIT License
68 stars 10 forks source link

feat: 🎸 missing comment rule #16

Closed MarcoEidinger closed 3 years ago

MarcoEidinger commented 3 years ago

identify localized strings which do not have a comment in the .strings file

✅ Closes: #15

MarcoEidinger commented 3 years ago

I deleted the unused code.

I added the new files but I could not verify your workflow. I was not able to build with .xcodeproj / workspace even before my changes. Hope by adding the new files it works for you now. If not then I would need your help to understand and run your workflow. I don't know if you expected me to run swift package generate-xcodeproj. again. FYI this command is deprecated. Building StringsLint in Xcode when opening package by double-clicking on Package.swift worked fine before. Also building via make install worked before.