Correct FAQ about framework naming
This commit is contained in:
committed by
Ilya Matveev
parent
8559f0fb04
commit
af33c37fa4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user