|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 4D008F541B8DF5A7003CA07A /* 中介者模式.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D008F531B8DF5A7003CA07A /* 中介者模式.png */; }; |
| 11 | + 4D008F581B8DF81A003CA07A /* HCDAbstractColleague.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D008F571B8DF81A003CA07A /* HCDAbstractColleague.m */; }; |
| 12 | + 4D008F5F1B8DFA90003CA07A /* HCDMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D008F5E1B8DFA90003CA07A /* HCDMediator.m */; }; |
| 13 | + 4D008F621B8DFADB003CA07A /* HCDColleagueA.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D008F611B8DFADB003CA07A /* HCDColleagueA.m */; }; |
| 14 | + 4D008F651B8DFAEB003CA07A /* HCDColleagueB.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D008F641B8DFAEB003CA07A /* HCDColleagueB.m */; }; |
| 15 | + 4D008F681B8E0275003CA07A /* HCDAbstractMediator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D008F671B8E0275003CA07A /* HCDAbstractMediator.m */; }; |
10 | 16 | DD2D69711B7F409900F9E848 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DD2D69701B7F409900F9E848 /* main.m */; }; |
11 | 17 | DD2D69741B7F409900F9E848 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DD2D69731B7F409900F9E848 /* AppDelegate.m */; }; |
12 | 18 | DD2D69771B7F409900F9E848 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD2D69761B7F409900F9E848 /* ViewController.m */; }; |
|
27 | 33 | /* End PBXContainerItemProxy section */ |
28 | 34 |
|
29 | 35 | /* Begin PBXFileReference section */ |
| 36 | + 4D008F531B8DF5A7003CA07A /* 中介者模式.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "中介者模式.png"; sourceTree = "<group>"; }; |
| 37 | + 4D008F561B8DF81A003CA07A /* HCDAbstractColleague.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HCDAbstractColleague.h; sourceTree = "<group>"; }; |
| 38 | + 4D008F571B8DF81A003CA07A /* HCDAbstractColleague.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HCDAbstractColleague.m; sourceTree = "<group>"; }; |
| 39 | + 4D008F5D1B8DFA90003CA07A /* HCDMediator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HCDMediator.h; sourceTree = "<group>"; }; |
| 40 | + 4D008F5E1B8DFA90003CA07A /* HCDMediator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HCDMediator.m; sourceTree = "<group>"; }; |
| 41 | + 4D008F601B8DFADB003CA07A /* HCDColleagueA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HCDColleagueA.h; sourceTree = "<group>"; }; |
| 42 | + 4D008F611B8DFADB003CA07A /* HCDColleagueA.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HCDColleagueA.m; sourceTree = "<group>"; }; |
| 43 | + 4D008F631B8DFAEB003CA07A /* HCDColleagueB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HCDColleagueB.h; sourceTree = "<group>"; }; |
| 44 | + 4D008F641B8DFAEB003CA07A /* HCDColleagueB.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HCDColleagueB.m; sourceTree = "<group>"; }; |
| 45 | + 4D008F661B8E0275003CA07A /* HCDAbstractMediator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HCDAbstractMediator.h; sourceTree = "<group>"; }; |
| 46 | + 4D008F671B8E0275003CA07A /* HCDAbstractMediator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HCDAbstractMediator.m; sourceTree = "<group>"; }; |
30 | 47 | DD2D696B1B7F409900F9E848 /* 20中介者模式.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "20中介者模式.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | 48 | DD2D696F1B7F409900F9E848 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
32 | 49 | DD2D69701B7F409900F9E848 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
|
60 | 77 | /* End PBXFrameworksBuildPhase section */ |
61 | 78 |
|
62 | 79 | /* Begin PBXGroup section */ |
| 80 | + 4D008F551B8DF5B3003CA07A /* 终结者模式 */ = { |
| 81 | + isa = PBXGroup; |
| 82 | + children = ( |
| 83 | + 4D008F561B8DF81A003CA07A /* HCDAbstractColleague.h */, |
| 84 | + 4D008F571B8DF81A003CA07A /* HCDAbstractColleague.m */, |
| 85 | + 4D008F5D1B8DFA90003CA07A /* HCDMediator.h */, |
| 86 | + 4D008F5E1B8DFA90003CA07A /* HCDMediator.m */, |
| 87 | + 4D008F601B8DFADB003CA07A /* HCDColleagueA.h */, |
| 88 | + 4D008F611B8DFADB003CA07A /* HCDColleagueA.m */, |
| 89 | + 4D008F631B8DFAEB003CA07A /* HCDColleagueB.h */, |
| 90 | + 4D008F641B8DFAEB003CA07A /* HCDColleagueB.m */, |
| 91 | + 4D008F661B8E0275003CA07A /* HCDAbstractMediator.h */, |
| 92 | + 4D008F671B8E0275003CA07A /* HCDAbstractMediator.m */, |
| 93 | + ); |
| 94 | + name = "终结者模式"; |
| 95 | + sourceTree = "<group>"; |
| 96 | + }; |
63 | 97 | DD2D69621B7F409900F9E848 = { |
64 | 98 | isa = PBXGroup; |
65 | 99 | children = ( |
|
81 | 115 | DD2D696D1B7F409900F9E848 /* 20中介者模式 */ = { |
82 | 116 | isa = PBXGroup; |
83 | 117 | children = ( |
| 118 | + 4D008F551B8DF5B3003CA07A /* 终结者模式 */, |
| 119 | + 4D008F531B8DF5A7003CA07A /* 中介者模式.png */, |
84 | 120 | DD2D69721B7F409900F9E848 /* AppDelegate.h */, |
85 | 121 | DD2D69731B7F409900F9E848 /* AppDelegate.m */, |
86 | 122 | DD2D69751B7F409900F9E848 /* ViewController.h */, |
|
200 | 236 | buildActionMask = 2147483647; |
201 | 237 | files = ( |
202 | 238 | DD2D697A1B7F409900F9E848 /* Main.storyboard in Resources */, |
| 239 | + 4D008F541B8DF5A7003CA07A /* 中介者模式.png in Resources */, |
203 | 240 | DD2D697F1B7F409900F9E848 /* LaunchScreen.xib in Resources */, |
204 | 241 | DD2D697C1B7F409900F9E848 /* Images.xcassets in Resources */, |
205 | 242 | ); |
|
219 | 256 | isa = PBXSourcesBuildPhase; |
220 | 257 | buildActionMask = 2147483647; |
221 | 258 | files = ( |
| 259 | + 4D008F681B8E0275003CA07A /* HCDAbstractMediator.m in Sources */, |
| 260 | + 4D008F5F1B8DFA90003CA07A /* HCDMediator.m in Sources */, |
222 | 261 | DD2D69771B7F409900F9E848 /* ViewController.m in Sources */, |
| 262 | + 4D008F581B8DF81A003CA07A /* HCDAbstractColleague.m in Sources */, |
| 263 | + 4D008F621B8DFADB003CA07A /* HCDColleagueA.m in Sources */, |
223 | 264 | DD2D69741B7F409900F9E848 /* AppDelegate.m in Sources */, |
224 | 265 | DD2D69711B7F409900F9E848 /* main.m in Sources */, |
| 266 | + 4D008F651B8DFAEB003CA07A /* HCDColleagueB.m in Sources */, |
225 | 267 | ); |
226 | 268 | runOnlyForDeploymentPostprocessing = 0; |
227 | 269 | }; |
|
416 | 458 | DD2D69901B7F409A00F9E848 /* Release */, |
417 | 459 | ); |
418 | 460 | defaultConfigurationIsVisible = 0; |
| 461 | + defaultConfigurationName = Release; |
419 | 462 | }; |
420 | 463 | DD2D69911B7F409A00F9E848 /* Build configuration list for PBXNativeTarget "20中介者模式Tests" */ = { |
421 | 464 | isa = XCConfigurationList; |
|
424 | 467 | DD2D69931B7F409A00F9E848 /* Release */, |
425 | 468 | ); |
426 | 469 | defaultConfigurationIsVisible = 0; |
| 470 | + defaultConfigurationName = Release; |
427 | 471 | }; |
428 | 472 | /* End XCConfigurationList section */ |
429 | 473 | }; |
|
0 commit comments