forked from devscola/MOOC-game
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="com.phonegap.helloworld" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"> | ||
<name>Hello World</name> | ||
<name>Juego</name> | ||
<description> | ||
A blank PhoneGap app. | ||
Juego demostracion de las capacidades del acelerometro. | ||
</description> | ||
<author email="[email protected]" href="http://phonegap.com"> | ||
PhoneGap Team | ||
<author email="[email protected]" href="http://devscola.org"> | ||
Devscola | ||
</author> | ||
<content src="index.html" /> | ||
<access origin="*" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
{ | ||
"name": "phonegap-template-blank", | ||
"name": "MOOC-game", | ||
"version": "1.1.0", | ||
"description": "blank template for phonegap and cordova projects", | ||
"description": "Juego demostracion de las capacidades del acelerometro", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/phonegap/phonegap-app-blank.git" | ||
"url": "git+https:////github.com/devscola/MOOC-game.git" | ||
}, | ||
"keywords": [ | ||
"ecosystem:phonegap", | ||
"ecosystem:cordova", | ||
"cordova:template", | ||
"phonegap:template" | ||
], | ||
"author": "PhoneGap Team", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/phonegap/phonegap-app-blank/issues" | ||
}, | ||
"homepage": "https://github.com/phonegap/phonegap-app-blank#readme" | ||
"author": "Devscola", | ||
"license": "Apache-2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters