Skip to content

Instantly share code, notes, and snippets.

View kratzky's full-sized avatar
🧉
mate time

Victor kratzky

🧉
mate time
  • Buenos Aires
  • 10:22 (UTC -03:00)
View GitHub Profile
using System;
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
GetBalance();
Console.ReadLine();
}
@kratzky
kratzky / fix_apple_watch_autounlock.md
Last active November 2, 2020 18:26
just to keep the solution close at hand

How to fix Apple Watch Auto Unlock

[Original post]

Steps (follow at your own discretion)

  1. Open "Keychain Access"
    • In "View", enable "Show Invisible Items"
    • Search for "Auto Unlock"
    • You should see a whole bunch of application passwords for "Auto Unlock: XXXX's ..."
    • Select all records and delete (this will reset/disable auto unlock on other Macs if you use multiple Macs)