new config

This commit is contained in:
Adam Bradley
2015-06-25 11:35:48 -05:00
parent 4894f84dd4
commit e42daa3f78

View File

@@ -72,6 +72,9 @@ Platform.register({
mode: 'ios'
},
isMatch(app) {
// SLEDGEHAMMER OVERRIDE FOR NOW
return true;
return app.matchesPlatform('ios', 'iphone|ipad|ipod');
},
run() {