.Zip - What has to be included?

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.

Your Resources folder is fine. The whole Xcode playground playground has to be zipped and uploaded, and that will include your Resources folder.

.Zip - What has to be included?
 
 
Q