Created
August 15, 2012 16:31
-
-
Save tonylukasavage/3361410 to your computer and use it in GitHub Desktop.
tiapp.xml diff
This file contains hidden or 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
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