Correct FAQ about framework naming
This commit is contained in:
committed by
Ilya Matveev
parent
8559f0fb04
commit
af33c37fa4
@@ -67,14 +67,13 @@ targets {
|
|||||||
|
|
||||||
</div>
|
</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.
|
A: Use the `baseName` option. This will also set the module name.
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
targets {
|
targets {
|
||||||
fromPreset(presets.iosArm64, 'myapp') {
|
fromPreset(presets.iosArm64, 'myapp') {
|
||||||
compilations.main.outputKinds 'FRAMEWORK'
|
|
||||||
binaries {
|
binaries {
|
||||||
framework {
|
framework {
|
||||||
baseName = "TheName"
|
baseName = "TheName"
|
||||||
|
|||||||
Reference in New Issue
Block a user