Skip to content

Commit

Permalink
minor changes to hide detail view...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Guntharp committed Jan 7, 2011
1 parent 3be8e8a commit c108f59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.threesphere.ar</string>
<string>com.appcelerator.arti</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb134793934930</string>
</array>
</dict>
</array>
<key>CFBundleIdentifier</key>
<string>com.threesphere.ar</string>
<string>com.appcelerator.arti</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Resources/cameraar.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ for (var i = 0; i < locations.length; i++) {
win.fireEvent("winDetail", {id:e.source.id});
} else {
Ti.Media.hideCamera();
win.fireEvent("winDetail", {id:e.source.id});
//win.fireEvent("winDetail", {id:e.source.id});
win.close();
}
});
Expand Down
2 changes: 1 addition & 1 deletion tiapp.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>net.damagestudios.arti</id>
<id>net.appcelerator.arti</id>
<name>arti</name>
<version>1.0</version>
<publisher>Appcelerator</publisher>
Expand Down

0 comments on commit c108f59

Please sign in to comment.