From 7582758dbb742a897f5aaf7fa98cf953f45692d9 Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Sat, 31 Oct 2015 14:15:17 -0700 Subject: [PATCH] Removed the playground from the project due to instability reasons. --- Alamofire.playground/contents.xcplayground | 6 ------ Alamofire.playground/section-1.swift | 11 ----------- Alamofire.xcworkspace/contents.xcworkspacedata | 3 --- 3 files changed, 20 deletions(-) delete mode 100644 Alamofire.playground/contents.xcplayground delete mode 100644 Alamofire.playground/section-1.swift diff --git a/Alamofire.playground/contents.xcplayground b/Alamofire.playground/contents.xcplayground deleted file mode 100644 index 3b51ce8..0000000 --- a/Alamofire.playground/contents.xcplayground +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Alamofire.playground/section-1.swift b/Alamofire.playground/section-1.swift deleted file mode 100644 index 20ffbbb..0000000 --- a/Alamofire.playground/section-1.swift +++ /dev/null @@ -1,11 +0,0 @@ -import Alamofire -import Foundation -import XCPlayground - -// Allow network requests to complete -XCPSetExecutionShouldContinueIndefinitely() - -Alamofire.request(.GET, "https://httpbin.org/get", parameters: ["foo": "bar"]) - .responseJSON { response in - debugPrint(response) - } diff --git a/Alamofire.xcworkspace/contents.xcworkspacedata b/Alamofire.xcworkspace/contents.xcworkspacedata index f856011..aa824c4 100644 --- a/Alamofire.xcworkspace/contents.xcworkspacedata +++ b/Alamofire.xcworkspace/contents.xcworkspacedata @@ -7,7 +7,4 @@ - - -- GitLab