Skip to content

Commit

Permalink
Merge pull request #743 from ivan-magda/patch-1
Browse files Browse the repository at this point in the history
Fix disable warning about static framework usage instruction
  • Loading branch information
Alex009 authored Jul 4, 2024
2 parents 012eeb9 + ea92aa7 commit 71095fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ In Xcode add `Build Phase` (at end of list) with script:
To disable warnings about static framework in gradle.properties:

```xml
moko.resources.disableStaticFrameworkWarning=false
moko.resources.disableStaticFrameworkWarning=true
```

### iOS executable
Expand Down

0 comments on commit 71095fc

Please sign in to comment.