Last active
August 29, 2015 14:14
-
-
Save rizkysyazuli/389664275b8c6d991999 to your computer and use it in GitHub Desktop.
Eat Local - Mobile Configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App.info({ | |
id: 'com.xmjwt.eatlocal', | |
name: 'Eat Local', | |
description: 'An app to discover all your local produce.', | |
author: 'JWT Jakarta', | |
email: '[email protected]', | |
website: 'http://www.jwt.com/jakarta', | |
version: '0.0.1' | |
}); | |
App.icons({ | |
'iphone': 'resources/icons/ios/icon-57.png', | |
'iphone_2x': 'resources/icons/ios/[email protected]' | |
}); | |
App.launchScreens({ | |
'iphone': 'resources/splash/ios/splash-320x480.png', | |
'iphone_2x': 'resources/splash/ios/[email protected]', | |
'iphone5': 'resources/splash/ios/splash-640x1136.png' | |
}); | |
App.setPreference('Orientation', 'portrait'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment