├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── demo.gif └── watchid-pam-extension.swift /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biscuitehh/pam-watchid/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biscuitehh/pam-watchid/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biscuitehh/pam-watchid/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biscuitehh/pam-watchid/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biscuitehh/pam-watchid/HEAD/demo.gif -------------------------------------------------------------------------------- /watchid-pam-extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/biscuitehh/pam-watchid/HEAD/watchid-pam-extension.swift --------------------------------------------------------------------------------