Skip to content

Commit

Permalink
minor changes to .git ignore to properly deal with settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fusion94 committed Mar 12, 2011
1 parent 94d7bfc commit efae863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
tmp
build/iphone/*
.project
.project
.settings
7 changes: 5 additions & 2 deletions tiapp.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<target device="iphone">true</target>
</deployment-targets>
<id>com.appcelerator.arti</id>
<name>arti</name>
<version>1.0</version>
<publisher>Appcelerator</publisher>
<url>appcelerator.com</url>
<url>http://appcelerator.com</url>
<description>A demo of augmented reality using Appcelerator's Titanium</description>
<copyright>2011 by Appcelerator</copyright>
<icon>default_app_logo.png</icon>
Expand Down

0 comments on commit efae863

Please sign in to comment.