Skip to content

Commit

Permalink
Merge branch 'main' into shahroz-experiment-with-nonisolated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Apr 4, 2024
2 parents df6e63f + 39176a2 commit a57f065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Apps/VisionOS/VisionOS/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ class AppDelegate: NSObject, UIApplicationDelegate {
You will need cdpApiKey to initialize CustomerIO
Learn more about it here: https://customer.io/docs/sdk/ios/quick-start-guide/#prerequisites
*/

// Uncomment the following line and set CDP API Key if it is more convenient than setting it in the UI
// AppState.shared.workspaceSettings.cdpApiKy = "CDP_API_KEY"

var workspaceSettings = AppState.shared.workspaceSettings
if workspaceSettings.isSet() {
CustomerIO.initialize(
Expand Down

0 comments on commit a57f065

Please sign in to comment.