CFPropertyList.zip

时间:2022-08-08 02:22:35
【文件属性】:

文件名称:CFPropertyList.zip

文件大小:88KB

文件格式:ZIP

更新时间:2022-08-08 02:22:35

开源项目

cocoa框架使用属性列表来管理序列化数据。这些属性列表可以通过Apple的如plutil等工具进行设置。然而有的开发者希望用他们熟悉的方式去管理这些数据,目前有不少开源项目可以实现这个目的,比如CFPropertyList就是其中之一,它允许PHP开发者可以创建属性列表,之后发送到iPhone应用。


【文件预览】:
CFPropertyList-develop
----.gitignore(83B)
----README.md(4KB)
----build.sh(283B)
----.github()
--------ISSUE_TEMPLATE.md(358B)
--------invite-contributors.yml(40B)
--------PULL_REQUEST_TEMPLATE.md(365B)
--------settings.yml(962B)
--------ISSUE_TEMPLATE()
----tests()
--------uid-list.plist(53B)
--------unit()
--------xml-data.plist(496B)
--------functional()
--------binary-data.plist(150B)
--------uid-list.xml(286B)
--------bootstrap.php(3KB)
----examples()
--------example-create-02.php(3KB)
--------example-read-01.php(3KB)
--------sample.xml.array.plist(2KB)
--------example-read-02.php(3KB)
--------example-create-04.php(4KB)
--------example-read-05.php(3KB)
--------example-modify-01.php(3KB)
--------example-create-01.php(4KB)
--------example-read-04.php(3KB)
--------example-read-03.php(3KB)
--------example-create-03.php(3KB)
--------sample.xml.plist(616B)
--------example-read-06.php(4KB)
--------sample.binary.plist(214B)
----composer.json(1KB)
----phpunit.xml.dist(242B)
----CONTRIBUTING.md(18KB)
----src()
--------CFPropertyList()
----CODE_OF_CONDUCT.md(3KB)
----LICENSE.md(1KB)
----.travis.yml(757B)

网友评论