[
  {
    "path": "LYCStatusBarAlertDemo/AppDelegate.h",
    "content": "//\n//  AppDelegate.h\n//  LYCStatusBarAlertDemo\n//\n//  Created by 北京千锋互联科技有限公司 on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n@interface AppDelegate : UIResponder <UIApplicationDelegate>\n\n@property (strong, nonatomic) UIWindow* window;\n\n@end\n"
  },
  {
    "path": "LYCStatusBarAlertDemo/AppDelegate.m",
    "content": "//\n//  AppDelegate.m\n//  LYCStatusBarAlertDemo\n//\n//  Created by 北京千锋互联科技有限公司 on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import \"AppDelegate.h\"\n\n@interface AppDelegate ()\n\n@end\n\n@implementation AppDelegate\n\n- (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions\n{\n    // Override point for customization after application launch.\n    return YES;\n}\n\n- (void)applicationWillResignActive:(UIApplication*)application\n{\n    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.\n    // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.\n}\n\n- (void)applicationDidEnterBackground:(UIApplication*)application\n{\n    // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.\n    // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.\n}\n\n- (void)applicationWillEnterForeground:(UIApplication*)application\n{\n    // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.\n}\n\n- (void)applicationDidBecomeActive:(UIApplication*)application\n{\n    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.\n}\n\n- (void)applicationWillTerminate:(UIApplication*)application\n{\n    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.\n}\n\n@end\n"
  },
  {
    "path": "LYCStatusBarAlertDemo/Base.lproj/LaunchScreen.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"3.0\" toolsVersion=\"6214\" systemVersion=\"14A314h\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" launchScreen=\"YES\" useTraitCollections=\"YES\">\n    <dependencies>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"6207\"/>\n        <capability name=\"Constraints with non-1.0 multipliers\" minToolsVersion=\"5.1\"/>\n    </dependencies>\n    <objects>\n        <placeholder placeholderIdentifier=\"IBFilesOwner\" id=\"-1\" userLabel=\"File's Owner\"/>\n        <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"-2\" customClass=\"UIResponder\"/>\n        <view contentMode=\"scaleToFill\" id=\"iN0-l3-epB\">\n            <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"480\" height=\"480\"/>\n            <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n            <subviews>\n                <label opaque=\"NO\" clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"  Copyright (c) 2015年 黎跃春. All rights reserved.\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" minimumFontSize=\"9\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"8ie-xW-0ye\">\n                    <rect key=\"frame\" x=\"20\" y=\"439\" width=\"441\" height=\"21\"/>\n                    <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"17\"/>\n                    <color key=\"textColor\" cocoaTouchSystemColor=\"darkTextColor\"/>\n                    <nil key=\"highlightedColor\"/>\n                </label>\n                <label opaque=\"NO\" clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"LYCStatusBarAlertDemo\" textAlignment=\"center\" lineBreakMode=\"middleTruncation\" baselineAdjustment=\"alignBaselines\" minimumFontSize=\"18\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"kId-c2-rCX\">\n                    <rect key=\"frame\" x=\"20\" y=\"140\" width=\"441\" height=\"43\"/>\n                    <fontDescription key=\"fontDescription\" type=\"boldSystem\" pointSize=\"36\"/>\n                    <color key=\"textColor\" cocoaTouchSystemColor=\"darkTextColor\"/>\n                    <nil key=\"highlightedColor\"/>\n                </label>\n            </subviews>\n            <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"calibratedWhite\"/>\n            <constraints>\n                <constraint firstItem=\"kId-c2-rCX\" firstAttribute=\"centerY\" secondItem=\"iN0-l3-epB\" secondAttribute=\"bottom\" multiplier=\"1/3\" constant=\"1\" id=\"5cJ-9S-tgC\"/>\n                <constraint firstAttribute=\"centerX\" secondItem=\"kId-c2-rCX\" secondAttribute=\"centerX\" id=\"Koa-jz-hwk\"/>\n                <constraint firstAttribute=\"bottom\" secondItem=\"8ie-xW-0ye\" secondAttribute=\"bottom\" constant=\"20\" id=\"Kzo-t9-V3l\"/>\n                <constraint firstItem=\"8ie-xW-0ye\" firstAttribute=\"leading\" secondItem=\"iN0-l3-epB\" secondAttribute=\"leading\" constant=\"20\" symbolic=\"YES\" id=\"MfP-vx-nX0\"/>\n                <constraint firstAttribute=\"centerX\" secondItem=\"8ie-xW-0ye\" secondAttribute=\"centerX\" id=\"ZEH-qu-HZ9\"/>\n                <constraint firstItem=\"kId-c2-rCX\" firstAttribute=\"leading\" secondItem=\"iN0-l3-epB\" secondAttribute=\"leading\" constant=\"20\" symbolic=\"YES\" id=\"fvb-Df-36g\"/>\n            </constraints>\n            <nil key=\"simulatedStatusBarMetrics\"/>\n            <freeformSimulatedSizeMetrics key=\"simulatedDestinationMetrics\"/>\n            <point key=\"canvasLocation\" x=\"548\" y=\"455\"/>\n        </view>\n    </objects>\n</document>\n"
  },
  {
    "path": "LYCStatusBarAlertDemo/Base.lproj/Main.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"6211\" systemVersion=\"14A298i\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\" initialViewController=\"vXZ-lx-hvc\">\n    <dependencies>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"6204\"/>\n    </dependencies>\n    <scenes>\n        <!--View Controller-->\n        <scene sceneID=\"ufC-wZ-h7g\">\n            <objects>\n                <viewController id=\"vXZ-lx-hvc\" customClass=\"ViewController\" customModuleProvider=\"\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"jyV-Pf-zRb\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"2fi-mo-0CV\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"kh9-bI-dsS\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"600\" height=\"600\"/>\n                        <autoresizingMask key=\"autoresizingMask\" flexibleMaxX=\"YES\" flexibleMaxY=\"YES\"/>\n                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"calibratedWhite\"/>\n                    </view>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"x5A-6p-PRh\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n        </scene>\n    </scenes>\n</document>\n"
  },
  {
    "path": "LYCStatusBarAlertDemo/Images.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"29x29\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"29x29\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"40x40\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"40x40\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"60x60\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"iphone\",\n      \"size\" : \"60x60\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "LYCStatusBarAlertDemo/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>en</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>com.1000phone.$(PRODUCT_NAME:rfc1034identifier)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n\t<key>LSRequiresIPhoneOS</key>\n\t<true/>\n\t<key>UILaunchStoryboardName</key>\n\t<string>LaunchScreen</string>\n\t<key>UIMainStoryboardFile</key>\n\t<string>Main</string>\n\t<key>UIRequiredDeviceCapabilities</key>\n\t<array>\n\t\t<string>armv7</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "LYCStatusBarAlertDemo/LYCStatusBarAlertHUD/LYCStatusBarAlertHUD.h",
    "content": "//\n//  LYCStatusBarAlertHUD.h\n//  LYCStatusBarAlertDemo\n//\n//  Created by 北京千锋互联科技有限公司 on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import <Foundation/Foundation.h>\n#import <UIKit/UIKit.h>\n@class LYCStatusBarAlertHUD;\n\n@interface LYCStatusBarAlertHUD : NSObject {\n    UIWindow* _window;\n    UILabel* _label;\n    UIImage* _backgroundImage;\n    UIImageView* _backgroundImageView;\n\n    NSString* _displayString;\n}\n\n@property (nonatomic, retain) UIWindow* window;\n@property (nonatomic, retain) UILabel* label;\n@property (nonatomic, retain) UIImage* backgroundImage;\n@property (nonatomic, retain) UIImageView* backgroundImageView;\n@property (nonatomic, copy) NSString* displayString;\n\n+ (LYCStatusBarAlertHUD*)sharedInstance;\n\n- (void)showWithString:(NSString*)string;\n- (void)hide;\n\n@end"
  },
  {
    "path": "LYCStatusBarAlertDemo/LYCStatusBarAlertHUD/LYCStatusBarAlertHUD.m",
    "content": "//\n//  LYCStatusBarAlertHUD.m\n//  LYCStatusBarAlertDemo\n//\n//  Created by 北京千锋互联科技有限公司 on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import \"LYCStatusBarAlertHUD.h\"\n\n/**\n *  状态栏高度\n */\nstatic const CGFloat kStatusBarHeight = 20.0;\n\n/**\n *  屏幕宽度\n */\n#define SCREEN_WIDTH [[UIScreen mainScreen] bounds].size.width\n\n/**\n *  屏幕高度\n */\n#define SCREEN_HEIGHT [[UIScreen mainScreen] bounds].size.height\n\nstatic LYCStatusBarAlertHUD* instance = nil;\n\n@interface LYCStatusBarAlertHUD ()\n- (void)setupViewsAndDatas;\n- (void)removeViewsAndDatas;\n@end\n\n@implementation LYCStatusBarAlertHUD\n@synthesize window = _window;\n@synthesize label = _label;\n@synthesize backgroundImage = _backgroundImage;\n@synthesize backgroundImageView = _backgroundImageView;\n@synthesize displayString = _displayString;\n\n- (void)dealloc\n{\n    [self removeViewsAndDatas];\n}\n\n#pragma mark - Setter & Getter\n- (NSString*)displayString\n{\n    if (_label == nil) {\n        NSLog(@\"label == nil\");\n        return nil;\n    }\n    return _label.text;\n}\n\n- (void)setDisplayString:(NSString*)displayString\n{\n    if (![displayString isEqualToString:_displayString]) {\n        _displayString = [displayString copy];\n\n        if (_label != nil) {\n            _label.text = displayString;\n            _window.windowLevel = UIWindowLevelAlert;\n            [_window makeKeyAndVisible];\n        }\n    }\n}\n\n- (void)setBackgroundImage:(UIImage*)backgroundImage\n{\n    if (![backgroundImage isEqual:_backgroundImageView]) {\n        _backgroundImage = backgroundImage;\n\n        if (_backgroundImageView != nil) {\n            _backgroundImageView.image = backgroundImage;\n        }\n    }\n}\n\n#pragma mark - Initialize\n- (id)init\n{\n    self = [super init];\n    if (self) {\n        [self setupViewsAndDatas];\n    }\n    return self;\n}\n\n+ (LYCStatusBarAlertHUD*)sharedInstance\n{\n    static dispatch_once_t onceToken;\n    dispatch_once(&onceToken, ^{\n    instance = [[super allocWithZone:NULL] init];\n    });\n\n    return instance;\n}\n\n#pragma mark -Instance Methods\n- (void)setupViewsAndDatas\n{\n    CGRect statusBarFrame = CGRectMake(0, 0, SCREEN_WIDTH, kStatusBarHeight);\n\n    // windows\n    _window = [[UIWindow alloc]\n        initWithFrame:CGRectMake(0, -kStatusBarHeight, SCREEN_WIDTH,\n                          kStatusBarHeight)];\n    _window.tag = 1;\n    _window.windowLevel = UIWindowLevelAlert;\n    _window.backgroundColor = [UIColor blackColor];\n\n    // backgroundImage\n    self.backgroundImage = [[UIImage imageNamed:@\"statusbar_background.png\"]\n        stretchableImageWithLeftCapWidth:2\n                            topCapHeight:0];\n\n    // backgroundImageView\n    _backgroundImageView = [[UIImageView alloc] initWithFrame:statusBarFrame];\n    _backgroundImageView.image = _backgroundImage;\n\n    // label\n    _label = [[UILabel alloc] initWithFrame:statusBarFrame];\n    _label.textAlignment = NSTextAlignmentCenter;\n    _label.textColor = [UIColor blackColor];\n    _label.backgroundColor = [UIColor clearColor];\n    _label.adjustsFontSizeToFitWidth = YES;\n    _label.minimumScaleFactor = 5.0;\n\n    // views struct\n    [_window addSubview:_backgroundImageView];\n    [_window addSubview:_label];\n    [_window makeKeyAndVisible];\n}\n\n- (void)removeViewsAndDatas\n{\n    _window.windowLevel = UIWindowLevelNormal;\n    self.backgroundImage = nil;\n    self.displayString = nil;\n    self.label = nil;\n    self.backgroundImageView = nil;\n    self.window = nil;\n}\n\n- (void)showWithString:(NSString*)string\n{\n    self.displayString = string;\n    if (_window) {\n        _window.windowLevel = UIWindowLevelAlert;\n    }\n\n    if ((_window && _window.frame.origin.y == 0)) { //|| [string isEqualToString:_displayString]) {\n        return;\n    }\n\n    if (!_window) {\n        [self setupViewsAndDatas];\n        self.displayString = string;\n    }\n    [NSObject cancelPreviousPerformRequestsWithTarget:self\n                                             selector:@selector(hide)\n                                               object:nil];\n\n    // animation\n    [UIView animateWithDuration:0.6 animations:^{\n        \n        _window.frame = CGRectMake(0, 0, SCREEN_WIDTH, kStatusBarHeight);\n\n    }];\n}\n\n- (void)hide\n{\n    [UIView animateWithDuration:0.6\n                     animations:^{\n                     _window.frame = CGRectMake(0, -kStatusBarHeight,\n                                                SCREEN_WIDTH, kStatusBarHeight);\n                     }];\n\n    UIApplication* app = [UIApplication sharedApplication];\n    UIWindow* window = nil;\n    for (UIWindow* win in app.windows) {\n        if (win.tag == 0) {\n            window = win;\n            [window makeKeyAndVisible];\n        }\n    }\n}\n\n@end"
  },
  {
    "path": "LYCStatusBarAlertDemo/ViewController.h",
    "content": "//\n//  ViewController.h\n//  LYCStatusBarAlertDemo\n//\n//  Created by 北京千锋互联科技有限公司 on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n@interface ViewController : UIViewController\n\n@end\n"
  },
  {
    "path": "LYCStatusBarAlertDemo/ViewController.m",
    "content": "//\n//  ViewController.m\n//  LYCStatusBarAlertDemo\n//\n//  Created by 北京千锋互联科技有限公司 on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import \"ViewController.h\"\n#import \"LYCStatusBarAlertHUD.h\"\n@interface ViewController ()\n\n@end\n\n@implementation ViewController\n\n- (void)viewDidLoad\n{\n    [super viewDidLoad];\n    // Do any additional setup after loading the view, typically from a nib.\n\n    [[LYCStatusBarAlertHUD sharedInstance] showWithString:@\"正在载入,请稍后.....\"];\n    dispatch_queue_t queue = dispatch_queue_create(\"com.1000phone.liyuechun\", DISPATCH_QUEUE_CONCURRENT);\n\n    dispatch_async(queue, ^{\n        \n        for (int i = 0; i < 10000; i++) {\n            NSLog(@\"%d\", i);\n        }\n        \n        dispatch_async(dispatch_get_main_queue(), ^{\n            [[LYCStatusBarAlertHUD sharedInstance] hide];\n        });\n    });\n}\n\n- (void)viewDidAppear:(BOOL)animated\n{\n    [super viewDidAppear:animated];\n}\n\n- (void)didReceiveMemoryWarning\n{\n    [super didReceiveMemoryWarning];\n    // Dispose of any resources that can be recreated.\n}\n\n@end\n"
  },
  {
    "path": "LYCStatusBarAlertDemo/main.m",
    "content": "//\n//  main.m\n//  LYCStatusBarAlertDemo\n//\n//  Created by qianfeng on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n#import \"AppDelegate.h\"\n\nint main(int argc, char * argv[]) {\n    @autoreleasepool {\n        return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));\n    }\n}\n"
  },
  {
    "path": "LYCStatusBarAlertDemo.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\tBC522BEF1A834A230029795D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BC522BEE1A834A230029795D /* main.m */; };\n\t\tBC522BF21A834A230029795D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BC522BF11A834A230029795D /* AppDelegate.m */; };\n\t\tBC522BF51A834A230029795D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC522BF41A834A230029795D /* ViewController.m */; };\n\t\tBC522BF81A834A230029795D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC522BF61A834A230029795D /* Main.storyboard */; };\n\t\tBC522BFA1A834A230029795D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC522BF91A834A230029795D /* Images.xcassets */; };\n\t\tBC522BFD1A834A230029795D /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC522BFB1A834A230029795D /* LaunchScreen.xib */; };\n\t\tBC522C091A834A230029795D /* LYCStatusBarAlertDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = BC522C081A834A230029795D /* LYCStatusBarAlertDemoTests.m */; };\n\t\tBC522C191A834B160029795D /* LYCStatusBarAlertHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = BC522C181A834B160029795D /* LYCStatusBarAlertHUD.m */; };\n\t\tBC522C1B1A834F960029795D /* statusbar_background.png in Resources */ = {isa = PBXBuildFile; fileRef = BC522C1A1A834F960029795D /* statusbar_background.png */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\tBC522C031A834A230029795D /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = BC522BE11A834A230029795D /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = BC522BE81A834A230029795D;\n\t\t\tremoteInfo = LYCStatusBarAlertDemo;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\tBC522BE91A834A230029795D /* LYCStatusBarAlertDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LYCStatusBarAlertDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tBC522BED1A834A230029795D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tBC522BEE1A834A230029795D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = \"<group>\"; };\n\t\tBC522BF01A834A230029795D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = \"<group>\"; };\n\t\tBC522BF11A834A230029795D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = \"<group>\"; };\n\t\tBC522BF31A834A230029795D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = \"<group>\"; };\n\t\tBC522BF41A834A230029795D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = \"<group>\"; };\n\t\tBC522BF71A834A230029795D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = \"<group>\"; };\n\t\tBC522BF91A834A230029795D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = \"<group>\"; };\n\t\tBC522BFC1A834A230029795D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = \"<group>\"; };\n\t\tBC522C021A834A230029795D /* LYCStatusBarAlertDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LYCStatusBarAlertDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tBC522C071A834A230029795D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tBC522C081A834A230029795D /* LYCStatusBarAlertDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LYCStatusBarAlertDemoTests.m; sourceTree = \"<group>\"; };\n\t\tBC522C171A834B160029795D /* LYCStatusBarAlertHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LYCStatusBarAlertHUD.h; sourceTree = \"<group>\"; };\n\t\tBC522C181A834B160029795D /* LYCStatusBarAlertHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LYCStatusBarAlertHUD.m; sourceTree = \"<group>\"; };\n\t\tBC522C1A1A834F960029795D /* statusbar_background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = statusbar_background.png; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\tBC522BE61A834A230029795D /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tBC522BFF1A834A230029795D /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\tBC522BE01A834A230029795D = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522BEB1A834A230029795D /* LYCStatusBarAlertDemo */,\n\t\t\t\tBC522C051A834A230029795D /* LYCStatusBarAlertDemoTests */,\n\t\t\t\tBC522BEA1A834A230029795D /* Products */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC522BEA1A834A230029795D /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522BE91A834A230029795D /* LYCStatusBarAlertDemo.app */,\n\t\t\t\tBC522C021A834A230029795D /* LYCStatusBarAlertDemoTests.xctest */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC522BEB1A834A230029795D /* LYCStatusBarAlertDemo */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522C161A834B160029795D /* LYCStatusBarAlertHUD */,\n\t\t\t\tBC522BF01A834A230029795D /* AppDelegate.h */,\n\t\t\t\tBC522BF11A834A230029795D /* AppDelegate.m */,\n\t\t\t\tBC522BF31A834A230029795D /* ViewController.h */,\n\t\t\t\tBC522BF41A834A230029795D /* ViewController.m */,\n\t\t\t\tBC522BF61A834A230029795D /* Main.storyboard */,\n\t\t\t\tBC522BF91A834A230029795D /* Images.xcassets */,\n\t\t\t\tBC522BFB1A834A230029795D /* LaunchScreen.xib */,\n\t\t\t\tBC522BEC1A834A230029795D /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = LYCStatusBarAlertDemo;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC522BEC1A834A230029795D /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522BED1A834A230029795D /* Info.plist */,\n\t\t\t\tBC522BEE1A834A230029795D /* main.m */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC522C051A834A230029795D /* LYCStatusBarAlertDemoTests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522C081A834A230029795D /* LYCStatusBarAlertDemoTests.m */,\n\t\t\t\tBC522C061A834A230029795D /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = LYCStatusBarAlertDemoTests;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC522C061A834A230029795D /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522C071A834A230029795D /* Info.plist */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC522C161A834B160029795D /* LYCStatusBarAlertHUD */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522C1A1A834F960029795D /* statusbar_background.png */,\n\t\t\t\tBC522C171A834B160029795D /* LYCStatusBarAlertHUD.h */,\n\t\t\t\tBC522C181A834B160029795D /* LYCStatusBarAlertHUD.m */,\n\t\t\t);\n\t\t\tpath = LYCStatusBarAlertHUD;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\tBC522BE81A834A230029795D /* LYCStatusBarAlertDemo */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = BC522C0C1A834A230029795D /* Build configuration list for PBXNativeTarget \"LYCStatusBarAlertDemo\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tBC522BE51A834A230029795D /* Sources */,\n\t\t\t\tBC522BE61A834A230029795D /* Frameworks */,\n\t\t\t\tBC522BE71A834A230029795D /* Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = LYCStatusBarAlertDemo;\n\t\t\tproductName = LYCStatusBarAlertDemo;\n\t\t\tproductReference = BC522BE91A834A230029795D /* LYCStatusBarAlertDemo.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n\t\tBC522C011A834A230029795D /* LYCStatusBarAlertDemoTests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = BC522C0F1A834A230029795D /* Build configuration list for PBXNativeTarget \"LYCStatusBarAlertDemoTests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tBC522BFE1A834A230029795D /* Sources */,\n\t\t\t\tBC522BFF1A834A230029795D /* Frameworks */,\n\t\t\t\tBC522C001A834A230029795D /* Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\tBC522C041A834A230029795D /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = LYCStatusBarAlertDemoTests;\n\t\t\tproductName = LYCStatusBarAlertDemoTests;\n\t\t\tproductReference = BC522C021A834A230029795D /* LYCStatusBarAlertDemoTests.xctest */;\n\t\t\tproductType = \"com.apple.product-type.bundle.unit-test\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\tBC522BE11A834A230029795D /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastUpgradeCheck = 0610;\n\t\t\t\tORGANIZATIONNAME = \"黎跃春\";\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\tBC522BE81A834A230029795D = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 6.1.1;\n\t\t\t\t\t};\n\t\t\t\t\tBC522C011A834A230029795D = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 6.1.1;\n\t\t\t\t\t\tTestTargetID = BC522BE81A834A230029795D;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = BC522BE41A834A230029795D /* Build configuration list for PBXProject \"LYCStatusBarAlertDemo\" */;\n\t\t\tcompatibilityVersion = \"Xcode 3.2\";\n\t\t\tdevelopmentRegion = English;\n\t\t\thasScannedForEncodings = 0;\n\t\t\tknownRegions = (\n\t\t\t\ten,\n\t\t\t\tBase,\n\t\t\t);\n\t\t\tmainGroup = BC522BE01A834A230029795D;\n\t\t\tproductRefGroup = BC522BEA1A834A230029795D /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\tBC522BE81A834A230029795D /* LYCStatusBarAlertDemo */,\n\t\t\t\tBC522C011A834A230029795D /* LYCStatusBarAlertDemoTests */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\tBC522BE71A834A230029795D /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tBC522BF81A834A230029795D /* Main.storyboard in Resources */,\n\t\t\t\tBC522BFD1A834A230029795D /* LaunchScreen.xib in Resources */,\n\t\t\t\tBC522BFA1A834A230029795D /* Images.xcassets in Resources */,\n\t\t\t\tBC522C1B1A834F960029795D /* statusbar_background.png in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tBC522C001A834A230029795D /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\tBC522BE51A834A230029795D /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tBC522BF51A834A230029795D /* ViewController.m in Sources */,\n\t\t\t\tBC522BF21A834A230029795D /* AppDelegate.m in Sources */,\n\t\t\t\tBC522BEF1A834A230029795D /* main.m in Sources */,\n\t\t\t\tBC522C191A834B160029795D /* LYCStatusBarAlertHUD.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tBC522BFE1A834A230029795D /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tBC522C091A834A230029795D /* LYCStatusBarAlertDemoTests.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin PBXTargetDependency section */\n\t\tBC522C041A834A230029795D /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = BC522BE81A834A230029795D /* LYCStatusBarAlertDemo */;\n\t\t\ttargetProxy = BC522C031A834A230029795D /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\tBC522BF61A834A230029795D /* Main.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522BF71A834A230029795D /* Base */,\n\t\t\t);\n\t\t\tname = Main.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tBC522BFB1A834A230029795D /* LaunchScreen.xib */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\tBC522BFC1A834A230029795D /* Base */,\n\t\t\t);\n\t\t\tname = LaunchScreen.xib;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXVariantGroup section */\n\n/* Begin XCBuildConfiguration section */\n\t\tBC522C0A1A834A230029795D /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_SYMBOLS_PRIVATE_EXTERN = NO;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.1;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tBC522C0B1A834A230029795D /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = YES;\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 8.1;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tBC522C0D1A834A230029795D /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tINFOPLIST_FILE = LYCStatusBarAlertDemo/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tBC522C0E1A834A230029795D /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tINFOPLIST_FILE = LYCStatusBarAlertDemo/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tBC522C101A834A230029795D /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tBUNDLE_LOADER = \"$(TEST_HOST)\";\n\t\t\t\tFRAMEWORK_SEARCH_PATHS = (\n\t\t\t\t\t\"$(SDKROOT)/Developer/Library/Frameworks\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tINFOPLIST_FILE = LYCStatusBarAlertDemoTests/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/LYCStatusBarAlertDemo.app/LYCStatusBarAlertDemo\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tBC522C111A834A230029795D /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tBUNDLE_LOADER = \"$(TEST_HOST)\";\n\t\t\t\tFRAMEWORK_SEARCH_PATHS = (\n\t\t\t\t\t\"$(SDKROOT)/Developer/Library/Frameworks\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tINFOPLIST_FILE = LYCStatusBarAlertDemoTests/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/LYCStatusBarAlertDemo.app/LYCStatusBarAlertDemo\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\tBC522BE41A834A230029795D /* Build configuration list for PBXProject \"LYCStatusBarAlertDemo\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tBC522C0A1A834A230029795D /* Debug */,\n\t\t\t\tBC522C0B1A834A230029795D /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tBC522C0C1A834A230029795D /* Build configuration list for PBXNativeTarget \"LYCStatusBarAlertDemo\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tBC522C0D1A834A230029795D /* Debug */,\n\t\t\t\tBC522C0E1A834A230029795D /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t};\n\t\tBC522C0F1A834A230029795D /* Build configuration list for PBXNativeTarget \"LYCStatusBarAlertDemoTests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tBC522C101A834A230029795D /* Debug */,\n\t\t\t\tBC522C111A834A230029795D /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t};\n/* End XCConfigurationList section */\n\t};\n\trootObject = BC522BE11A834A230029795D /* Project object */;\n}\n"
  },
  {
    "path": "LYCStatusBarAlertDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:LYCStatusBarAlertDemo.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "LYCStatusBarAlertDemo.xcodeproj/project.xcworkspace/xcshareddata/LYCStatusBarAlertDemo.xccheckout",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDESourceControlProjectFavoriteDictionaryKey</key>\n\t<false/>\n\t<key>IDESourceControlProjectIdentifier</key>\n\t<string>DC9E0C90-C7C2-4ADE-9536-EC00EF96B105</string>\n\t<key>IDESourceControlProjectName</key>\n\t<string>LYCStatusBarAlertDemo</string>\n\t<key>IDESourceControlProjectOriginsDictionary</key>\n\t<dict>\n\t\t<key>F429146EEA29C2CCAEF01FED9A7179EBDB07F076</key>\n\t\t<string>https://github.com/LiYueChun/LYCStatusBarAlertHUD.git</string>\n\t</dict>\n\t<key>IDESourceControlProjectPath</key>\n\t<string>LYCStatusBarAlertDemo.xcodeproj</string>\n\t<key>IDESourceControlProjectRelativeInstallPathDictionary</key>\n\t<dict>\n\t\t<key>F429146EEA29C2CCAEF01FED9A7179EBDB07F076</key>\n\t\t<string>../..</string>\n\t</dict>\n\t<key>IDESourceControlProjectURL</key>\n\t<string>https://github.com/LiYueChun/LYCStatusBarAlertHUD.git</string>\n\t<key>IDESourceControlProjectVersion</key>\n\t<integer>111</integer>\n\t<key>IDESourceControlProjectWCCIdentifier</key>\n\t<string>F429146EEA29C2CCAEF01FED9A7179EBDB07F076</string>\n\t<key>IDESourceControlProjectWCConfigurations</key>\n\t<array>\n\t\t<dict>\n\t\t\t<key>IDESourceControlRepositoryExtensionIdentifierKey</key>\n\t\t\t<string>public.vcs.git</string>\n\t\t\t<key>IDESourceControlWCCIdentifierKey</key>\n\t\t\t<string>F429146EEA29C2CCAEF01FED9A7179EBDB07F076</string>\n\t\t\t<key>IDESourceControlWCCName</key>\n\t\t\t<string>LYCStatusBarAlertDemo</string>\n\t\t</dict>\n\t</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "LYCStatusBarAlertDemo.xcodeproj/xcuserdata/qianfeng.xcuserdatad/xcschemes/LYCStatusBarAlertDemo.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"0610\"\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"BC522BE81A834A230029795D\"\n               BuildableName = \"LYCStatusBarAlertDemo.app\"\n               BlueprintName = \"LYCStatusBarAlertDemo\"\n               ReferencedContainer = \"container:LYCStatusBarAlertDemo.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"NO\"\n            buildForArchiving = \"NO\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"BC522C011A834A230029795D\"\n               BuildableName = \"LYCStatusBarAlertDemoTests.xctest\"\n               BlueprintName = \"LYCStatusBarAlertDemoTests\"\n               ReferencedContainer = \"container:LYCStatusBarAlertDemo.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      buildConfiguration = \"Debug\">\n      <Testables>\n         <TestableReference\n            skipped = \"NO\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"BC522C011A834A230029795D\"\n               BuildableName = \"LYCStatusBarAlertDemoTests.xctest\"\n               BlueprintName = \"LYCStatusBarAlertDemoTests\"\n               ReferencedContainer = \"container:LYCStatusBarAlertDemo.xcodeproj\">\n            </BuildableReference>\n         </TestableReference>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"BC522BE81A834A230029795D\"\n            BuildableName = \"LYCStatusBarAlertDemo.app\"\n            BlueprintName = \"LYCStatusBarAlertDemo\"\n            ReferencedContainer = \"container:LYCStatusBarAlertDemo.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n   </TestAction>\n   <LaunchAction\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      buildConfiguration = \"Debug\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      allowLocationSimulation = \"YES\">\n      <BuildableProductRunnable>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"BC522BE81A834A230029795D\"\n            BuildableName = \"LYCStatusBarAlertDemo.app\"\n            BlueprintName = \"LYCStatusBarAlertDemo\"\n            ReferencedContainer = \"container:LYCStatusBarAlertDemo.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      buildConfiguration = \"Release\"\n      debugDocumentVersioning = \"YES\">\n      <BuildableProductRunnable>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"BC522BE81A834A230029795D\"\n            BuildableName = \"LYCStatusBarAlertDemo.app\"\n            BlueprintName = \"LYCStatusBarAlertDemo\"\n            ReferencedContainer = \"container:LYCStatusBarAlertDemo.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "LYCStatusBarAlertDemo.xcodeproj/xcuserdata/qianfeng.xcuserdatad/xcschemes/xcschememanagement.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>SchemeUserState</key>\n\t<dict>\n\t\t<key>LYCStatusBarAlertDemo.xcscheme</key>\n\t\t<dict>\n\t\t\t<key>orderHint</key>\n\t\t\t<integer>0</integer>\n\t\t</dict>\n\t</dict>\n\t<key>SuppressBuildableAutocreation</key>\n\t<dict>\n\t\t<key>BC522BE81A834A230029795D</key>\n\t\t<dict>\n\t\t\t<key>primary</key>\n\t\t\t<true/>\n\t\t</dict>\n\t\t<key>BC522C011A834A230029795D</key>\n\t\t<dict>\n\t\t\t<key>primary</key>\n\t\t\t<true/>\n\t\t</dict>\n\t</dict>\n</dict>\n</plist>\n"
  },
  {
    "path": "LYCStatusBarAlertDemoTests/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>en</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>com.1000phone.$(PRODUCT_NAME:rfc1034identifier)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>BNDL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "LYCStatusBarAlertDemoTests/LYCStatusBarAlertDemoTests.m",
    "content": "//\n//  LYCStatusBarAlertDemoTests.m\n//  LYCStatusBarAlertDemoTests\n//\n//  Created by qianfeng on 15-2-5.\n//  Copyright (c) 2015年 黎跃春. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n#import <XCTest/XCTest.h>\n\n@interface LYCStatusBarAlertDemoTests : XCTestCase\n\n@end\n\n@implementation LYCStatusBarAlertDemoTests\n\n- (void)setUp {\n    [super setUp];\n    // Put setup code here. This method is called before the invocation of each test method in the class.\n}\n\n- (void)tearDown {\n    // Put teardown code here. This method is called after the invocation of each test method in the class.\n    [super tearDown];\n}\n\n- (void)testExample {\n    // This is an example of a functional test case.\n    XCTAssert(YES, @\"Pass\");\n}\n\n- (void)testPerformanceExample {\n    // This is an example of a performance test case.\n    [self measureBlock:^{\n        // Put the code you want to measure the time of here.\n    }];\n}\n\n@end\n"
  }
]