func applicationDidFinishLaunching()

in Sample macOS App/AppDelegate.swift [14:22]


  func applicationDidFinishLaunching(_ aNotification: Notification) {
    // Start App Center
    AppCenter.start(withAppSecret: "<APP SECRET HERE>", services: [
      Analytics.self,
      Crashes.self,
    ])

    pageController.arrangedObjects = services
  }