All Projects → groob → Mackit

groob / Mackit

Programming Languages

go
31211 projects - #10 most used programming language

Use Apple APIs from Go.

This is an experiment, please contribute.

Example:

package main

import (
	"fmt"

	"github.com/groob/mackit/cfpref"
)

func main() {
	homepage := cfpref.CopyAppValue("HomePage", "com.apple.safari")
	fmt.Println(homepage)
}
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].