|
61 | 61 | 548F332B24F2B87300AB3540 /* Person.m in Sources */ = {isa = PBXBuildFile; fileRef = 548F332A24F2B87300AB3540 /* Person.m */; }; |
62 | 62 | 548F332E24F2B8D100AB3540 /* Person+PersonCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 548F332D24F2B8D100AB3540 /* Person+PersonCategory.m */; }; |
63 | 63 | 54CBAE2824FFE4E500AEA0E5 /* iOS内存分区.md in Resources */ = {isa = PBXBuildFile; fileRef = 54CBAE2724FFE4E500AEA0E5 /* iOS内存分区.md */; }; |
| 64 | + 54E19658250909050064027B /* WGRunLoopVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E19657250909050064027B /* WGRunLoopVC.m */; }; |
| 65 | + 54E1965B250A70A90064027B /* WGThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E1965A250A70A90064027B /* WGThread.m */; }; |
| 66 | + 54E1965E250A7BDC0064027B /* WGRunLoopSecondVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E1965D250A7BDC0064027B /* WGRunLoopSecondVC.m */; }; |
| 67 | + 54E19661250E750B0064027B /* WGProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54E19660250E750B0064027B /* WGProxy.m */; }; |
64 | 68 | /* End PBXBuildFile section */ |
65 | 69 |
|
66 | 70 | /* Begin PBXContainerItemProxy section */ |
|
152 | 156 | 548F332C24F2B8D100AB3540 /* Person+PersonCategory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Person+PersonCategory.h"; sourceTree = "<group>"; }; |
153 | 157 | 548F332D24F2B8D100AB3540 /* Person+PersonCategory.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Person+PersonCategory.m"; sourceTree = "<group>"; }; |
154 | 158 | 54CBAE2724FFE4E500AEA0E5 /* iOS内存分区.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "iOS内存分区.md"; sourceTree = "<group>"; }; |
| 159 | + 54E19656250909050064027B /* WGRunLoopVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WGRunLoopVC.h; sourceTree = "<group>"; }; |
| 160 | + 54E19657250909050064027B /* WGRunLoopVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WGRunLoopVC.m; sourceTree = "<group>"; }; |
| 161 | + 54E19659250A70A90064027B /* WGThread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WGThread.h; sourceTree = "<group>"; }; |
| 162 | + 54E1965A250A70A90064027B /* WGThread.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WGThread.m; sourceTree = "<group>"; }; |
| 163 | + 54E1965C250A7BDC0064027B /* WGRunLoopSecondVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WGRunLoopSecondVC.h; sourceTree = "<group>"; }; |
| 164 | + 54E1965D250A7BDC0064027B /* WGRunLoopSecondVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WGRunLoopSecondVC.m; sourceTree = "<group>"; }; |
| 165 | + 54E1965F250E750B0064027B /* WGProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WGProxy.h; sourceTree = "<group>"; }; |
| 166 | + 54E19660250E750B0064027B /* WGProxy.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WGProxy.m; sourceTree = "<group>"; }; |
155 | 167 | /* End PBXFileReference section */ |
156 | 168 |
|
157 | 169 | /* Begin PBXFrameworksBuildPhase section */ |
|
184 | 196 | children = ( |
185 | 197 | 3015810B245577A600EC6001 /* WGMonitorManage.h */, |
186 | 198 | 3015810C245577A600EC6001 /* WGMonitorManage.m */, |
| 199 | + 54E19656250909050064027B /* WGRunLoopVC.h */, |
| 200 | + 54E19657250909050064027B /* WGRunLoopVC.m */, |
| 201 | + 54E19659250A70A90064027B /* WGThread.h */, |
| 202 | + 54E1965A250A70A90064027B /* WGThread.m */, |
| 203 | + 54E1965C250A7BDC0064027B /* WGRunLoopSecondVC.h */, |
| 204 | + 54E1965D250A7BDC0064027B /* WGRunLoopSecondVC.m */, |
| 205 | + 54E1965F250E750B0064027B /* WGProxy.h */, |
| 206 | + 54E19660250E750B0064027B /* WGProxy.m */, |
187 | 207 | ); |
188 | 208 | path = WGCore; |
189 | 209 | sourceTree = "<group>"; |
|
507 | 527 | buildActionMask = 2147483647; |
508 | 528 | files = ( |
509 | 529 | 548AC957242F4B3100EEE11C /* ViewController.swift in Sources */, |
| 530 | + 54E19661250E750B0064027B /* WGProxy.m in Sources */, |
510 | 531 | 30160A2924A75A970074FB82 /* BinaryTree.m in Sources */, |
| 532 | + 54E1965B250A70A90064027B /* WGThread.m in Sources */, |
| 533 | + 54E19658250909050064027B /* WGRunLoopVC.m in Sources */, |
511 | 534 | 548F332B24F2B87300AB3540 /* Person.m in Sources */, |
512 | 535 | 548AC983242F4C7100EEE11C /* WGMainVC.swift in Sources */, |
513 | 536 | 548F332E24F2B8D100AB3540 /* Person+PersonCategory.m in Sources */, |
514 | 537 | 30FD75F824357E3800431678 /* WGMainObjcVC.m in Sources */, |
| 538 | + 54E1965E250A7BDC0064027B /* WGRunLoopSecondVC.m in Sources */, |
515 | 539 | 3015810D245577A600EC6001 /* WGMonitorManage.m in Sources */, |
516 | 540 | 301CF1BC2452BE310024EC69 /* WGFirstVC.m in Sources */, |
517 | 541 | 548AC953242F4B3100EEE11C /* AppDelegate.swift in Sources */, |
|
0 commit comments