|
16 | 16 | AB5C7E561937FE7000FA7D5B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = AB5C7E551937FE7000FA7D5B /* AppDelegate.m */; }; |
17 | 17 | AB5C7E591937FE7000FA7D5B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB5C7E571937FE7000FA7D5B /* Main.storyboard */; }; |
18 | 18 | AB5C7E5C1937FE7000FA7D5B /* MessageDisplayKitCoreDataExample.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = AB5C7E5A1937FE7000FA7D5B /* MessageDisplayKitCoreDataExample.xcdatamodeld */; }; |
19 | | - AB5C7E5F1937FE7000FA7D5B /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AB5C7E5E1937FE7000FA7D5B /* MasterViewController.m */; }; |
20 | 19 | AB5C7E641937FE7000FA7D5B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AB5C7E631937FE7000FA7D5B /* Images.xcassets */; }; |
21 | 20 | AB5C7E6B1937FE7000FA7D5B /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB5C7E6A1937FE7000FA7D5B /* XCTest.framework */; }; |
22 | 21 | AB5C7E6C1937FE7000FA7D5B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB5C7E431937FE7000FA7D5B /* Foundation.framework */; }; |
|
245 | 244 | AB5C80491938017700FA7D5B /* tabbarBkg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB5C7FB31938017700FA7D5B /* tabbarBkg@2x.png */; }; |
246 | 245 | AB5C804A1938017700FA7D5B /* WeChat@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB5C7FB41938017700FA7D5B /* WeChat@2x.png */; }; |
247 | 246 | AB5C804B1938017700FA7D5B /* TableViewBackgroundImage@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB5C7FB51938017700FA7D5B /* TableViewBackgroundImage@2x.png */; }; |
| 247 | + ABC47CFB193922EB00ECADEA /* MDKMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC47CFA193922EB00ECADEA /* MDKMessage.m */; }; |
248 | 248 | /* End PBXBuildFile section */ |
249 | 249 |
|
250 | 250 | /* Begin PBXContainerItemProxy section */ |
|
271 | 271 | AB5C7E551937FE7000FA7D5B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
272 | 272 | AB5C7E581937FE7000FA7D5B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
273 | 273 | AB5C7E5B1937FE7000FA7D5B /* MessageDisplayKitCoreDataExample.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = MessageDisplayKitCoreDataExample.xcdatamodel; sourceTree = "<group>"; }; |
274 | | - AB5C7E5D1937FE7000FA7D5B /* MasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = "<group>"; }; |
275 | | - AB5C7E5E1937FE7000FA7D5B /* MasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MasterViewController.m; sourceTree = "<group>"; }; |
276 | 274 | AB5C7E631937FE7000FA7D5B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
277 | 275 | AB5C7E691937FE7000FA7D5B /* MessageDisplayKitCoreDataExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MessageDisplayKitCoreDataExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
278 | 276 | AB5C7E6A1937FE7000FA7D5B /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
|
502 | 500 | AB5C7FB31938017700FA7D5B /* tabbarBkg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tabbarBkg@2x.png"; sourceTree = "<group>"; }; |
503 | 501 | AB5C7FB41938017700FA7D5B /* WeChat@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "WeChat@2x.png"; sourceTree = "<group>"; }; |
504 | 502 | AB5C7FB51938017700FA7D5B /* TableViewBackgroundImage@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "TableViewBackgroundImage@2x.png"; sourceTree = "<group>"; }; |
| 503 | + ABC47CF9193922EB00ECADEA /* MDKMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MDKMessage.h; sourceTree = "<group>"; }; |
| 504 | + ABC47CFA193922EB00ECADEA /* MDKMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MDKMessage.m; sourceTree = "<group>"; }; |
505 | 505 | /* End PBXFileReference section */ |
506 | 506 |
|
507 | 507 | /* Begin PBXFrameworksBuildPhase section */ |
|
569 | 569 | AB5C7E541937FE7000FA7D5B /* AppDelegate.h */, |
570 | 570 | AB5C7E551937FE7000FA7D5B /* AppDelegate.m */, |
571 | 571 | AB5C7E571937FE7000FA7D5B /* Main.storyboard */, |
572 | | - AB5C7E5D1937FE7000FA7D5B /* MasterViewController.h */, |
573 | | - AB5C7E5E1937FE7000FA7D5B /* MasterViewController.m */, |
574 | 572 | AB5C7F111937FFCC00FA7D5B /* XHDemoWeChatMessageTableViewController.h */, |
575 | 573 | AB5C7F121937FFCC00FA7D5B /* XHDemoWeChatMessageTableViewController.m */, |
576 | 574 | AB5C7E631937FE7000FA7D5B /* Images.xcassets */, |
577 | 575 | AB5C7E5A1937FE7000FA7D5B /* MessageDisplayKitCoreDataExample.xcdatamodeld */, |
| 576 | + ABC47CF9193922EB00ECADEA /* MDKMessage.h */, |
| 577 | + ABC47CFA193922EB00ECADEA /* MDKMessage.m */, |
578 | 578 | AB5C7E4C1937FE7000FA7D5B /* Supporting Files */, |
579 | 579 | ); |
580 | 580 | path = MessageDisplayKitCoreDataExample; |
|
1259 | 1259 | isa = PBXSourcesBuildPhase; |
1260 | 1260 | buildActionMask = 2147483647; |
1261 | 1261 | files = ( |
1262 | | - AB5C7E5F1937FE7000FA7D5B /* MasterViewController.m in Sources */, |
1263 | 1262 | AB5C7F131937FFCC00FA7D5B /* XHDemoWeChatMessageTableViewController.m in Sources */, |
| 1263 | + ABC47CFB193922EB00ECADEA /* MDKMessage.m in Sources */, |
1264 | 1264 | AB5C7E561937FE7000FA7D5B /* AppDelegate.m in Sources */, |
1265 | 1265 | AB5C7E5C1937FE7000FA7D5B /* MessageDisplayKitCoreDataExample.xcdatamodeld in Sources */, |
1266 | 1266 | AB5C7E521937FE7000FA7D5B /* main.m in Sources */, |
|
1495 | 1495 | AB5C7E7D1937FE7000FA7D5B /* Release */, |
1496 | 1496 | ); |
1497 | 1497 | defaultConfigurationIsVisible = 0; |
| 1498 | + defaultConfigurationName = Release; |
1498 | 1499 | }; |
1499 | 1500 | AB5C7E7E1937FE7000FA7D5B /* Build configuration list for PBXNativeTarget "MessageDisplayKitCoreDataExampleTests" */ = { |
1500 | 1501 | isa = XCConfigurationList; |
|
1503 | 1504 | AB5C7E801937FE7000FA7D5B /* Release */, |
1504 | 1505 | ); |
1505 | 1506 | defaultConfigurationIsVisible = 0; |
| 1507 | + defaultConfigurationName = Release; |
1506 | 1508 | }; |
1507 | 1509 | /* End XCConfigurationList section */ |
1508 | 1510 |
|
|
0 commit comments