Skip to content

Commit

Permalink
Added the 2x checkmark image. AliSoftware#50
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Mar 20, 2012
1 parent 61613a3 commit b8a2c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Demo/HudDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
D277FDB311FC834200304321 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D277FDB211FC834200304321 /* Default.png */; };
D277FDB911FC877E00304321 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = D277FDB711FC877E00304321 /* Icon.png */; };
D277FDBA11FC877E00304321 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D277FDB811FC877E00304321 /* [email protected] */; };
D286A6801518736B00E13FB8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D286A67F1518736B00E13FB8 /* [email protected] */; };
D2A6FD1D13ABC5A200BFE4C9 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = D2A6FD1C13ABC5A200BFE4C9 /* [email protected] */; };
D2F88CD6115E9F7F00E6DB82 /* 37x-Checkmark.png in Resources */ = {isa = PBXBuildFile; fileRef = D2F88CD5115E9F7F00E6DB82 /* 37x-Checkmark.png */; };
/* End PBXBuildFile section */
Expand All @@ -42,6 +43,7 @@
D277FDB211FC834200304321 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
D277FDB711FC877E00304321 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
D277FDB811FC877E00304321 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
D286A67F1518736B00E13FB8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Images/[email protected]"; sourceTree = "<group>"; };
D2A6FD1C13ABC5A200BFE4C9 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
D2F88CD5115E9F7F00E6DB82 /* 37x-Checkmark.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "37x-Checkmark.png"; path = "Images/37x-Checkmark.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -130,6 +132,7 @@
D277FDB211FC834200304321 /* Default.png */,
D2A6FD1C13ABC5A200BFE4C9 /* [email protected] */,
D2F88CD5115E9F7F00E6DB82 /* 37x-Checkmark.png */,
D286A67F1518736B00E13FB8 /* [email protected] */,
);
name = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -202,6 +205,7 @@
D277FDB911FC877E00304321 /* Icon.png in Resources */,
D277FDBA11FC877E00304321 /* [email protected] in Resources */,
D2A6FD1D13ABC5A200BFE4C9 /* [email protected] in Resources */,
D286A6801518736B00E13FB8 /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit b8a2c72

Please sign in to comment.