Skip to content

Instantly share code, notes, and snippets.

@baron
Created April 25, 2010 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baron/378422 to your computer and use it in GitHub Desktop.
Save baron/378422 to your computer and use it in GitHub Desktop.
From b0b2ffc6b456d93466d34afee36185e9fe4ee9f4 Mon Sep 17 00:00:00 2001
From: baron <fake_email@gmail.com>
Date: Sun, 25 Apr 2010 22:52:47 +0900
Subject: [PATCH] fix build error for demo
---
.../TableViewPull.xcodeproj/project.pbxproj | 24 ++++++++++----------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/Demo/TableViewPull/TableViewPull.xcodeproj/project.pbxproj b/Demo/TableViewPull/TableViewPull.xcodeproj/project.pbxproj
index dec53dc..240d02d 100755
--- a/Demo/TableViewPull/TableViewPull.xcodeproj/project.pbxproj
+++ b/Demo/TableViewPull/TableViewPull.xcodeproj/project.pbxproj
@@ -39,8 +39,8 @@
3A3D909D11188064002B6585 /* EGORefreshTableHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EGORefreshTableHeaderView.m; sourceTree = "<group>"; };
3A3D90A6111881DE002B6585 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
3A3D90A7111881DE002B6585 /* RootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
- 3A3D90C411188297002B6585 /* TableViewPull_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableViewPull_Prefix.pch; path = ../TableViewPull_Prefix.pch; sourceTree = "<group>"; };
- 3A3D910211188495002B6585 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../main.m; sourceTree = "<group>"; };
+ 3A3D90C411188297002B6585 /* TableViewPull_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableViewPull_Prefix.pch; sourceTree = "<group>"; };
+ 3A3D910211188495002B6585 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* TableViewPull-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "TableViewPull-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
/* End PBXFileReference section */
@@ -81,7 +81,7 @@
isa = PBXGroup;
children = (
080E96DDFE201D6D7F000001 /* Classes */,
- 29B97315FDCFA39411CA2CEA /* Other Sources */,
+ 92709C3111847F700055B8AA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
19C28FACFE9D520D11CA2CBB /* Products */,
@@ -90,15 +90,6 @@
name = CustomTemplate;
sourceTree = "<group>";
};
- 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
- isa = PBXGroup;
- children = (
- 3A3D910211188495002B6585 /* main.m */,
- 3A3D90C411188297002B6585 /* TableViewPull_Prefix.pch */,
- );
- path = "Other Sources";
- sourceTree = "<group>";
- };
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
@@ -165,6 +156,15 @@
path = RootViewController;
sourceTree = "<group>";
};
+ 92709C3111847F700055B8AA /* Other Sources */ = {
+ isa = PBXGroup;
+ children = (
+ 3A3D910211188495002B6585 /* main.m */,
+ 3A3D90C411188297002B6585 /* TableViewPull_Prefix.pch */,
+ );
+ name = "Other Sources";
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
--
1.7.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment