From 013de1e5e41a90b728800e12769fd4dae4c7dbb0 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Tue, 11 Aug 2015 23:36:17 -0400 Subject: [PATCH 1/9] does this trigger a build --- CircleCI-Sample/AppDelegate.swift | 9 +++++++++ CircleCI-Sample/ViewController.swift | 13 +++++++++++++ 2 files changed, 22 insertions(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index 4373b00..fcbc364 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -13,6 +13,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? + NSLog("test") + NSLog("test") + NSLog("test") + func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. @@ -22,6 +26,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func applicationWillResignActive(application: UIApplication) { // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. + + NSLog("test") + NSLog("test") + NSLog("test") + NSLog("test") } func applicationDidEnterBackground(application: UIApplication) { diff --git a/CircleCI-Sample/ViewController.swift b/CircleCI-Sample/ViewController.swift index 88f6935..6b4b3e4 100644 --- a/CircleCI-Sample/ViewController.swift +++ b/CircleCI-Sample/ViewController.swift @@ -8,11 +8,24 @@ import UIKit + + class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() + + + NSLog("test") + NSLog("test") + NSLog("test") + NSLog("test") + NSLog("test") + NSLog("test") + NSLog("test") + NSLog("test") + NSLog("test") // Do any additional setup after loading the view, typically from a nib. } From 6a5ac4b4708b285ab3f75c94c2dca9ea0d4a31cc Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Tue, 11 Aug 2015 23:45:20 -0400 Subject: [PATCH 2/9] fix for the compile error (test) --- CircleCI-Sample/AppDelegate.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index fcbc364..2d7435b 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -12,10 +12,7 @@ import UIKit class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - - NSLog("test") - NSLog("test") - NSLog("test") + func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { From fa7a0bde41e7d62b4c94b3e3d58b03e795ff699f Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Tue, 11 Aug 2015 23:58:47 -0400 Subject: [PATCH 3/9] Just need another change --- CircleCI-Sample/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index 2d7435b..4ed7e99 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -14,6 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? + func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. From d5c2d3eb68ff71b56915c4a3d684319377b4d0af Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Wed, 12 Aug 2015 00:40:04 -0400 Subject: [PATCH 4/9] another change --- CircleCI-Sample/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index 4ed7e99..de9e806 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - + //862fc9badfda97997daabbcdb795a8d25aa14271 func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. From 0ffd5a328ff4ef1fa3f08b50f660fc1ba3c66430 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Wed, 12 Aug 2015 01:12:00 -0400 Subject: [PATCH 5/9] test --- CircleCI-Sample/ViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/CircleCI-Sample/ViewController.swift b/CircleCI-Sample/ViewController.swift index 6b4b3e4..1631c11 100644 --- a/CircleCI-Sample/ViewController.swift +++ b/CircleCI-Sample/ViewController.swift @@ -17,6 +17,7 @@ class ViewController: UIViewController { + NSLog("test") NSLog("test") NSLog("test") From c8e13d3640d6dc2fbe1f58e86f1494982dc2796e Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Sun, 30 Aug 2015 23:26:33 -0400 Subject: [PATCH 6/9] Update AppDelegate.swift --- CircleCI-Sample/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index de9e806..6a379f5 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -31,6 +31,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { NSLog("test") } + func applicationDidEnterBackground(application: UIApplication) { // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. From b06d7755ed3ecb7db81b39a28e303da13c3d79ea Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Sun, 30 Aug 2015 23:38:09 -0400 Subject: [PATCH 7/9] Update AppDelegate.swift --- CircleCI-Sample/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index 6a379f5..f30406b 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -5,7 +5,6 @@ // Created by Takahiro Horikawa on 1/7/15. // Copyright (c) 2015 Poly's Factory. All rights reserved. // - import UIKit @UIApplicationMain From 92c0e1df2e11d253f98ac1854bc09917f2a2cf15 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Mon, 31 Aug 2015 00:42:40 -0400 Subject: [PATCH 8/9] Update AppDelegate.swift --- CircleCI-Sample/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index f30406b..6a379f5 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -5,6 +5,7 @@ // Created by Takahiro Horikawa on 1/7/15. // Copyright (c) 2015 Poly's Factory. All rights reserved. // + import UIKit @UIApplicationMain From c70269eb06ce08f705bc74e137fccde0af93af29 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Mon, 31 Aug 2015 10:41:41 -0400 Subject: [PATCH 9/9] Update AppDelegate.swift --- CircleCI-Sample/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index 6a379f5..5697d7a 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -12,6 +12,7 @@ import UIKit class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? + //862fc9badfda97997daabbcdb795a8d25aa14271