X-Git-Url: https://git.r.bdr.sh/rbdr/captura/blobdiff_plain/bf063563436a12c003968ae4d00991f49fac226c..f5d16c1c8c259966338b23afd407d142f72784aa:/Captura.xcodeproj/project.pbxproj?ds=sidebyside diff --git a/Captura.xcodeproj/project.pbxproj b/Captura.xcodeproj/project.pbxproj index 3d8791a..a506dc5 100644 --- a/Captura.xcodeproj/project.pbxproj +++ b/Captura.xcodeproj/project.pbxproj @@ -7,8 +7,19 @@ objects = { /* Begin PBXBuildFile section */ + B5278B172A71528F009F6462 /* HelpPopoverViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B162A71528F009F6462 /* HelpPopoverViewController.swift */; }; + B5278B1F2A71BD9B009F6462 /* OutputSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B1E2A71BD9B009F6462 /* OutputSettings.swift */; }; + B5278B212A71BFC3009F6462 /* SettingsStructs.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B202A71BFC3009F6462 /* SettingsStructs.swift */; }; + B5278B232A71C140009F6462 /* PreferencesWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B222A71C140009F6462 /* PreferencesWindow.swift */; }; + B5278B252A71CA80009F6462 /* AdvancedSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B242A71CA80009F6462 /* AdvancedSettings.swift */; }; + B5278B282A739871009F6462 /* CGImage+resize.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B272A739871009F6462 /* CGImage+resize.swift */; }; + B5278B2A2A73992D009F6462 /* GifRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B292A73992D009F6462 /* GifRenderer.swift */; }; + B5278B2C2A739B3A009F6462 /* CapturaFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5278B2B2A739B3A009F6462 /* CapturaFile.swift */; }; + B55DDFCC2A6F0253001A5E76 /* Notification+AppEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */; }; + B55DDFCE2A6F069D001A5E76 /* RecordingWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */; }; + B56C70CD2A6EFDF4009B97EB /* CaptureState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */; }; B5F915522A6EF80D007ECE8E /* CapturaApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F915512A6EF80D007ECE8E /* CapturaApp.swift */; }; - B5F915542A6EF80D007ECE8E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F915532A6EF80D007ECE8E /* ContentView.swift */; }; + B5F915542A6EF80D007ECE8E /* PreferencesScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F915532A6EF80D007ECE8E /* PreferencesScreen.swift */; }; B5F915562A6EF80E007ECE8E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B5F915552A6EF80E007ECE8E /* Assets.xcassets */; }; B5F915592A6EF80E007ECE8E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B5F915582A6EF80E007ECE8E /* Preview Assets.xcassets */; }; B5F9155B2A6EF80E007ECE8E /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5F9155A2A6EF80E007ECE8E /* Item.swift */; }; @@ -35,9 +46,20 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + B5278B162A71528F009F6462 /* HelpPopoverViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpPopoverViewController.swift; sourceTree = ""; }; + B5278B1E2A71BD9B009F6462 /* OutputSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutputSettings.swift; sourceTree = ""; }; + B5278B202A71BFC3009F6462 /* SettingsStructs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsStructs.swift; sourceTree = ""; }; + B5278B222A71C140009F6462 /* PreferencesWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindow.swift; sourceTree = ""; }; + B5278B242A71CA80009F6462 /* AdvancedSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedSettings.swift; sourceTree = ""; }; + B5278B272A739871009F6462 /* CGImage+resize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CGImage+resize.swift"; sourceTree = ""; }; + B5278B292A73992D009F6462 /* GifRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GifRenderer.swift; sourceTree = ""; }; + B5278B2B2A739B3A009F6462 /* CapturaFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaFile.swift; sourceTree = ""; }; + B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Notification+AppEvents.swift"; sourceTree = ""; }; + B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordingWindow.swift; sourceTree = ""; }; + B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CaptureState.swift; sourceTree = ""; }; B5F9154E2A6EF80D007ECE8E /* Captura.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Captura.app; sourceTree = BUILT_PRODUCTS_DIR; }; B5F915512A6EF80D007ECE8E /* CapturaApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapturaApp.swift; sourceTree = ""; }; - B5F915532A6EF80D007ECE8E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + B5F915532A6EF80D007ECE8E /* PreferencesScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesScreen.swift; sourceTree = ""; }; B5F915552A6EF80E007ECE8E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; B5F915582A6EF80E007ECE8E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; B5F9155A2A6EF80E007ECE8E /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = ""; }; @@ -74,6 +96,72 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + B5278B182A71BD10009F6462 /* Presentation */ = { + isa = PBXGroup; + children = ( + B5278B1D2A71BD8A009F6462 /* Settings */, + B5278B1B2A71BD2E009F6462 /* Popovers */, + B5278B1A2A71BD1F009F6462 /* Windows */, + B5278B192A71BD1A009F6462 /* Screens */, + ); + path = Presentation; + sourceTree = ""; + }; + B5278B192A71BD1A009F6462 /* Screens */ = { + isa = PBXGroup; + children = ( + B5F915532A6EF80D007ECE8E /* PreferencesScreen.swift */, + ); + path = Screens; + sourceTree = ""; + }; + B5278B1A2A71BD1F009F6462 /* Windows */ = { + isa = PBXGroup; + children = ( + B5F915512A6EF80D007ECE8E /* CapturaApp.swift */, + B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */, + B5278B222A71C140009F6462 /* PreferencesWindow.swift */, + ); + path = Windows; + sourceTree = ""; + }; + B5278B1B2A71BD2E009F6462 /* Popovers */ = { + isa = PBXGroup; + children = ( + B5278B162A71528F009F6462 /* HelpPopoverViewController.swift */, + ); + path = Popovers; + sourceTree = ""; + }; + B5278B1C2A71BD3C009F6462 /* Data */ = { + isa = PBXGroup; + children = ( + B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */, + B5278B202A71BFC3009F6462 /* SettingsStructs.swift */, + B5278B292A73992D009F6462 /* GifRenderer.swift */, + B5278B2B2A739B3A009F6462 /* CapturaFile.swift */, + ); + path = Data; + sourceTree = ""; + }; + B5278B1D2A71BD8A009F6462 /* Settings */ = { + isa = PBXGroup; + children = ( + B5278B1E2A71BD9B009F6462 /* OutputSettings.swift */, + B5278B242A71CA80009F6462 /* AdvancedSettings.swift */, + ); + path = Settings; + sourceTree = ""; + }; + B5278B262A739862009F6462 /* Core Extensions */ = { + isa = PBXGroup; + children = ( + B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */, + B5278B272A739871009F6462 /* CGImage+resize.swift */, + ); + path = "Core Extensions"; + sourceTree = ""; + }; B5F915452A6EF80D007ECE8E = { isa = PBXGroup; children = ( @@ -97,8 +185,9 @@ B5F915502A6EF80D007ECE8E /* Captura */ = { isa = PBXGroup; children = ( - B5F915512A6EF80D007ECE8E /* CapturaApp.swift */, - B5F915532A6EF80D007ECE8E /* ContentView.swift */, + B5278B262A739862009F6462 /* Core Extensions */, + B5278B1C2A71BD3C009F6462 /* Data */, + B5278B182A71BD10009F6462 /* Presentation */, B5F915552A6EF80E007ECE8E /* Assets.xcassets */, B5F9155A2A6EF80E007ECE8E /* Item.swift */, B5F9155C2A6EF80E007ECE8E /* Captura.entitlements */, @@ -262,8 +351,19 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B5F915542A6EF80D007ECE8E /* ContentView.swift in Sources */, + B5F915542A6EF80D007ECE8E /* PreferencesScreen.swift in Sources */, + B5278B282A739871009F6462 /* CGImage+resize.swift in Sources */, + B5278B2C2A739B3A009F6462 /* CapturaFile.swift in Sources */, + B5278B1F2A71BD9B009F6462 /* OutputSettings.swift in Sources */, + B5278B2A2A73992D009F6462 /* GifRenderer.swift in Sources */, + B5278B212A71BFC3009F6462 /* SettingsStructs.swift in Sources */, + B55DDFCE2A6F069D001A5E76 /* RecordingWindow.swift in Sources */, + B55DDFCC2A6F0253001A5E76 /* Notification+AppEvents.swift in Sources */, B5F9155B2A6EF80E007ECE8E /* Item.swift in Sources */, + B5278B232A71C140009F6462 /* PreferencesWindow.swift in Sources */, + B5278B172A71528F009F6462 /* HelpPopoverViewController.swift in Sources */, + B56C70CD2A6EFDF4009B97EB /* CaptureState.swift in Sources */, + B5278B252A71CA80009F6462 /* AdvancedSettings.swift in Sources */, B5F915522A6EF80D007ECE8E /* CapturaApp.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -433,6 +533,7 @@ ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_LSUIElement = YES; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -460,6 +561,7 @@ ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_LSUIElement = YES; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)",