refactor: replace sample app with list of records

This commit is contained in:
2026-06-09 15:57:38 +02:00
parent f37e71dddd
commit 09deb69d05
16 changed files with 163 additions and 229 deletions
@@ -1,9 +0,0 @@
package fr.ajaury.gwenedeg
import platform.UIKit.UIDevice
class IOSPlatform: Platform {
override val name: String = UIDevice.currentDevice.systemName() + " " + UIDevice.currentDevice.systemVersion
}
actual fun getPlatform(): Platform = IOSPlatform()