From af33c37fa49fed3fc38fbe7a857a4fcfa9599fa5 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Mon, 25 Mar 2019 18:15:15 +0700 Subject: [PATCH] Correct FAQ about framework naming --- FAQ.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 3104c0fd958..818fc261416 100644 --- a/FAQ.md +++ b/FAQ.md @@ -67,14 +67,13 @@ targets { -### Q: How do I rename the iOS framework? (main.framework) +### Q: How do I rename the iOS framework? (default name is _\_.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"