Can submission be an Xcode Project that runs on iPadOS 16?

Hi, I was wondering if the submission can be an Xcode project that runs on iPadOS 16? I have been working on an Xcode project this entire time on Xcode 14 and do not have a playground file. Or is there a way to convert or change my project to a playground? Thanks!

Jacob

Unfortunately, there is no way to convert the Xcode project to playgrounds automatically. You might consider creating a swift playgrounds project in Xcode, and then copy pasting the files from the initial project into the new one. You will also have to specify that you want the app to be tested on the iPad. If you need any further assistance, I’m here to help.

Can submission be an Xcode Project that runs on iPadOS 16?
 
 
Q