Aerex
Aerex
I figured that running a list of if and else statements for effects would not be practical. A better way would be to include an instruction set that can be...
Context: Allows creating a customization configuration page for plugins. The following steps must be done to configure the page. - The plugin must implement the `getConfigBrowser` method. The method should...
There is an issue with replacing the [__FULL_IMPORT_PATH__](https://github.com/Aerex/i18n4go/blob/master/cmds/rewrite_package.go#L562-L576) when simulating the `rewrite-package` command. This is leading to the following errors: ``` Total files parsed: 1 Total rewritten strings: 1 Total...
# Context The CLI assumes that the user will use `go-bindata` to generate a binary file of the localization JSON files. When running the command `rewrite-command` the CLI will generate...
Fixed issue with build failing due to the inability to find the destination specifier ``` xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:iOS Simulator...
There was no option to determine the swift version for installed pods. You can achieve this manually by changing the `Use Legacy Swift Language Version` flag in `Build Settings`. It...
I will need access to the org as well.
- **wip: started adding english translation** - **chore: reduce translation into a single file** - **build: added ci check for valiating translation messages** - **fix: updated root packages pointing to...