mirror of
https://github.com/claunia/plist-cil.git
synced 2026-02-04 05:34:41 +00:00
[PR #83] [MERGED] Allow NSObject Wrap to handle lists of maps/dicts. #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/claunia/plist-cil/pull/83
Author: @pkillboredom
Created: 4/28/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @claunia
Base:
master← Head:pkillboredom-handle-list-of-maps📝 Commits (1)
742e1faAllow NSObject Wrap to handle lists of maps/dicts.📊 Changes
2 files changed (+29 additions, -2 deletions)
View changed files
📝
plist-cil.test/ParseTest.cs(+20 -1)📝
plist-cil/NSObject.cs(+9 -1)📄 Description
Allows NSObject's Wrap method to handle
List<Dictionary<string,object>>. This came up while migrating some very old (BinaryFormatter reliant) plist code to this library. Lists of Dicts appear in AirPlay configuration requests.Sorry for the whitespace(?) change on line 1 in both files... VS's diff tool doesnt show any difference there, not sure what changed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.