Skip to content
forked from gsdsd/plist-pad

An easy to use property list / plist editor for Windows, OSX and Linux [Fork for Compile on linux]

License

Notifications You must be signed in to change notification settings

maz-1/plist-pad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plist Pad

An easy-to-use Property List / Plist file editor for Windows, OSX and Linux.r

Plist Pad Fork

Removed Find/Replace Window and About Window (error on compile process) Add const attr for compatibility with QT5 Linux

MAKE

qmake ./PlistPad.pro -r -spec linux-g++ CONFIG+=c++11 && make

Introduction

Plist Pad is a cross-platform Qt application which is intended to allow quick and easy editing of Property List / Plist files on platforms other than OSX. If you just want to use this application and don't need to worry about building from source, you can head over to the official site: http://www.johnwordsworth.com/plist-pad/.

Warning

Please note that Plist Pad is currently in a very early stage of development. I’ve tested it on a dozen or so plist files of various sizes but you should assume that this application might mangle your Plist files until it has undergone more testing. It hopefully won’t (and shouldn’t), but if it does – don’t blame me, you were warned! I know it’s a faff, but you would be advised to save a backup of your plist file(s) before using PlistPad for the time being.

Known Limitations

There are a few limitations with the current build of Plist Pad, the most notable are as follows:

  • There is no undo feature... yet. You are advised not to hit the delete key when you have useful data selected.
  • You can only open/save files in XML Plist format. I plan on adding support for binary Plist files, but it’s not there yet.

Used Libraries

Plist Pad is built on the Qt Widget Library and uses images from the Open Icon Library.

About

An easy to use property list / plist editor for Windows, OSX and Linux [Fork for Compile on linux]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.6%
  • NSIS 9.4%
  • QMake 4.0%