-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an example Xcode project file to include in 'hello world' exercise #27
Comments
After this is complete, the relevant section of WORKFLOW.md should be updated too. |
@chillpop How is this for an example? https://dl.dropboxusercontent.com/u/310759/u/ExercismObjectiveCExampleProject.tgz I added a For your second request, http://exercism.io/languages/objective-c#tests has been updated to reflect ae27842 which is clear, though tedious. Would you agree? |
The idea was to include an example Xcode project with the initial "Hello World" test. See how the swift track has done it for an example: https://github.com/exercism/xswift/tree/master/hello-world |
What do you think about adopting Xcode's built in (SPM) Swift Package Manager to build this project file? See the sample formatting here: We could introduce the SPM folder structure for each exercise. The objective-c project can be generated by This will still help new comers get started faster with objective-c and xcode. CC @robtimp |
With this PR accepted we can now run tests from the command line Adopting SPM folder structure to distribute exercises makes more sence once that stars shipping in xcode. We will first adopt SPM in Swift then add it to Obj-c. Please let me know if there are any concerns. |
@masters3d I had not seen this, but I do like the idea. I use the ruby objc gem myself, just so I don't have to set up Xcode projects for every task. However, if it was as simple as it seems here it sounds like a great plan! |
Per this comment: exercism/exercism#2401 (comment) and the discussion below, we should create an example Xcode project for running tests.
Also include an empty solution file (
HellowWorld.h/m
) for 'hello world' that is included in the sample Xcode project.The text was updated successfully, but these errors were encountered: