|
Most of the clients I work with use Xcode to run a project for testing on their own system and devices. Clients can easily use Xcode to get the latest code updates straight from the Subversion (SVN) repository. This article is a guide for anyone working with developers on a Xcode project. |
Category : Project Management
|
|
When developing any app with a database, you are want to always keep in mind that as applications change, so can the databases. When upgrading, you have to handle upgrading data within the old database to a new one, otherwise your users will be confused when they can’t find their data. |
Category : Design
|
There are many different ways to handle setting a version number on software. Most comes down to personal preference, but I will explain they way I’ve been accustomed to with software projects. |
Category : Design

