forked from loafle/openapi-generator-original
Fixes for swift4 language (#6116)
* Fix build error in Xcode 9 beta 3, as .compact is no longer defined * Add test schema for Swift 4 and associated script and config files * Add test app for swift4Test.json schema * Make integer, Integer, int, and Int32 types map to Swift Int type instead of Int32 type * Add CodingKeys to model template, which allows us to serialize/deserialize variable names that are different than property names * Make updates to Swift 4 test schema * Fixes for unit test app for swift4Test.json Swift 4 test schema
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
PODS:
|
||||
- Alamofire (4.5.0)
|
||||
- TestClient (0.0.1):
|
||||
- Alamofire (~> 4.5)
|
||||
|
||||
DEPENDENCIES:
|
||||
- Alamofire (~> 4.5)
|
||||
- TestClient (from `../`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
TestClient:
|
||||
:path: ../
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Alamofire: f28cdffd29de33a7bfa022cbd63ae95a27fae140
|
||||
TestClient: bcecc2c065b23aaa97f5b66a3f96741b560c381b
|
||||
|
||||
PODFILE CHECKSUM: a4351ac5e001fd96f35ed7e647981803864100b5
|
||||
|
||||
COCOAPODS: 1.1.1
|
||||
Reference in New Issue
Block a user