[
  {
    "path": "CWStarRatingViewDemo/AppDelegate.h",
    "content": "//\n//  AppDelegate.h\n//  CWStarRatingViewDemo\n//\n//  Created by WANGCHAO on 14/11/8.\n//  Copyright (c) 2014年 wangchao. 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\n@end\n\n"
  },
  {
    "path": "CWStarRatingViewDemo/AppDelegate.m",
    "content": "//\n//  AppDelegate.m\n//  CWStarRatingViewDemo\n//\n//  Created by WANGCHAO on 14/11/8.\n//  Copyright (c) 2014年 wangchao. All rights reserved.\n//\n\n#import \"AppDelegate.h\"\n\n@interface AppDelegate ()\n\n@end\n\n@implementation AppDelegate\n\n\n- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {\n    // Override point for customization after application launch.\n    return YES;\n}\n\n- (void)applicationWillResignActive:(UIApplication *)application {\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    // 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    // 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    // 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    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.\n}\n\n@end\n"
  },
  {
    "path": "CWStarRatingViewDemo/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) 2014年 wangchao. 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=\"CWStarRatingViewDemo\" 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": "CWStarRatingViewDemo/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": "CWStarRatingViewDemo/CWStarRateView.h",
    "content": "//\n//  CWStarRateView.h\n//  StarRateDemo\n//\n//  Created by WANGCHAO on 14/11/4.\n//  Copyright (c) 2014年 wangchao. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n@class CWStarRateView;\n@protocol CWStarRateViewDelegate <NSObject>\n@optional\n- (void)starRateView:(CWStarRateView *)starRateView scroePercentDidChange:(CGFloat)newScorePercent;\n@end\n\n@interface CWStarRateView : UIView\n\n@property (nonatomic, assign) CGFloat scorePercent;//得分值，范围为0--1，默认为1\n@property (nonatomic, assign) BOOL hasAnimation;//是否允许动画，默认为NO\n@property (nonatomic, assign) BOOL allowIncompleteStar;//评分时是否允许不是整星，默认为NO\n\n@property (nonatomic, weak) id<CWStarRateViewDelegate>delegate;\n\n- (instancetype)initWithFrame:(CGRect)frame numberOfStars:(NSInteger)numberOfStars;\n\n@end"
  },
  {
    "path": "CWStarRatingViewDemo/CWStarRateView.m",
    "content": "//\n//  CWStarRateView.m\n//  StarRateDemo\n//\n//  Created by WANGCHAO on 14/11/4.\n//  Copyright (c) 2014年 wangchao. All rights reserved.\n//\n\n#import \"CWStarRateView.h\"\n\n#define FOREGROUND_STAR_IMAGE_NAME @\"b27_icon_star_yellow\"\n#define BACKGROUND_STAR_IMAGE_NAME @\"b27_icon_star_gray\"\n#define DEFALUT_STAR_NUMBER 5\n#define ANIMATION_TIME_INTERVAL 0.2\n\n@interface CWStarRateView ()\n\n@property (nonatomic, strong) UIView *foregroundStarView;\n@property (nonatomic, strong) UIView *backgroundStarView;\n\n@property (nonatomic, assign) NSInteger numberOfStars;\n\n@end\n\n@implementation CWStarRateView\n\n#pragma mark - Init Methods\n- (instancetype)init {\n    NSAssert(NO, @\"You should never call this method in this class. Use initWithFrame: instead!\");\n    return nil;\n}\n\n- (instancetype)initWithFrame:(CGRect)frame {\n    return [self initWithFrame:frame numberOfStars:DEFALUT_STAR_NUMBER];\n}\n\n- (instancetype)initWithCoder:(NSCoder *)aDecoder {\n    if (self = [super initWithCoder:aDecoder]) {\n        _numberOfStars = DEFALUT_STAR_NUMBER;\n        [self buildDataAndUI];\n    }\n    return self;\n}\n\n- (instancetype)initWithFrame:(CGRect)frame numberOfStars:(NSInteger)numberOfStars {\n    if (self = [super initWithFrame:frame]) {\n        _numberOfStars = numberOfStars;\n        [self buildDataAndUI];\n    }\n    return self;\n}\n\n#pragma mark - Private Methods\n\n- (void)buildDataAndUI {\n    _scorePercent = 1;//默认为1\n    _hasAnimation = NO;//默认为NO\n    _allowIncompleteStar = NO;//默认为NO\n\n    self.foregroundStarView = [self createStarViewWithImage:FOREGROUND_STAR_IMAGE_NAME];\n    self.backgroundStarView = [self createStarViewWithImage:BACKGROUND_STAR_IMAGE_NAME];\n    \n    [self addSubview:self.backgroundStarView];\n    [self addSubview:self.foregroundStarView];\n    \n    UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(userTapRateView:)];\n    tapGesture.numberOfTapsRequired = 1;\n    [self addGestureRecognizer:tapGesture];\n}\n\n- (void)userTapRateView:(UITapGestureRecognizer *)gesture {\n    CGPoint tapPoint = [gesture locationInView:self];\n    CGFloat offset = tapPoint.x;\n    CGFloat realStarScore = offset / (self.bounds.size.width / self.numberOfStars);\n    CGFloat starScore = self.allowIncompleteStar ? realStarScore : ceilf(realStarScore);\n    self.scorePercent = starScore / self.numberOfStars;\n}\n\n- (UIView *)createStarViewWithImage:(NSString *)imageName {\n    UIView *view = [[UIView alloc] initWithFrame:self.bounds];\n    view.clipsToBounds = YES;\n    view.backgroundColor = [UIColor clearColor];\n    for (NSInteger i = 0; i < self.numberOfStars; i ++)\n    {\n        UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:imageName]];\n        imageView.frame = CGRectMake(i * self.bounds.size.width / self.numberOfStars, 0, self.bounds.size.width / self.numberOfStars, self.bounds.size.height);\n        imageView.contentMode = UIViewContentModeScaleAspectFit;\n        [view addSubview:imageView];\n    }\n    return view;\n}\n\n- (void)layoutSubviews {\n    [super layoutSubviews];\n    __weak CWStarRateView *weakSelf = self;\n    CGFloat animationTimeInterval = self.hasAnimation ? ANIMATION_TIME_INTERVAL : 0;\n    [UIView animateWithDuration:animationTimeInterval animations:^{\n       weakSelf.foregroundStarView.frame = CGRectMake(0, 0, weakSelf.bounds.size.width * weakSelf.scorePercent, weakSelf.bounds.size.height);\n    }];\n}\n\n#pragma mark - Get and Set Methods\n\n- (void)setScorePercent:(CGFloat)scroePercent {\n    if (_scorePercent == scroePercent) {\n        return;\n    }\n    \n    if (scroePercent < 0) {\n        _scorePercent = 0;\n    } else if (scroePercent > 1) {\n        _scorePercent = 1;\n    } else {\n        _scorePercent = scroePercent;\n    }\n    \n    if ([self.delegate respondsToSelector:@selector(starRateView:scroePercentDidChange:)]) {\n        [self.delegate starRateView:self scroePercentDidChange:scroePercent];\n    }\n    \n    [self setNeedsLayout];\n}\n\n@end\n"
  },
  {
    "path": "CWStarRatingViewDemo/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": "CWStarRatingViewDemo/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>tagged.$(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": "CWStarRatingViewDemo/ViewController.h",
    "content": "//\n//  ViewController.h\n//  CWStarRatingViewDemo\n//\n//  Created by WANGCHAO on 14/11/8.\n//  Copyright (c) 2014年 wangchao. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n@interface ViewController : UIViewController\n\n\n@end\n\n"
  },
  {
    "path": "CWStarRatingViewDemo/ViewController.m",
    "content": "//\n//  ViewController.m\n//  CWStarRatingViewDemo\n//\n//  Created by WANGCHAO on 14/11/8.\n//  Copyright (c) 2014年 wangchao. All rights reserved.\n//\n\n#import \"ViewController.h\"\n\n#import \"ViewController.h\"\n#import \"CWStarRateView.h\"\n\n@interface ViewController ()\n\n@property (strong, nonatomic) CWStarRateView *starRateView;\n\n@end\n\n@implementation ViewController\n\n- (void)viewDidLoad {\n    [super viewDidLoad];\n    self.starRateView = [[CWStarRateView alloc] initWithFrame:CGRectMake(10, 100, 300, 40) numberOfStars:5];\n    self.starRateView.scorePercent = 0.3;\n    self.starRateView.allowIncompleteStar = YES;\n    self.starRateView.hasAnimation = YES;\n    [self.view addSubview:self.starRateView];\n}\n\n@end\n"
  },
  {
    "path": "CWStarRatingViewDemo/main.m",
    "content": "//\n//  main.m\n//  CWStarRatingViewDemo\n//\n//  Created by WANGCHAO on 14/11/8.\n//  Copyright (c) 2014年 wangchao. 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": "CWStarRatingViewDemo.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\t7FE671F01A0E63A400E2D872 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FE671EF1A0E63A400E2D872 /* main.m */; };\n\t\t7FE671F31A0E63A400E2D872 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FE671F21A0E63A400E2D872 /* AppDelegate.m */; };\n\t\t7FE671F61A0E63A400E2D872 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FE671F51A0E63A400E2D872 /* ViewController.m */; };\n\t\t7FE671F91A0E63A400E2D872 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7FE671F71A0E63A400E2D872 /* Main.storyboard */; };\n\t\t7FE671FB1A0E63A400E2D872 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7FE671FA1A0E63A400E2D872 /* Images.xcassets */; };\n\t\t7FE671FE1A0E63A400E2D872 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7FE671FC1A0E63A400E2D872 /* LaunchScreen.xib */; };\n\t\t7FE6720A1A0E63A400E2D872 /* CWStarRatingViewDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FE672091A0E63A400E2D872 /* CWStarRatingViewDemoTests.m */; };\n\t\t7FE672151A0E63B700E2D872 /* CWStarRateView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FE672141A0E63B700E2D872 /* CWStarRateView.m */; };\n\t\t7FE672191A0E644500E2D872 /* b27_icon_star_gray@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7FE672171A0E644500E2D872 /* b27_icon_star_gray@2x.png */; };\n\t\t7FE6721A1A0E644500E2D872 /* b27_icon_star_yellow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7FE672181A0E644500E2D872 /* b27_icon_star_yellow@2x.png */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\t7FE672041A0E63A400E2D872 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = 7FE671E21A0E63A400E2D872 /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 7FE671E91A0E63A400E2D872;\n\t\t\tremoteInfo = CWStarRatingViewDemo;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXFileReference section */\n\t\t7FE671EA1A0E63A400E2D872 /* CWStarRatingViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CWStarRatingViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t7FE671EE1A0E63A400E2D872 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t7FE671EF1A0E63A400E2D872 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = \"<group>\"; };\n\t\t7FE671F11A0E63A400E2D872 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = \"<group>\"; };\n\t\t7FE671F21A0E63A400E2D872 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = \"<group>\"; };\n\t\t7FE671F41A0E63A400E2D872 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = \"<group>\"; };\n\t\t7FE671F51A0E63A400E2D872 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = \"<group>\"; };\n\t\t7FE671F81A0E63A400E2D872 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = \"<group>\"; };\n\t\t7FE671FA1A0E63A400E2D872 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = \"<group>\"; };\n\t\t7FE671FD1A0E63A400E2D872 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = \"<group>\"; };\n\t\t7FE672031A0E63A400E2D872 /* CWStarRatingViewDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CWStarRatingViewDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t7FE672081A0E63A400E2D872 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t7FE672091A0E63A400E2D872 /* CWStarRatingViewDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CWStarRatingViewDemoTests.m; sourceTree = \"<group>\"; };\n\t\t7FE672131A0E63B700E2D872 /* CWStarRateView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CWStarRateView.h; sourceTree = \"<group>\"; };\n\t\t7FE672141A0E63B700E2D872 /* CWStarRateView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CWStarRateView.m; sourceTree = \"<group>\"; };\n\t\t7FE672171A0E644500E2D872 /* b27_icon_star_gray@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = \"b27_icon_star_gray@2x.png\"; sourceTree = \"<group>\"; };\n\t\t7FE672181A0E644500E2D872 /* b27_icon_star_yellow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = \"b27_icon_star_yellow@2x.png\"; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t7FE671E71A0E63A400E2D872 /* 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\t7FE672001A0E63A400E2D872 /* 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\t7FE671E11A0E63A400E2D872 = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE671EC1A0E63A400E2D872 /* CWStarRatingViewDemo */,\n\t\t\t\t7FE672061A0E63A400E2D872 /* CWStarRatingViewDemoTests */,\n\t\t\t\t7FE671EB1A0E63A400E2D872 /* Products */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7FE671EB1A0E63A400E2D872 /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE671EA1A0E63A400E2D872 /* CWStarRatingViewDemo.app */,\n\t\t\t\t7FE672031A0E63A400E2D872 /* CWStarRatingViewDemoTests.xctest */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7FE671EC1A0E63A400E2D872 /* CWStarRatingViewDemo */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE672161A0E642C00E2D872 /* CWStarRateView */,\n\t\t\t\t7FE671F11A0E63A400E2D872 /* AppDelegate.h */,\n\t\t\t\t7FE671F21A0E63A400E2D872 /* AppDelegate.m */,\n\t\t\t\t7FE671F41A0E63A400E2D872 /* ViewController.h */,\n\t\t\t\t7FE671F51A0E63A400E2D872 /* ViewController.m */,\n\t\t\t\t7FE671F71A0E63A400E2D872 /* Main.storyboard */,\n\t\t\t\t7FE671FA1A0E63A400E2D872 /* Images.xcassets */,\n\t\t\t\t7FE671FC1A0E63A400E2D872 /* LaunchScreen.xib */,\n\t\t\t\t7FE671ED1A0E63A400E2D872 /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = CWStarRatingViewDemo;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7FE671ED1A0E63A400E2D872 /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE671EE1A0E63A400E2D872 /* Info.plist */,\n\t\t\t\t7FE671EF1A0E63A400E2D872 /* main.m */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7FE672061A0E63A400E2D872 /* CWStarRatingViewDemoTests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE672091A0E63A400E2D872 /* CWStarRatingViewDemoTests.m */,\n\t\t\t\t7FE672071A0E63A400E2D872 /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = CWStarRatingViewDemoTests;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7FE672071A0E63A400E2D872 /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE672081A0E63A400E2D872 /* Info.plist */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7FE672161A0E642C00E2D872 /* CWStarRateView */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE672171A0E644500E2D872 /* b27_icon_star_gray@2x.png */,\n\t\t\t\t7FE672181A0E644500E2D872 /* b27_icon_star_yellow@2x.png */,\n\t\t\t\t7FE672131A0E63B700E2D872 /* CWStarRateView.h */,\n\t\t\t\t7FE672141A0E63B700E2D872 /* CWStarRateView.m */,\n\t\t\t);\n\t\t\tname = CWStarRateView;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\t7FE671E91A0E63A400E2D872 /* CWStarRatingViewDemo */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 7FE6720D1A0E63A400E2D872 /* Build configuration list for PBXNativeTarget \"CWStarRatingViewDemo\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t7FE671E61A0E63A400E2D872 /* Sources */,\n\t\t\t\t7FE671E71A0E63A400E2D872 /* Frameworks */,\n\t\t\t\t7FE671E81A0E63A400E2D872 /* 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 = CWStarRatingViewDemo;\n\t\t\tproductName = CWStarRatingViewDemo;\n\t\t\tproductReference = 7FE671EA1A0E63A400E2D872 /* CWStarRatingViewDemo.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n\t\t7FE672021A0E63A400E2D872 /* CWStarRatingViewDemoTests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 7FE672101A0E63A400E2D872 /* Build configuration list for PBXNativeTarget \"CWStarRatingViewDemoTests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t7FE671FF1A0E63A400E2D872 /* Sources */,\n\t\t\t\t7FE672001A0E63A400E2D872 /* Frameworks */,\n\t\t\t\t7FE672011A0E63A400E2D872 /* Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t7FE672051A0E63A400E2D872 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = CWStarRatingViewDemoTests;\n\t\t\tproductName = CWStarRatingViewDemoTests;\n\t\t\tproductReference = 7FE672031A0E63A400E2D872 /* CWStarRatingViewDemoTests.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\t7FE671E21A0E63A400E2D872 /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastUpgradeCheck = 0610;\n\t\t\t\tORGANIZATIONNAME = wangchao;\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t7FE671E91A0E63A400E2D872 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 6.1;\n\t\t\t\t\t};\n\t\t\t\t\t7FE672021A0E63A400E2D872 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 6.1;\n\t\t\t\t\t\tTestTargetID = 7FE671E91A0E63A400E2D872;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = 7FE671E51A0E63A400E2D872 /* Build configuration list for PBXProject \"CWStarRatingViewDemo\" */;\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 = 7FE671E11A0E63A400E2D872;\n\t\t\tproductRefGroup = 7FE671EB1A0E63A400E2D872 /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t7FE671E91A0E63A400E2D872 /* CWStarRatingViewDemo */,\n\t\t\t\t7FE672021A0E63A400E2D872 /* CWStarRatingViewDemoTests */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t7FE671E81A0E63A400E2D872 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t7FE672191A0E644500E2D872 /* b27_icon_star_gray@2x.png in Resources */,\n\t\t\t\t7FE6721A1A0E644500E2D872 /* b27_icon_star_yellow@2x.png in Resources */,\n\t\t\t\t7FE671F91A0E63A400E2D872 /* Main.storyboard in Resources */,\n\t\t\t\t7FE671FE1A0E63A400E2D872 /* LaunchScreen.xib in Resources */,\n\t\t\t\t7FE671FB1A0E63A400E2D872 /* Images.xcassets in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t7FE672011A0E63A400E2D872 /* 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\t7FE671E61A0E63A400E2D872 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t7FE671F61A0E63A400E2D872 /* ViewController.m in Sources */,\n\t\t\t\t7FE671F31A0E63A400E2D872 /* AppDelegate.m in Sources */,\n\t\t\t\t7FE672151A0E63B700E2D872 /* CWStarRateView.m in Sources */,\n\t\t\t\t7FE671F01A0E63A400E2D872 /* main.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t7FE671FF1A0E63A400E2D872 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t7FE6720A1A0E63A400E2D872 /* CWStarRatingViewDemoTests.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\t7FE672051A0E63A400E2D872 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = 7FE671E91A0E63A400E2D872 /* CWStarRatingViewDemo */;\n\t\t\ttargetProxy = 7FE672041A0E63A400E2D872 /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\t7FE671F71A0E63A400E2D872 /* Main.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE671F81A0E63A400E2D872 /* Base */,\n\t\t\t);\n\t\t\tname = Main.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t7FE671FC1A0E63A400E2D872 /* LaunchScreen.xib */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t7FE671FD1A0E63A400E2D872 /* 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\t7FE6720B1A0E63A400E2D872 /* 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\t7FE6720C1A0E63A400E2D872 /* 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\t7FE6720E1A0E63A400E2D872 /* 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 = CWStarRatingViewDemo/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\t7FE6720F1A0E63A400E2D872 /* 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 = CWStarRatingViewDemo/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\t7FE672111A0E63A400E2D872 /* 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 = CWStarRatingViewDemoTests/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)/CWStarRatingViewDemo.app/CWStarRatingViewDemo\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t7FE672121A0E63A400E2D872 /* 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 = CWStarRatingViewDemoTests/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)/CWStarRatingViewDemo.app/CWStarRatingViewDemo\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t7FE671E51A0E63A400E2D872 /* Build configuration list for PBXProject \"CWStarRatingViewDemo\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t7FE6720B1A0E63A400E2D872 /* Debug */,\n\t\t\t\t7FE6720C1A0E63A400E2D872 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t7FE6720D1A0E63A400E2D872 /* Build configuration list for PBXNativeTarget \"CWStarRatingViewDemo\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t7FE6720E1A0E63A400E2D872 /* Debug */,\n\t\t\t\t7FE6720F1A0E63A400E2D872 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t};\n\t\t7FE672101A0E63A400E2D872 /* Build configuration list for PBXNativeTarget \"CWStarRatingViewDemoTests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t7FE672111A0E63A400E2D872 /* Debug */,\n\t\t\t\t7FE672121A0E63A400E2D872 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t};\n/* End XCConfigurationList section */\n\t};\n\trootObject = 7FE671E21A0E63A400E2D872 /* Project object */;\n}\n"
  },
  {
    "path": "CWStarRatingViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:CWStarRatingViewDemo.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "CWStarRatingViewDemo.xcodeproj/xcuserdata/wangchao.xcuserdatad/xcschemes/CWStarRatingViewDemo.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 = \"7FE671E91A0E63A400E2D872\"\n               BuildableName = \"CWStarRatingViewDemo.app\"\n               BlueprintName = \"CWStarRatingViewDemo\"\n               ReferencedContainer = \"container:CWStarRatingViewDemo.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 = \"7FE672021A0E63A400E2D872\"\n               BuildableName = \"CWStarRatingViewDemoTests.xctest\"\n               BlueprintName = \"CWStarRatingViewDemoTests\"\n               ReferencedContainer = \"container:CWStarRatingViewDemo.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 = \"7FE672021A0E63A400E2D872\"\n               BuildableName = \"CWStarRatingViewDemoTests.xctest\"\n               BlueprintName = \"CWStarRatingViewDemoTests\"\n               ReferencedContainer = \"container:CWStarRatingViewDemo.xcodeproj\">\n            </BuildableReference>\n         </TestableReference>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"7FE671E91A0E63A400E2D872\"\n            BuildableName = \"CWStarRatingViewDemo.app\"\n            BlueprintName = \"CWStarRatingViewDemo\"\n            ReferencedContainer = \"container:CWStarRatingViewDemo.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 = \"7FE671E91A0E63A400E2D872\"\n            BuildableName = \"CWStarRatingViewDemo.app\"\n            BlueprintName = \"CWStarRatingViewDemo\"\n            ReferencedContainer = \"container:CWStarRatingViewDemo.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 = \"7FE671E91A0E63A400E2D872\"\n            BuildableName = \"CWStarRatingViewDemo.app\"\n            BlueprintName = \"CWStarRatingViewDemo\"\n            ReferencedContainer = \"container:CWStarRatingViewDemo.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": "CWStarRatingViewDemo.xcodeproj/xcuserdata/wangchao.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>CWStarRatingViewDemo.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>7FE671E91A0E63A400E2D872</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>7FE672021A0E63A400E2D872</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": "CWStarRatingViewDemoTests/CWStarRatingViewDemoTests.m",
    "content": "//\n//  CWStarRatingViewDemoTests.m\n//  CWStarRatingViewDemoTests\n//\n//  Created by WANGCHAO on 14/11/8.\n//  Copyright (c) 2014年 wangchao. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n#import <XCTest/XCTest.h>\n\n@interface CWStarRatingViewDemoTests : XCTestCase\n\n@end\n\n@implementation CWStarRatingViewDemoTests\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"
  },
  {
    "path": "CWStarRatingViewDemoTests/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>tagged.$(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": "README.md",
    "content": "StarRatingView\n==============\n\n星级评分，支持显示部分星星，支持动画\n![image](https://github.com/wangchaoIOS/StarRatingView/blob/master/Screen%20Shot.png)\n"
  }
]