Install dependencies and run yarn start
to watch TypeScript files.
yarn install
yarn start
to fire up webpack watching and transpiling TypeScript files insidePolyglotSafariExtensinos/Sources
.- Open up
Polyglot.xcodeproj
in Xcode. - Build and launch
Polyglot
target. - In the Safari settings, ensure that Polyglot extension is enabled.
- Everytime you change
.ts
and.swift
files, you will need to re-build the app (step 3) to reflect these changes.
make
yarn build # => build codebase to ensure there are no errors
yarn format # => format code with SwiftFormat
VERSION=3.2 BUILD=0 node Scripts/update-version.js
git add .
git commit -m 'chore: release v3.2.0'
yarn ship:mas # for Mac App Store