Hello Everyone, I reviewed many previous year's submissions posted on swift's student's challenge distinguished winners section and noticed that most of them or all of them were designed and implemented for iOS devices only so is it a valid option to design our playground apps solely to run and function on macOS only?
My reading of the rules is that you have to create an iOS playground. Check out the instructions on the Swift Student Challenge > Get ready page:
Your submission to the Swift Student Challenge must be built with and run in Xcode or Swift Playground.
If you’re building an app playground in Xcode: Open Xcode > Create New Project > iOS > App Playground
If you’re building an app playground in Swift Playground: Open Swift Playground > Create New App
In both cases you end up with an iOS app playground.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"