Skip to content

Commit

Permalink
master - Bug fix for Xcode framework name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Oct 31, 2019
1 parent 5c16637 commit 43e0876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ task iosTest {
}

task fatFramework(type: FatFrameworkTask) {
baseName = frameworkName
final File frameworkDir = new File(buildDir, "xcode-frameworks")
destinationDir = frameworkDir

Expand Down

0 comments on commit 43e0876

Please sign in to comment.