diff --git a/.gitignore b/.gitignore index 4df8bc01..496ee2ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -.DS_Store -build/* -Glass.xcodeproj/*.pbxuser -Glass.xcodeproj/*.perspectivev3 \ No newline at end of file +.DS_Store \ No newline at end of file diff --git a/README.markdown b/README.md similarity index 57% rename from README.markdown rename to README.md index 8baf2be8..88c3bbeb 100644 --- a/README.markdown +++ b/README.md @@ -1,32 +1,6 @@ # GAP -### bridging the gap between the web and the iphone SDK - -PhoneGap is a free open source development tool and framework that -allows web developers to take advantage of the powerful features in -the iPhone SDK from HTML and JavaScript. We're trying to make iPhone -app development easy and open. For many applications a web -application is the way to but in Safari you don't get access to the -native iPhone APIs, and the that's the problem we're trying to solve. - -It is written in Objective-C and allows developers to embed their web -app (HTML, JavaScript, CSS) in Webkit within a native iPhone app. -We're big advocates of the Open Web and want JavaScript developers to -be able to get access iPhone features such as a spring board icon, -background processing, push, geo location, camera, local sqlLite and -accelerometers without the burden of learning Objective-C and Cocoa. - -PhoneGap also has a web app that allows web developers to quickly -package their web app into a native iPhone app by providing a URL, a -name and icon graphic the web service with automagically create a -native iPhone application. We haven't open sourced that code but -we're going to soon. - -PhoneGap was conceived at iPhoneDevCamp II by Nitobi developer Brock -Whitten, Rob Ellis, freelance designer Colin Toomey and Eric -Oesterle. - -[get the GAP source](http://github.com/sintaxi/gap "source code via github") or [generate your GAP app](http://phonegap.com/ "generates iphone app") +### open souce platform for iphone, blackberry ## Javascript API diff --git a/blackberry/.gitignore b/blackberry/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/blackberry/README.md b/blackberry/README.md new file mode 100644 index 00000000..9ca45cb0 --- /dev/null +++ b/blackberry/README.md @@ -0,0 +1,3 @@ +# GAP + +### Blackberry \ No newline at end of file diff --git a/iphone/.gitignore b/iphone/.gitignore new file mode 100644 index 00000000..c83c2b0b --- /dev/null +++ b/iphone/.gitignore @@ -0,0 +1,3 @@ +build/* +Glass.xcodeproj/*.pbxuser +Glass.xcodeproj/*.perspectivev3 \ No newline at end of file diff --git a/Classes/Device.h b/iphone/Classes/Device.h similarity index 100% rename from Classes/Device.h rename to iphone/Classes/Device.h diff --git a/Classes/Device.m b/iphone/Classes/Device.m similarity index 100% rename from Classes/Device.m rename to iphone/Classes/Device.m diff --git a/Classes/GlassAppDelegate.h b/iphone/Classes/GlassAppDelegate.h similarity index 100% rename from Classes/GlassAppDelegate.h rename to iphone/Classes/GlassAppDelegate.h diff --git a/Classes/GlassAppDelegate.m b/iphone/Classes/GlassAppDelegate.m similarity index 100% rename from Classes/GlassAppDelegate.m rename to iphone/Classes/GlassAppDelegate.m diff --git a/Classes/GlassViewController.h b/iphone/Classes/GlassViewController.h similarity index 100% rename from Classes/GlassViewController.h rename to iphone/Classes/GlassViewController.h diff --git a/Classes/GlassViewController.m b/iphone/Classes/GlassViewController.m similarity index 100% rename from Classes/GlassViewController.m rename to iphone/Classes/GlassViewController.m diff --git a/Classes/Location.h b/iphone/Classes/Location.h similarity index 100% rename from Classes/Location.h rename to iphone/Classes/Location.h diff --git a/Classes/Location.m b/iphone/Classes/Location.m similarity index 100% rename from Classes/Location.m rename to iphone/Classes/Location.m diff --git a/Classes/Vibrate.h b/iphone/Classes/Vibrate.h similarity index 100% rename from Classes/Vibrate.h rename to iphone/Classes/Vibrate.h diff --git a/Classes/Vibrate.m b/iphone/Classes/Vibrate.m similarity index 100% rename from Classes/Vibrate.m rename to iphone/Classes/Vibrate.m diff --git a/Glass.xcodeproj/eric.mode1v3 b/iphone/Glass.xcodeproj/eric.mode1v3 similarity index 100% rename from Glass.xcodeproj/eric.mode1v3 rename to iphone/Glass.xcodeproj/eric.mode1v3 diff --git a/Glass.xcodeproj/nitobi.mode1v3 b/iphone/Glass.xcodeproj/nitobi.mode1v3 similarity index 100% rename from Glass.xcodeproj/nitobi.mode1v3 rename to iphone/Glass.xcodeproj/nitobi.mode1v3 diff --git a/Glass.xcodeproj/project.pbxproj b/iphone/Glass.xcodeproj/project.pbxproj similarity index 100% rename from Glass.xcodeproj/project.pbxproj rename to iphone/Glass.xcodeproj/project.pbxproj diff --git a/GlassBgView.h b/iphone/GlassBgView.h similarity index 100% rename from GlassBgView.h rename to iphone/GlassBgView.h diff --git a/GlassBgView.m b/iphone/GlassBgView.m similarity index 100% rename from GlassBgView.m rename to iphone/GlassBgView.m diff --git a/GlassViewController.xib b/iphone/GlassViewController.xib similarity index 100% rename from GlassViewController.xib rename to iphone/GlassViewController.xib diff --git a/Glass_Prefix.pch b/iphone/Glass_Prefix.pch similarity index 100% rename from Glass_Prefix.pch rename to iphone/Glass_Prefix.pch diff --git a/Info.plist b/iphone/Info.plist similarity index 100% rename from Info.plist rename to iphone/Info.plist diff --git a/MainWindow.xib b/iphone/MainWindow.xib similarity index 100% rename from MainWindow.xib rename to iphone/MainWindow.xib diff --git a/iphone/README.markdown b/iphone/README.markdown new file mode 100644 index 00000000..11a4bf22 --- /dev/null +++ b/iphone/README.markdown @@ -0,0 +1,3 @@ +# PhoneGap + +### iPhone \ No newline at end of file diff --git a/icon.png b/iphone/icon.png similarity index 100% rename from icon.png rename to iphone/icon.png diff --git a/index.html b/iphone/index.html similarity index 100% rename from index.html rename to iphone/index.html diff --git a/main.m b/iphone/main.m similarity index 100% rename from main.m rename to iphone/main.m diff --git a/url.txt b/iphone/url.txt similarity index 100% rename from url.txt rename to iphone/url.txt