<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Icon.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -20,18 +20,15 @@
 	return [contacts count];
 }
 
+#define MyIdentifier @&quot;MyIdentifier&quot;
 
 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
-	
-	static NSString *MyIdentifier = @&quot;MyIdentifier&quot;;
-	
 	UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:MyIdentifier];
 	if (cell == nil) {
 		cell = [[[UITableViewCell alloc] initWithFrame:CGRectMake(0,0,0,0) reuseIdentifier:MyIdentifier] autorelease];
 	}
 	// Configure the cell
 	Person *person = [contacts objectAtIndex:indexPath.row];
-	NSLog(@&quot;Contact: %@&quot;, person);
 	
 	cell.text = person.name;
 	return cell;</diff>
      <filename>Classes/ContactsTableViewController.m</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,7 @@
 		28AD73880D9D96C1002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD73870D9D96C1002E5188 /* MainWindow.xib */; };
 		31A9E8E90E6BF8E5006DD78B /* ContactsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A9E8E80E6BF8E5006DD78B /* ContactsTableViewController.m */; };
 		31A9E8FC0E6BFB25006DD78B /* Person.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A9E8FB0E6BFB25006DD78B /* Person.m */; };
+		31BB774A0E6D00B60052681F /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 31BB77490E6D00B60052681F /* Icon.png */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
@@ -31,6 +32,7 @@
 		31A9E8E80E6BF8E5006DD78B /* ContactsTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContactsTableViewController.m; sourceTree = &quot;&lt;group&gt;&quot;; };
 		31A9E8FA0E6BFB25006DD78B /* Person.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Person.h; sourceTree = &quot;&lt;group&gt;&quot;; };
 		31A9E8FB0E6BFB25006DD78B /* Person.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Person.m; sourceTree = &quot;&lt;group&gt;&quot;; };
+		31BB77490E6D00B60052681F /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = &quot;&lt;group&gt;&quot;; };
 		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };
 /* End PBXFileReference section */
 
@@ -92,6 +94,7 @@
 		29B97317FDCFA39411CA2CEA /* Resources */ = {
 			isa = PBXGroup;
 			children = (
+				31BB77490E6D00B60052681F /* Icon.png */,
 				282CCBFD0DB6C98000C4EA27 /* SecondView.xib */,
 				28AD73870D9D96C1002E5188 /* MainWindow.xib */,
 				8D1107310486CEB800E47090 /* Info.plist */,
@@ -152,6 +155,7 @@
 			files = (
 				28AD73880D9D96C1002E5188 /* MainWindow.xib in Resources */,
 				282CCBFE0DB6C98000C4EA27 /* SecondView.xib in Resources */,
+				31BB774A0E6D00B60052681F /* Icon.png in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -202,12 +206,13 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ARCHS = &quot;$(ARCHS_STANDARD_32_BIT)&quot;;
-				&quot;CODE_SIGN_IDENTITY[sdk=iphoneos*]&quot; = &quot;iPhone Developer&quot;;
+				&quot;CODE_SIGN_IDENTITY[sdk=iphoneos*]&quot; = &quot;iPhone Developer: Nic Williams&quot;;
 				GCC_C_LANGUAGE_STANDARD = c99;
 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
 				GCC_WARN_UNUSED_VARIABLE = YES;
 				ONLY_ACTIVE_ARCH = YES;
 				PREBINDING = NO;
+				&quot;PROVISIONING_PROFILE[sdk=iphoneos*]&quot; = &quot;DA06B311-223C-4803-99DE-03C4BCFE6A7E&quot;;
 				SDKROOT = iphoneos2.0;
 			};
 			name = Debug;</diff>
      <filename>Highrise.xcodeproj/project.pbxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d5e947c7902f170f2dc02456a70ea797ae856698</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/mocra/highrise-iphone/commit/0bc2aa1c9d7e1614a00af88caee31f1d8fe7249b</url>
  <id>0bc2aa1c9d7e1614a00af88caee31f1d8fe7249b</id>
  <committed-date>2008-09-01T22:23:42-07:00</committed-date>
  <authored-date>2008-09-01T22:23:42-07:00</authored-date>
  <message>added simple icon</message>
  <tree>9db6531b362e425dc78715258eee4037ba08324d</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
