Added DBTopic

This commit is contained in:
daniel
2011-01-07 13:18:10 -05:00
parent f4f6b862cd
commit 6e09251be4

View File

@@ -31,6 +31,7 @@
A7A2D3C812D7829E00683D6F /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7A2D3C712D7829E00683D6F /* MobileCoreServices.framework */; };
A7A2D3CA12D7829E00683D6F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7A2D3C912D7829E00683D6F /* SystemConfiguration.framework */; };
A7A2D47812D7849300683D6F /* DBEnvironment.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A2D47712D7849300683D6F /* DBEnvironment.m */; };
A7A2D49F12D78DA500683D6F /* DBTopic.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A2D49E12D78DA500683D6F /* DBTopic.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -469,6 +470,8 @@
A7A2D3C912D7829E00683D6F /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
A7A2D47612D7849300683D6F /* DBEnvironment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DBEnvironment.h; sourceTree = "<group>"; };
A7A2D47712D7849300683D6F /* DBEnvironment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DBEnvironment.m; sourceTree = "<group>"; };
A7A2D49D12D78DA500683D6F /* DBTopic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DBTopic.h; sourceTree = "<group>"; };
A7A2D49E12D78DA500683D6F /* DBTopic.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DBTopic.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -508,6 +511,8 @@
1D3623250D0F684500981E51 /* DiscussionBoardAppDelegate.m */,
A7A2D47612D7849300683D6F /* DBEnvironment.h */,
A7A2D47712D7849300683D6F /* DBEnvironment.m */,
A7A2D49D12D78DA500683D6F /* DBTopic.h */,
A7A2D49E12D78DA500683D6F /* DBTopic.m */,
);
path = Classes;
sourceTree = "<group>";
@@ -1147,6 +1152,7 @@
1D60589B0D05DD56006BFB54 /* main.m in Sources */,
1D3623260D0F684500981E51 /* DiscussionBoardAppDelegate.m in Sources */,
A7A2D47812D7849300683D6F /* DBEnvironment.m in Sources */,
A7A2D49F12D78DA500683D6F /* DBTopic.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};