mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-01 03:44:12 -04:00
- Refactored the Swift type generation process to include Codable conformance for SpacedriveApi, CoreAction, LibraryAction, CoreQuery, and LibraryQuery, improving serialization and deserialization capabilities. - Removed unused parameters from the `generate_swift_api_code` function to streamline the code. - Deleted the obsolete `test_api_structure.rs` file, cleaning up the project structure. - Updated generated Swift code to ensure consistency and clarity in type definitions.