mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
core: update gradle, rename iOS framework
This commit is contained in:
@@ -33,7 +33,9 @@ kotlin {
|
||||
|
||||
fromPreset(iosPreset, 'ios') {
|
||||
binaries {
|
||||
framework()
|
||||
framework {
|
||||
baseName = "LoopHabitTracker"
|
||||
}
|
||||
}
|
||||
compilations.main {
|
||||
cinterops {
|
||||
@@ -128,5 +130,7 @@ kotlin {
|
||||
into 'build/bin/ios/debugTest'
|
||||
}
|
||||
|
||||
iosTest.dependsOn(iosTestCopyResources)
|
||||
}
|
||||
if (project.tasks.findByName('iosTest')) {
|
||||
iosTest.dependsOn(iosTestCopyResources)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user