Fixed ios code to work with AFNetwork 3.0.x

This commit is contained in:
Andrew Stephan
2016-02-18 20:31:21 -05:00
parent 434d8dfd2b
commit 340e45a381
6 changed files with 150 additions and 92 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"preferences": {
"tabSize": 4,
"wordWrap": true,
"useSoftTabs": true,
"gotoExclude": []
},
"packages": [
"gh:wymsee/zed-tools/mobile"
],
"modes": {
"javascript": {
"commands": {
"Tools:Check": {
"options": {
"globals": {
"angular": true,
"$": true,
"device": true,
"persistence": true,
"moment": true,
"sos": true,
"LocalFileSystem": true,
"Hammer": true,
"AnimationFrame": true,
"Bloodhound": true
}
}
}
}
}
}
}