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
// | |
// Copyright (c) 2012 Cédric Luthi / @0xced. All rights reserved. | |
// | |
#if TARGET_IPHONE_SIMULATOR | |
#define ITEMISENABLED_LENGHT_IOS5 23 | |
#define ITEMISENABLED_LENGHT_IOS6 24 | |
#define STATUSBARBATATYPEENCODING_IOS5 "^{?=[23c][64c]ii[100c]" | |
#define STATUSBARBATATYPEENCODING_IOS6 "^{?=[24c][64c]ii[100c]" |