Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Since we’re looking to support Sam and keep things easier, it makes more sense to build a universal app that creates one software bundle. This isn’t too hard to implement, because when the code is cleanly separated in the MVC pattern, we just need to talk to another view.
Targets are used in the build process.
Xcode completes the build process based on the targets that you identify. A target keeps track of which files and the instructions of what to do with them for a build. We upgraded our target to be a universal build, so now it has everything it needs to build an app that runs on iPhones, iPod Touches, and iPads.