A messaging client, meant to work with the WebMessage tweak for jailbroken iOS devices.
Go to file
2021-04-07 11:33:13 +03:00
public Icon fixes / clean up 2021-01-21 18:39:56 +03:00
src Release 0.7.0 2021-04-06 22:04:24 +03:00
terminal-notifier/vendor/mac.noindex/terminal-notifier.app/Contents why can't notifications be standardized 2021-03-13 16:19:08 +03:00
.browserslistrc
.eslintrc.js Initial rewrite (Vue3, Electron 11, TypeScript) 2021-03-20 21:17:37 +03:00
.gitignore why can't notifications be standardized 2021-03-13 16:19:08 +03:00
.travis.yml woopsie daisy 2021-04-07 11:33:13 +03:00
babel.config.js Initial rewrite (Vue3, Electron 11, TypeScript) 2021-03-20 21:17:37 +03:00
package.json Release 0.7.0 (Fixing build & dependencies) 2021-04-07 10:41:55 +03:00
README.md Update README.md 2021-02-19 18:24:08 +03:00
SECURITY.md Create SECURITY.md 2021-01-30 13:49:02 +03:00
tsconfig.json Initial rewrite (Vue3, Electron 11, TypeScript) 2021-03-20 21:17:37 +03:00
vue.config.js Fixes, rewrites, and stable Win notifications 2021-04-06 13:01:56 +03:00
yarn.lock Release 0.7.0 (Fixing build & dependencies) 2021-04-07 10:41:55 +03:00

WebMessage Build Status

A messaging client, meant to work with the WebMessage tweak for jailbroken iOS devices.

Donating

If you would like to support my work, you can donate using this link.

Screenshots

Screenshot 1

Screenshot 2

Development

Installs required dependencies

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and bundles for production

yarn build