Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created August 15, 2012 16:31
Show Gist options
  • Save tonylukasavage/3361410 to your computer and use it in GitHub Desktop.
Save tonylukasavage/3361410 to your computer and use it in GitHub Desktop.
tiapp.xml diff
index 141d489..475eea9 100644
--- a/tiapp.xml
+++ b/tiapp.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><ti:app xmlns:ti="http://ti.appcelerator.org">
+<?xml version="1.0" encoding="UTF-8"?>
+<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<target device="mobileweb">true</target>
<target device="iphone">true</target>
@@ -45,9 +46,9 @@
<theme>default</theme>
</mobileweb>
<modules>
- <module platform="android" version="1.0">ti.physicalSizeCategory</module>
- </modules>
+ <module platform="android" version="1.0">ti.physicalsizecategory</module>
+ </modules>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
-</ti:app>
\ No newline at end of file
+</ti:app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment