We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124834b commit 6a44ebdCopy full SHA for 6a44ebd
FreeRASP/SceneDelegate.swift
@@ -20,7 +20,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
20
window.makeKeyAndVisible()
21
self.window = window
22
23
- let config = TalsecConfig(appBundleIds: ["ABCD"], appTeamId: "EFGH", watcherMailAddress: "[email protected]", isProd: true)
+ let config = TalsecConfig(appBundleIds: ["your_bundle_id"], appTeamId: "your_team_id", watcherMailAddress: "[email protected]", isProd: true)
24
Talsec.start(config: config)
25
}
26
0 commit comments