Hello,
After reading the terms and conditions for the Challange I have a doubt...
"Your Swift playground should not rely on a network connection and any resources used in your Swift playground should be included locally in your .zip file."
My Playground has a Resources folder where I have all my resources. Does this requirement I quoted above means that we need to send the resources in a separate folder outside the playground?
Thank you.