Speed up QR code scanner for iOS

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-11 10:29:45 -03:00
commit 5986daf140
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 39 additions and 26 deletions

View file

@ -64,6 +64,7 @@
"angular": "^1.3.14",
"angular-mocks": "^1.3.14",
"bhttp": "^1.2.1",
"cordova": "^5.4.1",
"grunt-karma": "^0.10.1",
"grunt-karma-coveralls": "^2.5.3",
"grunt-node-webkit-builder": "^1.0.2",
@ -71,6 +72,7 @@
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4"
"karma-phantomjs-launcher": "^0.1.4",
"xcode": "^0.8.2"
}
}