You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Swift 5.7 and Xcode 14, dropping support for older versions and fixing the 'could not parse syntax tree' issue.
BartyCrouch now recognizes LocalizedStringResource entries by default (unless you override the customFunction option). This helps support localization in newer APIs like the AppIntents framework. See README for more info.
Fixed
Updated DeepL API to a POST request according to the documentation to fix issues.
Re-implement option overrideComments for code update (see README).
Issues: #261 | Author: Cihat Gündüz
This also attempts to fix an issue with Xcode 14 not linking to the internal SwiftSyntax binary by switching to a static binary approach using https://github.com/keith/StaticInternalSwiftSyntaxParser. Hope it works and prevents such Xcode upgrade issues in the future! 🤞