Skip to content

Instantly share code, notes, and snippets.

@tomhut
tomhut / Civic.dvtcolortheme
Created June 14, 2016 09:11
Xcode 7 version of the Civic theme from Xcode 8, place it in ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ and restart Xcode. You will first need to acquire the SF Mono font family.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1 1 1 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>SFMono-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1 1 1 1</string>
Adjust SDK
Copyright (c) 2012-2014 adjust GmbH,
http://www.adjust.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
http://itsliveradio.apple.com/streams/beats_one_demo_3/master.m3u8
http://itsliveradio.apple.com/streams/beats_one_demo_3/master.m3u8
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/prog_index.m3u8
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/prog_index.m3u8
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/fileSequence0.aac
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/fileSequence1.aac
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/fileSequence2.aac
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/fileSequence3.aac
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/fileSequence4.aac
http://itsliveradio.apple.com/streams/beats_one_demo_3/256/fileSequence5.aac
@tomhut
tomhut / CTTelephonyNetworkInfo+CellularConnectionNiceName.m
Created May 29, 2014 11:51
Nice name for current cellular connection technology for iOS 7 and above.
//
// CTTelephonyNetworkInfo+CellularConnectionNiceName.m
// Yoyo
//
// Created by Tom Hutchinson on 29/05/2014.
// Copyright (c) 2014 JustYoyoLtd. All rights reserved.
//
#import "CTTelephonyNetworkInfo+CellularConnectionNiceName.h"
@tomhut
tomhut / exampleForTim
Created June 25, 2013 16:13
Simple example of delegate callbacks from an AFHTTPClient subclass instantiated as a singleton.
//
// TAHAppNetClient.h
// Net
//
// Created by Tom Hutchinson on 15/06/2013.
// Copyright (c) 2013 Tom Hutchinson. All rights reserved.
//
#import "AFHTTPClient.h"