diff --git a/bin/swift-petstore.json b/bin/swift-petstore.json
index 700fdeff061..1211352cc55 100644
--- a/bin/swift-petstore.json
+++ b/bin/swift-petstore.json
@@ -1,4 +1,7 @@
{
+ "podSummary": "PetstoreClient",
+ "podHomepage": "https://github.com/swagger-api/swagger-codegen",
+ "podAuthors": "",
"projectName": "PetstoreClient",
"responseAs": "PromiseKit"
}
\ No newline at end of file
diff --git a/modules/swagger-codegen/src/main/resources/swift/Podspec.mustache b/modules/swagger-codegen/src/main/resources/swift/Podspec.mustache
index 85b227ece87..3af6910a094 100644
--- a/modules/swagger-codegen/src/main/resources/swift/Podspec.mustache
+++ b/modules/swagger-codegen/src/main/resources/swift/Podspec.mustache
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.screenshots = {{& podScreenshots}}{{/podScreenshots}}{{#podDocumentationURL}}
s.documentation_url = '{{podDocumentationURL}}'{{/podDocumentationURL}}
s.source_files = '{{projectName}}/Classes/Swaggers/**/*.swift'{{#usePromiseKit}}
- s.dependency 'PromiseKit', '~> 3.0.0'{{/usePromiseKit}}
- s.dependency 'Alamofire', '~> 3.1.4'
+ s.dependency 'PromiseKit', '~> 3.1.1'{{/usePromiseKit}}
+ s.dependency 'Alamofire', '~> 3.1.5'
end
diff --git a/samples/client/petstore/swift/PetstoreClient.podspec b/samples/client/petstore/swift/PetstoreClient.podspec
index 1c95cf1afe5..b4eccbce888 100644
--- a/samples/client/petstore/swift/PetstoreClient.podspec
+++ b/samples/client/petstore/swift/PetstoreClient.podspec
@@ -4,8 +4,11 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.9'
s.version = '0.0.1'
s.source = { :git => 'git@github.com:swagger-api/swagger-mustache.git', :tag => 'v1.0.0' }
+ s.authors =
s.license = 'Apache License, Version 2.0'
+ s.homepage = 'https://github.com/swagger-api/swagger-codegen'
+ s.summary = 'PetstoreClient'
s.source_files = 'PetstoreClient/Classes/Swaggers/**/*.swift'
- s.dependency 'PromiseKit', '~> 3.0.0'
- s.dependency 'Alamofire', '~> 3.1.4'
+ s.dependency 'PromiseKit', '~> 3.1.1'
+ s.dependency 'Alamofire', '~> 3.1.5'
end
diff --git a/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index c7e5a6402b5..27000da5417 100644
--- a/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -160,13 +160,13 @@ public class PetAPI: APIBase {
- OAuth:
- type: oauth2
- name: petstore_auth
- - examples: [{example={
+ - examples: [{contentType=application/json, example={
"name" : "Puma",
"type" : "Dog",
"color" : "Black",
"gender" : "Female",
"breed" : "Mixed"
-}, contentType=application/json}]
+}}]
- parameter status: (query) Status values that need to be considered for filter (optional, default to available)
@@ -226,20 +226,20 @@ public class PetAPI: APIBase {
- OAuth:
- type: oauth2
- name: petstore_auth
- - examples: [{example=[ {
- "tags" : [ {
- "id" : 123456789,
- "name" : "aeiou"
- } ],
+ - examples: [{contentType=application/json, example=[ {
+ "photoUrls" : [ "aeiou" ],
+ "name" : "doggie",
"id" : 123456789,
"category" : {
- "id" : 123456789,
- "name" : "aeiou"
+ "name" : "aeiou",
+ "id" : 123456789
},
- "status" : "aeiou",
- "name" : "doggie",
- "photoUrls" : [ "aeiou" ]
-} ], contentType=application/json}, {example=
+ "tags" : [ {
+ "name" : "aeiou",
+ "id" : 123456789
+ } ],
+ "status" : "aeiou"
+} ]}, {contentType=application/xml, example=
123456
doggie
@@ -248,21 +248,21 @@ public class PetAPI: APIBase {
string
-, contentType=application/xml}]
- - examples: [{example=[ {
- "tags" : [ {
- "id" : 123456789,
- "name" : "aeiou"
- } ],
+}]
+ - examples: [{contentType=application/json, example=[ {
+ "photoUrls" : [ "aeiou" ],
+ "name" : "doggie",
"id" : 123456789,
"category" : {
- "id" : 123456789,
- "name" : "aeiou"
+ "name" : "aeiou",
+ "id" : 123456789
},
- "status" : "aeiou",
- "name" : "doggie",
- "photoUrls" : [ "aeiou" ]
-} ], contentType=application/json}, {example=
+ "tags" : [ {
+ "name" : "aeiou",
+ "id" : 123456789
+ } ],
+ "status" : "aeiou"
+} ]}, {contentType=application/xml, example=
123456
doggie
@@ -271,7 +271,7 @@ public class PetAPI: APIBase {
string
-, contentType=application/xml}]
+}]
- parameter tags: (query) Tags to filter by (optional)
@@ -328,26 +328,26 @@ public class PetAPI: APIBase {
Find pet by ID
- GET /pet/{petId}
- Returns a pet when ID < 10. ID > 10 or nonintegers will simulate API error conditions
- - API Key:
- - type: apiKey api_key
- - name: api_key
- OAuth:
- type: oauth2
- name: petstore_auth
- - examples: [{example={
- "tags" : [ {
- "id" : 123456789,
- "name" : "aeiou"
- } ],
+ - API Key:
+ - type: apiKey api_key
+ - name: api_key
+ - examples: [{contentType=application/json, example={
+ "photoUrls" : [ "aeiou" ],
+ "name" : "doggie",
"id" : 123456789,
"category" : {
- "id" : 123456789,
- "name" : "aeiou"
+ "name" : "aeiou",
+ "id" : 123456789
},
- "status" : "aeiou",
- "name" : "doggie",
- "photoUrls" : [ "aeiou" ]
-}, contentType=application/json}, {example=
+ "tags" : [ {
+ "name" : "aeiou",
+ "id" : 123456789
+ } ],
+ "status" : "aeiou"
+}}, {contentType=application/xml, example=
123456
doggie
@@ -356,21 +356,21 @@ public class PetAPI: APIBase {
string
-, contentType=application/xml}]
- - examples: [{example={
- "tags" : [ {
- "id" : 123456789,
- "name" : "aeiou"
- } ],
+}]
+ - examples: [{contentType=application/json, example={
+ "photoUrls" : [ "aeiou" ],
+ "name" : "doggie",
"id" : 123456789,
"category" : {
- "id" : 123456789,
- "name" : "aeiou"
+ "name" : "aeiou",
+ "id" : 123456789
},
- "status" : "aeiou",
- "name" : "doggie",
- "photoUrls" : [ "aeiou" ]
-}, contentType=application/json}, {example=
+ "tags" : [ {
+ "name" : "aeiou",
+ "id" : 123456789
+ } ],
+ "status" : "aeiou"
+}}, {contentType=application/xml, example=
123456
doggie
@@ -379,7 +379,7 @@ public class PetAPI: APIBase {
string
-, contentType=application/xml}]
+}]
- parameter petId: (path) ID of pet that needs to be fetched
diff --git a/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index be7d36b91f3..da40486b292 100644
--- a/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -101,12 +101,12 @@ public class StoreAPI: APIBase {
- API Key:
- type: apiKey api_key
- name: api_key
- - examples: [{example={
+ - examples: [{contentType=application/json, example={
"key" : 123
-}, contentType=application/json}, {example=not implemented io.swagger.models.properties.MapProperty@d1e580af, contentType=application/xml}]
- - examples: [{example={
+}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@d1e580af}]
+ - examples: [{contentType=application/json, example={
"key" : 123
-}, contentType=application/json}, {example=not implemented io.swagger.models.properties.MapProperty@d1e580af, contentType=application/xml}]
+}}, {contentType=application/xml, example=not implemented io.swagger.models.properties.MapProperty@d1e580af}]
- returns: RequestBuilder<[String:Int32]>
*/
@@ -159,36 +159,36 @@ public class StoreAPI: APIBase {
Find purchase order by ID
- GET /store/order/{orderId}
- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- - examples: [{example={
- "id" : 123456789,
+ - examples: [{contentType=application/json, example={
"petId" : 123456789,
- "complete" : true,
- "status" : "aeiou",
"quantity" : 123,
- "shipDate" : "2000-01-23T04:56:07.000+0000"
-}, contentType=application/json}, {example=
+ "id" : 123456789,
+ "shipDate" : "2000-01-23T04:56:07.000+0000",
+ "complete" : true,
+ "status" : "aeiou"
+}}, {contentType=application/xml, example=
123456
123456
0
2000-01-23T04:56:07.000Z
string
true
-, contentType=application/xml}]
- - examples: [{example={
- "id" : 123456789,
+}]
+ - examples: [{contentType=application/json, example={
"petId" : 123456789,
- "complete" : true,
- "status" : "aeiou",
"quantity" : 123,
- "shipDate" : "2000-01-23T04:56:07.000+0000"
-}, contentType=application/json}, {example=
+ "id" : 123456789,
+ "shipDate" : "2000-01-23T04:56:07.000+0000",
+ "complete" : true,
+ "status" : "aeiou"
+}}, {contentType=application/xml, example=
123456
123456
0
2000-01-23T04:56:07.000Z
string
true
-, contentType=application/xml}]
+}]
- parameter orderId: (path) ID of pet that needs to be fetched
@@ -244,36 +244,36 @@ public class StoreAPI: APIBase {
Place an order for a pet
- POST /store/order
-
- - examples: [{example={
- "id" : 123456789,
+ - examples: [{contentType=application/json, example={
"petId" : 123456789,
- "complete" : true,
- "status" : "aeiou",
"quantity" : 123,
- "shipDate" : "2000-01-23T04:56:07.000+0000"
-}, contentType=application/json}, {example=
+ "id" : 123456789,
+ "shipDate" : "2000-01-23T04:56:07.000+0000",
+ "complete" : true,
+ "status" : "aeiou"
+}}, {contentType=application/xml, example=
123456
123456
0
2000-01-23T04:56:07.000Z
string
true
-, contentType=application/xml}]
- - examples: [{example={
- "id" : 123456789,
+}]
+ - examples: [{contentType=application/json, example={
"petId" : 123456789,
- "complete" : true,
- "status" : "aeiou",
"quantity" : 123,
- "shipDate" : "2000-01-23T04:56:07.000+0000"
-}, contentType=application/json}, {example=
+ "id" : 123456789,
+ "shipDate" : "2000-01-23T04:56:07.000+0000",
+ "complete" : true,
+ "status" : "aeiou"
+}}, {contentType=application/xml, example=
123456
123456
0
2000-01-23T04:56:07.000Z
string
true
-, contentType=application/xml}]
+}]
- parameter body: (body) order placed for purchasing the pet (optional)
diff --git a/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index 1b5ada9da67..98afec0c80a 100644
--- a/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -253,16 +253,16 @@ public class UserAPI: APIBase {
Get user by user name
- GET /user/{username}
-
- - examples: [{example={
- "id" : 123456789,
- "lastName" : "aeiou",
- "phone" : "aeiou",
- "username" : "aeiou",
- "email" : "aeiou",
- "userStatus" : 123,
+ - examples: [{contentType=application/json, example={
"firstName" : "aeiou",
- "password" : "aeiou"
-}, contentType=application/json}, {example=
+ "lastName" : "aeiou",
+ "password" : "aeiou",
+ "userStatus" : 123,
+ "phone" : "aeiou",
+ "id" : 123456789,
+ "email" : "aeiou",
+ "username" : "aeiou"
+}}, {contentType=application/xml, example=
123456
string
string
@@ -271,17 +271,17 @@ public class UserAPI: APIBase {
string
string
0
-, contentType=application/xml}]
- - examples: [{example={
- "id" : 123456789,
- "lastName" : "aeiou",
- "phone" : "aeiou",
- "username" : "aeiou",
- "email" : "aeiou",
- "userStatus" : 123,
+}]
+ - examples: [{contentType=application/json, example={
"firstName" : "aeiou",
- "password" : "aeiou"
-}, contentType=application/json}, {example=
+ "lastName" : "aeiou",
+ "password" : "aeiou",
+ "userStatus" : 123,
+ "phone" : "aeiou",
+ "id" : 123456789,
+ "email" : "aeiou",
+ "username" : "aeiou"
+}}, {contentType=application/xml, example=
123456
string
string
@@ -290,7 +290,7 @@ public class UserAPI: APIBase {
string
string
0
-, contentType=application/xml}]
+}]
- parameter username: (path) The name that needs to be fetched. Use user1 for testing.
@@ -348,8 +348,8 @@ public class UserAPI: APIBase {
Logs user into the system
- GET /user/login
-
- - examples: [{example="aeiou", contentType=application/json}, {example=string, contentType=application/xml}]
- - examples: [{example="aeiou", contentType=application/json}, {example=string, contentType=application/xml}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
+ - examples: [{contentType=application/json, example="aeiou"}, {contentType=application/xml, example=string}]
- parameter username: (query) The user name for login (optional)
- parameter password: (query) The password for login in clear text (optional)
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Podfile b/samples/client/petstore/swift/SwaggerClientTests/Podfile
index 5a8ad460aea..218aae4920f 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Podfile
+++ b/samples/client/petstore/swift/SwaggerClientTests/Podfile
@@ -1,4 +1,11 @@
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
-pod "PetstoreClient", :path => "../"
+
+target 'SwaggerClient' do
+ pod "PetstoreClient", :path => "../"
+
+ target 'SwaggerClientTests' do
+ inherit! :search_paths
+ end
+end
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Podfile.lock b/samples/client/petstore/swift/SwaggerClientTests/Podfile.lock
index 76889714e21..cfeb9499108 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Podfile.lock
+++ b/samples/client/petstore/swift/SwaggerClientTests/Podfile.lock
@@ -8,19 +8,19 @@ PODS:
- OMGHTTPURLRQ/UserAgent
- OMGHTTPURLRQ/UserAgent (3.1.1)
- PetstoreClient (0.0.1):
- - Alamofire (~> 3.1.4)
- - PromiseKit (~> 3.0.0)
- - PromiseKit (3.0.3):
- - PromiseKit/Foundation (= 3.0.3)
- - PromiseKit/QuartzCore (= 3.0.3)
- - PromiseKit/UIKit (= 3.0.3)
- - PromiseKit/CorePromise (3.0.3)
- - PromiseKit/Foundation (3.0.3):
+ - Alamofire (~> 3.1.5)
+ - PromiseKit (~> 3.1.1)
+ - PromiseKit (3.1.1):
+ - PromiseKit/Foundation (= 3.1.1)
+ - PromiseKit/QuartzCore (= 3.1.1)
+ - PromiseKit/UIKit (= 3.1.1)
+ - PromiseKit/CorePromise (3.1.1)
+ - PromiseKit/Foundation (3.1.1):
- OMGHTTPURLRQ (~> 3.1.0)
- PromiseKit/CorePromise
- - PromiseKit/QuartzCore (3.0.3):
+ - PromiseKit/QuartzCore (3.1.1):
- PromiseKit/CorePromise
- - PromiseKit/UIKit (3.0.3):
+ - PromiseKit/UIKit (3.1.1):
- PromiseKit/CorePromise
DEPENDENCIES:
@@ -33,7 +33,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Alamofire: 5f730ba29fd113b7ddd71c1e65d0c630acf5d7b0
OMGHTTPURLRQ: 633f98ee745aeda02345935a52eec1784cddb589
- PetstoreClient: c9a3d06cf7954479a767135676406c4922cd3c4a
- PromiseKit: 00ec2a219bf5ad2833f95977698e921932b8dfd3
+ PetstoreClient: efd495da2b7a6f3e798752702d59f96e306dbace
+ PromiseKit: 4e8127c22a9b29d1b44958ab2ec762ea6115cbfb
-COCOAPODS: 0.39.0
+PODFILE CHECKSUM: 84472aca2a88b7f7ed9fcd63e9f5fdb5ad4aab94
+
+COCOAPODS: 1.0.0
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGFormURLEncode.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGFormURLEncode.h
deleted file mode 120000
index 8271dc48ed5..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGFormURLEncode.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../OMGHTTPURLRQ/Sources/OMGFormURLEncode.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGHTTPURLRQ.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGHTTPURLRQ.h
deleted file mode 120000
index e0cf7ca4e47..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGHTTPURLRQ.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../OMGHTTPURLRQ/Sources/OMGHTTPURLRQ.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGUserAgent.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGUserAgent.h
deleted file mode 120000
index 682de9a9e3e..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/OMGHTTPURLRQ/OMGUserAgent.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../OMGHTTPURLRQ/Sources/OMGUserAgent.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/AnyPromise.h
deleted file mode 120000
index 61ce91eb094..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Sources/AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/CALayer+AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/CALayer+AnyPromise.h
deleted file mode 120000
index 831485ea1ce..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/CALayer+AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Categories/QuartzCore/CALayer+AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSError+Cancellation.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSError+Cancellation.h
deleted file mode 120000
index 7312b04bea2..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSError+Cancellation.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Sources/NSError+Cancellation.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSNotificationCenter+AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSNotificationCenter+AnyPromise.h
deleted file mode 120000
index 2890a33e083..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSNotificationCenter+AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Categories/Foundation/NSNotificationCenter+AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSURLConnection+AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSURLConnection+AnyPromise.h
deleted file mode 120000
index fd8271b3404..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/NSURLConnection+AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Categories/Foundation/NSURLConnection+AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/PromiseKit.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/PromiseKit.h
deleted file mode 120000
index c941a074e11..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/PromiseKit.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Sources/PromiseKit.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIActionSheet+AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIActionSheet+AnyPromise.h
deleted file mode 120000
index 981d4adb5e6..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIActionSheet+AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Categories/UIKit/UIActionSheet+AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIAlertView+AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIAlertView+AnyPromise.h
deleted file mode 120000
index 01b78aa08ab..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIAlertView+AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Categories/UIKit/UIAlertView+AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIView+AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIView+AnyPromise.h
deleted file mode 120000
index 98b020ac2c9..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIView+AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Categories/UIKit/UIView+AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIViewController+AnyPromise.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIViewController+AnyPromise.h
deleted file mode 120000
index 3414608e9be..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/UIViewController+AnyPromise.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Categories/UIKit/UIViewController+AnyPromise.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/Umbrella.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/Umbrella.h
deleted file mode 120000
index ac976191660..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Headers/Private/PromiseKit/Umbrella.h
+++ /dev/null
@@ -1 +0,0 @@
-../../../PromiseKit/Sources/Umbrella.h
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Local Podspecs/PetstoreClient.podspec.json b/samples/client/petstore/swift/SwaggerClientTests/Pods/Local Podspecs/PetstoreClient.podspec.json
index fd3d9ad5511..99bf5ef601f 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Local Podspecs/PetstoreClient.podspec.json
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Local Podspecs/PetstoreClient.podspec.json
@@ -10,13 +10,16 @@
"tag": "v1.0.0"
},
"license": "Apache License, Version 2.0",
+ "authors": "Apache License, Version 2.0",
+ "homepage": "https://github.com/swagger-api/swagger-codegen",
+ "summary": "PetstoreClient",
"source_files": "PetstoreClient/Classes/Swaggers/**/*.swift",
"dependencies": {
"PromiseKit": [
- "~> 3.0.0"
+ "~> 3.1.1"
],
"Alamofire": [
- "~> 3.1.4"
+ "~> 3.1.5"
]
}
}
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Manifest.lock b/samples/client/petstore/swift/SwaggerClientTests/Pods/Manifest.lock
index 76889714e21..cfeb9499108 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Manifest.lock
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Manifest.lock
@@ -8,19 +8,19 @@ PODS:
- OMGHTTPURLRQ/UserAgent
- OMGHTTPURLRQ/UserAgent (3.1.1)
- PetstoreClient (0.0.1):
- - Alamofire (~> 3.1.4)
- - PromiseKit (~> 3.0.0)
- - PromiseKit (3.0.3):
- - PromiseKit/Foundation (= 3.0.3)
- - PromiseKit/QuartzCore (= 3.0.3)
- - PromiseKit/UIKit (= 3.0.3)
- - PromiseKit/CorePromise (3.0.3)
- - PromiseKit/Foundation (3.0.3):
+ - Alamofire (~> 3.1.5)
+ - PromiseKit (~> 3.1.1)
+ - PromiseKit (3.1.1):
+ - PromiseKit/Foundation (= 3.1.1)
+ - PromiseKit/QuartzCore (= 3.1.1)
+ - PromiseKit/UIKit (= 3.1.1)
+ - PromiseKit/CorePromise (3.1.1)
+ - PromiseKit/Foundation (3.1.1):
- OMGHTTPURLRQ (~> 3.1.0)
- PromiseKit/CorePromise
- - PromiseKit/QuartzCore (3.0.3):
+ - PromiseKit/QuartzCore (3.1.1):
- PromiseKit/CorePromise
- - PromiseKit/UIKit (3.0.3):
+ - PromiseKit/UIKit (3.1.1):
- PromiseKit/CorePromise
DEPENDENCIES:
@@ -33,7 +33,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Alamofire: 5f730ba29fd113b7ddd71c1e65d0c630acf5d7b0
OMGHTTPURLRQ: 633f98ee745aeda02345935a52eec1784cddb589
- PetstoreClient: c9a3d06cf7954479a767135676406c4922cd3c4a
- PromiseKit: 00ec2a219bf5ad2833f95977698e921932b8dfd3
+ PetstoreClient: efd495da2b7a6f3e798752702d59f96e306dbace
+ PromiseKit: 4e8127c22a9b29d1b44958ab2ec762ea6115cbfb
-COCOAPODS: 0.39.0
+PODFILE CHECKSUM: 84472aca2a88b7f7ed9fcd63e9f5fdb5ad4aab94
+
+COCOAPODS: 1.0.0
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Pods.xcodeproj/project.pbxproj b/samples/client/petstore/swift/SwaggerClientTests/Pods/Pods.xcodeproj/project.pbxproj
index 717af8462ef..b435c9a1477 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Pods.xcodeproj/project.pbxproj
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Pods.xcodeproj/project.pbxproj
@@ -1,4509 +1,1614 @@
-
-
-
-
- archiveVersion
- 1
- classes
-
- objectVersion
- 46
- objects
-
- 014385BD85FA83B60A03ADE9E8844F33
-
- containerPortal
- D41D8CD98F00B204E9800998ECF8427E
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- 2FD913B4E24277823983BABFDB071664
- remoteInfo
- PetstoreClient
-
- 01BD61BBC475EB3369237B84FE24D3EE
-
- fileRef
- 0BA017E288BB42E06EBEE9C6E6993EAF
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 0268F9278E32ACC1F996F4E2E45622B5
-
- fileRef
- 6846D22C9F0CCBC48DF833E309A8E84F
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 03DDC7D7BA248863E8493F462ABAD118
-
- buildConfigurations
-
- 7B7ACBE5930AD378A2346DC89BAD1027
- ADB2280332CE02FCD777CC987CD4E28A
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- 03F494989CC1A8857B68A317D5D6860F
-
- fileRef
- 5DF5FC3AF99846209C5FCE55A2E12D9A
- isa
- PBXBuildFile
-
- 045C1F608ADE57757E6732D721779F22
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- NSError+Cancellation.h
- path
- Sources/NSError+Cancellation.h
- sourceTree
- <group>
-
- 04A22F2595054D39018E03961CA7283A
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- CALayer+AnyPromise.m
- path
- Categories/QuartzCore/CALayer+AnyPromise.m
- sourceTree
- <group>
-
- 0681ADC8BAE2C3185F13487BAAB4D9DD
-
- fileRef
- CCE38472832BBCC541E646DA6C18EF9C
- isa
- PBXBuildFile
-
- 06F7C0C55DF4C09C015159F6B0802EB1
-
- fileRef
- 84319E048FE6DD89B905FA3A81005C5F
- isa
- PBXBuildFile
-
- 07467E828160702D1DB7EC2F492C337C
-
- children
-
- 87BC7910B8D7D31310A07C32438A8C67
- E11BFB27B43B742CB5D6086C4233A909
-
- isa
- PBXGroup
- name
- UserAgent
- sourceTree
- <group>
-
- 09D29D14882ADDDA216809ED16917D07
-
- buildActionMask
- 2147483647
- files
-
- 3860D960E37C1257BDA54626CA592E86
- CE89E5C528D52BBCBCD23309603BA6D1
- 857E5961D9F6E23BD86DEB613A1499C7
- DBD1F4247E1C591AE4EE5531599AB170
- 18FAC6B4FD3B44CB353C7A6027286100
- F700EAA9F9F6C1F99C83B45D05C5AD14
- 0268F9278E32ACC1F996F4E2E45622B5
- 12348513CB81BD05B497C210905CDF65
- 8C4A96A3E69C772990E3E922D0FD1BC4
- 01BD61BBC475EB3369237B84FE24D3EE
- 0BDA43D8F48C8B0D504C440046FAF681
-
- isa
- PBXHeadersBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 0A545673F09F49CDD60A13B4B0AF1020
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- Order.swift
- sourceTree
- <group>
-
- 0A8906F6D6920DF197965D1740A7E283
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- Umbrella.h
- path
- Sources/Umbrella.h
- sourceTree
- <group>
-
- 0B34EB4425C08BB021C2D09F75C9C146
-
- fileRef
- 450166FEA2155A5821D97744A0127DF8
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 0BA017E288BB42E06EBEE9C6E6993EAF
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- UIViewController+AnyPromise.h
- path
- Categories/UIKit/UIViewController+AnyPromise.h
- sourceTree
- <group>
-
- 0BDA43D8F48C8B0D504C440046FAF681
-
- fileRef
- 0A8906F6D6920DF197965D1740A7E283
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 0D12EBEB35AC8FA740B275C8105F9152
-
- baseConfigurationReference
- 141F0B43C42CE92856BBA8F8D98481DB
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/Alamofire/Alamofire-prefix.pch
- INFOPLIST_FILE
- Target Support Files/Alamofire/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/Alamofire/Alamofire.modulemap
- MTL_ENABLE_DEBUG_INFO
- NO
- PRODUCT_NAME
- Alamofire
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Release
-
- 0D240D796AAD10F0119A1D7AC2570AAA
-
- fileRef
- D6EB54C331FED437583A5F01EB2757D1
- isa
- PBXBuildFile
-
- 0DDA01F58E1381BEA0D7FB759B75A456
-
- buildActionMask
- 2147483647
- files
-
- 516D41E4D035A817CC5116C11302E408
- 46F838880F41F56ABD91796FC956B4BF
- EA35E77B4F31DC3E1D224458E0BC959D
- CD97970D21D3CB8C459FAFEF11EE60F3
- 5EE5E1CA27F3CB04A5DCF5BB90B76000
- 15ECEBA1EFBD023AEA47F36524270D2C
- E2B0094FAAEA55C55AD141136F650E35
- 1CDA074C6DC95876D85E13ECF882B93A
- 2B38BB4603B4286FF8D7A780372E947F
- 25FBB92AFB8F5A777CE8E40EC3B9DACA
- 443361437B359830308B93A7B98BE039
- 6B0A17CD24331793D2504E0FBBAF5EB2
- D546A4DBA3F7750F45A6F63B994C081C
- 2D9379807BA243E1CE457D1BE963DA09
-
- isa
- PBXSourcesBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 0F36B65CF990C57DC527824ED0BA1915
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- path
- OMGHTTPURLRQ-dummy.m
- sourceTree
- <group>
-
- 10966F49AC953FB6BFDCBF072AF5B251
-
- baseConfigurationReference
- DADAB10704E49D6B9E18F59F995BB88F
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/PetstoreClient/PetstoreClient-prefix.pch
- INFOPLIST_FILE
- Target Support Files/PetstoreClient/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/PetstoreClient/PetstoreClient.modulemap
- MTL_ENABLE_DEBUG_INFO
- NO
- PRODUCT_NAME
- PetstoreClient
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Release
-
- 11C221075C5B20BDEEB3DDF8EAC99E63
-
- fileRef
- 4798BAC01B0E3F07E3BBBB07BA57F2D7
- isa
- PBXBuildFile
-
- 11EA8D6B0352FD31F520F983CFB9D993
-
- fileRef
- F075F63EFE77F7B59FF77CBA95B9AADF
- isa
- PBXBuildFile
-
- 122D5005A81832479161CD1D223C573A
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- PromiseKit-prefix.pch
- sourceTree
- <group>
-
- 12348513CB81BD05B497C210905CDF65
-
- fileRef
- 92D340D66F03F31237B70F23FE9B00D0
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 124EFF5E3C46EC88F47C52479FA6ACAF
-
- fileRef
- 04A22F2595054D39018E03961CA7283A
- isa
- PBXBuildFile
-
- 1287903F965945AEB5EFC4EE768C7B38
-
- fileRef
- FC4BF94DC4B3D8B88FC160B00931B0EC
- isa
- PBXBuildFile
-
- 1322FED69118C64DAD026CAF7F4C38C6
-
- children
-
- D4DF0604EDC1460935E6E445A47023A4
- 0A545673F09F49CDD60A13B4B0AF1020
- 284B3DE9B793FCC633E971DB1798AFAF
- 211F73A46D90346F7FC6D0D29640EE4F
- 5B248364ABF60ACD7DB31A17DCFDFD0C
-
- isa
- PBXGroup
- name
- Models
- path
- Models
- sourceTree
- <group>
-
- 133C5287CFDCB3B67578A7B1221E132C
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Request.swift
- path
- Source/Request.swift
- sourceTree
- <group>
-
- 1361791756A3908370041AE99E5CF772
-
- baseConfigurationReference
- 977577C045EDA9D9D1F46E2598D19FC7
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- INFOPLIST_FILE
- Target Support Files/Pods/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MACH_O_TYPE
- staticlib
- MODULEMAP_FILE
- Target Support Files/Pods/Pods.modulemap
- MTL_ENABLE_DEBUG_INFO
- YES
- OTHER_LDFLAGS
-
- OTHER_LIBTOOLFLAGS
-
- PODS_ROOT
- $(SRCROOT)
- PRODUCT_NAME
- Pods
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- SWIFT_OPTIMIZATION_LEVEL
- -Onone
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- 139346EB669CBE2DE8FE506E14A2BA9C
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- path
- Alamofire-dummy.m
- sourceTree
- <group>
-
- 141F0B43C42CE92856BBA8F8D98481DB
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.xcconfig
- path
- Alamofire.xcconfig
- sourceTree
- <group>
-
- 143BC30E5DDAF52A3D9578F507EC6A41
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- when.m
- path
- Sources/when.m
- sourceTree
- <group>
-
- 1541E3035B9D2A7EED16C98953A8CEB6
-
- buildActionMask
- 2147483647
- files
-
- C86881D2285095255829A578F0A85300
- EA67B414E392EFD2B14742F55A595596
- 1AC7E88F0EC64D1D4E83CE7767BFD2B7
- 909B0A29022956D90C32C4AA319F75D1
- F7161E50F083B2267363F243C4E4B78F
- 124EFF5E3C46EC88F47C52479FA6ACAF
- 6A128FE350973D8A693E3F063C5E4A49
- F4582E8DC1C9F362ADA4BAE9CEF8B681
- D93596046CD3B301F4EC99A7A118C82C
- 5FFED823C0BDD412FA41B01EA47394D1
- 5D7EAE5725A7E750B51FD27AECB5F0FD
- 06F7C0C55DF4C09C015159F6B0802EB1
- 11C221075C5B20BDEEB3DDF8EAC99E63
- 88B3F911629C08DEEB226F3B294AAB36
- 0D240D796AAD10F0119A1D7AC2570AAA
- 8E3861989641484EE3095722EC08B5A9
- EB9A1F33DB49ADA09F6E7F19A2C30357
- 81A2DB65C0742D785DE7C2609CC14140
- 73FA79FDB37E5C458B996012BFB0CF04
- 1E1010EA437F154A554D04F7F3A894EC
- ADEEE5F368B5D707D03E78FD75C59048
- 8D3A68D3CBD8A1D89099F704A04A04FC
- 97D71F12142A541BEEF425805D51379E
- F898D4270885EF1114608E76B0C09E21
- CAF12A3EDA2376FFEAD4A12E413C1AAD
- 387C7387FDC662D23D743879B6143D59
- 11EA8D6B0352FD31F520F983CFB9D993
- EB3C88CDAF122BA763FEF85758370C7C
- 4C22563311AC2B52651A6525A979E076
- D1735D6C4D574339EB49024228448459
- 60EBBACB76CD5879FB7B9B3E0AA5E2C1
- C86CE0A47FAD4C9B2929A335D62A179E
- CE225CF07E6E385F014883D607AFA44D
- CB2A58CBAB5A2E63D0CB70F2697CAE87
- ED30A8B82BA1D53CBC370B1DC18DA1EB
-
- isa
- PBXSourcesBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 15ECEBA1EFBD023AEA47F36524270D2C
-
- fileRef
- 8F0266C5AE0B23A436291F6647902086
- isa
- PBXBuildFile
-
- 16730DAF3E51C161D8247E473F069E71
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- when.swift
- path
- Sources/when.swift
- sourceTree
- <group>
-
- 16D7C901D915C251DEBA27AC1EF57E34
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.xcconfig
- path
- OMGHTTPURLRQ.xcconfig
- sourceTree
- <group>
-
- 18FAC6B4FD3B44CB353C7A6027286100
-
- fileRef
- BAE48ACA10E8895BB8BF5CE8C0846B4B
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 190ACD3A51BC90B85EADB13E9CDD207B
-
- buildConfigurationList
- 620A8F6BEDF449F55F08EDB4CDBF60A2
- buildPhases
-
- 44321F32F148EB47FF23494889576DF5
- 9792A6BDBB07FB15453527B4370E3086
- 8EC2461DE4442A7991319873E6012164
-
- buildRules
-
- dependencies
-
- isa
- PBXNativeTarget
- name
- OMGHTTPURLRQ
- productName
- OMGHTTPURLRQ
- productReference
- 5CA1C154DFC54DFFB12A754B9A0BBDFC
- productType
- com.apple.product-type.framework
-
- 1A3E5E3CD673B025FD8AC260E67AB47E
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- StoreAPI.swift
- sourceTree
- <group>
-
- 1AC7E88F0EC64D1D4E83CE7767BFD2B7
-
- fileRef
- C476B916B763E55E4161F0B30760C4E8
- isa
- PBXBuildFile
-
- 1B7E90A568681E000EF3CB0917584F3C
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- AnyPromise.m
- path
- Sources/AnyPromise.m
- sourceTree
- <group>
-
- 1CDA074C6DC95876D85E13ECF882B93A
-
- fileRef
- 284B3DE9B793FCC633E971DB1798AFAF
- isa
- PBXBuildFile
-
- 1D2330E920AD5F6E4655BE449D006A77
-
- children
-
- AB4DA378490493502B34B20D4B12325B
- 24C79ED4B5226F263307B22E96E88F9F
- 16D7C901D915C251DEBA27AC1EF57E34
- 0F36B65CF990C57DC527824ED0BA1915
- B9E21DC1171D712B2D2307EE5034D99E
- F7EBDD2EEED520E06ACB3538B3832049
-
- isa
- PBXGroup
- name
- Support Files
- path
- ../Target Support Files/OMGHTTPURLRQ
- sourceTree
- <group>
-
- 1E1010EA437F154A554D04F7F3A894EC
-
- fileRef
- 7E0DBDE561A6C2E7AC7A24160F8A5F28
- isa
- PBXBuildFile
-
- 1F19945EE403F7B29D8B1939EA6D579A
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- AnyPromise.h
- path
- Sources/AnyPromise.h
- sourceTree
- <group>
-
- 1FBD351D007CF4095C98C9DFD9D83D61
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- ParameterEncoding.swift
- path
- Source/ParameterEncoding.swift
- sourceTree
- <group>
-
- 211F73A46D90346F7FC6D0D29640EE4F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- Tag.swift
- sourceTree
- <group>
-
- 22F52349E1BE90FC6E064DAAC9EA9612
-
- children
-
- E9F8459055B900A58FB97600A53E5D1C
-
- isa
- PBXGroup
- name
- Development Pods
- sourceTree
- <group>
-
- 24C79ED4B5226F263307B22E96E88F9F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- path
- OMGHTTPURLRQ.modulemap
- sourceTree
- <group>
-
- 25614E715DDC170DAFB0DF50C5503E33
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- OMGFormURLEncode.m
- path
- Sources/OMGFormURLEncode.m
- sourceTree
- <group>
-
- 25EDA9CFC641C69402B3857A2C4A39F0
-
- buildConfigurationList
- 03DDC7D7BA248863E8493F462ABAD118
- buildPhases
-
- 1541E3035B9D2A7EED16C98953A8CEB6
- B9EC7146E2607203CE4A5678AE249144
- 09D29D14882ADDDA216809ED16917D07
-
- buildRules
-
- dependencies
-
- C893B48B47F4A7541102DAAFECFC50F2
-
- isa
- PBXNativeTarget
- name
- PromiseKit
- productName
- PromiseKit
- productReference
- D4248CF20178C57CEFEFAAF453C0DC75
- productType
- com.apple.product-type.framework
-
- 25FBB92AFB8F5A777CE8E40EC3B9DACA
-
- fileRef
- 46A8E0328DC896E0893B565FE8742167
- isa
- PBXBuildFile
-
- 261F03A3C73374FD19333EEA59CCD59F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- PetAPI.swift
- sourceTree
- <group>
-
- 2673248EF608AB8375FABCFDA8141072
-
- isa
- PBXTargetDependency
- name
- PetstoreClient
- target
- 2FD913B4E24277823983BABFDB071664
- targetProxy
- 014385BD85FA83B60A03ADE9E8844F33
-
- 275DA9A664C70DD40A4059090D1A00D4
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- after.swift
- path
- Sources/after.swift
- sourceTree
- <group>
-
- 27E0FE41D771BE8BE3F0D4F1DAD0B179
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- CALayer+AnyPromise.h
- path
- Categories/QuartzCore/CALayer+AnyPromise.h
- sourceTree
- <group>
-
- 2835BFBD2FEFE3E2844CFC1B10201EA4
-
- buildActionMask
- 2147483647
- files
-
- 656BED6137A9FFA3B2DF03861F525022
-
- isa
- PBXHeadersBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 284B3DE9B793FCC633E971DB1798AFAF
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- Pet.swift
- sourceTree
- <group>
-
- 28973E73A6075E48EBE277098505D118
-
- baseConfigurationReference
- 141F0B43C42CE92856BBA8F8D98481DB
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/Alamofire/Alamofire-prefix.pch
- INFOPLIST_FILE
- Target Support Files/Alamofire/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/Alamofire/Alamofire.modulemap
- MTL_ENABLE_DEBUG_INFO
- YES
- PRODUCT_NAME
- Alamofire
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- SWIFT_OPTIMIZATION_LEVEL
- -Onone
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- 2B38BB4603B4286FF8D7A780372E947F
-
- fileRef
- 261F03A3C73374FD19333EEA59CCD59F
- isa
- PBXBuildFile
-
- 2BCC458FDD5F692BBB2BFC64BB5701FC
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- Pods-umbrella.h
- sourceTree
- <group>
-
- 2C5450AC69398958CF6F7539EF7D99E5
-
- fileRef
- 30CE7341A995EF6812D71771E74CF7F7
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 2D51C929AC51E34493AA757180C09C3B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Manager.swift
- path
- Source/Manager.swift
- sourceTree
- <group>
-
- 2D8E8EC45A3A1A1D94AE762CB5028504
-
- buildConfigurations
-
- 8D1534490D941DCA47C62AC4314182AF
- C5A18280E9321A9268D1C80B7DA43967
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- 2D9379807BA243E1CE457D1BE963DA09
-
- fileRef
- 552D15E0340BF58CC1922B82E864AEC9
- isa
- PBXBuildFile
-
- 2F0F4EDC2236E1C270DC2014181D6506
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- UIView+AnyPromise.m
- path
- Categories/UIKit/UIView+AnyPromise.m
- sourceTree
- <group>
-
- 2FD913B4E24277823983BABFDB071664
-
- buildConfigurationList
- B5E28E2093F917340AF5AAA0FCE5E37D
- buildPhases
-
- 0DDA01F58E1381BEA0D7FB759B75A456
- FC8C7ACC9E4D7F04E9223A734BF57FFB
- 2835BFBD2FEFE3E2844CFC1B10201EA4
-
- buildRules
-
- dependencies
-
- FC9E3FF49D9B636B2925749B2D51A5D3
- FAC5685F6C40E5D74404831646CBC453
-
- isa
- PBXNativeTarget
- name
- PetstoreClient
- productName
- PetstoreClient
- productReference
- E160B50E4D11692AA38E74C897D69C61
- productType
- com.apple.product-type.framework
-
- 30CE7341A995EF6812D71771E74CF7F7
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- Alamofire-umbrella.h
- sourceTree
- <group>
-
- 3530BF15E14D1F6D7134EE67377D5C8C
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- path
- OMGHTTPURLRQ.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- 35F6B35131F89EA23246C6508199FB05
-
- fileRef
- FB15A61DB7ABCB74565286162157C5A0
- isa
- PBXBuildFile
-
- 3616971BAEF40302B7F2F8B1007C0B2B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- NSNotificationCenter+AnyPromise.h
- path
- Categories/Foundation/NSNotificationCenter+AnyPromise.h
- sourceTree
- <group>
-
- 3860D960E37C1257BDA54626CA592E86
-
- fileRef
- 1F19945EE403F7B29D8B1939EA6D579A
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 387C7387FDC662D23D743879B6143D59
-
- fileRef
- FD570E28B63274E742E7D1FBBD55BB41
- isa
- PBXBuildFile
-
- 392FA21A33296B88F790D62A4FAA4E4E
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- dispatch_promise.swift
- path
- Sources/dispatch_promise.swift
- sourceTree
- <group>
-
- 3950B63B8EB1B9CD8FC31CDA8CC2E7C7
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- Alamofire-prefix.pch
- sourceTree
- <group>
-
- 3A8D316D4266A3309D0A98ED74F8A13A
-
- fileRef
- 87BC7910B8D7D31310A07C32438A8C67
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 3BFFA6FD621E9ED341AA89AEAC1604D7
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- PromiseKit.h
- path
- Sources/PromiseKit.h
- sourceTree
- <group>
-
- 3CE589B7B1FE57084403D25DC49528B5
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.plist.xml
- path
- Info.plist
- sourceTree
- <group>
-
- 3D23C407A7CDBFD244D6115899F9D45D
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Promise.swift
- path
- Sources/Promise.swift
- sourceTree
- <group>
-
- 400A6910E83F606BCD67DC11FA706697
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- ServerTrustPolicy.swift
- path
- Source/ServerTrustPolicy.swift
- sourceTree
- <group>
-
- 412985229DA7A4DF9E129B7E8F0C09BB
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- NSURLConnection+Promise.swift
- path
- Categories/Foundation/NSURLConnection+Promise.swift
- sourceTree
- <group>
-
- 432ECC54282C84882B482CCB4CF227FC
-
- buildConfigurationList
- 8B2B2DA2F7F80D41B1FDB5FACFA4B3DE
- buildPhases
-
- EF659EFF40D426A3A32A82CDB98CC6EE
- A5AE1D340C4A0691EC28EEA8241C9FCD
- 5F7B61281F714E2A64A51E80A2C9C062
-
- buildRules
-
- dependencies
-
- isa
- PBXNativeTarget
- name
- Alamofire
- productName
- Alamofire
- productReference
- EBC4140FCBB5B4D3A955B1608C165C04
- productType
- com.apple.product-type.framework
-
- 44321F32F148EB47FF23494889576DF5
-
- buildActionMask
- 2147483647
- files
-
- 6F63943B0E954F701F32BC7A1F4C2FEC
- D358A828E68E152D06FC8E35533BF00B
- 48CB8E7E16443CA771E4DCFB3E0709A2
- 6CB84A616D7B4D189A4E94BD37621575
-
- isa
- PBXSourcesBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 443361437B359830308B93A7B98BE039
-
- fileRef
- 1A3E5E3CD673B025FD8AC260E67AB47E
- isa
- PBXBuildFile
-
- 450166FEA2155A5821D97744A0127DF8
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- OMGHTTPURLRQ.h
- path
- Sources/OMGHTTPURLRQ.h
- sourceTree
- <group>
-
- 46A8E0328DC896E0893B565FE8742167
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- path
- PetstoreClient-dummy.m
- sourceTree
- <group>
-
- 46F838880F41F56ABD91796FC956B4BF
-
- fileRef
- D2BAD338E56EF3CAA6E54490FE0C5DF9
- isa
- PBXBuildFile
-
- 4798BAC01B0E3F07E3BBBB07BA57F2D7
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- NSNotificationCenter+AnyPromise.m
- path
- Categories/Foundation/NSNotificationCenter+AnyPromise.m
- sourceTree
- <group>
-
- 48CB8E7E16443CA771E4DCFB3E0709A2
-
- fileRef
- 9D579267FC1F163C8F04B444DAEFED0D
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -DOS_OBJECT_USE_OBJC=0
-
-
- 4BED27A854EA6600536518D29BBB3670
-
- containerPortal
- D41D8CD98F00B204E9800998ECF8427E
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- 432ECC54282C84882B482CCB4CF227FC
- remoteInfo
- Alamofire
-
- 4C22563311AC2B52651A6525A979E076
-
- fileRef
- 2F0F4EDC2236E1C270DC2014181D6506
- isa
- PBXBuildFile
-
- 4D5CD4E08FD8D405881C59A5535E6CE8
-
- baseConfigurationReference
- 16D7C901D915C251DEBA27AC1EF57E34
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ-prefix.pch
- INFOPLIST_FILE
- Target Support Files/OMGHTTPURLRQ/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.modulemap
- MTL_ENABLE_DEBUG_INFO
- NO
- PRODUCT_NAME
- OMGHTTPURLRQ
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Release
-
- 4DE5FCC41D100B113B6645EA64410F16
-
- fileRef
- 1FBD351D007CF4095C98C9DFD9D83D61
- isa
- PBXBuildFile
-
- 516D41E4D035A817CC5116C11302E408
-
- fileRef
- 92734297B64DFE0EB0EDE1EA821163DB
- isa
- PBXBuildFile
-
- 5192A7466019F9B3D7F1E987124E96BC
-
- fileRef
- F7EBDD2EEED520E06ACB3538B3832049
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 51ADA0B6B6B00CB0E818AA8CBC311677
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- OMGFormURLEncode.h
- path
- Sources/OMGFormURLEncode.h
- sourceTree
- <group>
-
- 523C1819FC864864A9715CF713DD12E9
-
- fileRef
- FB15A61DB7ABCB74565286162157C5A0
- isa
- PBXBuildFile
-
- 535DF88FC12304114DEF55E4003421B2
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- NSURLSession+Promise.swift
- path
- Categories/Foundation/NSURLSession+Promise.swift
- sourceTree
- <group>
-
- 53F8B2513042BD6DB957E8063EF895BD
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Result.swift
- path
- Source/Result.swift
- sourceTree
- <group>
-
- 5412898DEB10F1983487A10453C6B9CB
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- Extensions.swift
- sourceTree
- <group>
-
- 5433AD51A3DC696530C96B8A7D78ED7D
-
- isa
- PBXTargetDependency
- name
- PromiseKit
- target
- 25EDA9CFC641C69402B3857A2C4A39F0
- targetProxy
- B5FB8931CDF8801206EDD2FEF94793BF
-
- 5480169E42C456C49BE59E273D7E0115
-
- fileRef
- 51ADA0B6B6B00CB0E818AA8CBC311677
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 552D15E0340BF58CC1922B82E864AEC9
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- UserAPI.swift
- sourceTree
- <group>
-
- 558DFECE2C740177CA6357DA71A1DFBB
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Error.swift
- path
- Sources/Error.swift
- sourceTree
- <group>
-
- 5973BC143AE488C12FFB1E83E71F0C45
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- AnyPromise.swift
- path
- Sources/AnyPromise.swift
- sourceTree
- <group>
-
- 5A1DC80A0773C5A569348DC442EAFD1D
-
- isa
- PBXFileReference
- lastKnownFileType
- wrapper.framework
- name
- UIKit.framework
- path
- Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/UIKit.framework
- sourceTree
- DEVELOPER_DIR
-
- 5B248364ABF60ACD7DB31A17DCFDFD0C
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- User.swift
- sourceTree
- <group>
-
- 5CA1C154DFC54DFFB12A754B9A0BBDFC
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- name
- OMGHTTPURLRQ.framework
- path
- OMGHTTPURLRQ.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- 5D7EAE5725A7E750B51FD27AECB5F0FD
-
- fileRef
- 6AD59903FAA8315AD0036AC459FFB97F
- isa
- PBXBuildFile
-
- 5DF5FC3AF99846209C5FCE55A2E12D9A
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Response.swift
- path
- Source/Response.swift
- sourceTree
- <group>
-
- 5EE5E1CA27F3CB04A5DCF5BB90B76000
-
- fileRef
- 5412898DEB10F1983487A10453C6B9CB
- isa
- PBXBuildFile
-
- 5F14E17B4D6BDF8BD3E384BE6528F744
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- MultipartFormData.swift
- path
- Source/MultipartFormData.swift
- sourceTree
- <group>
-
- 5F7B61281F714E2A64A51E80A2C9C062
-
- buildActionMask
- 2147483647
- files
-
- 2C5450AC69398958CF6F7539EF7D99E5
-
- isa
- PBXHeadersBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 5FFED823C0BDD412FA41B01EA47394D1
-
- fileRef
- F4B6A98D6DAF474045210F5A74FF1C3C
- isa
- PBXBuildFile
-
- 60EBBACB76CD5879FB7B9B3E0AA5E2C1
-
- fileRef
- AA24C5EC82CF437D8D1FFFAB68975408
- isa
- PBXBuildFile
-
- 620A8F6BEDF449F55F08EDB4CDBF60A2
-
- buildConfigurations
-
- 819D3D3D508154D9CFF3CE30C13E000E
- 4D5CD4E08FD8D405881C59A5535E6CE8
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- 64142DAEC5D96F7E876BBE00917C0E9D
-
- isa
- PBXTargetDependency
- name
- Alamofire
- target
- 432ECC54282C84882B482CCB4CF227FC
- targetProxy
- 769630CDAAA8C24AA5B4C81A85C45AC8
-
- 656BED6137A9FFA3B2DF03861F525022
-
- fileRef
- 9F681D2C508D1BA8F62893120D9343A4
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 6846D22C9F0CCBC48DF833E309A8E84F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- UIActionSheet+AnyPromise.h
- path
- Categories/UIKit/UIActionSheet+AnyPromise.h
- sourceTree
- <group>
-
- 6A128FE350973D8A693E3F063C5E4A49
-
- fileRef
- A92242715FB4C0608F8DCEBF8F3791E2
- isa
- PBXBuildFile
-
- 6AD59903FAA8315AD0036AC459FFB97F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- join.m
- path
- Sources/join.m
- sourceTree
- <group>
-
- 6B0A17CD24331793D2504E0FBBAF5EB2
-
- fileRef
- 211F73A46D90346F7FC6D0D29640EE4F
- isa
- PBXBuildFile
-
- 6CB84A616D7B4D189A4E94BD37621575
-
- fileRef
- E11BFB27B43B742CB5D6086C4233A909
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -DOS_OBJECT_USE_OBJC=0
-
-
- 6D264CCBD7DAC0A530076FB1A847EEC7
-
- fileRef
- 894E5DA93A9F359521A89826BE6DA777
- isa
- PBXBuildFile
-
- 6F63943B0E954F701F32BC7A1F4C2FEC
-
- fileRef
- 25614E715DDC170DAFB0DF50C5503E33
- isa
- PBXBuildFile
- settings
-
- COMPILER_FLAGS
- -DOS_OBJECT_USE_OBJC=0
-
-
- 73FA79FDB37E5C458B996012BFB0CF04
-
- fileRef
- C731FBFCC690050C6C08E5AC9D9DC724
- isa
- PBXBuildFile
-
- 75D98FF52E597A11900E131B6C4E1ADA
-
- children
-
- E8446514FBAD26C0E18F24A5715AEF67
- 79A9DEDC89FE8336BF5FEDAAF75BF7FC
- D0405803033A2A777B8E4DFA0C1800ED
- 87B213035BAC5F75386F62D3C75D2342
- 894E5DA93A9F359521A89826BE6DA777
- E7F21354943D9F42A70697D5A5EF72E9
- CBC0F7C552B739C909B650A0F42F7F38
- 2BCC458FDD5F692BBB2BFC64BB5701FC
- 977577C045EDA9D9D1F46E2598D19FC7
- DA312349A49333542E6F4B36B329960E
-
- isa
- PBXGroup
- name
- Pods
- path
- Target Support Files/Pods
- sourceTree
- <group>
-
- 769630CDAAA8C24AA5B4C81A85C45AC8
-
- containerPortal
- D41D8CD98F00B204E9800998ECF8427E
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- 432ECC54282C84882B482CCB4CF227FC
- remoteInfo
- Alamofire
-
- 76DC20E0A9F8CDC0E47176B58A9C5BD5
-
- children
-
- C476B916B763E55E4161F0B30760C4E8
- 3616971BAEF40302B7F2F8B1007C0B2B
- 4798BAC01B0E3F07E3BBBB07BA57F2D7
- B93FB4BB16CFB41DCA35A8CFAD7A7FEF
- D6EB54C331FED437583A5F01EB2757D1
- BAE48ACA10E8895BB8BF5CE8C0846B4B
- A7F0DAACAC89A93B940BBE54E6A87E9F
- 412985229DA7A4DF9E129B7E8F0C09BB
- 535DF88FC12304114DEF55E4003421B2
-
- isa
- PBXGroup
- name
- Foundation
- sourceTree
- <group>
-
- 792D14AC86CD98AA9C31373287E0F353
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.plist.xml
- path
- Info.plist
- sourceTree
- <group>
-
- 79A9DEDC89FE8336BF5FEDAAF75BF7FC
-
- includeInIndex
- 1
- isa
- PBXFileReference
- path
- Pods.modulemap
- sourceTree
- <group>
-
- 7A5DBD588D2CC1C0CB1C42D4ED613FE4
-
- buildConfigurationList
- 8CB3C5DF3F4B6413A6F2D003B58CCF32
- buildPhases
-
- 91F4D6732A1613C9660866E34445A67B
- FA26D2C7E461A1BBD50054579AFE2F7C
- 7E1332ABD911123D7A873D6D87E2F182
-
- buildRules
-
- dependencies
-
- 64142DAEC5D96F7E876BBE00917C0E9D
- F74DEE1C89F05CC835997330B0E3B7C1
- 2673248EF608AB8375FABCFDA8141072
- 5433AD51A3DC696530C96B8A7D78ED7D
-
- isa
- PBXNativeTarget
- name
- Pods
- productName
- Pods
- productReference
- D931A99C6B5A8E0F69C818C6ECC3C44F
- productType
- com.apple.product-type.framework
-
- 7B7ACBE5930AD378A2346DC89BAD1027
-
- baseConfigurationReference
- CC49FF2A84C0E0E9349747D94036B728
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/PromiseKit/PromiseKit-prefix.pch
- INFOPLIST_FILE
- Target Support Files/PromiseKit/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/PromiseKit/PromiseKit.modulemap
- MTL_ENABLE_DEBUG_INFO
- YES
- PRODUCT_NAME
- PromiseKit
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- SWIFT_OPTIMIZATION_LEVEL
- -Onone
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- 7D7A40DBAC93241786E8C553921E8C86
-
- fileRef
- 3530BF15E14D1F6D7134EE67377D5C8C
- isa
- PBXBuildFile
-
- 7DB346D0F39D3F0E887471402A8071AB
-
- children
-
- BA6428E9F66FD5A23C0A2E06ED26CD2F
- 22F52349E1BE90FC6E064DAAC9EA9612
- E85F5154C248966A1EC7B7B6EACB20CF
- CF22FA3EE19C3EC42FEBA1247EB70D85
- D6592B983C64CE2427DF9CF38F4BD1C1
- B7B80995527643776607AFFA75B91E24
-
- isa
- PBXGroup
- sourceTree
- <group>
-
- 7DFF028D9F7D443B2361EBEDACC99624
-
- children
-
- 8FCF5C41226503429E7875DF4CA4D36E
- A00A425F2E132E8FF4DE929E7DF9CC1E
- 1D2330E920AD5F6E4655BE449D006A77
- 07467E828160702D1DB7EC2F492C337C
-
- isa
- PBXGroup
- name
- OMGHTTPURLRQ
- path
- OMGHTTPURLRQ
- sourceTree
- <group>
-
- 7E0DBDE561A6C2E7AC7A24160F8A5F28
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Promise+Properties.swift
- path
- Sources/Promise+Properties.swift
- sourceTree
- <group>
-
- 7E1332ABD911123D7A873D6D87E2F182
-
- buildActionMask
- 2147483647
- files
-
- D1E8B31EFCBDE00F108E739AD69425C0
-
- isa
- PBXHeadersBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 8059767A82D94C9F7F7C16D030819C4E
-
- containerPortal
- D41D8CD98F00B204E9800998ECF8427E
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- 190ACD3A51BC90B85EADB13E9CDD207B
- remoteInfo
- OMGHTTPURLRQ
-
- 80F496237530D382A045A29654D8C11C
-
- fileRef
- 400A6910E83F606BCD67DC11FA706697
- isa
- PBXBuildFile
-
- 819D3D3D508154D9CFF3CE30C13E000E
-
- baseConfigurationReference
- 16D7C901D915C251DEBA27AC1EF57E34
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ-prefix.pch
- INFOPLIST_FILE
- Target Support Files/OMGHTTPURLRQ/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.modulemap
- MTL_ENABLE_DEBUG_INFO
- YES
- PRODUCT_NAME
- OMGHTTPURLRQ
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- 81A2DB65C0742D785DE7C2609CC14140
-
- fileRef
- 535DF88FC12304114DEF55E4003421B2
- isa
- PBXBuildFile
-
- 81B1E3A8E00502B38EACDE3617A7A73B
-
- children
-
- 792D14AC86CD98AA9C31373287E0F353
- CDC4DD7DB9F4C34A288BECA73BC13B57
- CC49FF2A84C0E0E9349747D94036B728
- 9042667D08D783E45394FE8B97EE6468
- 122D5005A81832479161CD1D223C573A
-
- isa
- PBXGroup
- name
- Support Files
- path
- ../Target Support Files/PromiseKit
- sourceTree
- <group>
-
- 82971968CBDAB224212EEB4607C9FB8D
-
- fileRef
- 53F8B2513042BD6DB957E8063EF895BD
- isa
- PBXBuildFile
-
- 8399DBEE3E2D98EB1F466132E476F4D9
-
- fileRef
- 5F14E17B4D6BDF8BD3E384BE6528F744
- isa
- PBXBuildFile
-
- 83C3888E1F7B1FC86D9CBF3B74DC2896
-
- children
-
- 27E0FE41D771BE8BE3F0D4F1DAD0B179
- 04A22F2595054D39018E03961CA7283A
-
- isa
- PBXGroup
- name
- QuartzCore
- sourceTree
- <group>
-
- 84319E048FE6DD89B905FA3A81005C5F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- join.swift
- path
- Sources/join.swift
- sourceTree
- <group>
-
- 857E5961D9F6E23BD86DEB613A1499C7
-
- fileRef
- 045C1F608ADE57757E6732D721779F22
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 8749F40CC17CE0C26C36B0F431A9C8F0
-
- includeInIndex
- 1
- isa
- PBXFileReference
- path
- Alamofire.modulemap
- sourceTree
- <group>
-
- 87B213035BAC5F75386F62D3C75D2342
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.plist.xml
- path
- Pods-acknowledgements.plist
- sourceTree
- <group>
-
- 87BC7910B8D7D31310A07C32438A8C67
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- OMGUserAgent.h
- path
- Sources/OMGUserAgent.h
- sourceTree
- <group>
-
- 88B3F911629C08DEEB226F3B294AAB36
-
- fileRef
- B93FB4BB16CFB41DCA35A8CFAD7A7FEF
- isa
- PBXBuildFile
-
- 894E5DA93A9F359521A89826BE6DA777
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- path
- Pods-dummy.m
- sourceTree
- <group>
-
- 8A8F373B23E0F7FB68B0BA71D92D1C60
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Stream.swift
- path
- Source/Stream.swift
- sourceTree
- <group>
-
- 8A9CB35983E4859DFFBAD8840196A094
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Error.swift
- path
- Source/Error.swift
- sourceTree
- <group>
-
- 8B2B2DA2F7F80D41B1FDB5FACFA4B3DE
-
- buildConfigurations
-
- 28973E73A6075E48EBE277098505D118
- 0D12EBEB35AC8FA740B275C8105F9152
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- 8B476A57549D7994745E17A6DE5BE745
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Alamofire.swift
- path
- Source/Alamofire.swift
- sourceTree
- <group>
-
- 8C4A96A3E69C772990E3E922D0FD1BC4
-
- fileRef
- BCDD82DB3E6D43BA9769FCA9B744CB5E
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- 8CB3C5DF3F4B6413A6F2D003B58CCF32
-
- buildConfigurations
-
- 1361791756A3908370041AE99E5CF772
- D3F110D6C2483BBC023DA8D6DFC525C3
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- 8D1534490D941DCA47C62AC4314182AF
-
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- CLANG_CXX_LANGUAGE_STANDARD
- gnu++0x
- CLANG_CXX_LIBRARY
- libc++
- CLANG_ENABLE_MODULES
- YES
- CLANG_ENABLE_OBJC_ARC
- YES
- CLANG_WARN_BOOL_CONVERSION
- YES
- CLANG_WARN_CONSTANT_CONVERSION
- YES
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE
- YES
- CLANG_WARN_EMPTY_BODY
- YES
- CLANG_WARN_ENUM_CONVERSION
- YES
- CLANG_WARN_INT_CONVERSION
- YES
- CLANG_WARN_OBJC_ROOT_CLASS
- YES
- CLANG_WARN_UNREACHABLE_CODE
- YES
- CLANG_WARN__DUPLICATE_METHOD_MATCH
- YES
- COPY_PHASE_STRIP
- NO
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_DYNAMIC_NO_PIC
- NO
- GCC_OPTIMIZATION_LEVEL
- 0
- GCC_PREPROCESSOR_DEFINITIONS
-
- DEBUG=1
- $(inherited)
-
- GCC_SYMBOLS_PRIVATE_EXTERN
- NO
- GCC_WARN_64_TO_32_BIT_CONVERSION
- YES
- GCC_WARN_ABOUT_RETURN_TYPE
- YES
- GCC_WARN_UNDECLARED_SELECTOR
- YES
- GCC_WARN_UNINITIALIZED_AUTOS
- YES
- GCC_WARN_UNUSED_FUNCTION
- YES
- GCC_WARN_UNUSED_VARIABLE
- YES
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- ONLY_ACTIVE_ARCH
- YES
- STRIP_INSTALLED_PRODUCT
- NO
- SYMROOT
- ${SRCROOT}/../build
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- 8D3A68D3CBD8A1D89099F704A04A04FC
-
- fileRef
- 9042667D08D783E45394FE8B97EE6468
- isa
- PBXBuildFile
-
- 8DC63EB77B3791891517B98CAA115DE8
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- State.swift
- path
- Sources/State.swift
- sourceTree
- <group>
-
- 8E3861989641484EE3095722EC08B5A9
-
- fileRef
- A7F0DAACAC89A93B940BBE54E6A87E9F
- isa
- PBXBuildFile
-
- 8EA2A359F1831ACBB15BAAEA04D6FB95
-
- children
-
- C731FBFCC690050C6C08E5AC9D9DC724
- 6846D22C9F0CCBC48DF833E309A8E84F
- 9774D31336C85248A115B569E7D95283
- FD570E28B63274E742E7D1FBBD55BB41
- 92D340D66F03F31237B70F23FE9B00D0
- F075F63EFE77F7B59FF77CBA95B9AADF
- CA854180C132DB5511D64C82535C5FDE
- BCDD82DB3E6D43BA9769FCA9B744CB5E
- 2F0F4EDC2236E1C270DC2014181D6506
- E3CDA0958D6247505ECD9098D662EA74
- 0BA017E288BB42E06EBEE9C6E6993EAF
- AA24C5EC82CF437D8D1FFFAB68975408
- D6D459D0AB2361B48F81C4D14C6D0DAA
-
- isa
- PBXGroup
- name
- UIKit
- sourceTree
- <group>
-
- 8EC2461DE4442A7991319873E6012164
-
- buildActionMask
- 2147483647
- files
-
- 5480169E42C456C49BE59E273D7E0115
- 5192A7466019F9B3D7F1E987124E96BC
- 0B34EB4425C08BB021C2D09F75C9C146
- 3A8D316D4266A3309D0A98ED74F8A13A
-
- isa
- PBXHeadersBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 8F0266C5AE0B23A436291F6647902086
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- Models.swift
- sourceTree
- <group>
-
- 8F6D133867EE63820DFB7E83F4C51252
-
- children
-
- F0D4E00A8974E74325E9E53D456F9AD4
- E3D1141B63DF38660CD6F3AC588A782B
- DADAB10704E49D6B9E18F59F995BB88F
- 46A8E0328DC896E0893B565FE8742167
- B3A144887C8B13FD888B76AB096B0CA1
- 9F681D2C508D1BA8F62893120D9343A4
-
- isa
- PBXGroup
- name
- Support Files
- path
- SwaggerClientTests/Pods/Target Support Files/PetstoreClient
- sourceTree
- <group>
-
- 8FCF5C41226503429E7875DF4CA4D36E
-
- children
-
- 51ADA0B6B6B00CB0E818AA8CBC311677
- 25614E715DDC170DAFB0DF50C5503E33
-
- isa
- PBXGroup
- name
- FormURLEncode
- sourceTree
- <group>
-
- 9042667D08D783E45394FE8B97EE6468
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- path
- PromiseKit-dummy.m
- sourceTree
- <group>
-
- 909B0A29022956D90C32C4AA319F75D1
-
- fileRef
- 1B7E90A568681E000EF3CB0917584F3C
- isa
- PBXBuildFile
-
- 91F4D6732A1613C9660866E34445A67B
-
- buildActionMask
- 2147483647
- files
-
- 6D264CCBD7DAC0A530076FB1A847EEC7
-
- isa
- PBXSourcesBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 92734297B64DFE0EB0EDE1EA821163DB
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- AlamofireImplementations.swift
- sourceTree
- <group>
-
- 92D340D66F03F31237B70F23FE9B00D0
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- UIAlertView+AnyPromise.h
- path
- Categories/UIKit/UIAlertView+AnyPromise.h
- sourceTree
- <group>
-
- 94652EA7B5323CE393BCE396E7262170
-
- baseConfigurationReference
- DADAB10704E49D6B9E18F59F995BB88F
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/PetstoreClient/PetstoreClient-prefix.pch
- INFOPLIST_FILE
- Target Support Files/PetstoreClient/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/PetstoreClient/PetstoreClient.modulemap
- MTL_ENABLE_DEBUG_INFO
- YES
- PRODUCT_NAME
- PetstoreClient
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- SWIFT_OPTIMIZATION_LEVEL
- -Onone
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Debug
-
- 96D99D0C2472535A169DED65CB231CD7
-
- fileRef
- FB15A61DB7ABCB74565286162157C5A0
- isa
- PBXBuildFile
-
- 9774D31336C85248A115B569E7D95283
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- UIActionSheet+AnyPromise.m
- path
- Categories/UIKit/UIActionSheet+AnyPromise.m
- sourceTree
- <group>
-
- 977577C045EDA9D9D1F46E2598D19FC7
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.xcconfig
- path
- Pods.debug.xcconfig
- sourceTree
- <group>
-
- 9792A6BDBB07FB15453527B4370E3086
-
- buildActionMask
- 2147483647
- files
-
- 35F6B35131F89EA23246C6508199FB05
-
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- 97D71F12142A541BEEF425805D51379E
-
- fileRef
- 980FD13F87B44BFD90F8AC129BEB2E61
- isa
- PBXBuildFile
-
- 980FD13F87B44BFD90F8AC129BEB2E61
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- race.swift
- path
- Sources/race.swift
- sourceTree
- <group>
-
- 99640BFBD45FFAD70A89B868F85EFA36
-
- children
-
- 8B476A57549D7994745E17A6DE5BE745
- A04177B09D9596450D827FE49A36C4C4
- 8A9CB35983E4859DFFBAD8840196A094
- 2D51C929AC51E34493AA757180C09C3B
- 5F14E17B4D6BDF8BD3E384BE6528F744
- 1FBD351D007CF4095C98C9DFD9D83D61
- 133C5287CFDCB3B67578A7B1221E132C
- 5DF5FC3AF99846209C5FCE55A2E12D9A
- FD558DDCDDA1B46951548B02C34277EF
- 53F8B2513042BD6DB957E8063EF895BD
- 400A6910E83F606BCD67DC11FA706697
- 8A8F373B23E0F7FB68B0BA71D92D1C60
- CCE38472832BBCC541E646DA6C18EF9C
- CA1AD92813B887E2D017D051B8C0E3D2
- 9E101A4CE6D982647EED5C067C563BED
-
- isa
- PBXGroup
- name
- Alamofire
- path
- Alamofire
- sourceTree
- <group>
-
- 9AD20158D23CE70A2A91E5B7859090C3
-
- containerPortal
- D41D8CD98F00B204E9800998ECF8427E
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- 190ACD3A51BC90B85EADB13E9CDD207B
- remoteInfo
- OMGHTTPURLRQ
-
- 9CFBA896DF45B68C788F80013AC3FDBB
-
- fileRef
- A1D1571AB15108DF6F9C4FE2064E3C43
- isa
- PBXBuildFile
-
- 9D579267FC1F163C8F04B444DAEFED0D
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- OMGHTTPURLRQ.m
- path
- Sources/OMGHTTPURLRQ.m
- sourceTree
- <group>
-
- 9E101A4CE6D982647EED5C067C563BED
-
- children
-
- 8749F40CC17CE0C26C36B0F431A9C8F0
- 141F0B43C42CE92856BBA8F8D98481DB
- 139346EB669CBE2DE8FE506E14A2BA9C
- 3950B63B8EB1B9CD8FC31CDA8CC2E7C7
- 30CE7341A995EF6812D71771E74CF7F7
- 3CE589B7B1FE57084403D25DC49528B5
-
- isa
- PBXGroup
- name
- Support Files
- path
- ../Target Support Files/Alamofire
- sourceTree
- <group>
-
- 9F681D2C508D1BA8F62893120D9343A4
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- PetstoreClient-umbrella.h
- sourceTree
- <group>
-
- A00A425F2E132E8FF4DE929E7DF9CC1E
-
- children
-
- 450166FEA2155A5821D97744A0127DF8
- 9D579267FC1F163C8F04B444DAEFED0D
-
- isa
- PBXGroup
- name
- RQ
- sourceTree
- <group>
-
- A04177B09D9596450D827FE49A36C4C4
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Download.swift
- path
- Source/Download.swift
- sourceTree
- <group>
-
- A112EF8BB3933C1C1E42F11B3DD3B02A
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- path
- PromiseKit.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- A1D1571AB15108DF6F9C4FE2064E3C43
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- path
- Alamofire.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- A2C172FE407C0BC3478ADCA91A6C9CEC
-
- fileRef
- 2D51C929AC51E34493AA757180C09C3B
- isa
- PBXBuildFile
-
- A3505FA2FB3067D53847AD288AC04F03
-
- fileRef
- A04177B09D9596450D827FE49A36C4C4
- isa
- PBXBuildFile
-
- A5AE1D340C4A0691EC28EEA8241C9FCD
-
- buildActionMask
- 2147483647
- files
-
- 96D99D0C2472535A169DED65CB231CD7
-
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- A7F0DAACAC89A93B940BBE54E6A87E9F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- NSURLConnection+AnyPromise.m
- path
- Categories/Foundation/NSURLConnection+AnyPromise.m
- sourceTree
- <group>
-
- A92242715FB4C0608F8DCEBF8F3791E2
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- dispatch_promise.m
- path
- Sources/dispatch_promise.m
- sourceTree
- <group>
-
- AA24C5EC82CF437D8D1FFFAB68975408
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- UIViewController+AnyPromise.m
- path
- Categories/UIKit/UIViewController+AnyPromise.m
- sourceTree
- <group>
-
- AB4DA378490493502B34B20D4B12325B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.plist.xml
- path
- Info.plist
- sourceTree
- <group>
-
- AD94092456F8ABCB18F74CAC75AD85DE
-
- children
-
- F64549CFCC17C7AC6479508BE180B18D
-
- isa
- PBXGroup
- name
- Classes
- path
- Classes
- sourceTree
- <group>
-
- ADB2280332CE02FCD777CC987CD4E28A
-
- baseConfigurationReference
- CC49FF2A84C0E0E9349747D94036B728
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- GCC_PREFIX_HEADER
- Target Support Files/PromiseKit/PromiseKit-prefix.pch
- INFOPLIST_FILE
- Target Support Files/PromiseKit/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MODULEMAP_FILE
- Target Support Files/PromiseKit/PromiseKit.modulemap
- MTL_ENABLE_DEBUG_INFO
- NO
- PRODUCT_NAME
- PromiseKit
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Release
-
- ADEEE5F368B5D707D03E78FD75C59048
-
- fileRef
- 3D23C407A7CDBFD244D6115899F9D45D
- isa
- PBXBuildFile
-
- B0FB4B01682814B9E3D32F9DC4A5E762
-
- fileRef
- 8B476A57549D7994745E17A6DE5BE745
- isa
- PBXBuildFile
-
- B3A144887C8B13FD888B76AB096B0CA1
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- PetstoreClient-prefix.pch
- sourceTree
- <group>
-
- B5E28E2093F917340AF5AAA0FCE5E37D
-
- buildConfigurations
-
- 94652EA7B5323CE393BCE396E7262170
- 10966F49AC953FB6BFDCBF072AF5B251
-
- defaultConfigurationIsVisible
- 0
- defaultConfigurationName
- Release
- isa
- XCConfigurationList
-
- B5FB8931CDF8801206EDD2FEF94793BF
-
- containerPortal
- D41D8CD98F00B204E9800998ECF8427E
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- 25EDA9CFC641C69402B3857A2C4A39F0
- remoteInfo
- PromiseKit
-
- B6D2DC3E3DA44CD382B9B425F40E11C1
-
- fileRef
- 139346EB669CBE2DE8FE506E14A2BA9C
- isa
- PBXBuildFile
-
- B7B80995527643776607AFFA75B91E24
-
- children
-
- 75D98FF52E597A11900E131B6C4E1ADA
-
- isa
- PBXGroup
- name
- Targets Support Files
- sourceTree
- <group>
-
- B868468092D7B2489B889A50981C9247
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- after.m
- path
- Sources/after.m
- sourceTree
- <group>
-
- B93FB4BB16CFB41DCA35A8CFAD7A7FEF
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- NSNotificationCenter+Promise.swift
- path
- Categories/Foundation/NSNotificationCenter+Promise.swift
- sourceTree
- <group>
-
- B9E21DC1171D712B2D2307EE5034D99E
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- OMGHTTPURLRQ-prefix.pch
- sourceTree
- <group>
-
- B9EC7146E2607203CE4A5678AE249144
-
- buildActionMask
- 2147483647
- files
-
- EEF6E654182421FEBC0CC202E72F71A8
- 7D7A40DBAC93241786E8C553921E8C86
- 1287903F965945AEB5EFC4EE768C7B38
- EA691570F0F8066651EE2A7066426384
-
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- BA6428E9F66FD5A23C0A2E06ED26CD2F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text
- name
- Podfile
- path
- ../Podfile
- sourceTree
- SOURCE_ROOT
- xcLanguageSpecificationIdentifier
- xcode.lang.ruby
-
- BAE48ACA10E8895BB8BF5CE8C0846B4B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- NSURLConnection+AnyPromise.h
- path
- Categories/Foundation/NSURLConnection+AnyPromise.h
- sourceTree
- <group>
-
- BCDD82DB3E6D43BA9769FCA9B744CB5E
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- name
- UIView+AnyPromise.h
- path
- Categories/UIKit/UIView+AnyPromise.h
- sourceTree
- <group>
-
- BEACE1971060500B96701CBC3F667BAE
-
- children
-
- B868468092D7B2489B889A50981C9247
- 275DA9A664C70DD40A4059090D1A00D4
- 1F19945EE403F7B29D8B1939EA6D579A
- 1B7E90A568681E000EF3CB0917584F3C
- 5973BC143AE488C12FFB1E83E71F0C45
- A92242715FB4C0608F8DCEBF8F3791E2
- 392FA21A33296B88F790D62A4FAA4E4E
- 558DFECE2C740177CA6357DA71A1DFBB
- F4B6A98D6DAF474045210F5A74FF1C3C
- 6AD59903FAA8315AD0036AC459FFB97F
- 84319E048FE6DD89B905FA3A81005C5F
- 045C1F608ADE57757E6732D721779F22
- 3D23C407A7CDBFD244D6115899F9D45D
- 7E0DBDE561A6C2E7AC7A24160F8A5F28
- 3BFFA6FD621E9ED341AA89AEAC1604D7
- 980FD13F87B44BFD90F8AC129BEB2E61
- 8DC63EB77B3791891517B98CAA115DE8
- 0A8906F6D6920DF197965D1740A7E283
- E7CE161ED0CF68954A63F30528ACAD9B
- 143BC30E5DDAF52A3D9578F507EC6A41
- 16730DAF3E51C161D8247E473F069E71
-
- isa
- PBXGroup
- name
- CorePromise
- sourceTree
- <group>
-
- C476B916B763E55E4161F0B30760C4E8
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- afterlife.swift
- path
- Categories/Foundation/afterlife.swift
- sourceTree
- <group>
-
- C5A18280E9321A9268D1C80B7DA43967
-
- buildSettings
-
- ALWAYS_SEARCH_USER_PATHS
- NO
- CLANG_CXX_LANGUAGE_STANDARD
- gnu++0x
- CLANG_CXX_LIBRARY
- libc++
- CLANG_ENABLE_MODULES
- YES
- CLANG_ENABLE_OBJC_ARC
- YES
- CLANG_WARN_BOOL_CONVERSION
- YES
- CLANG_WARN_CONSTANT_CONVERSION
- YES
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE
- YES
- CLANG_WARN_EMPTY_BODY
- YES
- CLANG_WARN_ENUM_CONVERSION
- YES
- CLANG_WARN_INT_CONVERSION
- YES
- CLANG_WARN_OBJC_ROOT_CLASS
- YES
- CLANG_WARN_UNREACHABLE_CODE
- YES
- CLANG_WARN__DUPLICATE_METHOD_MATCH
- YES
- COPY_PHASE_STRIP
- YES
- ENABLE_NS_ASSERTIONS
- NO
- GCC_C_LANGUAGE_STANDARD
- gnu99
- GCC_PREPROCESSOR_DEFINITIONS
-
- RELEASE=1
-
- GCC_WARN_64_TO_32_BIT_CONVERSION
- YES
- GCC_WARN_ABOUT_RETURN_TYPE
- YES
- GCC_WARN_UNDECLARED_SELECTOR
- YES
- GCC_WARN_UNINITIALIZED_AUTOS
- YES
- GCC_WARN_UNUSED_FUNCTION
- YES
- GCC_WARN_UNUSED_VARIABLE
- YES
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- STRIP_INSTALLED_PRODUCT
- NO
- SYMROOT
- ${SRCROOT}/../build
- VALIDATE_PRODUCT
- YES
-
- isa
- XCBuildConfiguration
- name
- Release
-
- C731FBFCC690050C6C08E5AC9D9DC724
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- PMKAlertController.swift
- path
- Categories/UIKit/PMKAlertController.swift
- sourceTree
- <group>
-
- C75519F0450166A6F28126ECC7664E9C
-
- fileRef
- CA1AD92813B887E2D017D051B8C0E3D2
- isa
- PBXBuildFile
-
- C86881D2285095255829A578F0A85300
-
- fileRef
- B868468092D7B2489B889A50981C9247
- isa
- PBXBuildFile
-
- C86CE0A47FAD4C9B2929A335D62A179E
-
- fileRef
- D6D459D0AB2361B48F81C4D14C6D0DAA
- isa
- PBXBuildFile
-
- C893B48B47F4A7541102DAAFECFC50F2
-
- isa
- PBXTargetDependency
- name
- OMGHTTPURLRQ
- target
- 190ACD3A51BC90B85EADB13E9CDD207B
- targetProxy
- 8059767A82D94C9F7F7C16D030819C4E
-
- CA1AD92813B887E2D017D051B8C0E3D2
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Validation.swift
- path
- Source/Validation.swift
- sourceTree
- <group>
-
- CA854180C132DB5511D64C82535C5FDE
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- UIAlertView+Promise.swift
- path
- Categories/UIKit/UIAlertView+Promise.swift
- sourceTree
- <group>
-
- CAF12A3EDA2376FFEAD4A12E413C1AAD
-
- fileRef
- 9774D31336C85248A115B569E7D95283
- isa
- PBXBuildFile
-
- CB2A58CBAB5A2E63D0CB70F2697CAE87
-
- fileRef
- 143BC30E5DDAF52A3D9578F507EC6A41
- isa
- PBXBuildFile
-
- CBC0F7C552B739C909B650A0F42F7F38
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.script.sh
- path
- Pods-resources.sh
- sourceTree
- <group>
-
- CC49FF2A84C0E0E9349747D94036B728
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.xcconfig
- path
- PromiseKit.xcconfig
- sourceTree
- <group>
-
- CCE38472832BBCC541E646DA6C18EF9C
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- Upload.swift
- path
- Source/Upload.swift
- sourceTree
- <group>
-
- CD97970D21D3CB8C459FAFEF11EE60F3
-
- fileRef
- D4DF0604EDC1460935E6E445A47023A4
- isa
- PBXBuildFile
-
- CDC4DD7DB9F4C34A288BECA73BC13B57
-
- includeInIndex
- 1
- isa
- PBXFileReference
- path
- PromiseKit.modulemap
- sourceTree
- <group>
-
- CE225CF07E6E385F014883D607AFA44D
-
- fileRef
- E7CE161ED0CF68954A63F30528ACAD9B
- isa
- PBXBuildFile
-
- CE89E5C528D52BBCBCD23309603BA6D1
-
- fileRef
- 27E0FE41D771BE8BE3F0D4F1DAD0B179
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- CF22FA3EE19C3EC42FEBA1247EB70D85
-
- children
-
- 99640BFBD45FFAD70A89B868F85EFA36
- 7DFF028D9F7D443B2361EBEDACC99624
- D9FC474F1DB94FC75B3AAC120F0D4AB7
-
- isa
- PBXGroup
- name
- Pods
- sourceTree
- <group>
-
- D0405803033A2A777B8E4DFA0C1800ED
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text
- path
- Pods-acknowledgements.markdown
- sourceTree
- <group>
-
- D1735D6C4D574339EB49024228448459
-
- fileRef
- E3CDA0958D6247505ECD9098D662EA74
- isa
- PBXBuildFile
-
- D1E8B31EFCBDE00F108E739AD69425C0
-
- fileRef
- 2BCC458FDD5F692BBB2BFC64BB5701FC
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- D21B7325B3642887BFBE977E021F2D26
-
- fileRef
- FD558DDCDDA1B46951548B02C34277EF
- isa
- PBXBuildFile
-
- D2BAD338E56EF3CAA6E54490FE0C5DF9
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- APIHelper.swift
- sourceTree
- <group>
-
- D358A828E68E152D06FC8E35533BF00B
-
- fileRef
- 0F36B65CF990C57DC527824ED0BA1915
- isa
- PBXBuildFile
-
- D3F110D6C2483BBC023DA8D6DFC525C3
-
- baseConfigurationReference
- DA312349A49333542E6F4B36B329960E
- buildSettings
-
- CODE_SIGN_IDENTITY[sdk=iphoneos*]
- iPhone Developer
- CURRENT_PROJECT_VERSION
- 1
- DEFINES_MODULE
- YES
- DYLIB_COMPATIBILITY_VERSION
- 1
- DYLIB_CURRENT_VERSION
- 1
- DYLIB_INSTALL_NAME_BASE
- @rpath
- ENABLE_STRICT_OBJC_MSGSEND
- YES
- INFOPLIST_FILE
- Target Support Files/Pods/Info.plist
- INSTALL_PATH
- $(LOCAL_LIBRARY_DIR)/Frameworks
- IPHONEOS_DEPLOYMENT_TARGET
- 9.2
- LD_RUNPATH_SEARCH_PATHS
-
- $(inherited)
- @executable_path/Frameworks
- @loader_path/Frameworks
-
- MACH_O_TYPE
- staticlib
- MODULEMAP_FILE
- Target Support Files/Pods/Pods.modulemap
- MTL_ENABLE_DEBUG_INFO
- NO
- OTHER_LDFLAGS
-
- OTHER_LIBTOOLFLAGS
-
- PODS_ROOT
- $(SRCROOT)
- PRODUCT_NAME
- Pods
- SDKROOT
- iphoneos
- SKIP_INSTALL
- YES
- TARGETED_DEVICE_FAMILY
- 1,2
- VERSIONING_SYSTEM
- apple-generic
- VERSION_INFO_PREFIX
-
-
- isa
- XCBuildConfiguration
- name
- Release
-
- D41D8CD98F00B204E9800998ECF8427E
-
- attributes
-
- LastSwiftUpdateCheck
- 0700
- LastUpgradeCheck
- 0700
-
- buildConfigurationList
- 2D8E8EC45A3A1A1D94AE762CB5028504
- compatibilityVersion
- Xcode 3.2
- developmentRegion
- English
- hasScannedForEncodings
- 0
- isa
- PBXProject
- knownRegions
-
- en
-
- mainGroup
- 7DB346D0F39D3F0E887471402A8071AB
- productRefGroup
- D6592B983C64CE2427DF9CF38F4BD1C1
- projectDirPath
-
- projectReferences
-
- projectRoot
-
- targets
-
- 432ECC54282C84882B482CCB4CF227FC
- 190ACD3A51BC90B85EADB13E9CDD207B
- 2FD913B4E24277823983BABFDB071664
- 7A5DBD588D2CC1C0CB1C42D4ED613FE4
- 25EDA9CFC641C69402B3857A2C4A39F0
-
-
- D4248CF20178C57CEFEFAAF453C0DC75
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- name
- PromiseKit.framework
- path
- PromiseKit.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- D4DF0604EDC1460935E6E445A47023A4
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- Category.swift
- sourceTree
- <group>
-
- D546A4DBA3F7750F45A6F63B994C081C
-
- fileRef
- 5B248364ABF60ACD7DB31A17DCFDFD0C
- isa
- PBXBuildFile
-
- D6592B983C64CE2427DF9CF38F4BD1C1
-
- children
-
- EBC4140FCBB5B4D3A955B1608C165C04
- 5CA1C154DFC54DFFB12A754B9A0BBDFC
- E160B50E4D11692AA38E74C897D69C61
- D931A99C6B5A8E0F69C818C6ECC3C44F
- D4248CF20178C57CEFEFAAF453C0DC75
-
- isa
- PBXGroup
- name
- Products
- sourceTree
- <group>
-
- D6D459D0AB2361B48F81C4D14C6D0DAA
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- UIViewController+Promise.swift
- path
- Categories/UIKit/UIViewController+Promise.swift
- sourceTree
- <group>
-
- D6EB54C331FED437583A5F01EB2757D1
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- NSObject+Promise.swift
- path
- Categories/Foundation/NSObject+Promise.swift
- sourceTree
- <group>
-
- D75CA395D510E08C404E55F5BDAE55CE
-
- fileRef
- 8A9CB35983E4859DFFBAD8840196A094
- isa
- PBXBuildFile
-
- D8072E1108951F272C003553FC8926C7
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- path
- APIs.swift
- sourceTree
- <group>
-
- D931A99C6B5A8E0F69C818C6ECC3C44F
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- name
- Pods.framework
- path
- Pods.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- D93596046CD3B301F4EC99A7A118C82C
-
- fileRef
- 558DFECE2C740177CA6357DA71A1DFBB
- isa
- PBXBuildFile
-
- D9FC474F1DB94FC75B3AAC120F0D4AB7
-
- children
-
- BEACE1971060500B96701CBC3F667BAE
- 76DC20E0A9F8CDC0E47176B58A9C5BD5
- 83C3888E1F7B1FC86D9CBF3B74DC2896
- 81B1E3A8E00502B38EACDE3617A7A73B
- 8EA2A359F1831ACBB15BAAEA04D6FB95
-
- isa
- PBXGroup
- name
- PromiseKit
- path
- PromiseKit
- sourceTree
- <group>
-
- DA312349A49333542E6F4B36B329960E
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.xcconfig
- path
- Pods.release.xcconfig
- sourceTree
- <group>
-
- DADAB10704E49D6B9E18F59F995BB88F
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.xcconfig
- path
- PetstoreClient.xcconfig
- sourceTree
- <group>
-
- DBD1F4247E1C591AE4EE5531599AB170
-
- fileRef
- 3616971BAEF40302B7F2F8B1007C0B2B
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- DD8D067A7F742F39B87FA04CE12DD118
-
- fileRef
- FB15A61DB7ABCB74565286162157C5A0
- isa
- PBXBuildFile
-
- E11BFB27B43B742CB5D6086C4233A909
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- OMGUserAgent.m
- path
- Sources/OMGUserAgent.m
- sourceTree
- <group>
-
- E160B50E4D11692AA38E74C897D69C61
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- name
- PetstoreClient.framework
- path
- PetstoreClient.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- E2B0094FAAEA55C55AD141136F650E35
-
- fileRef
- 0A545673F09F49CDD60A13B4B0AF1020
- isa
- PBXBuildFile
-
- E3CDA0958D6247505ECD9098D662EA74
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- UIView+Promise.swift
- path
- Categories/UIKit/UIView+Promise.swift
- sourceTree
- <group>
-
- E3D1141B63DF38660CD6F3AC588A782B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- path
- PetstoreClient.modulemap
- sourceTree
- <group>
-
- E73D9BF152C59F341559DE62A3143721
-
- children
-
- AD94092456F8ABCB18F74CAC75AD85DE
-
- isa
- PBXGroup
- name
- PetstoreClient
- path
- PetstoreClient
- sourceTree
- <group>
-
- E7CE161ED0CF68954A63F30528ACAD9B
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- URLDataPromise.swift
- path
- Sources/URLDataPromise.swift
- sourceTree
- <group>
-
- E7F21354943D9F42A70697D5A5EF72E9
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.script.sh
- path
- Pods-frameworks.sh
- sourceTree
- <group>
-
- E8446514FBAD26C0E18F24A5715AEF67
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.plist.xml
- path
- Info.plist
- sourceTree
- <group>
-
- E85F5154C248966A1EC7B7B6EACB20CF
-
- children
-
- A1D1571AB15108DF6F9C4FE2064E3C43
- 3530BF15E14D1F6D7134EE67377D5C8C
- A112EF8BB3933C1C1E42F11B3DD3B02A
- E8D8DAC96ED2B9203F380FB45F6DBE39
-
- isa
- PBXGroup
- name
- Frameworks
- sourceTree
- <group>
-
- E8D8DAC96ED2B9203F380FB45F6DBE39
-
- children
-
- FB15A61DB7ABCB74565286162157C5A0
- FC4BF94DC4B3D8B88FC160B00931B0EC
- 5A1DC80A0773C5A569348DC442EAFD1D
-
- isa
- PBXGroup
- name
- iOS
- sourceTree
- <group>
-
- E9F8459055B900A58FB97600A53E5D1C
-
- children
-
- E73D9BF152C59F341559DE62A3143721
- 8F6D133867EE63820DFB7E83F4C51252
-
- isa
- PBXGroup
- name
- PetstoreClient
- path
- ../..
- sourceTree
- <group>
-
- EA35E77B4F31DC3E1D224458E0BC959D
-
- fileRef
- D8072E1108951F272C003553FC8926C7
- isa
- PBXBuildFile
-
- EA67B414E392EFD2B14742F55A595596
-
- fileRef
- 275DA9A664C70DD40A4059090D1A00D4
- isa
- PBXBuildFile
-
- EA691570F0F8066651EE2A7066426384
-
- fileRef
- 5A1DC80A0773C5A569348DC442EAFD1D
- isa
- PBXBuildFile
-
- EB3C88CDAF122BA763FEF85758370C7C
-
- fileRef
- CA854180C132DB5511D64C82535C5FDE
- isa
- PBXBuildFile
-
- EB9A1F33DB49ADA09F6E7F19A2C30357
-
- fileRef
- 412985229DA7A4DF9E129B7E8F0C09BB
- isa
- PBXBuildFile
-
- EBC4140FCBB5B4D3A955B1608C165C04
-
- explicitFileType
- wrapper.framework
- includeInIndex
- 0
- isa
- PBXFileReference
- name
- Alamofire.framework
- path
- Alamofire.framework
- sourceTree
- BUILT_PRODUCTS_DIR
-
- ECAC5E4454026C822004659466983ADD
-
- containerPortal
- D41D8CD98F00B204E9800998ECF8427E
- isa
- PBXContainerItemProxy
- proxyType
- 1
- remoteGlobalIDString
- 25EDA9CFC641C69402B3857A2C4A39F0
- remoteInfo
- PromiseKit
-
- ED30A8B82BA1D53CBC370B1DC18DA1EB
-
- fileRef
- 16730DAF3E51C161D8247E473F069E71
- isa
- PBXBuildFile
-
- EEF6E654182421FEBC0CC202E72F71A8
-
- fileRef
- FB15A61DB7ABCB74565286162157C5A0
- isa
- PBXBuildFile
-
- EF659EFF40D426A3A32A82CDB98CC6EE
-
- buildActionMask
- 2147483647
- files
-
- B6D2DC3E3DA44CD382B9B425F40E11C1
- B0FB4B01682814B9E3D32F9DC4A5E762
- A3505FA2FB3067D53847AD288AC04F03
- D75CA395D510E08C404E55F5BDAE55CE
- A2C172FE407C0BC3478ADCA91A6C9CEC
- 8399DBEE3E2D98EB1F466132E476F4D9
- 4DE5FCC41D100B113B6645EA64410F16
- FC14480CECE872865A9C6E584F886DA3
- 03F494989CC1A8857B68A317D5D6860F
- D21B7325B3642887BFBE977E021F2D26
- 82971968CBDAB224212EEB4607C9FB8D
- 80F496237530D382A045A29654D8C11C
- FEF0D7653948988B804226129471C1EC
- 0681ADC8BAE2C3185F13487BAAB4D9DD
- C75519F0450166A6F28126ECC7664E9C
-
- isa
- PBXSourcesBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- F075F63EFE77F7B59FF77CBA95B9AADF
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- UIAlertView+AnyPromise.m
- path
- Categories/UIKit/UIAlertView+AnyPromise.m
- sourceTree
- <group>
-
- F0D4E00A8974E74325E9E53D456F9AD4
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- text.plist.xml
- path
- Info.plist
- sourceTree
- <group>
-
- F4582E8DC1C9F362ADA4BAE9CEF8B681
-
- fileRef
- 392FA21A33296B88F790D62A4FAA4E4E
- isa
- PBXBuildFile
-
- F4B6A98D6DAF474045210F5A74FF1C3C
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.objc
- name
- hang.m
- path
- Sources/hang.m
- sourceTree
- <group>
-
- F64549CFCC17C7AC6479508BE180B18D
-
- children
-
- 92734297B64DFE0EB0EDE1EA821163DB
- D2BAD338E56EF3CAA6E54490FE0C5DF9
- D8072E1108951F272C003553FC8926C7
- 5412898DEB10F1983487A10453C6B9CB
- 8F0266C5AE0B23A436291F6647902086
- F92EFB558CBA923AB1CFA22F708E315A
- 1322FED69118C64DAD026CAF7F4C38C6
-
- isa
- PBXGroup
- name
- Swaggers
- path
- Swaggers
- sourceTree
- <group>
-
- F700EAA9F9F6C1F99C83B45D05C5AD14
-
- fileRef
- 3BFFA6FD621E9ED341AA89AEAC1604D7
- isa
- PBXBuildFile
- settings
-
- ATTRIBUTES
-
- Public
-
-
-
- F7161E50F083B2267363F243C4E4B78F
-
- fileRef
- 5973BC143AE488C12FFB1E83E71F0C45
- isa
- PBXBuildFile
-
- F74DEE1C89F05CC835997330B0E3B7C1
-
- isa
- PBXTargetDependency
- name
- OMGHTTPURLRQ
- target
- 190ACD3A51BC90B85EADB13E9CDD207B
- targetProxy
- 9AD20158D23CE70A2A91E5B7859090C3
-
- F7EBDD2EEED520E06ACB3538B3832049
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.c.h
- path
- OMGHTTPURLRQ-umbrella.h
- sourceTree
- <group>
-
- F898D4270885EF1114608E76B0C09E21
-
- fileRef
- 8DC63EB77B3791891517B98CAA115DE8
- isa
- PBXBuildFile
-
- F92EFB558CBA923AB1CFA22F708E315A
-
- children
-
- 261F03A3C73374FD19333EEA59CCD59F
- 1A3E5E3CD673B025FD8AC260E67AB47E
- 552D15E0340BF58CC1922B82E864AEC9
-
- isa
- PBXGroup
- name
- APIs
- path
- APIs
- sourceTree
- <group>
-
- FA26D2C7E461A1BBD50054579AFE2F7C
-
- buildActionMask
- 2147483647
- files
-
- DD8D067A7F742F39B87FA04CE12DD118
-
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- FAC5685F6C40E5D74404831646CBC453
-
- isa
- PBXTargetDependency
- name
- PromiseKit
- target
- 25EDA9CFC641C69402B3857A2C4A39F0
- targetProxy
- ECAC5E4454026C822004659466983ADD
-
- FB0B33F03AC2BC8A7FC7FD912C12CC22
-
- fileRef
- A112EF8BB3933C1C1E42F11B3DD3B02A
- isa
- PBXBuildFile
-
- FB15A61DB7ABCB74565286162157C5A0
-
- isa
- PBXFileReference
- lastKnownFileType
- wrapper.framework
- name
- Foundation.framework
- path
- Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework
- sourceTree
- DEVELOPER_DIR
-
- FC14480CECE872865A9C6E584F886DA3
-
- fileRef
- 133C5287CFDCB3B67578A7B1221E132C
- isa
- PBXBuildFile
-
- FC4BF94DC4B3D8B88FC160B00931B0EC
-
- isa
- PBXFileReference
- lastKnownFileType
- wrapper.framework
- name
- QuartzCore.framework
- path
- Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/QuartzCore.framework
- sourceTree
- DEVELOPER_DIR
-
- FC8C7ACC9E4D7F04E9223A734BF57FFB
-
- buildActionMask
- 2147483647
- files
-
- 9CFBA896DF45B68C788F80013AC3FDBB
- 523C1819FC864864A9715CF713DD12E9
- FB0B33F03AC2BC8A7FC7FD912C12CC22
-
- isa
- PBXFrameworksBuildPhase
- runOnlyForDeploymentPostprocessing
- 0
-
- FC9E3FF49D9B636B2925749B2D51A5D3
-
- isa
- PBXTargetDependency
- name
- Alamofire
- target
- 432ECC54282C84882B482CCB4CF227FC
- targetProxy
- 4BED27A854EA6600536518D29BBB3670
-
- FD558DDCDDA1B46951548B02C34277EF
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- ResponseSerialization.swift
- path
- Source/ResponseSerialization.swift
- sourceTree
- <group>
-
- FD570E28B63274E742E7D1FBBD55BB41
-
- includeInIndex
- 1
- isa
- PBXFileReference
- lastKnownFileType
- sourcecode.swift
- name
- UIActionSheet+Promise.swift
- path
- Categories/UIKit/UIActionSheet+Promise.swift
- sourceTree
- <group>
-
- FEF0D7653948988B804226129471C1EC
-
- fileRef
- 8A8F373B23E0F7FB68B0BA71D92D1C60
- isa
- PBXBuildFile
-
-
- rootObject
- D41D8CD98F00B204E9800998ECF8427E
-
-
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 01BD61BBC475EB3369237B84FE24D3EE /* UIViewController+AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BA017E288BB42E06EBEE9C6E6993EAF /* UIViewController+AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 0268F9278E32ACC1F996F4E2E45622B5 /* UIActionSheet+AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 6846D22C9F0CCBC48DF833E309A8E84F /* UIActionSheet+AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 03F494989CC1A8857B68A317D5D6860F /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DF5FC3AF99846209C5FCE55A2E12D9A /* Response.swift */; };
+ 066335E8B1AEEB4CF633B2ED738D6223 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */; };
+ 0681ADC8BAE2C3185F13487BAAB4D9DD /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE38472832BBCC541E646DA6C18EF9C /* Upload.swift */; };
+ 06F7C0C55DF4C09C015159F6B0802EB1 /* join.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84319E048FE6DD89B905FA3A81005C5F /* join.swift */; };
+ 0B34EB4425C08BB021C2D09F75C9C146 /* OMGHTTPURLRQ.h in Headers */ = {isa = PBXBuildFile; fileRef = 450166FEA2155A5821D97744A0127DF8 /* OMGHTTPURLRQ.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 0BD8B4E55E72312366130E97A1204CD8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */; };
+ 0BDA43D8F48C8B0D504C440046FAF681 /* Umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A8906F6D6920DF197965D1740A7E283 /* Umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 0D240D796AAD10F0119A1D7AC2570AAA /* NSObject+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6EB54C331FED437583A5F01EB2757D1 /* NSObject+Promise.swift */; };
+ 11C221075C5B20BDEEB3DDF8EAC99E63 /* NSNotificationCenter+AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 4798BAC01B0E3F07E3BBBB07BA57F2D7 /* NSNotificationCenter+AnyPromise.m */; };
+ 11EA8D6B0352FD31F520F983CFB9D993 /* UIAlertView+AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = F075F63EFE77F7B59FF77CBA95B9AADF /* UIAlertView+AnyPromise.m */; };
+ 12348513CB81BD05B497C210905CDF65 /* UIAlertView+AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D340D66F03F31237B70F23FE9B00D0 /* UIAlertView+AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 124EFF5E3C46EC88F47C52479FA6ACAF /* CALayer+AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 04A22F2595054D39018E03961CA7283A /* CALayer+AnyPromise.m */; };
+ 15ECEBA1EFBD023AEA47F36524270D2C /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F0266C5AE0B23A436291F6647902086 /* Models.swift */; };
+ 18FAC6B4FD3B44CB353C7A6027286100 /* NSURLConnection+AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = BAE48ACA10E8895BB8BF5CE8C0846B4B /* NSURLConnection+AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 1AC7E88F0EC64D1D4E83CE7767BFD2B7 /* afterlife.swift in Sources */ = {isa = PBXBuildFile; fileRef = C476B916B763E55E4161F0B30760C4E8 /* afterlife.swift */; };
+ 1CB5E10963E95432A9674D1FF2B48FA1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */; };
+ 1CDA074C6DC95876D85E13ECF882B93A /* Pet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 284B3DE9B793FCC633E971DB1798AFAF /* Pet.swift */; };
+ 1E1010EA437F154A554D04F7F3A894EC /* Promise+Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E0DBDE561A6C2E7AC7A24160F8A5F28 /* Promise+Properties.swift */; };
+ 25FBB92AFB8F5A777CE8E40EC3B9DACA /* PetstoreClient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A8E0328DC896E0893B565FE8742167 /* PetstoreClient-dummy.m */; };
+ 2B38BB4603B4286FF8D7A780372E947F /* PetAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 261F03A3C73374FD19333EEA59CCD59F /* PetAPI.swift */; };
+ 2C5450AC69398958CF6F7539EF7D99E5 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 30CE7341A995EF6812D71771E74CF7F7 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 2D9379807BA243E1CE457D1BE963DA09 /* UserAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 552D15E0340BF58CC1922B82E864AEC9 /* UserAPI.swift */; };
+ 3860D960E37C1257BDA54626CA592E86 /* AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F19945EE403F7B29D8B1939EA6D579A /* AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 387C7387FDC662D23D743879B6143D59 /* UIActionSheet+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD570E28B63274E742E7D1FBBD55BB41 /* UIActionSheet+Promise.swift */; };
+ 3A8D316D4266A3309D0A98ED74F8A13A /* OMGUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 87BC7910B8D7D31310A07C32438A8C67 /* OMGUserAgent.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 443361437B359830308B93A7B98BE039 /* StoreAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A3E5E3CD673B025FD8AC260E67AB47E /* StoreAPI.swift */; };
+ 46F838880F41F56ABD91796FC956B4BF /* APIHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2BAD338E56EF3CAA6E54490FE0C5DF9 /* APIHelper.swift */; };
+ 48CB8E7E16443CA771E4DCFB3E0709A2 /* OMGHTTPURLRQ.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D579267FC1F163C8F04B444DAEFED0D /* OMGHTTPURLRQ.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; };
+ 4C22563311AC2B52651A6525A979E076 /* UIView+AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F0F4EDC2236E1C270DC2014181D6506 /* UIView+AnyPromise.m */; };
+ 4DE5FCC41D100B113B6645EA64410F16 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FBD351D007CF4095C98C9DFD9D83D61 /* ParameterEncoding.swift */; };
+ 516D41E4D035A817CC5116C11302E408 /* AlamofireImplementations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92734297B64DFE0EB0EDE1EA821163DB /* AlamofireImplementations.swift */; };
+ 5192A7466019F9B3D7F1E987124E96BC /* OMGHTTPURLRQ-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F7EBDD2EEED520E06ACB3538B3832049 /* OMGHTTPURLRQ-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 5480169E42C456C49BE59E273D7E0115 /* OMGFormURLEncode.h in Headers */ = {isa = PBXBuildFile; fileRef = 51ADA0B6B6B00CB0E818AA8CBC311677 /* OMGFormURLEncode.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 5D7EAE5725A7E750B51FD27AECB5F0FD /* join.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD59903FAA8315AD0036AC459FFB97F /* join.m */; };
+ 5EE5E1CA27F3CB04A5DCF5BB90B76000 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5412898DEB10F1983487A10453C6B9CB /* Extensions.swift */; };
+ 5FFED823C0BDD412FA41B01EA47394D1 /* hang.m in Sources */ = {isa = PBXBuildFile; fileRef = F4B6A98D6DAF474045210F5A74FF1C3C /* hang.m */; };
+ 60EBBACB76CD5879FB7B9B3E0AA5E2C1 /* UIViewController+AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = AA24C5EC82CF437D8D1FFFAB68975408 /* UIViewController+AnyPromise.m */; };
+ 656BED6137A9FFA3B2DF03861F525022 /* PetstoreClient-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F681D2C508D1BA8F62893120D9343A4 /* PetstoreClient-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 6A128FE350973D8A693E3F063C5E4A49 /* dispatch_promise.m in Sources */ = {isa = PBXBuildFile; fileRef = A92242715FB4C0608F8DCEBF8F3791E2 /* dispatch_promise.m */; };
+ 6B0A17CD24331793D2504E0FBBAF5EB2 /* Tag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 211F73A46D90346F7FC6D0D29640EE4F /* Tag.swift */; };
+ 6CB84A616D7B4D189A4E94BD37621575 /* OMGUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = E11BFB27B43B742CB5D6086C4233A909 /* OMGUserAgent.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; };
+ 6F63943B0E954F701F32BC7A1F4C2FEC /* OMGFormURLEncode.m in Sources */ = {isa = PBXBuildFile; fileRef = 25614E715DDC170DAFB0DF50C5503E33 /* OMGFormURLEncode.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; };
+ 73FA79FDB37E5C458B996012BFB0CF04 /* PMKAlertController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C731FBFCC690050C6C08E5AC9D9DC724 /* PMKAlertController.swift */; };
+ 7D7A40DBAC93241786E8C553921E8C86 /* OMGHTTPURLRQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3530BF15E14D1F6D7134EE67377D5C8C /* OMGHTTPURLRQ.framework */; };
+ 80F496237530D382A045A29654D8C11C /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 400A6910E83F606BCD67DC11FA706697 /* ServerTrustPolicy.swift */; };
+ 81A2DB65C0742D785DE7C2609CC14140 /* NSURLSession+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 535DF88FC12304114DEF55E4003421B2 /* NSURLSession+Promise.swift */; };
+ 825D1C93689636D09044C5077E5D905F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 355303D423040E9AB8E2164D8C903B23 /* UIKit.framework */; };
+ 82971968CBDAB224212EEB4607C9FB8D /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53F8B2513042BD6DB957E8063EF895BD /* Result.swift */; };
+ 8399DBEE3E2D98EB1F466132E476F4D9 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F14E17B4D6BDF8BD3E384BE6528F744 /* MultipartFormData.swift */; };
+ 857E5961D9F6E23BD86DEB613A1499C7 /* NSError+Cancellation.h in Headers */ = {isa = PBXBuildFile; fileRef = 045C1F608ADE57757E6732D721779F22 /* NSError+Cancellation.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 88B3F911629C08DEEB226F3B294AAB36 /* NSNotificationCenter+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = B93FB4BB16CFB41DCA35A8CFAD7A7FEF /* NSNotificationCenter+Promise.swift */; };
+ 897283A0B7F5299913327CC8FD6CC997 /* Pods-SwaggerClientTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F22FE315AC1C04A8749BD18281EE9028 /* Pods-SwaggerClientTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 8C4A96A3E69C772990E3E922D0FD1BC4 /* UIView+AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = BCDD82DB3E6D43BA9769FCA9B744CB5E /* UIView+AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 8D3A68D3CBD8A1D89099F704A04A04FC /* PromiseKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9042667D08D783E45394FE8B97EE6468 /* PromiseKit-dummy.m */; };
+ 8E3861989641484EE3095722EC08B5A9 /* NSURLConnection+AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = A7F0DAACAC89A93B940BBE54E6A87E9F /* NSURLConnection+AnyPromise.m */; };
+ 909B0A29022956D90C32C4AA319F75D1 /* AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B7E90A568681E000EF3CB0917584F3C /* AnyPromise.m */; };
+ 97D71F12142A541BEEF425805D51379E /* race.swift in Sources */ = {isa = PBXBuildFile; fileRef = 980FD13F87B44BFD90F8AC129BEB2E61 /* race.swift */; };
+ 9876AE0817723FB5E93A94B1E1906901 /* Pods-SwaggerClient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 291054DAA3207AFC1F6B3D7AD6C25E5C /* Pods-SwaggerClient-dummy.m */; };
+ 9CFBA896DF45B68C788F80013AC3FDBB /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A1D1571AB15108DF6F9C4FE2064E3C43 /* Alamofire.framework */; };
+ A2C172FE407C0BC3478ADCA91A6C9CEC /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51C929AC51E34493AA757180C09C3B /* Manager.swift */; };
+ A3505FA2FB3067D53847AD288AC04F03 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = A04177B09D9596450D827FE49A36C4C4 /* Download.swift */; };
+ A4BA36ADDDFBCF208CC58E552C0AC85C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */; };
+ ADEEE5F368B5D707D03E78FD75C59048 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D23C407A7CDBFD244D6115899F9D45D /* Promise.swift */; };
+ B0FB4B01682814B9E3D32F9DC4A5E762 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B476A57549D7994745E17A6DE5BE745 /* Alamofire.swift */; };
+ B6D2DC3E3DA44CD382B9B425F40E11C1 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 139346EB669CBE2DE8FE506E14A2BA9C /* Alamofire-dummy.m */; };
+ C141DD535C090B58DD95D53988AAA42B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */; };
+ C546890220177F840E8AFC829D0E3FEB /* Pods-SwaggerClientTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 687B19CB3E722272B41D60B485C29EE7 /* Pods-SwaggerClientTests-dummy.m */; };
+ C75519F0450166A6F28126ECC7664E9C /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA1AD92813B887E2D017D051B8C0E3D2 /* Validation.swift */; };
+ C86881D2285095255829A578F0A85300 /* after.m in Sources */ = {isa = PBXBuildFile; fileRef = B868468092D7B2489B889A50981C9247 /* after.m */; };
+ C86CE0A47FAD4C9B2929A335D62A179E /* UIViewController+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6D459D0AB2361B48F81C4D14C6D0DAA /* UIViewController+Promise.swift */; };
+ CAF12A3EDA2376FFEAD4A12E413C1AAD /* UIActionSheet+AnyPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 9774D31336C85248A115B569E7D95283 /* UIActionSheet+AnyPromise.m */; };
+ CB2A58CBAB5A2E63D0CB70F2697CAE87 /* when.m in Sources */ = {isa = PBXBuildFile; fileRef = 143BC30E5DDAF52A3D9578F507EC6A41 /* when.m */; };
+ CD97970D21D3CB8C459FAFEF11EE60F3 /* Category.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4DF0604EDC1460935E6E445A47023A4 /* Category.swift */; };
+ CE225CF07E6E385F014883D607AFA44D /* URLDataPromise.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CE161ED0CF68954A63F30528ACAD9B /* URLDataPromise.swift */; };
+ CE89E5C528D52BBCBCD23309603BA6D1 /* CALayer+AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E0FE41D771BE8BE3F0D4F1DAD0B179 /* CALayer+AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ D1735D6C4D574339EB49024228448459 /* UIView+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3CDA0958D6247505ECD9098D662EA74 /* UIView+Promise.swift */; };
+ D21B7325B3642887BFBE977E021F2D26 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD558DDCDDA1B46951548B02C34277EF /* ResponseSerialization.swift */; };
+ D358A828E68E152D06FC8E35533BF00B /* OMGHTTPURLRQ-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F36B65CF990C57DC527824ED0BA1915 /* OMGHTTPURLRQ-dummy.m */; };
+ D546A4DBA3F7750F45A6F63B994C081C /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B248364ABF60ACD7DB31A17DCFDFD0C /* User.swift */; };
+ D75CA395D510E08C404E55F5BDAE55CE /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A9CB35983E4859DFFBAD8840196A094 /* Error.swift */; };
+ D93596046CD3B301F4EC99A7A118C82C /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 558DFECE2C740177CA6357DA71A1DFBB /* Error.swift */; };
+ D97B0097ACB39F4E308E996F4F2AC836 /* Pods-SwaggerClient-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEBA91980AEC8774CF7EC08035B089A /* Pods-SwaggerClient-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ DBD1F4247E1C591AE4EE5531599AB170 /* NSNotificationCenter+AnyPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 3616971BAEF40302B7F2F8B1007C0B2B /* NSNotificationCenter+AnyPromise.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ E2B0094FAAEA55C55AD141136F650E35 /* Order.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A545673F09F49CDD60A13B4B0AF1020 /* Order.swift */; };
+ EA35E77B4F31DC3E1D224458E0BC959D /* APIs.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8072E1108951F272C003553FC8926C7 /* APIs.swift */; };
+ EA67B414E392EFD2B14742F55A595596 /* after.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275DA9A664C70DD40A4059090D1A00D4 /* after.swift */; };
+ EB3C88CDAF122BA763FEF85758370C7C /* UIAlertView+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA854180C132DB5511D64C82535C5FDE /* UIAlertView+Promise.swift */; };
+ EB9A1F33DB49ADA09F6E7F19A2C30357 /* NSURLConnection+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 412985229DA7A4DF9E129B7E8F0C09BB /* NSURLConnection+Promise.swift */; };
+ ED30A8B82BA1D53CBC370B1DC18DA1EB /* when.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16730DAF3E51C161D8247E473F069E71 /* when.swift */; };
+ F206C370F63155D3468E0C188498C5DC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */; };
+ F4582E8DC1C9F362ADA4BAE9CEF8B681 /* dispatch_promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 392FA21A33296B88F790D62A4FAA4E4E /* dispatch_promise.swift */; };
+ F700EAA9F9F6C1F99C83B45D05C5AD14 /* PromiseKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFFA6FD621E9ED341AA89AEAC1604D7 /* PromiseKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ F7161E50F083B2267363F243C4E4B78F /* AnyPromise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5973BC143AE488C12FFB1E83E71F0C45 /* AnyPromise.swift */; };
+ F898D4270885EF1114608E76B0C09E21 /* State.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DC63EB77B3791891517B98CAA115DE8 /* State.swift */; };
+ FB0B33F03AC2BC8A7FC7FD912C12CC22 /* PromiseKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A112EF8BB3933C1C1E42F11B3DD3B02A /* PromiseKit.framework */; };
+ FC14480CECE872865A9C6E584F886DA3 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133C5287CFDCB3B67578A7B1221E132C /* Request.swift */; };
+ FEF0D7653948988B804226129471C1EC /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A8F373B23E0F7FB68B0BA71D92D1C60 /* Stream.swift */; };
+ FFA95B8BEE43D793FF453E49099AC52E /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B92202857E3535647B0785253083518 /* QuartzCore.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 4BED27A854EA6600536518D29BBB3670 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 432ECC54282C84882B482CCB4CF227FC;
+ remoteInfo = Alamofire;
+ };
+ 6795BDA8BF074DFC4E5D1758C8F88C2A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 2FD913B4E24277823983BABFDB071664;
+ remoteInfo = PetstoreClient;
+ };
+ 7DE91DDF2036FF7431AF3F0DAD4A9C87 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 25EDA9CFC641C69402B3857A2C4A39F0;
+ remoteInfo = PromiseKit;
+ };
+ 8059767A82D94C9F7F7C16D030819C4E /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 190ACD3A51BC90B85EADB13E9CDD207B;
+ remoteInfo = OMGHTTPURLRQ;
+ };
+ 8E08EC4F5A85093B738D80C4F04BA3F1 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 432ECC54282C84882B482CCB4CF227FC;
+ remoteInfo = Alamofire;
+ };
+ ABF692D458113B268763EDC4670EAF7A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 190ACD3A51BC90B85EADB13E9CDD207B;
+ remoteInfo = OMGHTTPURLRQ;
+ };
+ ECAC5E4454026C822004659466983ADD /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 25EDA9CFC641C69402B3857A2C4A39F0;
+ remoteInfo = PromiseKit;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 00ACB4396DD1B4E4539E4E81C1D7A14E /* Pods-SwaggerClientTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-SwaggerClientTests.modulemap"; sourceTree = ""; };
+ 02F28E719AA874BE9213D6CF8CE7E36B /* Pods-SwaggerClientTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SwaggerClientTests-acknowledgements.plist"; sourceTree = ""; };
+ 045C1F608ADE57757E6732D721779F22 /* NSError+Cancellation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+Cancellation.h"; path = "Sources/NSError+Cancellation.h"; sourceTree = ""; };
+ 04A22F2595054D39018E03961CA7283A /* CALayer+AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CALayer+AnyPromise.m"; path = "Categories/QuartzCore/CALayer+AnyPromise.m"; sourceTree = ""; };
+ 0A545673F09F49CDD60A13B4B0AF1020 /* Order.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Order.swift; sourceTree = ""; };
+ 0A8906F6D6920DF197965D1740A7E283 /* Umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Umbrella.h; path = Sources/Umbrella.h; sourceTree = ""; };
+ 0B92202857E3535647B0785253083518 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; };
+ 0BA017E288BB42E06EBEE9C6E6993EAF /* UIViewController+AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+AnyPromise.h"; path = "Categories/UIKit/UIViewController+AnyPromise.h"; sourceTree = ""; };
+ 0C552CDBDD89D489D23D5D4E28356F84 /* PromiseKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PromiseKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 0F36B65CF990C57DC527824ED0BA1915 /* OMGHTTPURLRQ-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "OMGHTTPURLRQ-dummy.m"; sourceTree = ""; };
+ 122D5005A81832479161CD1D223C573A /* PromiseKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromiseKit-prefix.pch"; sourceTree = ""; };
+ 133C5287CFDCB3B67578A7B1221E132C /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; };
+ 139346EB669CBE2DE8FE506E14A2BA9C /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; };
+ 141F0B43C42CE92856BBA8F8D98481DB /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = ""; };
+ 143BC30E5DDAF52A3D9578F507EC6A41 /* when.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = when.m; path = Sources/when.m; sourceTree = ""; };
+ 16730DAF3E51C161D8247E473F069E71 /* when.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = when.swift; path = Sources/when.swift; sourceTree = ""; };
+ 16D7C901D915C251DEBA27AC1EF57E34 /* OMGHTTPURLRQ.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = OMGHTTPURLRQ.xcconfig; sourceTree = ""; };
+ 1A3E5E3CD673B025FD8AC260E67AB47E /* StoreAPI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = StoreAPI.swift; sourceTree = ""; };
+ 1B7E90A568681E000EF3CB0917584F3C /* AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AnyPromise.m; path = Sources/AnyPromise.m; sourceTree = ""; };
+ 1F19945EE403F7B29D8B1939EA6D579A /* AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AnyPromise.h; path = Sources/AnyPromise.h; sourceTree = ""; };
+ 1FBD351D007CF4095C98C9DFD9D83D61 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; };
+ 211F73A46D90346F7FC6D0D29640EE4F /* Tag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Tag.swift; sourceTree = ""; };
+ 24C79ED4B5226F263307B22E96E88F9F /* OMGHTTPURLRQ.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = OMGHTTPURLRQ.modulemap; sourceTree = ""; };
+ 25614E715DDC170DAFB0DF50C5503E33 /* OMGFormURLEncode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OMGFormURLEncode.m; path = Sources/OMGFormURLEncode.m; sourceTree = ""; };
+ 261F03A3C73374FD19333EEA59CCD59F /* PetAPI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PetAPI.swift; sourceTree = ""; };
+ 275DA9A664C70DD40A4059090D1A00D4 /* after.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = after.swift; path = Sources/after.swift; sourceTree = ""; };
+ 27E0FE41D771BE8BE3F0D4F1DAD0B179 /* CALayer+AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+AnyPromise.h"; path = "Categories/QuartzCore/CALayer+AnyPromise.h"; sourceTree = ""; };
+ 284B3DE9B793FCC633E971DB1798AFAF /* Pet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Pet.swift; sourceTree = ""; };
+ 291054DAA3207AFC1F6B3D7AD6C25E5C /* Pods-SwaggerClient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SwaggerClient-dummy.m"; sourceTree = ""; };
+ 2D51C929AC51E34493AA757180C09C3B /* Manager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Manager.swift; path = Source/Manager.swift; sourceTree = ""; };
+ 2F0F4EDC2236E1C270DC2014181D6506 /* UIView+AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+AnyPromise.m"; path = "Categories/UIKit/UIView+AnyPromise.m"; sourceTree = ""; };
+ 2FF17440CCD2E1A69791A4AA23325AD5 /* Pods-SwaggerClient-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SwaggerClient-acknowledgements.markdown"; sourceTree = ""; };
+ 30CE7341A995EF6812D71771E74CF7F7 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; };
+ 3530BF15E14D1F6D7134EE67377D5C8C /* OMGHTTPURLRQ.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OMGHTTPURLRQ.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 355303D423040E9AB8E2164D8C903B23 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
+ 3616971BAEF40302B7F2F8B1007C0B2B /* NSNotificationCenter+AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+AnyPromise.h"; path = "Categories/Foundation/NSNotificationCenter+AnyPromise.h"; sourceTree = ""; };
+ 392FA21A33296B88F790D62A4FAA4E4E /* dispatch_promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = dispatch_promise.swift; path = Sources/dispatch_promise.swift; sourceTree = ""; };
+ 3950B63B8EB1B9CD8FC31CDA8CC2E7C7 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; };
+ 3BFFA6FD621E9ED341AA89AEAC1604D7 /* PromiseKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PromiseKit.h; path = Sources/PromiseKit.h; sourceTree = ""; };
+ 3CE589B7B1FE57084403D25DC49528B5 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 3D23C407A7CDBFD244D6115899F9D45D /* Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Promise.swift; path = Sources/Promise.swift; sourceTree = ""; };
+ 3EEBA91980AEC8774CF7EC08035B089A /* Pods-SwaggerClient-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SwaggerClient-umbrella.h"; sourceTree = ""; };
+ 3F16B43ABD2C8CD4A311AA1AB3B6C02F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 400A6910E83F606BCD67DC11FA706697 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; };
+ 412985229DA7A4DF9E129B7E8F0C09BB /* NSURLConnection+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSURLConnection+Promise.swift"; path = "Categories/Foundation/NSURLConnection+Promise.swift"; sourceTree = ""; };
+ 43FC49AA70D3E2A84CAED9C37BE9C4B5 /* Pods-SwaggerClientTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwaggerClientTests-frameworks.sh"; sourceTree = ""; };
+ 450166FEA2155A5821D97744A0127DF8 /* OMGHTTPURLRQ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OMGHTTPURLRQ.h; path = Sources/OMGHTTPURLRQ.h; sourceTree = ""; };
+ 46A8E0328DC896E0893B565FE8742167 /* PetstoreClient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PetstoreClient-dummy.m"; sourceTree = ""; };
+ 4798BAC01B0E3F07E3BBBB07BA57F2D7 /* NSNotificationCenter+AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+AnyPromise.m"; path = "Categories/Foundation/NSNotificationCenter+AnyPromise.m"; sourceTree = ""; };
+ 51ADA0B6B6B00CB0E818AA8CBC311677 /* OMGFormURLEncode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OMGFormURLEncode.h; path = Sources/OMGFormURLEncode.h; sourceTree = ""; };
+ 535DF88FC12304114DEF55E4003421B2 /* NSURLSession+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSURLSession+Promise.swift"; path = "Categories/Foundation/NSURLSession+Promise.swift"; sourceTree = ""; };
+ 53F8B2513042BD6DB957E8063EF895BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; };
+ 5412898DEB10F1983487A10453C6B9CB /* Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = ""; };
+ 549C6527D10094289B101749047807C5 /* Pods-SwaggerClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwaggerClient.debug.xcconfig"; sourceTree = ""; };
+ 552D15E0340BF58CC1922B82E864AEC9 /* UserAPI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UserAPI.swift; sourceTree = ""; };
+ 558DFECE2C740177CA6357DA71A1DFBB /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = Sources/Error.swift; sourceTree = ""; };
+ 5973BC143AE488C12FFB1E83E71F0C45 /* AnyPromise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyPromise.swift; path = Sources/AnyPromise.swift; sourceTree = ""; };
+ 5B248364ABF60ACD7DB31A17DCFDFD0C /* User.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = ""; };
+ 5DF5FC3AF99846209C5FCE55A2E12D9A /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; };
+ 5F14E17B4D6BDF8BD3E384BE6528F744 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; };
+ 6846D22C9F0CCBC48DF833E309A8E84F /* UIActionSheet+AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActionSheet+AnyPromise.h"; path = "Categories/UIKit/UIActionSheet+AnyPromise.h"; sourceTree = ""; };
+ 687B19CB3E722272B41D60B485C29EE7 /* Pods-SwaggerClientTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SwaggerClientTests-dummy.m"; sourceTree = ""; };
+ 6AD59903FAA8315AD0036AC459FFB97F /* join.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = join.m; path = Sources/join.m; sourceTree = ""; };
+ 792D14AC86CD98AA9C31373287E0F353 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
+ 7C8E63660D346FD8ED2A97242E74EA09 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 7E0DBDE561A6C2E7AC7A24160F8A5F28 /* Promise+Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Promise+Properties.swift"; path = "Sources/Promise+Properties.swift"; sourceTree = ""; };
+ 84319E048FE6DD89B905FA3A81005C5F /* join.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = join.swift; path = Sources/join.swift; sourceTree = ""; };
+ 849FECBC6CC67F2B6800F982927E3A9E /* Pods-SwaggerClientTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwaggerClientTests.release.xcconfig"; sourceTree = ""; };
+ 86B1DDCB9E27DF43C2C35D9E7B2E84DA /* Pods-SwaggerClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwaggerClient.release.xcconfig"; sourceTree = ""; };
+ 8749F40CC17CE0C26C36B0F431A9C8F0 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Alamofire.modulemap; sourceTree = ""; };
+ 87BC7910B8D7D31310A07C32438A8C67 /* OMGUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OMGUserAgent.h; path = Sources/OMGUserAgent.h; sourceTree = ""; };
+ 8A8F373B23E0F7FB68B0BA71D92D1C60 /* Stream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Stream.swift; path = Source/Stream.swift; sourceTree = ""; };
+ 8A9CB35983E4859DFFBAD8840196A094 /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = Source/Error.swift; sourceTree = ""; };
+ 8B476A57549D7994745E17A6DE5BE745 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; };
+ 8DC63EB77B3791891517B98CAA115DE8 /* State.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = State.swift; path = Sources/State.swift; sourceTree = ""; };
+ 8F0266C5AE0B23A436291F6647902086 /* Models.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = ""; };
+ 9042667D08D783E45394FE8B97EE6468 /* PromiseKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromiseKit-dummy.m"; sourceTree = ""; };
+ 92734297B64DFE0EB0EDE1EA821163DB /* AlamofireImplementations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AlamofireImplementations.swift; sourceTree = ""; };
+ 92D340D66F03F31237B70F23FE9B00D0 /* UIAlertView+AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+AnyPromise.h"; path = "Categories/UIKit/UIAlertView+AnyPromise.h"; sourceTree = ""; };
+ 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
+ 969C2AF48F4307163B301A92E78AFCF2 /* Pods-SwaggerClientTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwaggerClientTests.debug.xcconfig"; sourceTree = ""; };
+ 9774D31336C85248A115B569E7D95283 /* UIActionSheet+AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActionSheet+AnyPromise.m"; path = "Categories/UIKit/UIActionSheet+AnyPromise.m"; sourceTree = ""; };
+ 97FF5C0140A433518CF653B6A520F27A /* OMGHTTPURLRQ.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OMGHTTPURLRQ.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 980FD13F87B44BFD90F8AC129BEB2E61 /* race.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = race.swift; path = Sources/race.swift; sourceTree = ""; };
+ 9D579267FC1F163C8F04B444DAEFED0D /* OMGHTTPURLRQ.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OMGHTTPURLRQ.m; path = Sources/OMGHTTPURLRQ.m; sourceTree = ""; };
+ 9F681D2C508D1BA8F62893120D9343A4 /* PetstoreClient-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PetstoreClient-umbrella.h"; sourceTree = ""; };
+ A04177B09D9596450D827FE49A36C4C4 /* Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Download.swift; path = Source/Download.swift; sourceTree = ""; };
+ A112EF8BB3933C1C1E42F11B3DD3B02A /* PromiseKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PromiseKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ A1D1571AB15108DF6F9C4FE2064E3C43 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ A7F0DAACAC89A93B940BBE54E6A87E9F /* NSURLConnection+AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+AnyPromise.m"; path = "Categories/Foundation/NSURLConnection+AnyPromise.m"; sourceTree = ""; };
+ A92242715FB4C0608F8DCEBF8F3791E2 /* dispatch_promise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = dispatch_promise.m; path = Sources/dispatch_promise.m; sourceTree = ""; };
+ AA24C5EC82CF437D8D1FFFAB68975408 /* UIViewController+AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+AnyPromise.m"; path = "Categories/UIKit/UIViewController+AnyPromise.m"; sourceTree = ""; };
+ AB4DA378490493502B34B20D4B12325B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ B3A144887C8B13FD888B76AB096B0CA1 /* PetstoreClient-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PetstoreClient-prefix.pch"; sourceTree = ""; };
+ B868468092D7B2489B889A50981C9247 /* after.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = after.m; path = Sources/after.m; sourceTree = ""; };
+ B93FB4BB16CFB41DCA35A8CFAD7A7FEF /* NSNotificationCenter+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSNotificationCenter+Promise.swift"; path = "Categories/Foundation/NSNotificationCenter+Promise.swift"; sourceTree = ""; };
+ B9E21DC1171D712B2D2307EE5034D99E /* OMGHTTPURLRQ-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OMGHTTPURLRQ-prefix.pch"; sourceTree = ""; };
+ BAE48ACA10E8895BB8BF5CE8C0846B4B /* NSURLConnection+AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+AnyPromise.h"; path = "Categories/Foundation/NSURLConnection+AnyPromise.h"; sourceTree = ""; };
+ BCDD82DB3E6D43BA9769FCA9B744CB5E /* UIView+AnyPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+AnyPromise.h"; path = "Categories/UIKit/UIView+AnyPromise.h"; sourceTree = ""; };
+ BCF2D4DFF08D2A18E8C8FE4C4B4633FB /* Pods-SwaggerClient-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwaggerClient-frameworks.sh"; sourceTree = ""; };
+ C476B916B763E55E4161F0B30760C4E8 /* afterlife.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = afterlife.swift; path = Categories/Foundation/afterlife.swift; sourceTree = ""; };
+ C731FBFCC690050C6C08E5AC9D9DC724 /* PMKAlertController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PMKAlertController.swift; path = Categories/UIKit/PMKAlertController.swift; sourceTree = ""; };
+ CA1AD92813B887E2D017D051B8C0E3D2 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; };
+ CA854180C132DB5511D64C82535C5FDE /* UIAlertView+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIAlertView+Promise.swift"; path = "Categories/UIKit/UIAlertView+Promise.swift"; sourceTree = ""; };
+ CC49FF2A84C0E0E9349747D94036B728 /* PromiseKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromiseKit.xcconfig; sourceTree = ""; };
+ CCE38472832BBCC541E646DA6C18EF9C /* Upload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Upload.swift; path = Source/Upload.swift; sourceTree = ""; };
+ CDC4DD7DB9F4C34A288BECA73BC13B57 /* PromiseKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PromiseKit.modulemap; sourceTree = ""; };
+ CF8754792D6C49D6F5C8859350F48B35 /* Pods_SwaggerClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwaggerClient.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ D2841E5E2183846280B97F6E660DA26C /* Pods-SwaggerClient-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwaggerClient-resources.sh"; sourceTree = ""; };
+ D2BAD338E56EF3CAA6E54490FE0C5DF9 /* APIHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = APIHelper.swift; sourceTree = ""; };
+ D4DF0604EDC1460935E6E445A47023A4 /* Category.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Category.swift; sourceTree = ""; };
+ D6D459D0AB2361B48F81C4D14C6D0DAA /* UIViewController+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Promise.swift"; path = "Categories/UIKit/UIViewController+Promise.swift"; sourceTree = ""; };
+ D6EB54C331FED437583A5F01EB2757D1 /* NSObject+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSObject+Promise.swift"; path = "Categories/Foundation/NSObject+Promise.swift"; sourceTree = ""; };
+ D8072E1108951F272C003553FC8926C7 /* APIs.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = APIs.swift; sourceTree = ""; };
+ DADAB10704E49D6B9E18F59F995BB88F /* PetstoreClient.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PetstoreClient.xcconfig; sourceTree = ""; };
+ DE164497A94DD3215ED4D1AE0D4703B1 /* Pods-SwaggerClient.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-SwaggerClient.modulemap"; sourceTree = ""; };
+ E11BFB27B43B742CB5D6086C4233A909 /* OMGUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OMGUserAgent.m; path = Sources/OMGUserAgent.m; sourceTree = ""; };
+ E1E4BCB344D3C100253B24B79421F00A /* Pods-SwaggerClient-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SwaggerClient-acknowledgements.plist"; sourceTree = ""; };
+ E3CDA0958D6247505ECD9098D662EA74 /* UIView+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Promise.swift"; path = "Categories/UIKit/UIView+Promise.swift"; sourceTree = ""; };
+ E3D1141B63DF38660CD6F3AC588A782B /* PetstoreClient.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PetstoreClient.modulemap; sourceTree = ""; };
+ E4E6F4A58FE7868CA2177D3AC79AD2FA /* Pods-SwaggerClientTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwaggerClientTests-resources.sh"; sourceTree = ""; };
+ E7CE161ED0CF68954A63F30528ACAD9B /* URLDataPromise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLDataPromise.swift; path = Sources/URLDataPromise.swift; sourceTree = ""; };
+ F075F63EFE77F7B59FF77CBA95B9AADF /* UIAlertView+AnyPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+AnyPromise.m"; path = "Categories/UIKit/UIAlertView+AnyPromise.m"; sourceTree = ""; };
+ F0D4E00A8974E74325E9E53D456F9AD4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ F22FE315AC1C04A8749BD18281EE9028 /* Pods-SwaggerClientTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SwaggerClientTests-umbrella.h"; sourceTree = ""; };
+ F2BEA8A3A2770EF455BB2ECCDA8CE0AD /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ F4B6A98D6DAF474045210F5A74FF1C3C /* hang.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = hang.m; path = Sources/hang.m; sourceTree = ""; };
+ F7EBDD2EEED520E06ACB3538B3832049 /* OMGHTTPURLRQ-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "OMGHTTPURLRQ-umbrella.h"; sourceTree = ""; };
+ FB170EFD14935F121CDE3211DB4C5CA3 /* Pods-SwaggerClientTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SwaggerClientTests-acknowledgements.markdown"; sourceTree = ""; };
+ FD558DDCDDA1B46951548B02C34277EF /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; };
+ FD570E28B63274E742E7D1FBBD55BB41 /* UIActionSheet+Promise.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIActionSheet+Promise.swift"; path = "Categories/UIKit/UIActionSheet+Promise.swift"; sourceTree = ""; };
+ FE74210E04DEED84E2357049E4589759 /* PetstoreClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PetstoreClient.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ FEEC58138887E454A6CBD0A7BFF2910A /* Pods_SwaggerClientTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwaggerClientTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 74904C0940192CCB30B90142B3348507 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1CB5E10963E95432A9674D1FF2B48FA1 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 9792A6BDBB07FB15453527B4370E3086 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ C141DD535C090B58DD95D53988AAA42B /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ A5AE1D340C4A0691EC28EEA8241C9FCD /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 0BD8B4E55E72312366130E97A1204CD8 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ B9EC7146E2607203CE4A5678AE249144 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 066335E8B1AEEB4CF633B2ED738D6223 /* Foundation.framework in Frameworks */,
+ 7D7A40DBAC93241786E8C553921E8C86 /* OMGHTTPURLRQ.framework in Frameworks */,
+ FFA95B8BEE43D793FF453E49099AC52E /* QuartzCore.framework in Frameworks */,
+ 825D1C93689636D09044C5077E5D905F /* UIKit.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ FC8C7ACC9E4D7F04E9223A734BF57FFB /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 9CFBA896DF45B68C788F80013AC3FDBB /* Alamofire.framework in Frameworks */,
+ A4BA36ADDDFBCF208CC58E552C0AC85C /* Foundation.framework in Frameworks */,
+ FB0B33F03AC2BC8A7FC7FD912C12CC22 /* PromiseKit.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ FE8FC779CF4B0CFCC594E81C0FF86C7E /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ F206C370F63155D3468E0C188498C5DC /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 01A9CB10E1E9A90B6A796034AF093E8C /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ F2BEA8A3A2770EF455BB2ECCDA8CE0AD /* Alamofire.framework */,
+ 97FF5C0140A433518CF653B6A520F27A /* OMGHTTPURLRQ.framework */,
+ FE74210E04DEED84E2357049E4589759 /* PetstoreClient.framework */,
+ CF8754792D6C49D6F5C8859350F48B35 /* Pods_SwaggerClient.framework */,
+ FEEC58138887E454A6CBD0A7BFF2910A /* Pods_SwaggerClientTests.framework */,
+ 0C552CDBDD89D489D23D5D4E28356F84 /* PromiseKit.framework */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 07467E828160702D1DB7EC2F492C337C /* UserAgent */ = {
+ isa = PBXGroup;
+ children = (
+ 87BC7910B8D7D31310A07C32438A8C67 /* OMGUserAgent.h */,
+ E11BFB27B43B742CB5D6086C4233A909 /* OMGUserAgent.m */,
+ );
+ name = UserAgent;
+ sourceTree = "";
+ };
+ 1322FED69118C64DAD026CAF7F4C38C6 /* Models */ = {
+ isa = PBXGroup;
+ children = (
+ D4DF0604EDC1460935E6E445A47023A4 /* Category.swift */,
+ 0A545673F09F49CDD60A13B4B0AF1020 /* Order.swift */,
+ 284B3DE9B793FCC633E971DB1798AFAF /* Pet.swift */,
+ 211F73A46D90346F7FC6D0D29640EE4F /* Tag.swift */,
+ 5B248364ABF60ACD7DB31A17DCFDFD0C /* User.swift */,
+ );
+ path = Models;
+ sourceTree = "";
+ };
+ 1D2330E920AD5F6E4655BE449D006A77 /* Support Files */ = {
+ isa = PBXGroup;
+ children = (
+ AB4DA378490493502B34B20D4B12325B /* Info.plist */,
+ 24C79ED4B5226F263307B22E96E88F9F /* OMGHTTPURLRQ.modulemap */,
+ 16D7C901D915C251DEBA27AC1EF57E34 /* OMGHTTPURLRQ.xcconfig */,
+ 0F36B65CF990C57DC527824ED0BA1915 /* OMGHTTPURLRQ-dummy.m */,
+ B9E21DC1171D712B2D2307EE5034D99E /* OMGHTTPURLRQ-prefix.pch */,
+ F7EBDD2EEED520E06ACB3538B3832049 /* OMGHTTPURLRQ-umbrella.h */,
+ );
+ name = "Support Files";
+ path = "../Target Support Files/OMGHTTPURLRQ";
+ sourceTree = "";
+ };
+ 22F52349E1BE90FC6E064DAAC9EA9612 /* Development Pods */ = {
+ isa = PBXGroup;
+ children = (
+ E9F8459055B900A58FB97600A53E5D1C /* PetstoreClient */,
+ );
+ name = "Development Pods";
+ sourceTree = "";
+ };
+ 76DC20E0A9F8CDC0E47176B58A9C5BD5 /* Foundation */ = {
+ isa = PBXGroup;
+ children = (
+ C476B916B763E55E4161F0B30760C4E8 /* afterlife.swift */,
+ 3616971BAEF40302B7F2F8B1007C0B2B /* NSNotificationCenter+AnyPromise.h */,
+ 4798BAC01B0E3F07E3BBBB07BA57F2D7 /* NSNotificationCenter+AnyPromise.m */,
+ B93FB4BB16CFB41DCA35A8CFAD7A7FEF /* NSNotificationCenter+Promise.swift */,
+ D6EB54C331FED437583A5F01EB2757D1 /* NSObject+Promise.swift */,
+ BAE48ACA10E8895BB8BF5CE8C0846B4B /* NSURLConnection+AnyPromise.h */,
+ A7F0DAACAC89A93B940BBE54E6A87E9F /* NSURLConnection+AnyPromise.m */,
+ 412985229DA7A4DF9E129B7E8F0C09BB /* NSURLConnection+Promise.swift */,
+ 535DF88FC12304114DEF55E4003421B2 /* NSURLSession+Promise.swift */,
+ );
+ name = Foundation;
+ sourceTree = "";
+ };
+ 7DB346D0F39D3F0E887471402A8071AB = {
+ isa = PBXGroup;
+ children = (
+ 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
+ 22F52349E1BE90FC6E064DAAC9EA9612 /* Development Pods */,
+ E85F5154C248966A1EC7B7B6EACB20CF /* Frameworks */,
+ CF22FA3EE19C3EC42FEBA1247EB70D85 /* Pods */,
+ 01A9CB10E1E9A90B6A796034AF093E8C /* Products */,
+ C1A60D10CED0E61146591438999C7502 /* Targets Support Files */,
+ );
+ sourceTree = "";
+ };
+ 7DFF028D9F7D443B2361EBEDACC99624 /* OMGHTTPURLRQ */ = {
+ isa = PBXGroup;
+ children = (
+ 8FCF5C41226503429E7875DF4CA4D36E /* FormURLEncode */,
+ A00A425F2E132E8FF4DE929E7DF9CC1E /* RQ */,
+ 1D2330E920AD5F6E4655BE449D006A77 /* Support Files */,
+ 07467E828160702D1DB7EC2F492C337C /* UserAgent */,
+ );
+ path = OMGHTTPURLRQ;
+ sourceTree = "";
+ };
+ 81B1E3A8E00502B38EACDE3617A7A73B /* Support Files */ = {
+ isa = PBXGroup;
+ children = (
+ 792D14AC86CD98AA9C31373287E0F353 /* Info.plist */,
+ CDC4DD7DB9F4C34A288BECA73BC13B57 /* PromiseKit.modulemap */,
+ CC49FF2A84C0E0E9349747D94036B728 /* PromiseKit.xcconfig */,
+ 9042667D08D783E45394FE8B97EE6468 /* PromiseKit-dummy.m */,
+ 122D5005A81832479161CD1D223C573A /* PromiseKit-prefix.pch */,
+ );
+ name = "Support Files";
+ path = "../Target Support Files/PromiseKit";
+ sourceTree = "";
+ };
+ 83C3888E1F7B1FC86D9CBF3B74DC2896 /* QuartzCore */ = {
+ isa = PBXGroup;
+ children = (
+ 27E0FE41D771BE8BE3F0D4F1DAD0B179 /* CALayer+AnyPromise.h */,
+ 04A22F2595054D39018E03961CA7283A /* CALayer+AnyPromise.m */,
+ );
+ name = QuartzCore;
+ sourceTree = "";
+ };
+ 88CE2B3F08C34DDB098AD8A5DCC1DF1E /* Pods-SwaggerClient */ = {
+ isa = PBXGroup;
+ children = (
+ 7C8E63660D346FD8ED2A97242E74EA09 /* Info.plist */,
+ DE164497A94DD3215ED4D1AE0D4703B1 /* Pods-SwaggerClient.modulemap */,
+ 2FF17440CCD2E1A69791A4AA23325AD5 /* Pods-SwaggerClient-acknowledgements.markdown */,
+ E1E4BCB344D3C100253B24B79421F00A /* Pods-SwaggerClient-acknowledgements.plist */,
+ 291054DAA3207AFC1F6B3D7AD6C25E5C /* Pods-SwaggerClient-dummy.m */,
+ BCF2D4DFF08D2A18E8C8FE4C4B4633FB /* Pods-SwaggerClient-frameworks.sh */,
+ D2841E5E2183846280B97F6E660DA26C /* Pods-SwaggerClient-resources.sh */,
+ 3EEBA91980AEC8774CF7EC08035B089A /* Pods-SwaggerClient-umbrella.h */,
+ 549C6527D10094289B101749047807C5 /* Pods-SwaggerClient.debug.xcconfig */,
+ 86B1DDCB9E27DF43C2C35D9E7B2E84DA /* Pods-SwaggerClient.release.xcconfig */,
+ );
+ name = "Pods-SwaggerClient";
+ path = "Target Support Files/Pods-SwaggerClient";
+ sourceTree = "";
+ };
+ 8EA2A359F1831ACBB15BAAEA04D6FB95 /* UIKit */ = {
+ isa = PBXGroup;
+ children = (
+ C731FBFCC690050C6C08E5AC9D9DC724 /* PMKAlertController.swift */,
+ 6846D22C9F0CCBC48DF833E309A8E84F /* UIActionSheet+AnyPromise.h */,
+ 9774D31336C85248A115B569E7D95283 /* UIActionSheet+AnyPromise.m */,
+ FD570E28B63274E742E7D1FBBD55BB41 /* UIActionSheet+Promise.swift */,
+ 92D340D66F03F31237B70F23FE9B00D0 /* UIAlertView+AnyPromise.h */,
+ F075F63EFE77F7B59FF77CBA95B9AADF /* UIAlertView+AnyPromise.m */,
+ CA854180C132DB5511D64C82535C5FDE /* UIAlertView+Promise.swift */,
+ BCDD82DB3E6D43BA9769FCA9B744CB5E /* UIView+AnyPromise.h */,
+ 2F0F4EDC2236E1C270DC2014181D6506 /* UIView+AnyPromise.m */,
+ E3CDA0958D6247505ECD9098D662EA74 /* UIView+Promise.swift */,
+ 0BA017E288BB42E06EBEE9C6E6993EAF /* UIViewController+AnyPromise.h */,
+ AA24C5EC82CF437D8D1FFFAB68975408 /* UIViewController+AnyPromise.m */,
+ D6D459D0AB2361B48F81C4D14C6D0DAA /* UIViewController+Promise.swift */,
+ );
+ name = UIKit;
+ sourceTree = "";
+ };
+ 8F6D133867EE63820DFB7E83F4C51252 /* Support Files */ = {
+ isa = PBXGroup;
+ children = (
+ F0D4E00A8974E74325E9E53D456F9AD4 /* Info.plist */,
+ E3D1141B63DF38660CD6F3AC588A782B /* PetstoreClient.modulemap */,
+ DADAB10704E49D6B9E18F59F995BB88F /* PetstoreClient.xcconfig */,
+ 46A8E0328DC896E0893B565FE8742167 /* PetstoreClient-dummy.m */,
+ B3A144887C8B13FD888B76AB096B0CA1 /* PetstoreClient-prefix.pch */,
+ 9F681D2C508D1BA8F62893120D9343A4 /* PetstoreClient-umbrella.h */,
+ );
+ name = "Support Files";
+ path = "SwaggerClientTests/Pods/Target Support Files/PetstoreClient";
+ sourceTree = "";
+ };
+ 8FCF5C41226503429E7875DF4CA4D36E /* FormURLEncode */ = {
+ isa = PBXGroup;
+ children = (
+ 51ADA0B6B6B00CB0E818AA8CBC311677 /* OMGFormURLEncode.h */,
+ 25614E715DDC170DAFB0DF50C5503E33 /* OMGFormURLEncode.m */,
+ );
+ name = FormURLEncode;
+ sourceTree = "";
+ };
+ 99640BFBD45FFAD70A89B868F85EFA36 /* Alamofire */ = {
+ isa = PBXGroup;
+ children = (
+ 8B476A57549D7994745E17A6DE5BE745 /* Alamofire.swift */,
+ A04177B09D9596450D827FE49A36C4C4 /* Download.swift */,
+ 8A9CB35983E4859DFFBAD8840196A094 /* Error.swift */,
+ 2D51C929AC51E34493AA757180C09C3B /* Manager.swift */,
+ 5F14E17B4D6BDF8BD3E384BE6528F744 /* MultipartFormData.swift */,
+ 1FBD351D007CF4095C98C9DFD9D83D61 /* ParameterEncoding.swift */,
+ 133C5287CFDCB3B67578A7B1221E132C /* Request.swift */,
+ 5DF5FC3AF99846209C5FCE55A2E12D9A /* Response.swift */,
+ FD558DDCDDA1B46951548B02C34277EF /* ResponseSerialization.swift */,
+ 53F8B2513042BD6DB957E8063EF895BD /* Result.swift */,
+ 400A6910E83F606BCD67DC11FA706697 /* ServerTrustPolicy.swift */,
+ 8A8F373B23E0F7FB68B0BA71D92D1C60 /* Stream.swift */,
+ CCE38472832BBCC541E646DA6C18EF9C /* Upload.swift */,
+ CA1AD92813B887E2D017D051B8C0E3D2 /* Validation.swift */,
+ 9E101A4CE6D982647EED5C067C563BED /* Support Files */,
+ );
+ path = Alamofire;
+ sourceTree = "";
+ };
+ 9E101A4CE6D982647EED5C067C563BED /* Support Files */ = {
+ isa = PBXGroup;
+ children = (
+ 8749F40CC17CE0C26C36B0F431A9C8F0 /* Alamofire.modulemap */,
+ 141F0B43C42CE92856BBA8F8D98481DB /* Alamofire.xcconfig */,
+ 139346EB669CBE2DE8FE506E14A2BA9C /* Alamofire-dummy.m */,
+ 3950B63B8EB1B9CD8FC31CDA8CC2E7C7 /* Alamofire-prefix.pch */,
+ 30CE7341A995EF6812D71771E74CF7F7 /* Alamofire-umbrella.h */,
+ 3CE589B7B1FE57084403D25DC49528B5 /* Info.plist */,
+ );
+ name = "Support Files";
+ path = "../Target Support Files/Alamofire";
+ sourceTree = "";
+ };
+ A00A425F2E132E8FF4DE929E7DF9CC1E /* RQ */ = {
+ isa = PBXGroup;
+ children = (
+ 450166FEA2155A5821D97744A0127DF8 /* OMGHTTPURLRQ.h */,
+ 9D579267FC1F163C8F04B444DAEFED0D /* OMGHTTPURLRQ.m */,
+ );
+ name = RQ;
+ sourceTree = "";
+ };
+ AD94092456F8ABCB18F74CAC75AD85DE /* Classes */ = {
+ isa = PBXGroup;
+ children = (
+ F64549CFCC17C7AC6479508BE180B18D /* Swaggers */,
+ );
+ path = Classes;
+ sourceTree = "";
+ };
+ B4A5C9FBC309EB945E2E089539878931 /* iOS */ = {
+ isa = PBXGroup;
+ children = (
+ 79E01B70640812E104A60E8F985F7E9D /* Foundation.framework */,
+ 0B92202857E3535647B0785253083518 /* QuartzCore.framework */,
+ 355303D423040E9AB8E2164D8C903B23 /* UIKit.framework */,
+ );
+ name = iOS;
+ sourceTree = "";
+ };
+ BEACE1971060500B96701CBC3F667BAE /* CorePromise */ = {
+ isa = PBXGroup;
+ children = (
+ B868468092D7B2489B889A50981C9247 /* after.m */,
+ 275DA9A664C70DD40A4059090D1A00D4 /* after.swift */,
+ 1F19945EE403F7B29D8B1939EA6D579A /* AnyPromise.h */,
+ 1B7E90A568681E000EF3CB0917584F3C /* AnyPromise.m */,
+ 5973BC143AE488C12FFB1E83E71F0C45 /* AnyPromise.swift */,
+ A92242715FB4C0608F8DCEBF8F3791E2 /* dispatch_promise.m */,
+ 392FA21A33296B88F790D62A4FAA4E4E /* dispatch_promise.swift */,
+ 558DFECE2C740177CA6357DA71A1DFBB /* Error.swift */,
+ F4B6A98D6DAF474045210F5A74FF1C3C /* hang.m */,
+ 6AD59903FAA8315AD0036AC459FFB97F /* join.m */,
+ 84319E048FE6DD89B905FA3A81005C5F /* join.swift */,
+ 045C1F608ADE57757E6732D721779F22 /* NSError+Cancellation.h */,
+ 3D23C407A7CDBFD244D6115899F9D45D /* Promise.swift */,
+ 7E0DBDE561A6C2E7AC7A24160F8A5F28 /* Promise+Properties.swift */,
+ 3BFFA6FD621E9ED341AA89AEAC1604D7 /* PromiseKit.h */,
+ 980FD13F87B44BFD90F8AC129BEB2E61 /* race.swift */,
+ 8DC63EB77B3791891517B98CAA115DE8 /* State.swift */,
+ 0A8906F6D6920DF197965D1740A7E283 /* Umbrella.h */,
+ E7CE161ED0CF68954A63F30528ACAD9B /* URLDataPromise.swift */,
+ 143BC30E5DDAF52A3D9578F507EC6A41 /* when.m */,
+ 16730DAF3E51C161D8247E473F069E71 /* when.swift */,
+ );
+ name = CorePromise;
+ sourceTree = "";
+ };
+ C1A60D10CED0E61146591438999C7502 /* Targets Support Files */ = {
+ isa = PBXGroup;
+ children = (
+ 88CE2B3F08C34DDB098AD8A5DCC1DF1E /* Pods-SwaggerClient */,
+ D6D0CD30E3EAF2ED10AE0CBC07506C5A /* Pods-SwaggerClientTests */,
+ );
+ name = "Targets Support Files";
+ sourceTree = "";
+ };
+ CF22FA3EE19C3EC42FEBA1247EB70D85 /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ 99640BFBD45FFAD70A89B868F85EFA36 /* Alamofire */,
+ 7DFF028D9F7D443B2361EBEDACC99624 /* OMGHTTPURLRQ */,
+ D9FC474F1DB94FC75B3AAC120F0D4AB7 /* PromiseKit */,
+ );
+ name = Pods;
+ sourceTree = "";
+ };
+ D6D0CD30E3EAF2ED10AE0CBC07506C5A /* Pods-SwaggerClientTests */ = {
+ isa = PBXGroup;
+ children = (
+ 3F16B43ABD2C8CD4A311AA1AB3B6C02F /* Info.plist */,
+ 00ACB4396DD1B4E4539E4E81C1D7A14E /* Pods-SwaggerClientTests.modulemap */,
+ FB170EFD14935F121CDE3211DB4C5CA3 /* Pods-SwaggerClientTests-acknowledgements.markdown */,
+ 02F28E719AA874BE9213D6CF8CE7E36B /* Pods-SwaggerClientTests-acknowledgements.plist */,
+ 687B19CB3E722272B41D60B485C29EE7 /* Pods-SwaggerClientTests-dummy.m */,
+ 43FC49AA70D3E2A84CAED9C37BE9C4B5 /* Pods-SwaggerClientTests-frameworks.sh */,
+ E4E6F4A58FE7868CA2177D3AC79AD2FA /* Pods-SwaggerClientTests-resources.sh */,
+ F22FE315AC1C04A8749BD18281EE9028 /* Pods-SwaggerClientTests-umbrella.h */,
+ 969C2AF48F4307163B301A92E78AFCF2 /* Pods-SwaggerClientTests.debug.xcconfig */,
+ 849FECBC6CC67F2B6800F982927E3A9E /* Pods-SwaggerClientTests.release.xcconfig */,
+ );
+ name = "Pods-SwaggerClientTests";
+ path = "Target Support Files/Pods-SwaggerClientTests";
+ sourceTree = "";
+ };
+ D9FC474F1DB94FC75B3AAC120F0D4AB7 /* PromiseKit */ = {
+ isa = PBXGroup;
+ children = (
+ BEACE1971060500B96701CBC3F667BAE /* CorePromise */,
+ 76DC20E0A9F8CDC0E47176B58A9C5BD5 /* Foundation */,
+ 83C3888E1F7B1FC86D9CBF3B74DC2896 /* QuartzCore */,
+ 81B1E3A8E00502B38EACDE3617A7A73B /* Support Files */,
+ 8EA2A359F1831ACBB15BAAEA04D6FB95 /* UIKit */,
+ );
+ path = PromiseKit;
+ sourceTree = "";
+ };
+ E73D9BF152C59F341559DE62A3143721 /* PetstoreClient */ = {
+ isa = PBXGroup;
+ children = (
+ AD94092456F8ABCB18F74CAC75AD85DE /* Classes */,
+ );
+ path = PetstoreClient;
+ sourceTree = "";
+ };
+ E85F5154C248966A1EC7B7B6EACB20CF /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ A1D1571AB15108DF6F9C4FE2064E3C43 /* Alamofire.framework */,
+ 3530BF15E14D1F6D7134EE67377D5C8C /* OMGHTTPURLRQ.framework */,
+ A112EF8BB3933C1C1E42F11B3DD3B02A /* PromiseKit.framework */,
+ B4A5C9FBC309EB945E2E089539878931 /* iOS */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ E9F8459055B900A58FB97600A53E5D1C /* PetstoreClient */ = {
+ isa = PBXGroup;
+ children = (
+ E73D9BF152C59F341559DE62A3143721 /* PetstoreClient */,
+ 8F6D133867EE63820DFB7E83F4C51252 /* Support Files */,
+ );
+ name = PetstoreClient;
+ path = ../..;
+ sourceTree = "";
+ };
+ F64549CFCC17C7AC6479508BE180B18D /* Swaggers */ = {
+ isa = PBXGroup;
+ children = (
+ 92734297B64DFE0EB0EDE1EA821163DB /* AlamofireImplementations.swift */,
+ D2BAD338E56EF3CAA6E54490FE0C5DF9 /* APIHelper.swift */,
+ D8072E1108951F272C003553FC8926C7 /* APIs.swift */,
+ 5412898DEB10F1983487A10453C6B9CB /* Extensions.swift */,
+ 8F0266C5AE0B23A436291F6647902086 /* Models.swift */,
+ F92EFB558CBA923AB1CFA22F708E315A /* APIs */,
+ 1322FED69118C64DAD026CAF7F4C38C6 /* Models */,
+ );
+ path = Swaggers;
+ sourceTree = "";
+ };
+ F92EFB558CBA923AB1CFA22F708E315A /* APIs */ = {
+ isa = PBXGroup;
+ children = (
+ 261F03A3C73374FD19333EEA59CCD59F /* PetAPI.swift */,
+ 1A3E5E3CD673B025FD8AC260E67AB47E /* StoreAPI.swift */,
+ 552D15E0340BF58CC1922B82E864AEC9 /* UserAPI.swift */,
+ );
+ path = APIs;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 09D29D14882ADDDA216809ED16917D07 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 3860D960E37C1257BDA54626CA592E86 /* AnyPromise.h in Headers */,
+ CE89E5C528D52BBCBCD23309603BA6D1 /* CALayer+AnyPromise.h in Headers */,
+ 857E5961D9F6E23BD86DEB613A1499C7 /* NSError+Cancellation.h in Headers */,
+ DBD1F4247E1C591AE4EE5531599AB170 /* NSNotificationCenter+AnyPromise.h in Headers */,
+ 18FAC6B4FD3B44CB353C7A6027286100 /* NSURLConnection+AnyPromise.h in Headers */,
+ F700EAA9F9F6C1F99C83B45D05C5AD14 /* PromiseKit.h in Headers */,
+ 0268F9278E32ACC1F996F4E2E45622B5 /* UIActionSheet+AnyPromise.h in Headers */,
+ 12348513CB81BD05B497C210905CDF65 /* UIAlertView+AnyPromise.h in Headers */,
+ 8C4A96A3E69C772990E3E922D0FD1BC4 /* UIView+AnyPromise.h in Headers */,
+ 01BD61BBC475EB3369237B84FE24D3EE /* UIViewController+AnyPromise.h in Headers */,
+ 0BDA43D8F48C8B0D504C440046FAF681 /* Umbrella.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 2835BFBD2FEFE3E2844CFC1B10201EA4 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 656BED6137A9FFA3B2DF03861F525022 /* PetstoreClient-umbrella.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 4EC64FD39389DAFE4AD4266FC3328DFF /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D97B0097ACB39F4E308E996F4F2AC836 /* Pods-SwaggerClient-umbrella.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 5F7B61281F714E2A64A51E80A2C9C062 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 2C5450AC69398958CF6F7539EF7D99E5 /* Alamofire-umbrella.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 8EC2461DE4442A7991319873E6012164 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 5480169E42C456C49BE59E273D7E0115 /* OMGFormURLEncode.h in Headers */,
+ 5192A7466019F9B3D7F1E987124E96BC /* OMGHTTPURLRQ-umbrella.h in Headers */,
+ 0B34EB4425C08BB021C2D09F75C9C146 /* OMGHTTPURLRQ.h in Headers */,
+ 3A8D316D4266A3309D0A98ED74F8A13A /* OMGUserAgent.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ FF84DA06E91FBBAA756A7832375803CE /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 897283A0B7F5299913327CC8FD6CC997 /* Pods-SwaggerClientTests-umbrella.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 190ACD3A51BC90B85EADB13E9CDD207B /* OMGHTTPURLRQ */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 620A8F6BEDF449F55F08EDB4CDBF60A2 /* Build configuration list for PBXNativeTarget "OMGHTTPURLRQ" */;
+ buildPhases = (
+ 44321F32F148EB47FF23494889576DF5 /* Sources */,
+ 9792A6BDBB07FB15453527B4370E3086 /* Frameworks */,
+ 8EC2461DE4442A7991319873E6012164 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = OMGHTTPURLRQ;
+ productName = OMGHTTPURLRQ;
+ productReference = 97FF5C0140A433518CF653B6A520F27A /* OMGHTTPURLRQ.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ 1EABA30CF432461C9C71EFB7319C5EC0 /* Pods-SwaggerClient */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = C9F2C0984774847F556FBA38A5DFA380 /* Build configuration list for PBXNativeTarget "Pods-SwaggerClient" */;
+ buildPhases = (
+ 17C136CACEBA2BEF9A840E699AB10D69 /* Sources */,
+ 74904C0940192CCB30B90142B3348507 /* Frameworks */,
+ 4EC64FD39389DAFE4AD4266FC3328DFF /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ FFAF754843564CB3D6F424CE47B71A27 /* PBXTargetDependency */,
+ 679C1EDCB1F411D8FFB2673C78614B15 /* PBXTargetDependency */,
+ 08587102FAC1423B332ADA2E2AD0BC0A /* PBXTargetDependency */,
+ 66E283C897B0821EC278FCF08B47AD54 /* PBXTargetDependency */,
+ );
+ name = "Pods-SwaggerClient";
+ productName = "Pods-SwaggerClient";
+ productReference = CF8754792D6C49D6F5C8859350F48B35 /* Pods_SwaggerClient.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ 25EDA9CFC641C69402B3857A2C4A39F0 /* PromiseKit */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 03DDC7D7BA248863E8493F462ABAD118 /* Build configuration list for PBXNativeTarget "PromiseKit" */;
+ buildPhases = (
+ 1541E3035B9D2A7EED16C98953A8CEB6 /* Sources */,
+ B9EC7146E2607203CE4A5678AE249144 /* Frameworks */,
+ 09D29D14882ADDDA216809ED16917D07 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ C893B48B47F4A7541102DAAFECFC50F2 /* PBXTargetDependency */,
+ );
+ name = PromiseKit;
+ productName = PromiseKit;
+ productReference = 0C552CDBDD89D489D23D5D4E28356F84 /* PromiseKit.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ 2FD913B4E24277823983BABFDB071664 /* PetstoreClient */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = B5E28E2093F917340AF5AAA0FCE5E37D /* Build configuration list for PBXNativeTarget "PetstoreClient" */;
+ buildPhases = (
+ 0DDA01F58E1381BEA0D7FB759B75A456 /* Sources */,
+ FC8C7ACC9E4D7F04E9223A734BF57FFB /* Frameworks */,
+ 2835BFBD2FEFE3E2844CFC1B10201EA4 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ FC9E3FF49D9B636B2925749B2D51A5D3 /* PBXTargetDependency */,
+ FAC5685F6C40E5D74404831646CBC453 /* PBXTargetDependency */,
+ );
+ name = PetstoreClient;
+ productName = PetstoreClient;
+ productReference = FE74210E04DEED84E2357049E4589759 /* PetstoreClient.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ 432ECC54282C84882B482CCB4CF227FC /* Alamofire */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 8B2B2DA2F7F80D41B1FDB5FACFA4B3DE /* Build configuration list for PBXNativeTarget "Alamofire" */;
+ buildPhases = (
+ EF659EFF40D426A3A32A82CDB98CC6EE /* Sources */,
+ A5AE1D340C4A0691EC28EEA8241C9FCD /* Frameworks */,
+ 5F7B61281F714E2A64A51E80A2C9C062 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Alamofire;
+ productName = Alamofire;
+ productReference = F2BEA8A3A2770EF455BB2ECCDA8CE0AD /* Alamofire.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ 462B200BD111D7F438E47B7C42B6772F /* Pods-SwaggerClientTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 245A935A321D16F418F4D34C5D17D2B6 /* Build configuration list for PBXNativeTarget "Pods-SwaggerClientTests" */;
+ buildPhases = (
+ 0529825EC79AED06C77091DC0F061854 /* Sources */,
+ FE8FC779CF4B0CFCC594E81C0FF86C7E /* Frameworks */,
+ FF84DA06E91FBBAA756A7832375803CE /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = "Pods-SwaggerClientTests";
+ productName = "Pods-SwaggerClientTests";
+ productReference = FEEC58138887E454A6CBD0A7BFF2910A /* Pods_SwaggerClientTests.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ D41D8CD98F00B204E9800998ECF8427E /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastSwiftUpdateCheck = 0730;
+ LastUpgradeCheck = 0700;
+ };
+ buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
+ productRefGroup = 01A9CB10E1E9A90B6A796034AF093E8C /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 432ECC54282C84882B482CCB4CF227FC /* Alamofire */,
+ 190ACD3A51BC90B85EADB13E9CDD207B /* OMGHTTPURLRQ */,
+ 2FD913B4E24277823983BABFDB071664 /* PetstoreClient */,
+ 1EABA30CF432461C9C71EFB7319C5EC0 /* Pods-SwaggerClient */,
+ 462B200BD111D7F438E47B7C42B6772F /* Pods-SwaggerClientTests */,
+ 25EDA9CFC641C69402B3857A2C4A39F0 /* PromiseKit */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 0529825EC79AED06C77091DC0F061854 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ C546890220177F840E8AFC829D0E3FEB /* Pods-SwaggerClientTests-dummy.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 0DDA01F58E1381BEA0D7FB759B75A456 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 516D41E4D035A817CC5116C11302E408 /* AlamofireImplementations.swift in Sources */,
+ 46F838880F41F56ABD91796FC956B4BF /* APIHelper.swift in Sources */,
+ EA35E77B4F31DC3E1D224458E0BC959D /* APIs.swift in Sources */,
+ CD97970D21D3CB8C459FAFEF11EE60F3 /* Category.swift in Sources */,
+ 5EE5E1CA27F3CB04A5DCF5BB90B76000 /* Extensions.swift in Sources */,
+ 15ECEBA1EFBD023AEA47F36524270D2C /* Models.swift in Sources */,
+ E2B0094FAAEA55C55AD141136F650E35 /* Order.swift in Sources */,
+ 1CDA074C6DC95876D85E13ECF882B93A /* Pet.swift in Sources */,
+ 2B38BB4603B4286FF8D7A780372E947F /* PetAPI.swift in Sources */,
+ 25FBB92AFB8F5A777CE8E40EC3B9DACA /* PetstoreClient-dummy.m in Sources */,
+ 443361437B359830308B93A7B98BE039 /* StoreAPI.swift in Sources */,
+ 6B0A17CD24331793D2504E0FBBAF5EB2 /* Tag.swift in Sources */,
+ D546A4DBA3F7750F45A6F63B994C081C /* User.swift in Sources */,
+ 2D9379807BA243E1CE457D1BE963DA09 /* UserAPI.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 1541E3035B9D2A7EED16C98953A8CEB6 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ C86881D2285095255829A578F0A85300 /* after.m in Sources */,
+ EA67B414E392EFD2B14742F55A595596 /* after.swift in Sources */,
+ 1AC7E88F0EC64D1D4E83CE7767BFD2B7 /* afterlife.swift in Sources */,
+ 909B0A29022956D90C32C4AA319F75D1 /* AnyPromise.m in Sources */,
+ F7161E50F083B2267363F243C4E4B78F /* AnyPromise.swift in Sources */,
+ 124EFF5E3C46EC88F47C52479FA6ACAF /* CALayer+AnyPromise.m in Sources */,
+ 6A128FE350973D8A693E3F063C5E4A49 /* dispatch_promise.m in Sources */,
+ F4582E8DC1C9F362ADA4BAE9CEF8B681 /* dispatch_promise.swift in Sources */,
+ D93596046CD3B301F4EC99A7A118C82C /* Error.swift in Sources */,
+ 5FFED823C0BDD412FA41B01EA47394D1 /* hang.m in Sources */,
+ 5D7EAE5725A7E750B51FD27AECB5F0FD /* join.m in Sources */,
+ 06F7C0C55DF4C09C015159F6B0802EB1 /* join.swift in Sources */,
+ 11C221075C5B20BDEEB3DDF8EAC99E63 /* NSNotificationCenter+AnyPromise.m in Sources */,
+ 88B3F911629C08DEEB226F3B294AAB36 /* NSNotificationCenter+Promise.swift in Sources */,
+ 0D240D796AAD10F0119A1D7AC2570AAA /* NSObject+Promise.swift in Sources */,
+ 8E3861989641484EE3095722EC08B5A9 /* NSURLConnection+AnyPromise.m in Sources */,
+ EB9A1F33DB49ADA09F6E7F19A2C30357 /* NSURLConnection+Promise.swift in Sources */,
+ 81A2DB65C0742D785DE7C2609CC14140 /* NSURLSession+Promise.swift in Sources */,
+ 73FA79FDB37E5C458B996012BFB0CF04 /* PMKAlertController.swift in Sources */,
+ 1E1010EA437F154A554D04F7F3A894EC /* Promise+Properties.swift in Sources */,
+ ADEEE5F368B5D707D03E78FD75C59048 /* Promise.swift in Sources */,
+ 8D3A68D3CBD8A1D89099F704A04A04FC /* PromiseKit-dummy.m in Sources */,
+ 97D71F12142A541BEEF425805D51379E /* race.swift in Sources */,
+ F898D4270885EF1114608E76B0C09E21 /* State.swift in Sources */,
+ CAF12A3EDA2376FFEAD4A12E413C1AAD /* UIActionSheet+AnyPromise.m in Sources */,
+ 387C7387FDC662D23D743879B6143D59 /* UIActionSheet+Promise.swift in Sources */,
+ 11EA8D6B0352FD31F520F983CFB9D993 /* UIAlertView+AnyPromise.m in Sources */,
+ EB3C88CDAF122BA763FEF85758370C7C /* UIAlertView+Promise.swift in Sources */,
+ 4C22563311AC2B52651A6525A979E076 /* UIView+AnyPromise.m in Sources */,
+ D1735D6C4D574339EB49024228448459 /* UIView+Promise.swift in Sources */,
+ 60EBBACB76CD5879FB7B9B3E0AA5E2C1 /* UIViewController+AnyPromise.m in Sources */,
+ C86CE0A47FAD4C9B2929A335D62A179E /* UIViewController+Promise.swift in Sources */,
+ CE225CF07E6E385F014883D607AFA44D /* URLDataPromise.swift in Sources */,
+ CB2A58CBAB5A2E63D0CB70F2697CAE87 /* when.m in Sources */,
+ ED30A8B82BA1D53CBC370B1DC18DA1EB /* when.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 17C136CACEBA2BEF9A840E699AB10D69 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 9876AE0817723FB5E93A94B1E1906901 /* Pods-SwaggerClient-dummy.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 44321F32F148EB47FF23494889576DF5 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 6F63943B0E954F701F32BC7A1F4C2FEC /* OMGFormURLEncode.m in Sources */,
+ D358A828E68E152D06FC8E35533BF00B /* OMGHTTPURLRQ-dummy.m in Sources */,
+ 48CB8E7E16443CA771E4DCFB3E0709A2 /* OMGHTTPURLRQ.m in Sources */,
+ 6CB84A616D7B4D189A4E94BD37621575 /* OMGUserAgent.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ EF659EFF40D426A3A32A82CDB98CC6EE /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ B6D2DC3E3DA44CD382B9B425F40E11C1 /* Alamofire-dummy.m in Sources */,
+ B0FB4B01682814B9E3D32F9DC4A5E762 /* Alamofire.swift in Sources */,
+ A3505FA2FB3067D53847AD288AC04F03 /* Download.swift in Sources */,
+ D75CA395D510E08C404E55F5BDAE55CE /* Error.swift in Sources */,
+ A2C172FE407C0BC3478ADCA91A6C9CEC /* Manager.swift in Sources */,
+ 8399DBEE3E2D98EB1F466132E476F4D9 /* MultipartFormData.swift in Sources */,
+ 4DE5FCC41D100B113B6645EA64410F16 /* ParameterEncoding.swift in Sources */,
+ FC14480CECE872865A9C6E584F886DA3 /* Request.swift in Sources */,
+ 03F494989CC1A8857B68A317D5D6860F /* Response.swift in Sources */,
+ D21B7325B3642887BFBE977E021F2D26 /* ResponseSerialization.swift in Sources */,
+ 82971968CBDAB224212EEB4607C9FB8D /* Result.swift in Sources */,
+ 80F496237530D382A045A29654D8C11C /* ServerTrustPolicy.swift in Sources */,
+ FEF0D7653948988B804226129471C1EC /* Stream.swift in Sources */,
+ 0681ADC8BAE2C3185F13487BAAB4D9DD /* Upload.swift in Sources */,
+ C75519F0450166A6F28126ECC7664E9C /* Validation.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 08587102FAC1423B332ADA2E2AD0BC0A /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = PetstoreClient;
+ target = 2FD913B4E24277823983BABFDB071664 /* PetstoreClient */;
+ targetProxy = 6795BDA8BF074DFC4E5D1758C8F88C2A /* PBXContainerItemProxy */;
+ };
+ 66E283C897B0821EC278FCF08B47AD54 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = PromiseKit;
+ target = 25EDA9CFC641C69402B3857A2C4A39F0 /* PromiseKit */;
+ targetProxy = 7DE91DDF2036FF7431AF3F0DAD4A9C87 /* PBXContainerItemProxy */;
+ };
+ 679C1EDCB1F411D8FFB2673C78614B15 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = OMGHTTPURLRQ;
+ target = 190ACD3A51BC90B85EADB13E9CDD207B /* OMGHTTPURLRQ */;
+ targetProxy = ABF692D458113B268763EDC4670EAF7A /* PBXContainerItemProxy */;
+ };
+ C893B48B47F4A7541102DAAFECFC50F2 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = OMGHTTPURLRQ;
+ target = 190ACD3A51BC90B85EADB13E9CDD207B /* OMGHTTPURLRQ */;
+ targetProxy = 8059767A82D94C9F7F7C16D030819C4E /* PBXContainerItemProxy */;
+ };
+ FAC5685F6C40E5D74404831646CBC453 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = PromiseKit;
+ target = 25EDA9CFC641C69402B3857A2C4A39F0 /* PromiseKit */;
+ targetProxy = ECAC5E4454026C822004659466983ADD /* PBXContainerItemProxy */;
+ };
+ FC9E3FF49D9B636B2925749B2D51A5D3 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = Alamofire;
+ target = 432ECC54282C84882B482CCB4CF227FC /* Alamofire */;
+ targetProxy = 4BED27A854EA6600536518D29BBB3670 /* PBXContainerItemProxy */;
+ };
+ FFAF754843564CB3D6F424CE47B71A27 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = Alamofire;
+ target = 432ECC54282C84882B482CCB4CF227FC /* Alamofire */;
+ targetProxy = 8E08EC4F5A85093B738D80C4F04BA3F1 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin XCBuildConfiguration section */
+ 13D83F6E46BF53D2E6C3EB7C33E93BBF /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 86B1DDCB9E27DF43C2C35D9E7B2E84DA /* Pods-SwaggerClient.release.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "Target Support Files/Pods-SwaggerClient/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 9.2;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MACH_O_TYPE = staticlib;
+ MODULEMAP_FILE = "Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.modulemap";
+ MTL_ENABLE_DEBUG_INFO = NO;
+ OTHER_LDFLAGS = "";
+ OTHER_LIBTOOLFLAGS = "";
+ PODS_ROOT = "$(SRCROOT)";
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
+ PRODUCT_NAME = Pods_SwaggerClient;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Release;
+ };
+ 237DD903E4E61B0FFB3BB69F98EE1A1A /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = DADAB10704E49D6B9E18F59F995BB88F /* PetstoreClient.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/PetstoreClient/PetstoreClient-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/PetstoreClient/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/PetstoreClient/PetstoreClient.modulemap";
+ MTL_ENABLE_DEBUG_INFO = YES;
+ PRODUCT_NAME = PetstoreClient;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ 6D58F928D13C57FA81A386B6364889AA /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = CC49FF2A84C0E0E9349747D94036B728 /* PromiseKit.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/PromiseKit/PromiseKit-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/PromiseKit/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/PromiseKit/PromiseKit.modulemap";
+ MTL_ENABLE_DEBUG_INFO = NO;
+ PRODUCT_NAME = PromiseKit;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Release;
+ };
+ 7EA02FDF9D26C9AD275654E73F406F04 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 969C2AF48F4307163B301A92E78AFCF2 /* Pods-SwaggerClientTests.debug.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "Target Support Files/Pods-SwaggerClientTests/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 9.2;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MACH_O_TYPE = staticlib;
+ MODULEMAP_FILE = "Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.modulemap";
+ MTL_ENABLE_DEBUG_INFO = YES;
+ OTHER_LDFLAGS = "";
+ OTHER_LIBTOOLFLAGS = "";
+ PODS_ROOT = "$(SRCROOT)";
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
+ PRODUCT_NAME = Pods_SwaggerClientTests;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ 83EBAB51C518173D901D2A7FE10401AC /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = DADAB10704E49D6B9E18F59F995BB88F /* PetstoreClient.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/PetstoreClient/PetstoreClient-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/PetstoreClient/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/PetstoreClient/PetstoreClient.modulemap";
+ MTL_ENABLE_DEBUG_INFO = NO;
+ PRODUCT_NAME = PetstoreClient;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Release;
+ };
+ 84FD87D359382A37B07149A12641B965 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = NO;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "POD_CONFIGURATION_DEBUG=1",
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.2;
+ ONLY_ACTIVE_ARCH = YES;
+ STRIP_INSTALLED_PRODUCT = NO;
+ SYMROOT = "${SRCROOT}/../build";
+ };
+ name = Debug;
+ };
+ 9B26D3A39011247999C097562A550399 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 141F0B43C42CE92856BBA8F8D98481DB /* Alamofire.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/Alamofire/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap";
+ MTL_ENABLE_DEBUG_INFO = NO;
+ PRODUCT_NAME = Alamofire;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Release;
+ };
+ A1075551063662DDB4B1D70BD9D48C6E /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 16D7C901D915C251DEBA27AC1EF57E34 /* OMGHTTPURLRQ.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/OMGHTTPURLRQ/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.modulemap";
+ MTL_ENABLE_DEBUG_INFO = NO;
+ PRODUCT_NAME = OMGHTTPURLRQ;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Release;
+ };
+ AEB3F05CF4CA7390DB94997A30E330AD /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 549C6527D10094289B101749047807C5 /* Pods-SwaggerClient.debug.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "Target Support Files/Pods-SwaggerClient/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 9.2;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MACH_O_TYPE = staticlib;
+ MODULEMAP_FILE = "Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.modulemap";
+ MTL_ENABLE_DEBUG_INFO = YES;
+ OTHER_LDFLAGS = "";
+ OTHER_LIBTOOLFLAGS = "";
+ PODS_ROOT = "$(SRCROOT)";
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
+ PRODUCT_NAME = Pods_SwaggerClient;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ AF5D8A65BDA6B725A14D20EC25949CE0 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = CC49FF2A84C0E0E9349747D94036B728 /* PromiseKit.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/PromiseKit/PromiseKit-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/PromiseKit/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/PromiseKit/PromiseKit.modulemap";
+ MTL_ENABLE_DEBUG_INFO = YES;
+ PRODUCT_NAME = PromiseKit;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ BE1BF3E5FC53BAFA505AB342C35E1F50 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 141F0B43C42CE92856BBA8F8D98481DB /* Alamofire.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/Alamofire/Alamofire-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/Alamofire/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/Alamofire/Alamofire.modulemap";
+ MTL_ENABLE_DEBUG_INFO = YES;
+ PRODUCT_NAME = Alamofire;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ F594C655D48020EC34B00AA63E001773 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ COPY_PHASE_STRIP = YES;
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "POD_CONFIGURATION_RELEASE=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.2;
+ STRIP_INSTALLED_PRODUCT = NO;
+ SYMROOT = "${SRCROOT}/../build";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ F81B9CD48A7BB5944F3E7D734DA19714 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 16D7C901D915C251DEBA27AC1EF57E34 /* OMGHTTPURLRQ.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_PREFIX_HEADER = "Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/OMGHTTPURLRQ/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MODULEMAP_FILE = "Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.modulemap";
+ MTL_ENABLE_DEBUG_INFO = YES;
+ PRODUCT_NAME = OMGHTTPURLRQ;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ FCA939A415B281DBA1BE816C25790182 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 849FECBC6CC67F2B6800F982927E3A9E /* Pods-SwaggerClientTests.release.xcconfig */;
+ buildSettings = {
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ CURRENT_PROJECT_VERSION = 1;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "Target Support Files/Pods-SwaggerClientTests/Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 9.2;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MACH_O_TYPE = staticlib;
+ MODULEMAP_FILE = "Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.modulemap";
+ MTL_ENABLE_DEBUG_INFO = NO;
+ OTHER_LDFLAGS = "";
+ OTHER_LIBTOOLFLAGS = "";
+ PODS_ROOT = "$(SRCROOT)";
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
+ PRODUCT_NAME = Pods_SwaggerClientTests;
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 03DDC7D7BA248863E8493F462ABAD118 /* Build configuration list for PBXNativeTarget "PromiseKit" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ AF5D8A65BDA6B725A14D20EC25949CE0 /* Debug */,
+ 6D58F928D13C57FA81A386B6364889AA /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 245A935A321D16F418F4D34C5D17D2B6 /* Build configuration list for PBXNativeTarget "Pods-SwaggerClientTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 7EA02FDF9D26C9AD275654E73F406F04 /* Debug */,
+ FCA939A415B281DBA1BE816C25790182 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 84FD87D359382A37B07149A12641B965 /* Debug */,
+ F594C655D48020EC34B00AA63E001773 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 620A8F6BEDF449F55F08EDB4CDBF60A2 /* Build configuration list for PBXNativeTarget "OMGHTTPURLRQ" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ F81B9CD48A7BB5944F3E7D734DA19714 /* Debug */,
+ A1075551063662DDB4B1D70BD9D48C6E /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 8B2B2DA2F7F80D41B1FDB5FACFA4B3DE /* Build configuration list for PBXNativeTarget "Alamofire" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ BE1BF3E5FC53BAFA505AB342C35E1F50 /* Debug */,
+ 9B26D3A39011247999C097562A550399 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ B5E28E2093F917340AF5AAA0FCE5E37D /* Build configuration list for PBXNativeTarget "PetstoreClient" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 237DD903E4E61B0FFB3BB69F98EE1A1A /* Debug */,
+ 83EBAB51C518173D901D2A7FE10401AC /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ C9F2C0984774847F556FBA38A5DFA380 /* Build configuration list for PBXNativeTarget "Pods-SwaggerClient" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ AEB3F05CF4CA7390DB94997A30E330AD /* Debug */,
+ 13D83F6E46BF53D2E6C3EB7C33E93BBF /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
+}
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/PMKAlertController.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/PMKAlertController.swift
index 835b3633c48..20b0c2d57e4 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/PMKAlertController.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/PMKAlertController.swift
@@ -58,8 +58,12 @@ public class PMKAlertController {
private let (promise, fulfill, reject) = Promise.pendingPromise()
private var retainCycle: PMKAlertController?
- public enum Error: ErrorType {
+ public enum Error: CancellableErrorType {
case Cancelled
+
+ public var cancelled: Bool {
+ return self == .Cancelled
+ }
}
}
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+AnyPromise.m b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+AnyPromise.m
index 3dede063bfc..2211b375c12 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+AnyPromise.m
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+AnyPromise.m
@@ -13,9 +13,8 @@
@implementation UIViewController (PromiseKit)
-- (AnyPromise *)promiseViewController:(UIViewController *)vc animated:(BOOL)animated completion:(void (^)(void))block
-{
- id vc2present = vc;
+- (AnyPromise *)promiseViewController:(UIViewController *)vc animated:(BOOL)animated completion:(void (^)(void))block {
+ __kindof UIViewController *vc2present = vc;
AnyPromise *promise = nil;
if ([vc isKindOfClass:NSClassFromString(@"MFMailComposeViewController")]) {
@@ -72,8 +71,7 @@
[self presentViewController:vc2present animated:animated completion:block];
promise.finally(^{
- //TODO can we be more specific?
- [self dismissViewControllerAnimated:animated completion:nil];
+ [vc2present.presentingViewController dismissViewControllerAnimated:animated completion:nil];
});
return promise;
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+Promise.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+Promise.swift
index 1277560d571..9d8821e3c71 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+Promise.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Categories/UIKit/UIViewController+Promise.swift
@@ -35,7 +35,7 @@ extension UIViewController {
if p.pending {
presentViewController(vc, animated: animated, completion: completion)
p.always {
- self.dismissViewControllerAnimated(animated, completion: nil)
+ vc.presentingViewController!.dismissViewControllerAnimated(animated, completion: nil)
}
}
@@ -48,7 +48,7 @@ extension UIViewController {
if p.pending {
presentViewController(nc, animated: animated, completion: completion)
p.always {
- self.dismissViewControllerAnimated(animated, completion: nil)
+ vc.presentingViewController!.dismissViewControllerAnimated(animated, completion: nil)
}
}
return p
@@ -56,7 +56,7 @@ extension UIViewController {
return Promise(error: Error.NavigationControllerEmpty)
}
}
-
+
public func promiseViewController(vc: UIImagePickerController, animated: Bool = true, completion: (() -> Void)? = nil) -> Promise {
let proxy = UIImagePickerControllerProxy()
vc.delegate = proxy
@@ -71,7 +71,16 @@ extension UIViewController {
}
throw Error.NoImageFound
}.always {
- self.dismissViewControllerAnimated(animated, completion: nil)
+ vc.presentingViewController!.dismissViewControllerAnimated(animated, completion: nil)
+ }
+ }
+
+ public func promiseViewController(vc: UIImagePickerController, animated: Bool = true, completion: (() -> Void)? = nil) -> Promise<[String: AnyObject]> {
+ let proxy = UIImagePickerControllerProxy()
+ vc.delegate = proxy
+ presentViewController(vc, animated: animated, completion: completion)
+ return proxy.promise.always {
+ vc.presentingViewController!.dismissViewControllerAnimated(animated, completion: nil)
}
}
}
@@ -103,7 +112,7 @@ private func promise(vc: UIViewController) -> Promise {
// internal scope because used by ALAssetsLibrary extension
@objc class UIImagePickerControllerProxy: NSObject, UIImagePickerControllerDelegate, UINavigationControllerDelegate {
- let (promise, fulfill, reject) = Promise<[NSObject : AnyObject]>.pendingPromise()
+ let (promise, fulfill, reject) = Promise<[String : AnyObject]>.pendingPromise()
var retainCycle: AnyObject?
required override init() {
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/README.markdown b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/README.markdown
index 30dba5f10be..84aabe138db 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/README.markdown
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/README.markdown
@@ -18,11 +18,11 @@ when(fetchImage(), getLocation()).then { image, location in
PromiseKit is a thoughtful and complete implementation of promises for iOS and OS X with first-class support for **both** Objective-C *and* Swift.
[](https://gitter.im/mxcl/PromiseKit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)  [](https://github.com/Carthage/Carthage)
-
+[](https://codebeat.co/projects/github-com-mxcl-promisekit)
# Which PromiseKit Should I Use?
-If you are writing a library, **use PromiseKit 1.6**. This is because PromiseKit > 2 breaks everytime Swift changes. While Swift is in flux it is not feasible to depend on a library that will break every time Xcode updates.
+If you are writing a library, [**use PromiseKit 1.x**](https://github.com/mxcl/PromiseKit/tree/legacy-1.x). This is because PromiseKit > 2 breaks everytime Swift changes. While Swift is in flux it is not feasible to depend on a library that will break every time Xcode updates.
If you are making an app then PromiseKit 3 is the best PromiseKit, you may have to make some fixes when Xcode updates, but probably you will be OK as long as you update PromiseKit when Xcode updates.
@@ -85,13 +85,18 @@ github "mxcl/PromiseKit" ~> 2.0
Neither CocoaPods or Carthage will install PromiseKit 2 for an iOS 7 target. Your options are:
- 1. `pod "PromiseKit", "~> 1.5"` †‡
+ 1. `pod "PromiseKit", "~> 1.7"` †‡
2. Use our [iOS 7 EZ-Bake](https://github.com/PromiseKit/EZiOS7)
3. Download our pre-built static framework (coming soon!)
† There is no Swift support with PromiseKit 1.x installed via CocoaPods.
‡ PromiseKit 1.x will work as far back as iOS 5 if required.
+# Support
+
+PromiseKit is lucky enough to have a large community behind it which is reflected in our [Gitter chat](https://gitter.im/mxcl/PromiseKit). If you're new to PromiseKit and are stumped or otherwise have a question that doesn't feel like an issue (and isn't answered in our [documentation](http://promisekit.org/introduction)) then our Gitter is a great place to go for help. Of course if you're onto something that you believe is broken or could be improved then opening a new issue is still the way to go 👍.
+
+
# Donations
PromiseKit is hundreds of hours of work almost completely by just me: [Max Howell](https://twitter.com/mxcl). I thoroughly enjoyed making PromiseKit, but nevertheless if you have found it useful then your bitcoin will give me a warm fuzzy feeling from my head right down to my toes: 1JDbV5zuym3jFw4kBCc5Z758maUD8e4dKR.
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Error.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Error.swift
index b07dc418158..8f41f7caecf 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Error.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Error.swift
@@ -202,7 +202,8 @@ extension NSError {
}
}
-func unconsume(error error: NSError, var reusingToken token: ErrorConsumptionToken? = nil) {
+func unconsume(error error: NSError, reusingToken t: ErrorConsumptionToken? = nil) {
+ var token = t
if token != nil {
objc_setAssociatedObject(error, &handle, token, .OBJC_ASSOCIATION_RETAIN)
} else {
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise+Properties.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise+Properties.swift
index a101d957476..fc1b335ca46 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise+Properties.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise+Properties.swift
@@ -13,6 +13,25 @@ extension Promise {
}
}
+ /**
+ Provides an alias for the `error` property for cases where the Swift
+ compiler cannot disambiguate from our `error` function.
+
+ More than likely use of this alias will never be necessary as it's
+ the inverse situation where Swift usually becomes confused. But
+ we provide this anyway just in case.
+
+ If you absolutely cannot get Swift to accept `error` then
+ `errorValue` may be used instead as it returns the same thing.
+
+ - Warning: This alias will be unavailable in PromiseKit 4.0.0
+ - SeeAlso: [https://github.com/mxcl/PromiseKit/issues/347](https://github.com/mxcl/PromiseKit/issues/347)
+ */
+ @available(*, deprecated, renamed="error", message="Temporary alias `errorValue` will eventually be removed and should only be used when the Swift compiler cannot be satisfied with `error`")
+ public var errorValue: ErrorType? {
+ return self.error
+ }
+
/**
- Returns: `true` if the promise has not yet resolved.
*/
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise.swift
index a99b6977e2b..477d1109bb1 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/Promise.swift
@@ -176,11 +176,10 @@ public class Promise {
/**
A `typealias` for the return values of `pendingPromise()`. Simplifies declaration of properties that reference the values' containing tuple when this is necessary. For example, when working with multiple `pendingPromise()`s within the same scope, or when the promise initialization must occur outside of the caller's initialization.
- ```
class Foo: BarDelegate {
- var pendingPromise: Promise.PendingPromise?
+ var pendingPromise: Promise.PendingPromise?
}
- ```
+
- SeeAlso: pendingPromise()
*/
public typealias PendingPromise = (promise: Promise, fulfill: (T) -> Void, reject: (ErrorType) -> Void)
@@ -251,7 +250,7 @@ public class Promise {
return Promise(when: self) { resolution, resolve in
switch resolution {
case .Rejected(let error):
- resolve(.Rejected(error))
+ resolve(.Rejected((error.0, error.1)))
case .Fulfilled(let value):
contain_zalgo(q, rejecter: resolve) {
resolve(.Fulfilled(try body(value)))
@@ -280,7 +279,7 @@ public class Promise {
return Promise(when: self) { resolution, resolve in
switch resolution {
case .Rejected(let error):
- resolve(.Rejected(error))
+ resolve(.Rejected((error.0, error.1)))
case .Fulfilled(let value):
contain_zalgo(q, rejecter: resolve) {
let promise = try body(value)
@@ -314,7 +313,7 @@ public class Promise {
return Promise(when: self) { resolution, resolve in
switch resolution {
case .Rejected(let error):
- resolve(.Rejected(error))
+ resolve(.Rejected((error.0, error.1)))
case .Fulfilled(let value):
contain_zalgo(q, rejecter: resolve) {
try body(value).pipe(resolve)
@@ -391,6 +390,33 @@ public class Promise {
}
}
+ /**
+ Provides an alias for the `error` function for cases where the Swift
+ compiler cannot disambiguate from our `error` property. If you're
+ having trouble with `error`, before using this alias, first try
+ being as explicit as possible with the types e.g.:
+
+ }.error { (error:ErrorType) -> Void in
+ //...
+ }
+
+ Or even using verbose function syntax:
+
+ }.error({ (error:ErrorType) -> Void in
+ //...
+ })
+
+ If you absolutely cannot get Swift to accept `error` then `onError`
+ may be used instead as it does the same thing.
+
+ - Warning: This alias will be unavailable in PromiseKit 4.0.0
+ - SeeAlso: [https://github.com/mxcl/PromiseKit/issues/347](https://github.com/mxcl/PromiseKit/issues/347)
+ */
+ @available(*, deprecated, renamed="error", message="Temporary alias `onError` will eventually be removed and should only be used when the Swift compiler cannot be satisfied with `error`")
+ public func onError(policy policy: ErrorPolicy = .AllErrorsExceptCancellation, _ body: (ErrorType) -> Void) {
+ error(policy: policy, body)
+ }
+
/**
The provided closure is executed when this promise is rejected giving you
an opportunity to recover from the error and continue the promise chain.
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/PromiseKit.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/PromiseKit.h
index a35384ab2e6..a83b3da1558 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/PromiseKit.h
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/PromiseKit.h
@@ -1,4 +1,8 @@
-#import
+#if defined(__cplusplus)
+ #import
+#else
+ #import
+#endif
#import
#import
#import
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/join.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/join.swift
index 22f2da367ed..b543a663469 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/join.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/join.swift
@@ -17,6 +17,12 @@ import Dispatch
- Returns: A new promise that resolves once all the provided promises resolve.
*/
public func join(promises: Promise...) -> Promise<[T]> {
+ return join(promises)
+}
+
+public func join(promises: [Promise]) -> Promise<[T]> {
+ guard !promises.isEmpty else { return Promise<[T]>([]) }
+
var countdown = promises.count
let barrier = dispatch_queue_create("org.promisekit.barrier.join", DISPATCH_QUEUE_CONCURRENT)
var rejected = false
@@ -29,8 +35,8 @@ public func join(promises: Promise...) -> Promise<[T]> {
token.consumed = true // the parent Error.Join consumes all
rejected = true
}
-
- if --countdown == 0 {
+ countdown -= 1
+ if countdown == 0 {
if rejected {
reject(Error.Join(promises))
} else {
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/race.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/race.swift
index 2b60ca476b9..4cfb1b05ee5 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/race.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/race.swift
@@ -1,3 +1,4 @@
+import Foundation.NSError
/**
Resolves with the first resolving promise from a set of promises.
@@ -12,6 +13,16 @@
- Warning: If any of the provided promises reject, the returned promise is rejected.
*/
public func race(promises: Promise...) -> Promise {
+ return try! race(promises) // race only throws when the array param is empty, which is not possible from this
+ // variadic paramater version, so we can safely use `try!`
+}
+
+public func race(promises: [Promise]) throws -> Promise {
+ guard !promises.isEmpty else {
+ let message = "Cannot race with an empty list of runners (Promises)"
+ throw NSError(domain: PMKErrorDomain, code: PMKInvalidUsageError, userInfo: ["messaage": message])
+ }
+
return Promise(sealant: { resolve in
for promise in promises {
promise.pipe(resolve)
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/when.swift b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/when.swift
index f6ab1324291..7c01db446b8 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/when.swift
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/PromiseKit/Sources/when.swift
@@ -28,8 +28,9 @@ private func _when(promises: [Promise]) -> Promise {
}
case .Fulfilled:
guard rootPromise.pending else { return }
- progress.completedUnitCount++
- if --countdown == 0 {
+ progress.completedUnitCount += 1
+ countdown -= 1
+ if countdown == 0 {
fulfill()
}
}
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Alamofire.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Alamofire.xcconfig
index baea9f3b46a..772ef0b2bca 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Alamofire.xcconfig
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Alamofire.xcconfig
@@ -1,5 +1,9 @@
+CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Alamofire
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Alamofire" "${PODS_ROOT}/Headers/Public"
+HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
-SKIP_INSTALL = YES
\ No newline at end of file
+PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+SKIP_INSTALL = YES
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Info.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Info.plist
index 93987c18ff5..c1aea25c248 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Info.plist
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Alamofire/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+ ${PRODUCT_BUNDLE_IDENTIFIER}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/Info.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/Info.plist
index ce3a3137315..793d31a9fdd 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/Info.plist
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+ ${PRODUCT_BUNDLE_IDENTIFIER}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.xcconfig
index 13e88fd2ece..256da76db28 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.xcconfig
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/OMGHTTPURLRQ/OMGHTTPURLRQ.xcconfig
@@ -1,4 +1,8 @@
+CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/OMGHTTPURLRQ" "${PODS_ROOT}/Headers/Public"
+HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
-SKIP_INSTALL = YES
\ No newline at end of file
+PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+SKIP_INSTALL = YES
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/Info.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/Info.plist
index 94e53826685..cba258550bd 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/Info.plist
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+ ${PRODUCT_BUNDLE_IDENTIFIER}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/PetstoreClient.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/PetstoreClient.xcconfig
index f579ebfea5e..e58b19aae46 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/PetstoreClient.xcconfig
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PetstoreClient/PetstoreClient.xcconfig
@@ -1,5 +1,10 @@
+CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/PetstoreClient
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ" "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/PetstoreClient" "${PODS_ROOT}/Headers/Public"
+HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
-SKIP_INSTALL = YES
\ No newline at end of file
+PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+SKIP_INSTALL = YES
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Info.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Info.plist
similarity index 92%
rename from samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Info.plist
rename to samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Info.plist
index 69745425863..2243fe6e27d 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Info.plist
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+ ${PRODUCT_BUNDLE_IDENTIFIER}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-acknowledgements.markdown
similarity index 96%
rename from samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown
rename to samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-acknowledgements.markdown
index a24fb37c814..1b1501b1eb5 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-acknowledgements.markdown
@@ -31,4 +31,4 @@ See README.markdown for full license text.
## PromiseKit
@see README
-Generated by CocoaPods - http://cocoapods.org
+Generated by CocoaPods - https://cocoapods.org
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-acknowledgements.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-acknowledgements.plist
similarity index 97%
rename from samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-acknowledgements.plist
rename to samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-acknowledgements.plist
index 0dca0acc18f..990f8a6c29b 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-acknowledgements.plist
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-acknowledgements.plist
@@ -57,7 +57,7 @@ THE SOFTWARE.
FooterText
- Generated by CocoaPods - http://cocoapods.org
+ Generated by CocoaPods - https://cocoapods.org
Title
Type
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-dummy.m b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-dummy.m
new file mode 100644
index 00000000000..6236440163b
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-dummy.m
@@ -0,0 +1,5 @@
+#import
+@interface PodsDummy_Pods_SwaggerClient : NSObject
+@end
+@implementation PodsDummy_Pods_SwaggerClient
+@end
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-frameworks.sh b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-frameworks.sh
new file mode 100755
index 00000000000..f590fba3ba0
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-frameworks.sh
@@ -0,0 +1,97 @@
+#!/bin/sh
+set -e
+
+echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+
+SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
+
+install_framework()
+{
+ if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
+ local source="${BUILT_PRODUCTS_DIR}/$1"
+ elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
+ local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
+ elif [ -r "$1" ]; then
+ local source="$1"
+ fi
+
+ local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+
+ if [ -L "${source}" ]; then
+ echo "Symlinked..."
+ source="$(readlink "${source}")"
+ fi
+
+ # use filter instead of exclude so missing patterns dont' throw errors
+ echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
+ rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
+
+ local basename
+ basename="$(basename -s .framework "$1")"
+ binary="${destination}/${basename}.framework/${basename}"
+ if ! [ -r "$binary" ]; then
+ binary="${destination}/${basename}"
+ fi
+
+ # Strip invalid architectures so "fat" simulator / device frameworks work on device
+ if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
+ strip_invalid_archs "$binary"
+ fi
+
+ # Resign the code if required by the build settings to avoid unstable apps
+ code_sign_if_enabled "${destination}/$(basename "$1")"
+
+ # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
+ if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
+ local swift_runtime_libs
+ swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
+ for lib in $swift_runtime_libs; do
+ echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
+ rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
+ code_sign_if_enabled "${destination}/${lib}"
+ done
+ fi
+}
+
+# Signs a framework with the provided identity
+code_sign_if_enabled() {
+ if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
+ # Use the current code_sign_identitiy
+ echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
+ echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\""
+ /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1"
+ fi
+}
+
+# Strip invalid architectures
+strip_invalid_archs() {
+ binary="$1"
+ # Get architectures for current file
+ archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)"
+ stripped=""
+ for arch in $archs; do
+ if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then
+ # Strip non-valid architectures in-place
+ lipo -remove "$arch" -output "$binary" "$binary" || exit 1
+ stripped="$stripped $arch"
+ fi
+ done
+ if [[ "$stripped" ]]; then
+ echo "Stripped $binary of architectures:$stripped"
+ fi
+}
+
+
+if [[ "$CONFIGURATION" == "Debug" ]]; then
+ install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework"
+ install_framework "$BUILT_PRODUCTS_DIR/OMGHTTPURLRQ/OMGHTTPURLRQ.framework"
+ install_framework "$BUILT_PRODUCTS_DIR/PetstoreClient/PetstoreClient.framework"
+ install_framework "$BUILT_PRODUCTS_DIR/PromiseKit/PromiseKit.framework"
+fi
+if [[ "$CONFIGURATION" == "Release" ]]; then
+ install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework"
+ install_framework "$BUILT_PRODUCTS_DIR/OMGHTTPURLRQ/OMGHTTPURLRQ.framework"
+ install_framework "$BUILT_PRODUCTS_DIR/PetstoreClient/PetstoreClient.framework"
+ install_framework "$BUILT_PRODUCTS_DIR/PromiseKit/PromiseKit.framework"
+fi
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-resources.sh b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-resources.sh
new file mode 100755
index 00000000000..e768f92993e
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-resources.sh
@@ -0,0 +1,102 @@
+#!/bin/sh
+set -e
+
+mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+
+RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
+> "$RESOURCES_TO_COPY"
+
+XCASSET_FILES=()
+
+case "${TARGETED_DEVICE_FAMILY}" in
+ 1,2)
+ TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
+ ;;
+ 1)
+ TARGET_DEVICE_ARGS="--target-device iphone"
+ ;;
+ 2)
+ TARGET_DEVICE_ARGS="--target-device ipad"
+ ;;
+ *)
+ TARGET_DEVICE_ARGS="--target-device mac"
+ ;;
+esac
+
+realpath() {
+ DIRECTORY="$(cd "${1%/*}" && pwd)"
+ FILENAME="${1##*/}"
+ echo "$DIRECTORY/$FILENAME"
+}
+
+install_resource()
+{
+ if [[ "$1" = /* ]] ; then
+ RESOURCE_PATH="$1"
+ else
+ RESOURCE_PATH="${PODS_ROOT}/$1"
+ fi
+ if [[ ! -e "$RESOURCE_PATH" ]] ; then
+ cat << EOM
+error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
+EOM
+ exit 1
+ fi
+ case $RESOURCE_PATH in
+ *.storyboard)
+ echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}"
+ ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
+ ;;
+ *.xib)
+ echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT}"
+ ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}"
+ ;;
+ *.framework)
+ echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ ;;
+ *.xcdatamodel)
+ echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\""
+ xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
+ ;;
+ *.xcdatamodeld)
+ echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\""
+ xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
+ ;;
+ *.xcmappingmodel)
+ echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\""
+ xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
+ ;;
+ *.xcassets)
+ ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH")
+ XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
+ ;;
+ *)
+ echo "$RESOURCE_PATH"
+ echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
+ ;;
+ esac
+}
+
+mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
+ mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+ rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+fi
+rm -f "$RESOURCES_TO_COPY"
+
+if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
+then
+ # Find all other xcassets (this unfortunately includes those of path pods and other targets).
+ OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
+ while read line; do
+ if [[ $line != "`realpath $PODS_ROOT`*" ]]; then
+ XCASSET_FILES+=("$line")
+ fi
+ done <<<"$OTHER_XCASSETS"
+
+ printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+fi
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-umbrella.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-umbrella.h
new file mode 100644
index 00000000000..b68fbb9611f
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-umbrella.h
@@ -0,0 +1,6 @@
+#import
+
+
+FOUNDATION_EXPORT double Pods_SwaggerClientVersionNumber;
+FOUNDATION_EXPORT const unsigned char Pods_SwaggerClientVersionString[];
+
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.debug.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.debug.xcconfig
new file mode 100644
index 00000000000..6cbf6b29f2e
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.debug.xcconfig
@@ -0,0 +1,11 @@
+EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ" "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient" "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit"
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
+OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ/OMGHTTPURLRQ.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient/PetstoreClient.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit/PromiseKit.framework/Headers"
+OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "OMGHTTPURLRQ" -framework "PetstoreClient" -framework "PromiseKit"
+OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_ROOT = ${SRCROOT}/Pods
+SWIFT_INSTALL_OBJC_HEADER = NO
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.modulemap b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.modulemap
new file mode 100644
index 00000000000..ef919b6c0d1
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.modulemap
@@ -0,0 +1,6 @@
+framework module Pods_SwaggerClient {
+ umbrella header "Pods-SwaggerClient-umbrella.h"
+
+ export *
+ module * { export * }
+}
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.release.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.release.xcconfig
new file mode 100644
index 00000000000..6cbf6b29f2e
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.release.xcconfig
@@ -0,0 +1,11 @@
+EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ" "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient" "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit"
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
+OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ/OMGHTTPURLRQ.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient/PetstoreClient.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit/PromiseKit.framework/Headers"
+OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "OMGHTTPURLRQ" -framework "PetstoreClient" -framework "PromiseKit"
+OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_ROOT = ${SRCROOT}/Pods
+SWIFT_INSTALL_OBJC_HEADER = NO
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Info.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Info.plist
new file mode 100644
index 00000000000..2243fe6e27d
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Info.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ ${EXECUTABLE_NAME}
+ CFBundleIdentifier
+ ${PRODUCT_BUNDLE_IDENTIFIER}
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ ${PRODUCT_NAME}
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ ${CURRENT_PROJECT_VERSION}
+ NSPrincipalClass
+
+
+
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-acknowledgements.markdown b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-acknowledgements.markdown
new file mode 100644
index 00000000000..102af753851
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-acknowledgements.markdown
@@ -0,0 +1,3 @@
+# Acknowledgements
+This application makes use of the following third party libraries:
+Generated by CocoaPods - https://cocoapods.org
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-acknowledgements.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-acknowledgements.plist
new file mode 100644
index 00000000000..7acbad1eabb
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-acknowledgements.plist
@@ -0,0 +1,29 @@
+
+
+
+
+ PreferenceSpecifiers
+
+
+ FooterText
+ This application makes use of the following third party libraries:
+ Title
+ Acknowledgements
+ Type
+ PSGroupSpecifier
+
+
+ FooterText
+ Generated by CocoaPods - https://cocoapods.org
+ Title
+
+ Type
+ PSGroupSpecifier
+
+
+ StringsTable
+ Acknowledgements
+ Title
+ Acknowledgements
+
+
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-dummy.m b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-dummy.m
new file mode 100644
index 00000000000..bb17fa2b80f
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-dummy.m
@@ -0,0 +1,5 @@
+#import
+@interface PodsDummy_Pods_SwaggerClientTests : NSObject
+@end
+@implementation PodsDummy_Pods_SwaggerClientTests
+@end
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-frameworks.sh b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-frameworks.sh
similarity index 82%
rename from samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-frameworks.sh
rename to samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-frameworks.sh
index be3c5c77d9f..893c16a6313 100755
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-frameworks.sh
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-frameworks.sh
@@ -16,7 +16,7 @@ install_framework()
local source="$1"
fi
- local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
if [ -L "${source}" ]; then
echo "Symlinked..."
@@ -59,8 +59,8 @@ code_sign_if_enabled() {
if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
# Use the current code_sign_identitiy
echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
- echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\""
- /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1"
+ echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\""
+ /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1"
fi
}
@@ -82,16 +82,3 @@ strip_invalid_archs() {
fi
}
-
-if [[ "$CONFIGURATION" == "Debug" ]]; then
- install_framework "Pods/Alamofire.framework"
- install_framework "Pods/OMGHTTPURLRQ.framework"
- install_framework "Pods/PetstoreClient.framework"
- install_framework "Pods/PromiseKit.framework"
-fi
-if [[ "$CONFIGURATION" == "Release" ]]; then
- install_framework "Pods/Alamofire.framework"
- install_framework "Pods/OMGHTTPURLRQ.framework"
- install_framework "Pods/PetstoreClient.framework"
- install_framework "Pods/PromiseKit.framework"
-fi
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-resources.sh b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-resources.sh
new file mode 100755
index 00000000000..e768f92993e
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-resources.sh
@@ -0,0 +1,102 @@
+#!/bin/sh
+set -e
+
+mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+
+RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
+> "$RESOURCES_TO_COPY"
+
+XCASSET_FILES=()
+
+case "${TARGETED_DEVICE_FAMILY}" in
+ 1,2)
+ TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
+ ;;
+ 1)
+ TARGET_DEVICE_ARGS="--target-device iphone"
+ ;;
+ 2)
+ TARGET_DEVICE_ARGS="--target-device ipad"
+ ;;
+ *)
+ TARGET_DEVICE_ARGS="--target-device mac"
+ ;;
+esac
+
+realpath() {
+ DIRECTORY="$(cd "${1%/*}" && pwd)"
+ FILENAME="${1##*/}"
+ echo "$DIRECTORY/$FILENAME"
+}
+
+install_resource()
+{
+ if [[ "$1" = /* ]] ; then
+ RESOURCE_PATH="$1"
+ else
+ RESOURCE_PATH="${PODS_ROOT}/$1"
+ fi
+ if [[ ! -e "$RESOURCE_PATH" ]] ; then
+ cat << EOM
+error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
+EOM
+ exit 1
+ fi
+ case $RESOURCE_PATH in
+ *.storyboard)
+ echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}"
+ ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
+ ;;
+ *.xib)
+ echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT}"
+ ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}"
+ ;;
+ *.framework)
+ echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
+ ;;
+ *.xcdatamodel)
+ echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\""
+ xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
+ ;;
+ *.xcdatamodeld)
+ echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\""
+ xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
+ ;;
+ *.xcmappingmodel)
+ echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\""
+ xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
+ ;;
+ *.xcassets)
+ ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH")
+ XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
+ ;;
+ *)
+ echo "$RESOURCE_PATH"
+ echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
+ ;;
+ esac
+}
+
+mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
+ mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+ rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+fi
+rm -f "$RESOURCES_TO_COPY"
+
+if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
+then
+ # Find all other xcassets (this unfortunately includes those of path pods and other targets).
+ OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
+ while read line; do
+ if [[ $line != "`realpath $PODS_ROOT`*" ]]; then
+ XCASSET_FILES+=("$line")
+ fi
+ done <<<"$OTHER_XCASSETS"
+
+ printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
+fi
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-umbrella.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-umbrella.h
new file mode 100644
index 00000000000..fb4cae0c0fd
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-umbrella.h
@@ -0,0 +1,6 @@
+#import
+
+
+FOUNDATION_EXPORT double Pods_SwaggerClientTestsVersionNumber;
+FOUNDATION_EXPORT const unsigned char Pods_SwaggerClientTestsVersionString[];
+
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.debug.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.debug.xcconfig
new file mode 100644
index 00000000000..a03fe773e57
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.debug.xcconfig
@@ -0,0 +1,7 @@
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ" "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient" "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit"
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
+OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ/OMGHTTPURLRQ.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient/PetstoreClient.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit/PromiseKit.framework/Headers"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_ROOT = ${SRCROOT}/Pods
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.modulemap b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.modulemap
new file mode 100644
index 00000000000..a848da7ffb3
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.modulemap
@@ -0,0 +1,6 @@
+framework module Pods_SwaggerClientTests {
+ umbrella header "Pods-SwaggerClientTests-umbrella.h"
+
+ export *
+ module * { export * }
+}
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.release.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.release.xcconfig
new file mode 100644
index 00000000000..a03fe773e57
--- /dev/null
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.release.xcconfig
@@ -0,0 +1,7 @@
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/Alamofire" "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ" "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient" "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit"
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
+OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/Alamofire/Alamofire.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ/OMGHTTPURLRQ.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PetstoreClient/PetstoreClient.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/PromiseKit/PromiseKit.framework/Headers"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_ROOT = ${SRCROOT}/Pods
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-dummy.m b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-dummy.m
deleted file mode 100644
index ade64bd1a9b..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods : NSObject
-@end
-@implementation PodsDummy_Pods
-@end
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-resources.sh b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-resources.sh
deleted file mode 100755
index 16774fb4661..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-resources.sh
+++ /dev/null
@@ -1,95 +0,0 @@
-#!/bin/sh
-set -e
-
-mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-realpath() {
- DIRECTORY="$(cd "${1%/*}" && pwd)"
- FILENAME="${1##*/}"
- echo "$DIRECTORY/$FILENAME"
-}
-
-install_resource()
-{
- case $1 in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
- ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
- ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
- ;;
- *.framework)
- echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\""
- xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\""
- xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\""
- xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1")
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- /*)
- echo "$1"
- echo "$1" >> "$RESOURCES_TO_COPY"
- ;;
- *)
- echo "${PODS_ROOT}/$1"
- echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
-then
- case "${TARGETED_DEVICE_FAMILY}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
- esac
-
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "`realpath $PODS_ROOT`*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-umbrella.h b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-umbrella.h
deleted file mode 100644
index 21dcfd2c21e..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods-umbrella.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#import
-
-
-FOUNDATION_EXPORT double PodsVersionNumber;
-FOUNDATION_EXPORT const unsigned char PodsVersionString[];
-
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.debug.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.debug.xcconfig
deleted file mode 100644
index ed219269397..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.debug.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/Alamofire.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PetstoreClient.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PromiseKit.framework/Headers"
-OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "OMGHTTPURLRQ" -framework "PetstoreClient" -framework "PromiseKit"
-OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
-PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods
-PODS_ROOT = ${SRCROOT}/Pods
-SWIFT_INSTALL_OBJC_HEADER = NO
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.modulemap b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.modulemap
deleted file mode 100644
index 84134130779..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module Pods {
- umbrella header "Pods-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.release.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.release.xcconfig
deleted file mode 100644
index ed219269397..00000000000
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/Pods/Pods.release.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
-OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/Alamofire.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PetstoreClient.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PromiseKit.framework/Headers"
-OTHER_LDFLAGS = $(inherited) -framework "Alamofire" -framework "OMGHTTPURLRQ" -framework "PetstoreClient" -framework "PromiseKit"
-OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
-PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods
-PODS_ROOT = ${SRCROOT}/Pods
-SWIFT_INSTALL_OBJC_HEADER = NO
\ No newline at end of file
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/Info.plist b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/Info.plist
index 039da19eb7c..793d31a9fdd 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/Info.plist
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
+ ${PRODUCT_BUNDLE_IDENTIFIER}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.0.3
+ 3.1.1
CFBundleSignature
????
CFBundleVersion
diff --git a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/PromiseKit.xcconfig b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/PromiseKit.xcconfig
index 66f974aa5ca..83e52988951 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/PromiseKit.xcconfig
+++ b/samples/client/petstore/swift/SwaggerClientTests/Pods/Target Support Files/PromiseKit/PromiseKit.xcconfig
@@ -1,7 +1,12 @@
+CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/PromiseKit
+FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/OMGHTTPURLRQ"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/PromiseKit" "${PODS_ROOT}/Headers/Public"
+HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
OTHER_LDFLAGS = -framework "Foundation" -framework "QuartzCore" -framework "UIKit"
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
+PODS_BUILD_DIR = $BUILD_DIR
+PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
+PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
SKIP_INSTALL = YES
-SWIFT_INSTALL_OBJC_HEADER = NO
\ No newline at end of file
+SWIFT_INSTALL_OBJC_HEADER = NO
diff --git a/samples/client/petstore/swift/SwaggerClientTests/SwaggerClient.xcodeproj/project.pbxproj b/samples/client/petstore/swift/SwaggerClientTests/SwaggerClient.xcodeproj/project.pbxproj
index d65a2a49ff8..3d557a9280f 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/SwaggerClient.xcodeproj/project.pbxproj
+++ b/samples/client/petstore/swift/SwaggerClientTests/SwaggerClient.xcodeproj/project.pbxproj
@@ -7,7 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
- 30ED4051B9A69550250EC1E8 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C07EC0A94AA0F86D60668B32 /* Pods.framework */; };
+ 54DA06C1D70D78EC0EC72B61 /* Pods_SwaggerClientTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F65B6638217EDDC99D103B16 /* Pods_SwaggerClientTests.framework */; };
6D4EFB951C692C6300B96B06 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4EFB941C692C6300B96B06 /* AppDelegate.swift */; };
6D4EFB971C692C6300B96B06 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4EFB961C692C6300B96B06 /* ViewController.swift */; };
6D4EFB9A1C692C6300B96B06 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6D4EFB981C692C6300B96B06 /* Main.storyboard */; };
@@ -16,6 +16,7 @@
6D4EFBB51C693BE200B96B06 /* PetAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4EFBB41C693BE200B96B06 /* PetAPITests.swift */; };
6D4EFBB71C693BED00B96B06 /* StoreAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4EFBB61C693BED00B96B06 /* StoreAPITests.swift */; };
6D4EFBB91C693BFC00B96B06 /* UserAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4EFBB81C693BFC00B96B06 /* UserAPITests.swift */; };
+ 751C65B82F596107A3DC8ED9 /* Pods_SwaggerClient.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F60AECFF321A25553B6A5B0 /* Pods_SwaggerClient.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -29,6 +30,7 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
+ 289E8A9E9C0BB66AD190C7C6 /* Pods-SwaggerClientTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwaggerClientTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.debug.xcconfig"; sourceTree = ""; };
6D4EFB911C692C6300B96B06 /* SwaggerClient.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwaggerClient.app; sourceTree = BUILT_PRODUCTS_DIR; };
6D4EFB941C692C6300B96B06 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
6D4EFB961C692C6300B96B06 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; };
@@ -41,9 +43,12 @@
6D4EFBB41C693BE200B96B06 /* PetAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PetAPITests.swift; sourceTree = ""; };
6D4EFBB61C693BED00B96B06 /* StoreAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoreAPITests.swift; sourceTree = ""; };
6D4EFBB81C693BFC00B96B06 /* UserAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserAPITests.swift; sourceTree = ""; };
- 8A9666BD47569881BB2CE936 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = ""; };
+ 8F60AECFF321A25553B6A5B0 /* Pods_SwaggerClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwaggerClient.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ A638467ACFB30852DEA51F7A /* Pods-SwaggerClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwaggerClient.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.debug.xcconfig"; sourceTree = ""; };
+ B4B2BEC2ECA535C616F2F3FE /* Pods-SwaggerClientTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwaggerClientTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests.release.xcconfig"; sourceTree = ""; };
C07EC0A94AA0F86D60668B32 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- DB0055390ED4A7AE7901DEDD /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = ""; };
+ F65B6638217EDDC99D103B16 /* Pods_SwaggerClientTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwaggerClientTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ FC60BDC7328C2AA916F25840 /* Pods-SwaggerClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwaggerClient.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient.release.xcconfig"; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -51,7 +56,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 30ED4051B9A69550250EC1E8 /* Pods.framework in Frameworks */,
+ 751C65B82F596107A3DC8ED9 /* Pods_SwaggerClient.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -59,17 +64,20 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 54DA06C1D70D78EC0EC72B61 /* Pods_SwaggerClientTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- 0E57353437EAD141ADC443DF /* Pods */ = {
+ 0CAA98BEFA303B94D3664C7D /* Pods */ = {
isa = PBXGroup;
children = (
- 8A9666BD47569881BB2CE936 /* Pods.debug.xcconfig */,
- DB0055390ED4A7AE7901DEDD /* Pods.release.xcconfig */,
+ A638467ACFB30852DEA51F7A /* Pods-SwaggerClient.debug.xcconfig */,
+ FC60BDC7328C2AA916F25840 /* Pods-SwaggerClient.release.xcconfig */,
+ 289E8A9E9C0BB66AD190C7C6 /* Pods-SwaggerClientTests.debug.xcconfig */,
+ B4B2BEC2ECA535C616F2F3FE /* Pods-SwaggerClientTests.release.xcconfig */,
);
name = Pods;
sourceTree = "";
@@ -78,6 +86,8 @@
isa = PBXGroup;
children = (
C07EC0A94AA0F86D60668B32 /* Pods.framework */,
+ 8F60AECFF321A25553B6A5B0 /* Pods_SwaggerClient.framework */,
+ F65B6638217EDDC99D103B16 /* Pods_SwaggerClientTests.framework */,
);
name = Frameworks;
sourceTree = "";
@@ -88,8 +98,8 @@
6D4EFB931C692C6300B96B06 /* SwaggerClient */,
6D4EFBA81C692C6300B96B06 /* SwaggerClientTests */,
6D4EFB921C692C6300B96B06 /* Products */,
- 0E57353437EAD141ADC443DF /* Pods */,
3FABC56EC0BA84CBF4F99564 /* Frameworks */,
+ 0CAA98BEFA303B94D3664C7D /* Pods */,
);
sourceTree = "";
};
@@ -133,12 +143,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 6D4EFBAE1C692C6300B96B06 /* Build configuration list for PBXNativeTarget "SwaggerClient" */;
buildPhases = (
- 8FB32D92B81A800A0BF4CD88 /* Check Pods Manifest.lock */,
+ 1F03F780DC2D9727E5E64BA9 /* 📦 Check Pods Manifest.lock */,
6D4EFB8D1C692C6300B96B06 /* Sources */,
6D4EFB8E1C692C6300B96B06 /* Frameworks */,
6D4EFB8F1C692C6300B96B06 /* Resources */,
- 26CEE7DFCFEEFE9269C60201 /* Embed Pods Frameworks */,
- C6760DAD5440B116B9A1DB88 /* Copy Pods Resources */,
+ 4485A75250058E2D5BBDF63F /* 📦 Embed Pods Frameworks */,
+ 808CE4A0CE801CAC5ABF5B08 /* 📦 Copy Pods Resources */,
);
buildRules = (
);
@@ -153,9 +163,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 6D4EFBB11C692C6300B96B06 /* Build configuration list for PBXNativeTarget "SwaggerClientTests" */;
buildPhases = (
+ 79FE27B09B2DD354C831BD49 /* 📦 Check Pods Manifest.lock */,
6D4EFBA11C692C6300B96B06 /* Sources */,
6D4EFBA21C692C6300B96B06 /* Frameworks */,
6D4EFBA31C692C6300B96B06 /* Resources */,
+ 796EAD48F1BCCDAA291CD963 /* 📦 Embed Pods Frameworks */,
+ 1652CB1A246A4689869E442D /* 📦 Copy Pods Resources */,
);
buildRules = (
);
@@ -226,29 +239,29 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
- 26CEE7DFCFEEFE9269C60201 /* Embed Pods Frameworks */ = {
+ 1652CB1A246A4689869E442D /* 📦 Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
- name = "Embed Pods Frameworks";
+ name = "📦 Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
- 8FB32D92B81A800A0BF4CD88 /* Check Pods Manifest.lock */ = {
+ 1F03F780DC2D9727E5E64BA9 /* 📦 Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
- name = "Check Pods Manifest.lock";
+ name = "📦 Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
@@ -256,19 +269,64 @@
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
- C6760DAD5440B116B9A1DB88 /* Copy Pods Resources */ = {
+ 4485A75250058E2D5BBDF63F /* 📦 Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
- name = "Copy Pods Resources";
+ name = "📦 Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ 796EAD48F1BCCDAA291CD963 /* 📦 Embed Pods Frameworks */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "📦 Embed Pods Frameworks";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwaggerClientTests/Pods-SwaggerClientTests-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ 79FE27B09B2DD354C831BD49 /* 📦 Check Pods Manifest.lock */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "📦 Check Pods Manifest.lock";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
+ showEnvVarsInLog = 0;
+ };
+ 808CE4A0CE801CAC5ABF5B08 /* 📦 Copy Pods Resources */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "📦 Copy Pods Resources";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwaggerClient/Pods-SwaggerClient-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
@@ -408,7 +466,7 @@
};
6D4EFBAF1C692C6300B96B06 /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 8A9666BD47569881BB2CE936 /* Pods.debug.xcconfig */;
+ baseConfigurationReference = A638467ACFB30852DEA51F7A /* Pods-SwaggerClient.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = SwaggerClient/Info.plist;
@@ -420,7 +478,7 @@
};
6D4EFBB01C692C6300B96B06 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = DB0055390ED4A7AE7901DEDD /* Pods.release.xcconfig */;
+ baseConfigurationReference = FC60BDC7328C2AA916F25840 /* Pods-SwaggerClient.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = SwaggerClient/Info.plist;
@@ -432,6 +490,7 @@
};
6D4EFBB21C692C6300B96B06 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 289E8A9E9C0BB66AD190C7C6 /* Pods-SwaggerClientTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
INFOPLIST_FILE = SwaggerClientTests/Info.plist;
@@ -444,6 +503,7 @@
};
6D4EFBB31C692C6300B96B06 /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = B4B2BEC2ECA535C616F2F3FE /* Pods-SwaggerClientTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
INFOPLIST_FILE = SwaggerClientTests/Info.plist;
diff --git a/samples/client/petstore/swift/SwaggerClientTests/pom.xml b/samples/client/petstore/swift/SwaggerClientTests/pom.xml
index 58c75cb5be1..9eefe4a7a37 100644
--- a/samples/client/petstore/swift/SwaggerClientTests/pom.xml
+++ b/samples/client/petstore/swift/SwaggerClientTests/pom.xml
@@ -54,7 +54,7 @@
SwaggerClient
test
-destination
- platform=iOS Simulator,name=iPhone 6,OS=9.2
+ platform=iOS Simulator,name=iPhone 6,OS=9.3