{"id":16009409,"url":"https://github.com/fwcd/swift-ordered-plist-encoder","last_synced_at":"2025-08-12T01:31:24.678Z","repository":{"id":153749162,"uuid":"630564875","full_name":"fwcd/swift-ordered-plist-encoder","owner":"fwcd","description":"Property list encoder that encodes dictionary keys in deterministic order","archived":false,"fork":false,"pushed_at":"2024-10-04T03:06:52.000Z","size":36,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-01T16:02:17.291Z","etag":null,"topics":["plist","property-list","swift","xml"],"latest_commit_sha":null,"homepage":"https://fwcd.github.io/swift-ordered-plist-encoder/documentation/orderedplistencoder","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fwcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-20T16:45:49.000Z","updated_at":"2024-10-04T03:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"71303c6a-1759-4a78-ab88-87e66cf9ec4f","html_url":"https://github.com/fwcd/swift-ordered-plist-encoder","commit_stats":{"total_commits":39,"total_committers":3,"mean_commits":13.0,"dds":0.3846153846153846,"last_synced_commit":"44f13aa020333cb3851c80ba7d147aeb9dff41b3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-ordered-plist-encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-ordered-plist-encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-ordered-plist-encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-ordered-plist-encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/swift-ordered-plist-encoder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229625048,"owners_count":18100641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plist","property-list","swift","xml"],"created_at":"2024-10-08T13:01:58.968Z","updated_at":"2024-12-13T22:34:44.189Z","avatar_url":"https://github.com/fwcd.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ordered Property List Encoder for Swift\n\n[![Build](https://github.com/fwcd/swift-ordered-plist-encoder/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/swift-ordered-plist-encoder/actions/workflows/build.yml)\n[![Docs](https://github.com/fwcd/swift-ordered-plist-encoder/actions/workflows/docs.yml/badge.svg)](https://fwcd.github.io/swift-ordered-plist-encoder/documentation/orderedplistencoder)\n\nA custom XML property list encoder for Swift that encodes keys in the same order as they were declared, primarily intended for interoperability with legacy formats.\n\n## Background\n\nWhile the validity of a dictionary from a property list, like an object in JSON, ideally should be unaffected by the order of its keys, some plist-based formats such as the iTunes library XML format have implementations/parsers that depend on keys being 'conveniently' ordered (e.g. the id of the parent playlist is listed before the children). `PropertyListEncoder` from `Foundation` unfortunately does not offer this, hence this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fswift-ordered-plist-encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fswift-ordered-plist-encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fswift-ordered-plist-encoder/lists"}