weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

app.json (794B)


      1 {
      2   "expo": {
      3     "name": "WeechatRN",
      4     "description": "Weechat relay client using websockets",
      5     "slug": "WeechatRN",
      6     "privacy": "public",
      7     "ios": {
      8       "bundleIdentifier": "com.matthoran.weechatrn",
      9       "supportsTablet": true,
     10       "config": {
     11         "usesNonExemptEncryption": false
     12       }
     13     },
     14     "android": {
     15       "package": "com.matthoran.weechatrn"
     16     },
     17     "platforms": [
     18       "ios",
     19       "android"
     20     ],
     21     "version": "1.0.10",
     22     "icon": "./assets/icon.png",
     23     "splash": {
     24       "image": "./assets/splash.png",
     25       "resizeMode": "contain",
     26       "backgroundColor": "#ffffff"
     27     },
     28     "updates": {
     29       "fallbackToCacheTimeout": 0
     30     },
     31     "assetBundlePatterns": [
     32       "**/*"
     33     ],
     34     "githubUrl": "https://github.com/mhoran/weechatRN"
     35   }
     36 }