igorkulman / iOSLocalizationEditor

Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
MIT License
1.46k stars 116 forks source link

Update for Xcode 13. #91

Closed GetToSet closed 2 years ago

GetToSet commented 2 years ago

This PR:

  1. Update to recommended settings for Xcode 13. (Setting CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER to YES)
  2. Ensures SwiftLint installed from Homebrew on M1 Macs runs properly, see: SwiftLint #3378
  3. SwiftLint's analyzer rule unused_private_declaration has been renamed to unused_declaration in 0.34.0, see here
igorkulman commented 2 years ago

Thanks