This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// CTTelephonyNetworkInfo+CellularConnectionNiceName.m | |
// Yoyo | |
// | |
// Created by Tom Hutchinson on 29/05/2014. | |
// Copyright (c) 2014 JustYoyoLtd. All rights reserved. | |
// | |
#import "CTTelephonyNetworkInfo+CellularConnectionNiceName.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// TAHAppNetClient.h | |
// Net | |
// | |
// Created by Tom Hutchinson on 15/06/2013. | |
// Copyright (c) 2013 Tom Hutchinson. All rights reserved. | |
// | |
#import "AFHTTPClient.h" |