Skip to content

Commit f892773

Browse files
jameshfisherhamchapman
authored andcommitted
remove app key from example
1 parent 7908def commit f892773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PusherSwift
1313
class AppDelegate: UIResponder, UIApplicationDelegate {
1414

1515
var window: UIWindow?
16-
let pusher = Pusher(key: "c57c9cefe298dc06e801")
16+
let pusher = Pusher(key: "YOUR_PUSHER_APP_KEY")
1717

1818
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
1919
// Override point for customization after application launch.

0 commit comments

Comments
 (0)