commands/localize/ruby_scripts library

Functions

addXcodeReference({required String projectPath, required String xcstringsPath}) Future<void>
Adds a reference to the xcstrings file in the Xcode project.
getKnownRegions(String projectPath) Future<(String, Set<String>)>
Gets the known regions and source language from the Xcode project.
installXcodeproj() Future<void>
Tries to install the xcodeproj gem.
isXcodeprojInstalled() Future<bool>
Checks if the xcodeproj gem is installed.