|
11 | 11 | DA48D10821EE11D6006A240B /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = DA48D10721EE11D6006A240B /* main.c */; };
|
12 | 12 | DA48D11021EE193A006A240B /* SqList.c in Sources */ = {isa = PBXBuildFile; fileRef = DA48D10F21EE193A006A240B /* SqList.c */; };
|
13 | 13 | DA67B4AF21EF7AFA002D3947 /* LinkList.c in Sources */ = {isa = PBXBuildFile; fileRef = DA67B4AE21EF7AFA002D3947 /* LinkList.c */; };
|
| 14 | + DA8512712220DE23007A250C /* CircularList.c in Sources */ = {isa = PBXBuildFile; fileRef = DA8512702220DE23007A250C /* CircularList.c */; }; |
14 | 15 | /* End PBXBuildFile section */
|
15 | 16 |
|
16 | 17 | /* Begin PBXCopyFilesBuildPhase section */
|
|
35 | 36 | DA67B4AB21EF75A4002D3947 /* List.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = List.h; sourceTree = "<group>"; };
|
36 | 37 | DA67B4AD21EF7AFA002D3947 /* LinkList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LinkList.h; sourceTree = "<group>"; };
|
37 | 38 | DA67B4AE21EF7AFA002D3947 /* LinkList.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = LinkList.c; sourceTree = "<group>"; };
|
| 39 | + DA85126F2220DE23007A250C /* CircularList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CircularList.h; sourceTree = "<group>"; }; |
| 40 | + DA8512702220DE23007A250C /* CircularList.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CircularList.c; sourceTree = "<group>"; }; |
38 | 41 | /* End PBXFileReference section */
|
39 | 42 |
|
40 | 43 | /* Begin PBXFrameworksBuildPhase section */
|
|
80 | 83 | DA48D11121EE1956006A240B /* sqList */,
|
81 | 84 | DA67B4AC21EF7AEE002D3947 /* linkList */,
|
82 | 85 | DA054119221AD6BC004519F5 /* staticList */,
|
| 86 | + DA85126E2220DE08007A250C /* cicularList */, |
83 | 87 | DA48D10721EE11D6006A240B /* main.c */,
|
84 | 88 | );
|
85 | 89 | path = list;
|
|
103 | 107 | path = linkList;
|
104 | 108 | sourceTree = "<group>";
|
105 | 109 | };
|
| 110 | + DA85126E2220DE08007A250C /* cicularList */ = { |
| 111 | + isa = PBXGroup; |
| 112 | + children = ( |
| 113 | + DA85126F2220DE23007A250C /* CircularList.h */, |
| 114 | + DA8512702220DE23007A250C /* CircularList.c */, |
| 115 | + ); |
| 116 | + path = cicularList; |
| 117 | + sourceTree = "<group>"; |
| 118 | + }; |
106 | 119 | /* End PBXGroup section */
|
107 | 120 |
|
108 | 121 | /* Begin PBXNativeTarget section */
|
|
160 | 173 | buildActionMask = 2147483647;
|
161 | 174 | files = (
|
162 | 175 | DA48D10821EE11D6006A240B /* main.c in Sources */,
|
| 176 | + DA8512712220DE23007A250C /* CircularList.c in Sources */, |
163 | 177 | DA05411C221AD6DC004519F5 /* StaticList.c in Sources */,
|
164 | 178 | DA67B4AF21EF7AFA002D3947 /* LinkList.c in Sources */,
|
165 | 179 | DA48D11021EE193A006A240B /* SqList.c in Sources */,
|
|
0 commit comments