|
61 | 61 | DCBA8FE71A92B2FF00DD1A79 /* SCRecorderToolsView.m in Sources */ = {isa = PBXBuildFile; fileRef = DCBA8FE51A92B2FF00DD1A79 /* SCRecorderToolsView.m */; };
|
62 | 62 | DCC1FC491A4AF1DD00F1C653 /* SCRecorderTools.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC1FC471A4AF1DD00F1C653 /* SCRecorderTools.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
63 | 63 | DCC1FC4A1A4AF1DD00F1C653 /* SCRecorderTools.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC1FC481A4AF1DD00F1C653 /* SCRecorderTools.m */; };
|
| 64 | + DCD12A9F1B456C5E0064674D /* SCProcessingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD12A9D1B456C5E0064674D /* SCProcessingQueue.h */; }; |
| 65 | + DCD12AA01B456C5E0064674D /* SCProcessingQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = DCD12A9E1B456C5E0064674D /* SCProcessingQueue.m */; }; |
| 66 | + DCD12AA41B45AA540064674D /* SCIOPixelBuffers.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD12AA21B45AA540064674D /* SCIOPixelBuffers.h */; }; |
| 67 | + DCD12AA51B45AA540064674D /* SCIOPixelBuffers.m in Sources */ = {isa = PBXBuildFile; fileRef = DCD12AA31B45AA540064674D /* SCIOPixelBuffers.m */; }; |
64 | 68 | DCDC1DF81AC79592001DC3D9 /* SCRecorderFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDC1DF71AC79592001DC3D9 /* SCRecorderFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
65 | 69 | DCDC1E161AC797EF001DC3D9 /* SCVideoConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA163941A2028B800505966 /* SCVideoConfiguration.m */; };
|
66 | 70 | DCDC1E171AC797EF001DC3D9 /* SCAudioConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA163981A2028C400505966 /* SCAudioConfiguration.m */; };
|
|
189 | 193 | DCC1FC481A4AF1DD00F1C653 /* SCRecorderTools.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCRecorderTools.m; sourceTree = "<group>"; };
|
190 | 194 | DCCAB6AB17B46C8900CEA47B /* SCAudioTools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCAudioTools.h; sourceTree = "<group>"; };
|
191 | 195 | DCCAB6AC17B46C8900CEA47B /* SCAudioTools.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCAudioTools.m; sourceTree = "<group>"; };
|
| 196 | + DCD12A9D1B456C5E0064674D /* SCProcessingQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCProcessingQueue.h; sourceTree = "<group>"; }; |
| 197 | + DCD12A9E1B456C5E0064674D /* SCProcessingQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCProcessingQueue.m; sourceTree = "<group>"; }; |
| 198 | + DCD12AA21B45AA540064674D /* SCIOPixelBuffers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCIOPixelBuffers.h; sourceTree = "<group>"; }; |
| 199 | + DCD12AA31B45AA540064674D /* SCIOPixelBuffers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCIOPixelBuffers.m; sourceTree = "<group>"; }; |
192 | 200 | DCDC1DF31AC79592001DC3D9 /* SCRecorder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SCRecorder.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
193 | 201 | DCDC1DF61AC79592001DC3D9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
194 | 202 | DCDC1DF71AC79592001DC3D9 /* SCRecorderFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SCRecorderFramework.h; sourceTree = "<group>"; };
|
|
371 | 379 | DCC1FC481A4AF1DD00F1C653 /* SCRecorderTools.m */,
|
372 | 380 | DC10CF261ACFD458009880C4 /* SCWeakSelectorTarget.h */,
|
373 | 381 | DC10CF271ACFD458009880C4 /* SCWeakSelectorTarget.m */,
|
| 382 | + DCD12A9D1B456C5E0064674D /* SCProcessingQueue.h */, |
| 383 | + DCD12A9E1B456C5E0064674D /* SCProcessingQueue.m */, |
| 384 | + DCD12AA21B45AA540064674D /* SCIOPixelBuffers.h */, |
| 385 | + DCD12AA31B45AA540064674D /* SCIOPixelBuffers.m */, |
374 | 386 | );
|
375 | 387 | name = Tools;
|
376 | 388 | sourceTree = "<group>";
|
|
492 | 504 | DC10CF281ACFD458009880C4 /* SCWeakSelectorTarget.h in Headers */,
|
493 | 505 | DCEE378A1B17E6480019C7B5 /* SCContext.h in Headers */,
|
494 | 506 | DCC1FC491A4AF1DD00F1C653 /* SCRecorderTools.h in Headers */,
|
| 507 | + DCD12A9F1B456C5E0064674D /* SCProcessingQueue.h in Headers */, |
495 | 508 | DC4CBA4D1863118E00532F1F /* SCAudioTools.h in Headers */,
|
| 509 | + DCD12AA41B45AA540064674D /* SCIOPixelBuffers.h in Headers */, |
496 | 510 | DC1949C019C07F1600E92A95 /* SCSampleBufferHolder.h in Headers */,
|
497 | 511 | );
|
498 | 512 | runOnlyForDeploymentPostprocessing = 0;
|
|
656 | 670 | DCA163961A2028B800505966 /* SCVideoConfiguration.m in Sources */,
|
657 | 671 | DCEE378B1B17E6480019C7B5 /* SCContext.m in Sources */,
|
658 | 672 | DC50285818E51FC0004E833F /* SCRecorder.m in Sources */,
|
| 673 | + DCD12AA01B456C5E0064674D /* SCProcessingQueue.m in Sources */, |
| 674 | + DCD12AA51B45AA540064674D /* SCIOPixelBuffers.m in Sources */, |
659 | 675 | DC7A62C01AFA47EC00EAB60C /* SCFilterAnimation.m in Sources */,
|
660 | 676 | DCB0415A192458C800D945D2 /* SCImageView.m in Sources */,
|
661 | 677 | DCA163A41A23C7C300505966 /* SCPhotoConfiguration.m in Sources */,
|
|
0 commit comments