Sha256: 91000dcbedff6c3d5313a02f6c4cb6ce18b881df5e56ce73a22ea07f2d2ddeb3
Contents?: true
Size: 602 Bytes
Versions: 321
Compression:
Stored size: 602 Bytes
Contents
## Setup There are two different methods of getting set up to run the tests with Objective-C: - Create an Xcode project with a test target which will run the tests. - Use the ruby gem `objc` as a test runner utility. Both are described in more detail here: http://exercism.io/languages/objective-c ### Submitting Exercises When submitting an exercise, make sure your solution file is in the same directory as the test code. For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
Version data entries
321 entries across 321 versions & 1 rubygems