Community Page
- britg.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- You may also want to look at the open source M/DB:X which is an HTTP-interfaced hybrid JSON/Native XML Database. JSON objects are converted to and stored as XML DOMs which can be analysed,...
- Very cool, will watch its progress on github :) I like the Sinatra-esque lightweight approach.
- check out http://github.com/visionmedia/express/tree/master might like ;), I just started it but contribution would be great, building a framework on node.js is sexxxxy
- True, I plan to make some updates, the first of which is to use POST on the /join URL and enforce it. Also, I will implement a reaper process to clear stale joins.
- Nice article! But a very bad idea to show HTTP example code completely ignoring request verbs. People will copy that :-/ And don't make people join on GET, use PUT to join, DELETE to unjoin.
Jump to original thread »
PhoneGap - Native iPhone Apps Running your HTML, CSS, JavaScript Code
Started by britg · 10 months ago
10 months ago
if you have successfully deployed your web application on gap can you please help me by giving following answers:
1-Did you run it after after following any jail breaking procedure...?
if so then did you follow the procedure defined here http://www.onlamp.com/lpt/a/7281 or something else?
2- if there is no way to run gap application without taking standard membership from iPhone dev center, then <key>CFBundleSignature</key>
is the place where should i place something received after standard membership? if not then whats the purpose of this key in info.plist file?
3- should we replace the values in string ${EXECUTABLE_NAME} and ${PRODUCT_NAME}?
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
or will these be replaced at runtime? if not then what are the appropriate values should we replace?
4-3- According to iPhone Environment all applications should be copied in iPhone Applications directory with the .app extension
SpringBoard automatically recognizes the application on its restart.
i downloaded the code and it comes with sintaxi-gap-2e59c387b42cb3878596479870679191be6a14e4 name.
Can i rename it or is there any constraint i can't change the name or should only add the .app extension like sintaxi-gap-2e59c387b42cb3878596479870679191be6a14e4.app?
thanks in advance for you help
cheers
10 months ago
cannot help there. And no I did not do any jailbreaking on this
iPhone. Try asking dirk on the phonegap google group - he is very
near to publishing the first phonegap app!