diff --git a/inventory/clients/ios-swiftui/InventoryDemo/InventoryDemoApp.swift b/inventory/clients/ios-swiftui/InventoryDemo/InventoryDemoApp.swift index 269ecce..2ae20df 100644 --- a/inventory/clients/ios-swiftui/InventoryDemo/InventoryDemoApp.swift +++ b/inventory/clients/ios-swiftui/InventoryDemo/InventoryDemoApp.swift @@ -12,7 +12,7 @@ import RealmSwift // called "realm-app-id.txt" and put inside a line with the realm app id you've created // that id will look like myappsync-xxxxx let (success, filecontent) = readFile(named: "realm-app-id.txt") - + let app = RealmSwift.App(id: success ? filecontent: "Couldn't read secrets file. Is there?" ) var store = "101"