From d2ee6a21355c390a4aaefc6ea847060c8e47c6ae Mon Sep 17 00:00:00 2001 From: Isidro Henoch Date: Wed, 8 Dec 2021 02:09:47 -0600 Subject: WIP: Starts implementing the main activity - Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality --- shared/src/iosMain/kotlin/mx/trackermap/TrackerMap/Platform.kt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 shared/src/iosMain/kotlin/mx/trackermap/TrackerMap/Platform.kt (limited to 'shared/src/iosMain/kotlin/mx/trackermap/TrackerMap') diff --git a/shared/src/iosMain/kotlin/mx/trackermap/TrackerMap/Platform.kt b/shared/src/iosMain/kotlin/mx/trackermap/TrackerMap/Platform.kt deleted file mode 100644 index 4c557dd..0000000 --- a/shared/src/iosMain/kotlin/mx/trackermap/TrackerMap/Platform.kt +++ /dev/null @@ -1,7 +0,0 @@ -package mx.trackermap.TrackerMap - -import platform.UIKit.UIDevice - -actual class Platform actual constructor() { - actual val platform: String = UIDevice.currentDevice.systemName() + " " + UIDevice.currentDevice.systemVersion -} \ No newline at end of file -- cgit v1.2.3