Skip to content

Commit 6a44ebd

Browse files
authored
Update SceneDelegate.swift
1 parent 124834b commit 6a44ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeRASP/SceneDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
2020
window.makeKeyAndVisible()
2121
self.window = window
2222

23-
let config = TalsecConfig(appBundleIds: ["ABCD"], appTeamId: "EFGH", watcherMailAddress: "[email protected]", isProd: true)
23+
let config = TalsecConfig(appBundleIds: ["your_bundle_id"], appTeamId: "your_team_id", watcherMailAddress: "[email protected]", isProd: true)
2424
Talsec.start(config: config)
2525
}
2626

0 commit comments

Comments
 (0)