mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 20:06:11 +00:00
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:
1
samples/client/test/swift4/default/Cartfile
Normal file
1
samples/client/test/swift4/default/Cartfile
Normal file
@@ -0,0 +1 @@
|
||||
github "Alamofire/Alamofire" >= 3.1.0
|
||||
Reference in New Issue
Block a user