+ B5278B182A71BD10009F6462 /* Presentation */ = {
+ isa = PBXGroup;
+ children = (
+ B5278B1D2A71BD8A009F6462 /* Settings */,
+ B5278B1B2A71BD2E009F6462 /* Popovers */,
+ B5278B1A2A71BD1F009F6462 /* Windows */,
+ B5278B192A71BD1A009F6462 /* Screens */,
+ );
+ path = Presentation;
+ sourceTree = "<group>";
+ };
+ B5278B192A71BD1A009F6462 /* Screens */ = {
+ isa = PBXGroup;
+ children = (
+ B5F915532A6EF80D007ECE8E /* PreferencesScreen.swift */,
+ );
+ path = Screens;
+ sourceTree = "<group>";
+ };
+ B5278B1A2A71BD1F009F6462 /* Windows */ = {
+ isa = PBXGroup;
+ children = (
+ B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */,
+ B5278B222A71C140009F6462 /* PreferencesWindow.swift */,
+ );
+ path = Windows;
+ sourceTree = "<group>";
+ };
+ B5278B1B2A71BD2E009F6462 /* Popovers */ = {
+ isa = PBXGroup;
+ children = (
+ B5278B162A71528F009F6462 /* HelpPopoverViewController.swift */,
+ );
+ path = Popovers;
+ sourceTree = "<group>";
+ };
+ B5278B1C2A71BD3C009F6462 /* Data */ = {
+ isa = PBXGroup;
+ children = (
+ B5278B202A71BFC3009F6462 /* SettingsStructs.swift */,
+ B5278B292A73992D009F6462 /* GifRenderer.swift */,
+ B5278B2B2A739B3A009F6462 /* CapturaFile.swift */,
+ B5F9155A2A6EF80E007ECE8E /* CapturaRemoteFile+name.swift */,
+ B5278B372A73D1EE009F6462 /* CapturaSettings.swift */,
+ B5278B3C2A74420F009F6462 /* Captura.xcdatamodeld */,
+ B5278B3F2A744297009F6462 /* Persistence.swift */,
+ B5278B412A779CDB009F6462 /* BackendResponse.swift */,
+ B5278B462A77E8D7009F6462 /* CapturaURLDecoder.swift */,
+ );
+ path = Data;
+ sourceTree = "<group>";
+ };
+ B5278B1D2A71BD8A009F6462 /* Settings */ = {
+ isa = PBXGroup;
+ children = (
+ B5278B1E2A71BD9B009F6462 /* OutputSettings.swift */,
+ B5278B242A71CA80009F6462 /* AdvancedSettings.swift */,
+ );
+ path = Settings;
+ sourceTree = "<group>";
+ };
+ B5278B262A739862009F6462 /* Core Extensions */ = {
+ isa = PBXGroup;
+ children = (
+ B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */,
+ B5278B272A739871009F6462 /* CGImage+resize.swift */,
+ B5278B302A73AEAE009F6462 /* CVImageBuffer+cgImage.swift */,
+ );
+ path = "Core Extensions";
+ sourceTree = "<group>";
+ };
+ B5278B322A73AFEC009F6462 /* Domain */ = {
+ isa = PBXGroup;
+ children = (
+ B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */,
+ B5278B352A73B3AA009F6462 /* CapturaCaptureSession.swift */,
+ B5278B442A77D924009F6462 /* CaptureSessionConfiguration.swift */,
+ );
+ path = Domain;
+ sourceTree = "<group>";
+ };