A quick utility to generate a Xcode configure file (.xcconfig) to include into a project.
As simple as...
bash ./configure.sh
Which will generate three files
MagickCore.xcconfigMagickWand.xcconfigMagick++.xcconfig
Then drag-n-drop the generated files into your Xcode's ImageMagick project.
Update Configurations under Project -> Info, and start using ImageMagick in your next C/C++/Objective-C project.
fin