{ xcode } Posts
-
Skipping Tests in Xcode
In this post, we’ll explore a number of different techniques we can use to disable or skip tests in Xcode, more specifically we'll be looking into how we can skip tests based on the OS or Xcode version in use.
Read More -
Leveraging xcconfig files in shared projects
How to use xcconfig files to enable developers using their own individual developer accounts to work on the same Xcode project.
Read More -
UI Testing with NSUserDefaults
A few tips on how to leverage `NSUserDefaults` to improve your UI tests.
Read More -
Command line Watch Kit builds
Do you use xcodebuild for your iOS builds? Have you been trying to submit your latest build with Watch Kit Support? Here's how I got it working!
Read More -
Xcode Tips : Organising your code
Keep your source code organised with pragma mark!
Read More