I created a mobile app using HTML5, CSS, JavaScript -- done. I used PhoneGap Build to make it cross-platform--it works fine on iOS. Want to put app in Xcode to use Local Notifications and a few other Swift features. Got a Xcode Local Notification template going, so I stuck the entire www folder inside Xcode. I eventually also want to add a Search Bar to search an array, which is the meat of the app.
MAIN QUESTION: How do I wire www folder up so that I can see the index.html and other html pages working in simulator as the PhoneGap Build app works now on the mobile device, seeing Javascript code active and running and internal navigation icons? All code is self-contained so that app runs without internet.
2ndary QUESTIONS: How to get Local Notification and Search working.