Reputation: 1356
A client wants me to modify an iPhone app developed in PhoneGap. He sent me .app file. Using package info, I see all of the files making the .app
I installed the phonegap plugin for XCode.
My question is how do I import the .app file in Xcode or should it be modified outside of Xcode using HTML editors and then built for IOS with Xcode?
Upvotes: 0
Views: 197
Reputation: 2511
find the www folder inside the app file and import it into your phonegap project.
Upvotes: 1