Skip to content

Instantly share code, notes, and snippets.

View paulfreeman's full-sized avatar

Paul Freeman paulfreeman

View GitHub Profile
@paulfreeman
paulfreeman / main.swift
Created July 7, 2020 18:05 — forked from IanKeen/EntryPoint.swift
Example main.swift
NSSetUncaughtExceptionHandler { print("🧨", $0) }
let isUITesting = /* your UI test detection here */
let isUnitTesting = NSClassFromString("XCTest") != nil
let noTests = !isUnitTesting && !isUITesting
let delegate = isUITesting
? NSStringFromClass(UITestAppDelegate.self)
: noTests ? NSStringFromClass(AppDelegate.self)
: nil
@paulfreeman
paulfreeman / Contract Killer 3.md
Created December 1, 2017 13:52 — forked from tony-caffe/Contract Killer 3.md
The latest version of Bytes Unlimted ‘killer contract’ for web professionals

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Revised by Bytes Unlimited : June 14th 2017