Created
September 12, 2014 09:50
-
-
Save pcoady/961a665040a8e8ab9c67 to your computer and use it in GitHub Desktop.
Cognito-Phonegap-Tutorial-config.xml
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- config.xml reference: https://build.phonegap.com/docs/config-xml --> | |
<widget xmlns = "http://www.w3.org/ns/widgets" | |
xmlns:gap = "http://phonegap.com/ns/1.0" | |
id = "technology.backspace.aws.cognito.example" | |
version = "1.0.0"> | |
<name>AWS Cognito Example App</name> | |
<description> | |
Example app using AWS Cognito | |
</description> | |
<author href="http://backspace.technology" email="[email protected]"> | |
Paul Coady | |
</author> | |
<preference name="phonegap-version" value="3.5.0" /> | |
<gap:plugin name="org.apache.cordova.inappbrowser" version="0.2.4" /> | |
</widget> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the file from the tutorial at http://backspace.technology/learn-aws-cognito.html