I know I'll probably get told "let me google that for you", but I am struggling to find any information on how I should go about deploying a hybrid app built with Ionic Framework via iTunes.
Could anybody point me towards some tutorials or resources?
The ionic framework forums appear to be down so I can't look there.
You need to have Xcode installed on your mac. From within your project do ionic platform add ios
and then ionic build ios
. Navigate to myApp/platforms/ios/myApp.xcodeproj
. This is your ios Xcode project. You can open this up in Xcode and follow normal process from there.