Skip to content

Commit

Permalink
Fixed Copy If Needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
taruntyagi697 committed Jul 11, 2014
1 parent 42b970e commit c43336b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Objective-C/Example/Star.xcodeproj/project.pbxproj
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
AA79F2DF196F873E00634823 /* RateView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA79F2DE196F873E00634823 /* RateView.m */; };
AA4A73C9196F890500EC85DC /* RateView.m in Sources */ = {isa = PBXBuildFile; fileRef = AA4A73C8196F890500EC85DC /* RateView.m */; };
AA919DD619670B28007BE4A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA919DD519670B28007BE4A2 /* Foundation.framework */; };
AA919DD819670B28007BE4A2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA919DD719670B28007BE4A2 /* CoreGraphics.framework */; };
AA919DDA19670B28007BE4A2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA919DD919670B28007BE4A2 /* UIKit.framework */; };
Expand Down Expand Up @@ -38,8 +38,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
AA79F2DD196F873E00634823 /* RateView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RateView.h; sourceTree = "<group>"; };
AA79F2DE196F873E00634823 /* RateView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RateView.m; sourceTree = "<group>"; };
AA4A73C7196F890500EC85DC /* RateView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RateView.h; sourceTree = "<group>"; };
AA4A73C8196F890500EC85DC /* RateView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RateView.m; sourceTree = "<group>"; };
AA919DD219670B28007BE4A2 /* Star.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Star.app; sourceTree = BUILT_PRODUCTS_DIR; };
AA919DD519670B28007BE4A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
AA919DD719670B28007BE4A2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -88,19 +88,19 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
AA79F2DC196F873E00634823 /* RateView */ = {
AA4A73C6196F890500EC85DC /* RateView */ = {
isa = PBXGroup;
children = (
AA79F2DD196F873E00634823 /* RateView.h */,
AA79F2DE196F873E00634823 /* RateView.m */,
AA4A73C7196F890500EC85DC /* RateView.h */,
AA4A73C8196F890500EC85DC /* RateView.m */,
);
path = RateView;
sourceTree = "<group>";
};
AA919DC919670B28007BE4A2 = {
isa = PBXGroup;
children = (
AA79F2DC196F873E00634823 /* RateView */,
AA4A73C6196F890500EC85DC /* RateView */,
AA919DDB19670B28007BE4A2 /* Star */,
AA919DFA19670B28007BE4A2 /* StarTests */,
AAB904D31967B76B000B51BF /* Resources */,
Expand Down Expand Up @@ -283,7 +283,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AA79F2DF196F873E00634823 /* RateView.m in Sources */,
AA4A73C9196F890500EC85DC /* RateView.m in Sources */,
AA919DE619670B28007BE4A2 /* STRAppDelegate.m in Sources */,
AA919DEC19670B28007BE4A2 /* STRViewController.m in Sources */,
AA919DE219670B28007BE4A2 /* main.m in Sources */,
Expand Down
Binary file not shown.

0 comments on commit c43336b

Please sign in to comment.