Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/w0lfschild/macplugins
- Owner: w0lfschild
- Created: 2017-01-18T23:52:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T19:16:07.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:52:00.744Z (5 months ago)
- Topics: macforge, macos, mysimbl, osx, plugin, simbl, tweaks, xcode
- Language: Objective-C
- Homepage: https://github.com/w0lfschild/MacForge
- Size: 52.2 MB
- Stars: 66
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - w0lfschild/macplugins - :green_book: Community repo for MacForge (Objective-C)
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 requestEvery 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
```