@@ -22,12 +22,12 @@ BUILDING AS A MAC OS X FRAMEWORK It is also possible to build ObjFW as a Mac OS X framework. To do so, - just execute xcodebuild in the root directory of ObjFW or open the - .xcodeproj in Xcode and choose Build -> Build from the menu. Copy the + just execute xcodebuild -target ObjFW in the root directory of ObjFW or open + the .xcodeproj in Xcode and choose Build -> Build from the menu. Copy the resulting ObjFW.framework to /Library/Frameworks and you are done. USING THE MAC OS X FRAMWORK IN XCODE