fix(platform): rename cordova iOS file to be more consistent with other files, included the import in iOS components file

closes #748
This commit is contained in:
Brandy Carney
2015-12-15 13:57:54 -05:00
parent dda00b98db
commit 8f4307276a
2 changed files with 5 additions and 0 deletions

View File

@@ -24,3 +24,8 @@
"components/text-input/text-input.ios",
"components/toggle/toggle.ios",
"components/toolbar/toolbar.ios";
// iOS Platform
@import
"platform/cordova.ios";