提交 7582758d 编写于 作者: C Christian Noon

Removed the playground from the project due to instability reasons.

上级 a8f27df4
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='3.0' sdk='iphonesimulator'>
<sections>
<code source-file-name='section-1.swift'/>
</sections>
</playground>
\ No newline at end of file
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)
}
......@@ -7,7 +7,4 @@
<FileRef
location = "group:iOS Example.xcodeproj">
</FileRef>
<FileRef
location = "group:Alamofire.playground">
</FileRef>
</Workspace>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册