William Cheng
1beec7ef87
Merge remote-tracking branch 'origin' into 7.0.x
2023-03-03 21:52:50 +08:00
Jonas Reichert
f1b8190b19
[swift5] less restrictive alamofire dependency resolution ( #13977 )
...
* modify Alamofire version in podspec
* modify Alamofire version in Package.swift
* also pin optimistically in Cartfile
* optimistically resolve all other dependencies to next major version
2022-11-10 17:27:24 +00:00
Bruno Coelho
6ba97321ff
[swift5] update new minimum OS supported versions ( #13667 )
...
* [swift5] update new minimum supported versions
* [swift5] update new minimum supported versions
* [swift5] update new minimum supported versions
* [swift5] update new minimum supported versions
2022-10-12 09:07:32 +01:00
Bruno Coelho
687692cedc
update AnyCodable and gitignore ( #9777 )
2021-06-17 00:37:23 +08:00
Bruno Coelho
6cf4843249
[swift5][client] update dependencies ( #9633 )
...
* [swift5][client] update dependencies
* [swift5][client] update sample projects
* [swift5][client] update dependencies in Carthage
2021-06-01 10:09:22 +08:00
Makoto Aoyama
0a34839567
Add hashableModels to additional properties ( #9495 )
...
* Add hashableStruct
* Revert "Remove x-swift-hashable"
This reverts commit 18053af0016fdba13fd1e5df00ad86abee071283.
* Add Hashable for x-swift-hashable
* Add config yaml to test x-swift-hashable
* Run ./bin/generate-samples.sh ./bin/configs/swift5*
* Run ./bin/utils/export_docs_generators.sh
* Run ./bin/generate-samples.sh ./bin/configs/swift5*
* Verify setHashableStruct
* Rename hashableStruct => hashableModels
- Replace hashableStruct => hashableModels
- Replace HashableStruct => HashableModels
- Replace HASHABLE_STRUCT => HASHABLE_MODELS
- Update docs
* Refactor modelObject.mustache
* Control equals and hash functions
2021-05-20 23:04:19 +08:00