All Projects → TECLIB → Cfpropertylist

TECLIB / Cfpropertylist

Licence: mit
PHP Implementation of Apple's PList (binary and xml)

Projects that are alternatives of or similar to Cfpropertylist

SwiftyPlistManager
Lightweight plist data management framework for iOS 10.3+
Stars: ✭ 76 (-82.03%)
Mutual labels:  apple, plist
Universaljavaapplicationstub
universalJavaApplicationStub - an alternative Application launcher script for Java based macOS Apps that works with both Apple's and Oracle's PList format and supports the old Apple Java 6 as well as all the latest Oracle/OpenJDK/Adopt/Corretto JRE's/JDK's. Plus it supports drag&drop to the Dock icon 🎉
Stars: ✭ 174 (-58.87%)
Mutual labels:  apple, plist
Pync
Python wrapper for Mac OS 10.8 Notification Center
Stars: ✭ 327 (-22.7%)
Mutual labels:  apple
Shortcutsdirectory
A collection of user-submitted shortcuts for Shortcuts for iOS.
Stars: ✭ 376 (-11.11%)
Mutual labels:  apple
Apns4erl
Apple Push Notification Server for Erlang
Stars: ✭ 352 (-16.78%)
Mutual labels:  apple
Esp32 Homekit
ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)
Stars: ✭ 331 (-21.75%)
Mutual labels:  apple
Fastlane Plugin Versioning
Extends fastlane versioning actions. Allows to set/get versions without using agvtool and do some other small tricks.
Stars: ✭ 357 (-15.6%)
Mutual labels:  plist
Onnx Coreml
ONNX to Core ML Converter
Stars: ✭ 326 (-22.93%)
Mutual labels:  apple
Xcode Defaults
Awesome and useful Xcode defaults
Stars: ✭ 399 (-5.67%)
Mutual labels:  apple
Xhlaunchad
🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.com/CoderZhuXH/XHLaunchAd】
Stars: ✭ 3,578 (+745.86%)
Mutual labels:  apple
Macs Fan Control
Control fans on Apple computers
Stars: ✭ 373 (-11.82%)
Mutual labels:  apple
Macos security
macOS Security Compliance Project
Stars: ✭ 348 (-17.73%)
Mutual labels:  apple
Awesome Swift Playgrounds
A List of Awesome Swift Playgrounds
Stars: ✭ 3,521 (+732.39%)
Mutual labels:  apple
Apnotic
A Ruby APNs HTTP/2 gem able to provide instant feedback.
Stars: ✭ 360 (-14.89%)
Mutual labels:  apple
Libplist
A library to handle Apple Property List format in binary or XML
Stars: ✭ 330 (-21.99%)
Mutual labels:  plist
Osx Abi Macho File Format Reference
Mirror of OS X ABI Mach-O File Format Reference
Stars: ✭ 379 (-10.4%)
Mutual labels:  apple
Macos Security And Privacy Guide
Guide to securing and improving privacy on macOS
Stars: ✭ 18,685 (+4317.26%)
Mutual labels:  apple
Iphonemocapios
Stars: ✭ 338 (-20.09%)
Mutual labels:  apple
Glide
Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials
Stars: ✭ 353 (-16.55%)
Mutual labels:  apple
Wdt Emoji Bundle
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Stars: ✭ 411 (-2.84%)
Mutual labels:  apple

CFPropertyList

Teclib' Banner

License MIT Follow twitter Project Status: Active Conventional Commits

Teclib’ is an open source software editor that offers a vast range of fully integrated open source technology packages, to better respond to business needs.

Visit our Website Teclib'.

Table of Contents

Synopsis

The PHP implementation of Apple's PropertyList can handle both XML and binary PropertyLists. It offers functionality to easily convert data between worlds, e.g. recalculating timestamps from unix epoch to apple epoch and vice versa. A feature to automagically create (guess) the plist structure from a normal PHP data structure will help you dump your data to plist in no time.

CFPropertyList does not rely on any "Apple proprietary" components, like plutil. CFPropertyList runs on any Operating System with PHP and some standard extensions installed.

Although you might want to deliver data to your iPhone application, you might want to run those server side services on your standard Linux (or even Windows) environment, rather than buying an expensive Apple Server. With CFPropertyList you now have the power to provide data from your favorite Operating System.

Build Status

Release channel Beta Channel
Travis CI build Travis CI build

Installation

See or How to install article.

Documentation

We maintain a detailed documentation of the project on the Website, check the Development Development and How-tos sections.

Versioning

In order to provide transparency on our release cycle and to maintain backward compatibility, Flyve MDM is maintained under the Semantic Versioning guidelines. We are committed to following and complying with the rules, the best we can.

See the tags section of our GitHub project for changelogs for each release version. Release announcement posts on the official Teclib' blog contain summaries of the most noteworthy changes made in each release.

Contact

You can contact us through any of our channels, check our Contact section

Contribute

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the Issues Dashboard.

Copying

  • Code: you can redistribute it and/or modify it under the terms of the MIT License (MIT).
  • Documentation: released under Attribution 4.0 International (CC BY 4.0).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].