Switched iPhoto app for Pages app

This commit is contained in:
Matt Coneybeare
2014-09-18 12:58:22 -04:00
parent 30b8a6bcbb
commit 15a60acb09
4 changed files with 78 additions and 43 deletions

View File

@@ -33,7 +33,7 @@
}
}
let iPhoto = "497786065" // iPhoto iOS
let Pages = "361309726" // Pages iOS
#elseif os(OSX)
@@ -45,7 +45,7 @@
}
let iPhoto = "408981381" // iPhoto Mac
let Pages = "409201541" // Pages Mac
#else
#endif
@@ -62,13 +62,13 @@ extension AppDelegate {
// Normally, all the setup would be here.
// But, because we are presenting a few different setups in the example,
// The config will be in the view controllers
// Armchair.appID("408981381") // iPhoto
// Armchair.appID("408981381") // Pages
//
// It is always best to load Armchair as early as possible
// because it needs to receive application life-cycle notifications
//
// NOTE: The appID call always has to go before any other Armchair calls
Armchair.appID(iPhoto)
Armchair.appID(Pages)
Armchair.debugEnabled(true)
}
}