Skip to content

Instantly share code, notes, and snippets.

View chris-pilcher's full-sized avatar

Chris Pilcher chris-pilcher

View GitHub Profile
import Cocoa
import AppKit
let CURRENT_USER: User? = User()
class User {
let authData: String? = ""
}
class LoginViewController: NSViewController {
@chris-pilcher
chris-pilcher / TFSCommandLineMac.md
Last active August 17, 2023 09:52
Using TFS Online TFVC with command-line TFS utility on Mac

Install Command-Line TFS using HomeBrew on a Mac

Install Team Explorer Everywhere Command Line Client

  • Press Command+Space and type Terminal and press enter/return key.
  • Install HomeBrew by running command in Terminal app
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Run:
@chris-pilcher
chris-pilcher / DebugOutput.txt
Last active December 16, 2015 01:49
How to fix msauth error when authenticating on iOS9 using Microsoft.IdentityModel.Clients.ActiveDirectory on Xamarin.iOS.
2015-12-16 13:22:47.319 CompanyUniversaliOS[8461:3186353] -canOpenURL: failed for URL: "msauth://" - error: "This app is not allowed to query for scheme msauth"