From 013de1e5e41a90b728800e12769fd4dae4c7dbb0 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Tue, 11 Aug 2015 23:36:17 -0400 Subject: [PATCH 01/10] 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 02/10] 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 03/10] 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 04/10] 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 05/10] 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 43f61b0b86aacbf82dd0c69390fb56fbb748003d Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Wed, 12 Aug 2015 01:46:54 -0400 Subject: [PATCH 06/10] dfgdg --- CircleCI-Sample/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index de9e806..83b8646 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -14,6 +14,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? + + //862fc9badfda97997daabbcdb795a8d25aa14271 func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { From 8d1aff5df1ae3f1ce24513ccbf553849c2fcf1c1 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Thu, 13 Aug 2015 00:53:02 -0400 Subject: [PATCH 07/10] Commit a change here --- CircleCI-Sample/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index 83b8646..c386767 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -8,6 +8,8 @@ import UIKit + + @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { From de9f269b5c04949e34208efc0ff8c8d1d3cab99d Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Thu, 13 Aug 2015 01:08:58 -0400 Subject: [PATCH 08/10] Change of the change --- CircleCI-Sample/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index c386767..109e8b5 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -10,6 +10,7 @@ import UIKit + @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { From 525955151dfc701137ad6065a8392818b7b7fa73 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Sun, 30 Aug 2015 23:26:10 -0400 Subject: [PATCH 09/10] 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 109e8b5..71680d7 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -15,7 +15,6 @@ import UIKit class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - From 19a673188432509390a19aa9f9e5e0eb6e55e546 Mon Sep 17 00:00:00 2001 From: SJ Singh Date: Sun, 30 Aug 2015 23:37:52 -0400 Subject: [PATCH 10/10] Update AppDelegate.swift --- CircleCI-Sample/AppDelegate.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/CircleCI-Sample/AppDelegate.swift b/CircleCI-Sample/AppDelegate.swift index 71680d7..f23a10a 100644 --- a/CircleCI-Sample/AppDelegate.swift +++ b/CircleCI-Sample/AppDelegate.swift @@ -9,8 +9,6 @@ import UIKit - - @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate {