adium: moving build vars to xcconfig files, including NSS as build dep
commitbfed94df779f3f8f985779c75d33df28e88e0813
authorMichael Lamb <mlamb1976@yahoo.com>
Tue, 19 Nov 2013 00:07:18 +0000 (18 16:07 -0800)
committerMichael Lamb <mlamb1976@yahoo.com>
Tue, 19 Nov 2013 00:07:18 +0000 (18 16:07 -0800)
tree9cc7423bcf2a36bb95ab1206cfb91ae2f42bab55
parent23e888cf5072e80027823a95c232e94b7ea017e8
adium: moving build vars to xcconfig files, including NSS as build dep

Moving Xcode build variables into the xcconfig files so that
they can be tracked (and possibly generated by automake)

Added NSS as an external build system dependency, created
pre/post steps to fix install_name, and copy libs to our dir.

Minor modification to "Don't Publish" code to conform to Obj-C
var naming standard, and a slight visual change to prefs XIB.
src/adium/ESPurpleSIPEAccount.m
src/adium/English.lproj/ESSIPEAccountView.xib
src/adium/NSS Libraries/.gitignore [new file with mode: 0644]
src/adium/SIPEAdiumPlugin.xcodeproj/project.pbxproj
src/adium/xcconfigs/Base.xcconfig [new file with mode: 0644]
src/adium/xcconfigs/Debug-Release.xcconfig [new file with mode: 0644]
src/adium/xcconfigs/Debug.xcconfig [new file with mode: 0644]
src/adium/xcconfigs/NSS.xcconfig [new file with mode: 0644]
src/adium/xcconfigs/Release.xcconfig [new file with mode: 0644]
src/adium/xcconfigs/SIPEAdiumPlugin.xcconfig [new file with mode: 0644]
src/adium/xcconfigs/libpidgin-sipe.xcconfig [new file with mode: 0644]