|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | C43D444627281D39006A31FD /* LCTestObject.m in Sources */ = {isa = PBXBuildFile; fileRef = C43D444527281D39006A31FD /* LCTestObject.m */; }; |
11 | 11 | C474960127672EC600DBBF06 /* yellowicon.png in Resources */ = {isa = PBXBuildFile; fileRef = C474960027672EC500DBBF06 /* yellowicon.png */; }; |
| 12 | + C48D1B0527747095004568E4 /* test.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = C48D1B0027747095004568E4 /* test.mp4 */; }; |
| 13 | + C48D1B0627747095004568E4 /* test.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = C48D1B0127747095004568E4 /* test.mp3 */; }; |
| 14 | + C48D1B0727747095004568E4 /* test.zip in Resources */ = {isa = PBXBuildFile; fileRef = C48D1B0227747095004568E4 /* test.zip */; }; |
| 15 | + C48D1B0827747095004568E4 /* test.jpg in Resources */ = {isa = PBXBuildFile; fileRef = C48D1B0327747095004568E4 /* test.jpg */; }; |
| 16 | + C48D1B0927747095004568E4 /* test.png in Resources */ = {isa = PBXBuildFile; fileRef = C48D1B0427747095004568E4 /* test.png */; }; |
12 | 17 | C497609E276B5C1E00E8045D /* LCIMMessageTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C497609D276B5C1E00E8045D /* LCIMMessageTestCase.swift */; }; |
13 | 18 | C497E8C52760A77300441160 /* LCPushTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C497E8C42760A77300441160 /* LCPushTestCase.swift */; }; |
14 | | - C4997A2F2761D6B30055EF2E /* LCIMTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4997A2E2761D6B30055EF2E /* LCIMTestCase.swift */; }; |
15 | 19 | C4997A312761F6630055EF2E /* TestCaseDelegator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4997A302761F6630055EF2E /* TestCaseDelegator.swift */; }; |
16 | 20 | C49BC44B275F6ABE00032059 /* LCLiveQueryTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C49BC44A275F6ABE00032059 /* LCLiveQueryTestCase.swift */; }; |
17 | 21 | C4B25E3D27267DE700F9414F /* LCObjectTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4B25E3C27267DE700F9414F /* LCObjectTestCase.swift */; }; |
18 | 22 | C4B7A99327698C4A00D8833B /* LCIMClientTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4B7A99227698C4A00D8833B /* LCIMClientTestCase.swift */; }; |
| 23 | + C4E9B1CB276C3293004CA642 /* LCIMConversationTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4E9B1CA276C3293004CA642 /* LCIMConversationTestCase.swift */; }; |
19 | 24 | D305F7B0235577AD00222EBC /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = D305F7AF235577AD00222EBC /* main.swift */; }; |
20 | 25 | D30B6A1424A09978006ABE09 /* LeanCloudObjc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D30B6A0B24A09978006ABE09 /* LeanCloudObjc.framework */; }; |
21 | 26 | D30B6A1B24A09978006ABE09 /* LeanCloudObjc.h in Headers */ = {isa = PBXBuildFile; fileRef = D30B6A0D24A09978006ABE09 /* LeanCloudObjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
541 | 546 | C43D444427281D39006A31FD /* LCTestObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LCTestObject.h; sourceTree = "<group>"; }; |
542 | 547 | C43D444527281D39006A31FD /* LCTestObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LCTestObject.m; sourceTree = "<group>"; }; |
543 | 548 | C474960027672EC500DBBF06 /* yellowicon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = yellowicon.png; sourceTree = "<group>"; }; |
| 549 | + C48D1B0027747095004568E4 /* test.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = test.mp4; sourceTree = "<group>"; }; |
| 550 | + C48D1B0127747095004568E4 /* test.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = test.mp3; sourceTree = "<group>"; }; |
| 551 | + C48D1B0227747095004568E4 /* test.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = test.zip; sourceTree = "<group>"; }; |
| 552 | + C48D1B0327747095004568E4 /* test.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = test.jpg; sourceTree = "<group>"; }; |
| 553 | + C48D1B0427747095004568E4 /* test.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = test.png; sourceTree = "<group>"; }; |
544 | 554 | C497609D276B5C1E00E8045D /* LCIMMessageTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCIMMessageTestCase.swift; sourceTree = "<group>"; }; |
545 | 555 | C497E8C42760A77300441160 /* LCPushTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCPushTestCase.swift; sourceTree = "<group>"; }; |
546 | | - C4997A2E2761D6B30055EF2E /* LCIMTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCIMTestCase.swift; sourceTree = "<group>"; }; |
547 | 556 | C4997A302761F6630055EF2E /* TestCaseDelegator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestCaseDelegator.swift; sourceTree = "<group>"; }; |
548 | 557 | C49BC44A275F6ABE00032059 /* LCLiveQueryTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCLiveQueryTestCase.swift; sourceTree = "<group>"; }; |
549 | 558 | C4B25E3C27267DE700F9414F /* LCObjectTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCObjectTestCase.swift; sourceTree = "<group>"; }; |
550 | 559 | C4B7A99227698C4A00D8833B /* LCIMClientTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCIMClientTestCase.swift; sourceTree = "<group>"; }; |
| 560 | + C4E9B1CA276C3293004CA642 /* LCIMConversationTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LCIMConversationTestCase.swift; sourceTree = "<group>"; }; |
551 | 561 | D305F7A72355760100222EBC /* CLI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CLI; sourceTree = BUILT_PRODUCTS_DIR; }; |
552 | 562 | D305F7AF235577AD00222EBC /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = main.swift; path = ../main.swift; sourceTree = "<group>"; }; |
553 | 563 | D30B6A0B24A09978006ABE09 /* LeanCloudObjc.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LeanCloudObjc.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
1228 | 1238 | path = Protobuf; |
1229 | 1239 | sourceTree = "<group>"; |
1230 | 1240 | }; |
| 1241 | + C48D1AFF27747095004568E4 /* Resources */ = { |
| 1242 | + isa = PBXGroup; |
| 1243 | + children = ( |
| 1244 | + C48D1B0027747095004568E4 /* test.mp4 */, |
| 1245 | + C48D1B0127747095004568E4 /* test.mp3 */, |
| 1246 | + C48D1B0227747095004568E4 /* test.zip */, |
| 1247 | + C48D1B0327747095004568E4 /* test.jpg */, |
| 1248 | + C48D1B0427747095004568E4 /* test.png */, |
| 1249 | + ); |
| 1250 | + path = Resources; |
| 1251 | + sourceTree = "<group>"; |
| 1252 | + }; |
1231 | 1253 | D305F7AE2355771B00222EBC /* CLI */ = { |
1232 | 1254 | isa = PBXGroup; |
1233 | 1255 | children = ( |
|
1250 | 1272 | D30B6A1724A09978006ABE09 /* LeanCloudObjcTests */ = { |
1251 | 1273 | isa = PBXGroup; |
1252 | 1274 | children = ( |
| 1275 | + C48D1AFF27747095004568E4 /* Resources */, |
1253 | 1276 | D30B6B6024A0A932006ABE09 /* LeanCloudObjcTests-Bridging-Header.h */, |
1254 | 1277 | C43D444427281D39006A31FD /* LCTestObject.h */, |
1255 | 1278 | C43D444527281D39006A31FD /* LCTestObject.m */, |
|
1266 | 1289 | D39724C524A852400099A518 /* IMClientTestCase.swift */, |
1267 | 1290 | C4997A302761F6630055EF2E /* TestCaseDelegator.swift */, |
1268 | 1291 | D36A095925BEA75000A4F312 /* IMMessageTestCase.swift */, |
1269 | | - C4997A2E2761D6B30055EF2E /* LCIMTestCase.swift */, |
1270 | 1292 | C4B7A99227698C4A00D8833B /* LCIMClientTestCase.swift */, |
| 1293 | + C4E9B1CA276C3293004CA642 /* LCIMConversationTestCase.swift */, |
1271 | 1294 | C497609D276B5C1E00E8045D /* LCIMMessageTestCase.swift */, |
1272 | 1295 | C474960027672EC500DBBF06 /* yellowicon.png */, |
1273 | 1296 | D30B6A1A24A09978006ABE09 /* Info.plist */, |
|
1695 | 1718 | buildActionMask = 2147483647; |
1696 | 1719 | files = ( |
1697 | 1720 | C474960127672EC600DBBF06 /* yellowicon.png in Resources */, |
| 1721 | + C48D1B0827747095004568E4 /* test.jpg in Resources */, |
| 1722 | + C48D1B0727747095004568E4 /* test.zip in Resources */, |
| 1723 | + C48D1B0527747095004568E4 /* test.mp4 in Resources */, |
| 1724 | + C48D1B0627747095004568E4 /* test.mp3 in Resources */, |
| 1725 | + C48D1B0927747095004568E4 /* test.png in Resources */, |
1698 | 1726 | ); |
1699 | 1727 | runOnlyForDeploymentPostprocessing = 0; |
1700 | 1728 | }; |
|
1845 | 1873 | D36A095A25BEA75000A4F312 /* IMMessageTestCase.swift in Sources */, |
1846 | 1874 | C43D444627281D39006A31FD /* LCTestObject.m in Sources */, |
1847 | 1875 | C4B25E3D27267DE700F9414F /* LCObjectTestCase.swift in Sources */, |
1848 | | - C4997A2F2761D6B30055EF2E /* LCIMTestCase.swift in Sources */, |
1849 | 1876 | C49BC44B275F6ABE00032059 /* LCLiveQueryTestCase.swift in Sources */, |
| 1877 | + C4E9B1CB276C3293004CA642 /* LCIMConversationTestCase.swift in Sources */, |
1850 | 1878 | D3AD74AB24BC216200D1BBEE /* LCUserTestCase.swift in Sources */, |
1851 | 1879 | D33127D526CE391500BBDE09 /* LCLeaderboardTestCase.swift in Sources */, |
1852 | 1880 | C4997A312761F6630055EF2E /* TestCaseDelegator.swift in Sources */, |
|
0 commit comments