adium: allow build without building Adium
commit39c785c1733cee8c092464502fb4876ccb56af35
authorStefan Becker <chemobejk@gmail.com>
Tue, 24 Oct 2017 18:39:09 +0000 (24 21:39 +0300)
committerStefan Becker <chemobejk@gmail.com>
Tue, 24 Oct 2017 18:39:09 +0000 (24 21:39 +0300)
tree7afbe8e337410d838e88c43a78a481ddad8546b7
parentf2bd9cbbcb252bf73c69ee66cfb7e979c79b748c
adium: allow build without building Adium

Working on feature #101 revealed that only the compiled frameworks from
an Adium build are actually required to build the plugin code. Building
the plugin by itself is considerably faster. The only drawback is that
you can't debug the plugin.

- add a script to the plugin build that detects a combined (the default)
  or a separate Adium build.
- the script creates a directory with symbolic links to the compiled
  frameworks from a separate Adium build.
- add the generated directory to the framework search path.
- update the documentation to describe the alternative build approach.
.gitignore
src/adium/README.Adium
src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj
src/adium/find_adium_build.sh [new file with mode: 0755]
src/adium/xcconfigs/SIPEAdiumPlugin.xcconfig