Skip to content

Bundles : Creating

Wolfgang Baird edited this page Sep 30, 2019 · 2 revisions

Creating a bundle

  • Download and install MacForge
  • Open MacForge
  • Open Xcode and navigate File > New > Project...
  • Search for MacForge Plugin
  • Select it and press Next
  • Enter a Product Name and target bundle id e.g. com.apple.loginwindow and press Next
  • Select a location for your project and press Create
  • Add your code
  • You can find header dumps of most Apple Applications HERE
  • Build your code
  • Open your plugin with MacForge to load it
  • Test it!
  • Publish it!
Clone this wiki locally