What's meant by "any resources should be included in the ZIP file"?

Hey everyone!

Getting ready for the Swift Student Challenge and I was just confused by one line on the website that says:

"Your creation should not rely on a network connection and any resources used in your app project should be included locally in the ZIP file."

Are you to include resources only within the .swiftpm file or do they mean have a separate folder with all resources there too? Thanks :)

You will have a folder that includes the swiftpm and all required resources. The full folder must be zipped and sent.

https://developer.apple.com/wwdc22/swift-student-challenge/

Requirements:

  • Your submission must be a Swift Playgrounds app project (.swiftpm) in a ZIP file.
  • Your creation should not rely on a network connection and any resources used in your app project should be included locally in the ZIP file. Submissions will be judged offline.
  • Your ZIP file can be up to 25 MB.
What's meant by "any resources should be included in the ZIP file"?
 
 
Q