Skip to content

Instantly share code, notes, and snippets.

@pcoady
Created September 12, 2014 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcoady/961a665040a8e8ab9c67 to your computer and use it in GitHub Desktop.
Save pcoady/961a665040a8e8ab9c67 to your computer and use it in GitHub Desktop.
Cognito-Phonegap-Tutorial-config.xml
<?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="web@all-spammers-must-die.com">
Paul Coady
</author>
<preference name="phonegap-version" value="3.5.0" />
<gap:plugin name="org.apache.cordova.inappbrowser" version="0.2.4" />
</widget>
@pcoady
Copy link
Author

pcoady commented Sep 12, 2014

This is the file from the tutorial at http://backspace.technology/learn-aws-cognito.html

@pcoady
Copy link
Author

pcoady commented Apr 3, 2015

The blog for this code is now maintained at http://blog.backspace.academy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment