Skip to content

Commit

Permalink
retina images & PSD
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebettio committed Jul 8, 2011
1 parent 00ee440 commit d6e977d
Show file tree
Hide file tree
Showing 5 changed files with 2,953 additions and 2,293 deletions.
6 changes: 5 additions & 1 deletion DBSignup.xcodeproj/project.pbxproj
Expand Up @@ -21,6 +21,7 @@
6B41E3F113C26BDE00A35DD6 /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B41E3EE13C26BDE00A35DD6 /* background.png */; };
6B71DD7613C268DD00FD23B0 /* DBSignupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B71DD7413C268DD00FD23B0 /* DBSignupViewController.m */; };
6B71DD7713C268DD00FD23B0 /* DBSignupViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6B71DD7513C268DD00FD23B0 /* DBSignupViewController.xib */; };
6B752F2813C75F910023D62C /* background@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B752F2713C75F910023D62C /* background@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -44,6 +45,7 @@
6B71DD7313C268DD00FD23B0 /* DBSignupViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DBSignupViewController.h; sourceTree = "<group>"; };
6B71DD7413C268DD00FD23B0 /* DBSignupViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DBSignupViewController.m; sourceTree = "<group>"; };
6B71DD7513C268DD00FD23B0 /* DBSignupViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DBSignupViewController.xib; sourceTree = "<group>"; };
6B752F2713C75F910023D62C /* background@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "background@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -117,9 +119,10 @@
6B41E3F313C26BF400A35DD6 /* Images */ = {
isa = PBXGroup;
children = (
6B41E3EE13C26BDE00A35DD6 /* background.png */,
6B752F2713C75F910023D62C /* background@2x.png */,
6B41E3EC13C26BDE00A35DD6 /* male.png */,
6B41E3ED13C26BDE00A35DD6 /* female.png */,
6B41E3EE13C26BDE00A35DD6 /* background.png */,
);
name = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -191,6 +194,7 @@
6B41E3EF13C26BDE00A35DD6 /* male.png in Resources */,
6B41E3F013C26BDE00A35DD6 /* female.png in Resources */,
6B41E3F113C26BDE00A35DD6 /* background.png in Resources */,
6B752F2813C75F910023D62C /* background@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit d6e977d

Please sign in to comment.