Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w0lfschild/macplugins

:green_book: Community repo for MacForge
https://github.com/w0lfschild/macplugins

macforge macos mysimbl osx plugin simbl tweaks xcode

Last synced: about 2 months ago
JSON representation

:green_book: Community repo for MacForge

Awesome Lists containing this project

README

        

MacForge Plugins
=================
Package list repository for [MacForge](https://github.com/w0lfschild/MacForge), the MacOS Plugin Manager.

To contribute your own package:

- Fork this project
- Add your compiled and zipped plugin to the bundles folder
- Edit [packages_v2.plist](https://github.com/w0lfschild/macplugins/blob/master/packages_v2.plist) to include your submission
- Submit a pull request

Every package uses this format:

```
Dict:
key: bundleID
Dict:
key: apps
key: author
key: compat
key: contact
key: date
key: description
key: donate
key: filename (required)
key: homepage
key: name (required)
key: package (required)
key: price
key: size
key: target
key-array: targets
Dict:
key: BundleIdentifier
key: version (required)
key: webpage
```

Example:

```

org.w0lf.winBuddy

apps
System
author
Wolfgang Baird
compat
macOS 10.9+
contact
[email protected]
date
Dec 20, 2016
description
Removes window shadow, black border and more
descriptionShort

donate
https://www.paypal.me/w0lfspapa
filename
/bundles/winBuddy_0.2.7.zip
homepage

name
winBuddy
package
org.w0lf.winBuddy
price
Free
size
23087
target
null
targets


BundleIdentifier
*


version
0.2.7
webpage

```