Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
fixed old key in tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotethegr8 committed May 1, 2019
1 parent 3388371 commit f9333f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KinSDK/KinTestHost/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
Expand Down

0 comments on commit f9333f4

Please sign in to comment.