diff --git a/core/build.gradle b/core/build.gradle
index 0db23b98a..dc545c340 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -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)
-}
\ No newline at end of file
+ if (project.tasks.findByName('iosTest')) {
+ iosTest.dependsOn(iosTestCopyResources)
+ }
+}
diff --git a/core/gradle/wrapper/gradle-wrapper.properties b/core/gradle/wrapper/gradle-wrapper.properties
index 48d722f7d..917840c81 100644
--- a/core/gradle/wrapper/gradle-wrapper.properties
+++ b/core/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,5 @@
-#Sun Apr 07 10:31:43 CDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip
diff --git a/ios/Application/BridgingHeader.h b/ios/Application/BridgingHeader.h
index 8bec8a96c..7032ff4f2 100644
--- a/ios/Application/BridgingHeader.h
+++ b/ios/Application/BridgingHeader.h
@@ -17,4 +17,4 @@
* with this program. If not, see .
*/
-#import
+#import "LoopHabitTracker.h"
diff --git a/ios/Application/Frontend/MainScreenController.swift b/ios/Application/Frontend/MainScreenController.swift
index 2485caead..e50974aaf 100644
--- a/ios/Application/Frontend/MainScreenController.swift
+++ b/ios/Application/Frontend/MainScreenController.swift
@@ -76,7 +76,7 @@ class MainScreenCell : UITableViewCell {
ring.setNeedsDisplay()
for i in 0..