Skip to content

Commit

Permalink
Merge pull request #726 from icerockdev/added-info-about-script-sandbox
Browse files Browse the repository at this point in the history
add info about script sandbox in xcode setup
  • Loading branch information
Alex009 authored May 30, 2024
2 parents a8c9df4 + b690cfe commit db8aa57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ You should enable moko-resources gradle plugin in `resources` module, that conta

### Xcode setup

For correct work of plugin tasks you need disable `ENABLE_USER_SCRIPT_SANDBOXING` in .xcodeproj file:
Xcode > Build Settings > Build Options > User Script Sandbox set `NO`

In iOS/macOS Info.plist need to add localizations, to use localizations strings.

```xml
Expand Down

0 comments on commit db8aa57

Please sign in to comment.