Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page describes the the Xcode plug-in for  for Ice Touch, including build and installation instructions. If you prefer, you can download a binary package that contains pre-compiled binaries for the plug-in.

...

Unpack the Ice Touch source archive. The source files are contained in the IceTouch-1.3.12 subdirectory.

Review and update the settings in the file file Xcode/Slice2ObjcPlugin/config/Make.rules. Next, execute the following commands:

$ cd IceTouch-1.3.12/Xcode/Slice2ObjcPlugin
$ make

...

~/Library/Application Support/Developer/<xcode-version>/Xcode/Plug-ins/slice2objcplugin.pbplugin

where where <xcode-version> is the  is the major.minor version  version of Xcode.

If you have set set XCODE_PLUGIN_ALL_USERS=YES in  in Xcode/Slice2ObjcPlugin/config/Make.rules, the plug-in will be installed for all users at the following location:

...

Note that admin access is required when installing the plug-in for all users. You can prefix the command with with sudo as  as shown below:

$ sudo make install

Ztop

Configuring the Xcode Plug-in

Please refer to the the documentation for  for more information on configuring the Xcode plug-in.

...