Forgot framework name update

This commit is contained in:
Ugljesa Jovanovic 2020-10-19 23:01:03 +02:00
parent ff0ff4f3dc
commit bb216793d0
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ kotlin {
// Create a task to build a fat framework.
tasks.create("packForXcode", FatFrameworkTask::class) {
// The fat framework must have the same base name as the initial frameworks.
baseName = "sample"
baseName = "LibsodiumBindings"
// The default destination directory is '<build directory>/fat-framework'.
destinationDir = File(buildDir, "xcode-frameworks")
// Specify the frameworks to be merged.