Correct FAQ about framework naming

This commit is contained in:
Ilya Matveev
2019-03-25 18:15:15 +07:00
committed by Ilya Matveev
parent 8559f0fb04
commit af33c37fa4
+1 -2
View File
@@ -67,14 +67,13 @@ targets {
</div>
### Q: How do I rename the iOS framework? (main.framework)
### Q: How do I rename the iOS framework? (default name is _\<project name\>_.framework)
A: Use the `baseName` option. This will also set the module name.
```groovy
targets {
fromPreset(presets.iosArm64, 'myapp') {
compilations.main.outputKinds 'FRAMEWORK'
binaries {
framework {
baseName = "TheName"