Hi everyone,I am currently working on building an App Playground using Xcode 14 on macOS 13. As the guidelines mentioned on the official website:
- Your creation should not rely on a network connection and any resources used in your app playground should be included locally in the ZIP file. Submissions will be judged offline.
However, I am unsure if I can use third-party Swift Packages in my App Playground. My app itself does not require a network connection to run. But if I added any Swift Package, I think Xcode needs to resolve the dependencies from GitHub before building it, which might require a network connection. I don't know if that would violate the "offline" rule.
Many thanks for your reply!