markmunz / LNPropertyListEditor

A property list editor for macOS, similar to Xcode's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LNPropertyListEditor

A property list editor for macOS, similar to Xcode's. Has full support for macOS Mojave light and dark appearance:

Property list editor

Property list editor

Property list editor

Property list editor

Adding to Your Project

Carthage

Add the following to your Cartfile:

github "LeoNatan/LNPropertyListEditor"

Make sure you follow the Carthage integration instructions here.

Manual

Drag the LNPropertyListEditor.xcodeproj project to your project, and add LNPropertyListEditor.framework to Embedded Binaries in your project target's General tab. Xcode should sort everything else on its own.

CocoaPods

CocoaPods is not supported. There are many reasons for this. Instead of CocoaPods, use Carthage. You can continue using CocoaPods for for your other dependencies and Carthage for LNPropertyListEditor.

Using the Framework

Swift

While the framework is written in Objective C, it uses modern Objective C syntax, so using the framework in Swift should be very easy and intuitive.

Project Integration

Import the module in your project:

@import LNPropertyListEditor;

About

A property list editor for macOS, similar to Xcode's.

License:MIT License


Languages

Language:Objective-C 96.8%Language:Objective-C++ 3.2%