From b35932488b64ca01151b840b6e2e1f537c19b1ba Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Fri, 12 Sep 2025 05:59:48 +0100 Subject: [PATCH] rename to desktopduck --- DesktopDuck.xcodeproj/project.pbxproj | 12 ++++++------ .../AccentColor.colorset/Contents.json | 0 .../Assets.xcassets/AppIcon.appiconset/Contents.json | 0 .../Assets.xcassets/Contents.json | 0 {DesktopGoose2 => DesktopDuck}/ContentView.swift | 0 .../DesktopDuck.entitlements | 0 .../DesktopDuckApp.swift | 2 +- {DesktopGoose2 => DesktopDuck}/GooseWindow.swift | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename {DesktopGoose2 => DesktopDuck}/Assets.xcassets/AccentColor.colorset/Contents.json (100%) rename {DesktopGoose2 => DesktopDuck}/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename {DesktopGoose2 => DesktopDuck}/Assets.xcassets/Contents.json (100%) rename {DesktopGoose2 => DesktopDuck}/ContentView.swift (100%) rename DesktopGoose2/DesktopGoose2.entitlements => DesktopDuck/DesktopDuck.entitlements (100%) rename DesktopGoose2/DesktopGoose2App.swift => DesktopDuck/DesktopDuckApp.swift (89%) rename {DesktopGoose2 => DesktopDuck}/GooseWindow.swift (100%) diff --git a/DesktopDuck.xcodeproj/project.pbxproj b/DesktopDuck.xcodeproj/project.pbxproj index 66830b0..0aa7fcb 100644 --- a/DesktopDuck.xcodeproj/project.pbxproj +++ b/DesktopDuck.xcodeproj/project.pbxproj @@ -11,9 +11,9 @@ /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ - A9B30BDA2E73040800EB41F9 /* DesktopGoose2 */ = { + A9B30BDA2E73040800EB41F9 /* DesktopDuck */ = { isa = PBXFileSystemSynchronizedRootGroup; - path = DesktopGoose2; + path = DesktopDuck; sourceTree = ""; }; /* End PBXFileSystemSynchronizedRootGroup section */ @@ -32,7 +32,7 @@ A9B30BCF2E73040800EB41F9 = { isa = PBXGroup; children = ( - A9B30BDA2E73040800EB41F9 /* DesktopGoose2 */, + A9B30BDA2E73040800EB41F9 /* DesktopDuck */, A9B30BD92E73040800EB41F9 /* Products */, ); sourceTree = ""; @@ -61,7 +61,7 @@ dependencies = ( ); fileSystemSynchronizedGroups = ( - A9B30BDA2E73040800EB41F9 /* DesktopGoose2 */, + A9B30BDA2E73040800EB41F9 /* DesktopDuck */, ); name = DesktopDuck; packageProductDependencies = ( @@ -246,7 +246,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = DesktopGoose2/DesktopGoose2.entitlements; + CODE_SIGN_ENTITLEMENTS = DesktopGoose2/DesktopDuck.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 8JGND254B7; @@ -285,7 +285,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = DesktopGoose2/DesktopGoose2.entitlements; + CODE_SIGN_ENTITLEMENTS = DesktopGoose2/DesktopDuck.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 8JGND254B7; diff --git a/DesktopGoose2/Assets.xcassets/AccentColor.colorset/Contents.json b/DesktopDuck/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from DesktopGoose2/Assets.xcassets/AccentColor.colorset/Contents.json rename to DesktopDuck/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/DesktopGoose2/Assets.xcassets/AppIcon.appiconset/Contents.json b/DesktopDuck/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from DesktopGoose2/Assets.xcassets/AppIcon.appiconset/Contents.json rename to DesktopDuck/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/DesktopGoose2/Assets.xcassets/Contents.json b/DesktopDuck/Assets.xcassets/Contents.json similarity index 100% rename from DesktopGoose2/Assets.xcassets/Contents.json rename to DesktopDuck/Assets.xcassets/Contents.json diff --git a/DesktopGoose2/ContentView.swift b/DesktopDuck/ContentView.swift similarity index 100% rename from DesktopGoose2/ContentView.swift rename to DesktopDuck/ContentView.swift diff --git a/DesktopGoose2/DesktopGoose2.entitlements b/DesktopDuck/DesktopDuck.entitlements similarity index 100% rename from DesktopGoose2/DesktopGoose2.entitlements rename to DesktopDuck/DesktopDuck.entitlements diff --git a/DesktopGoose2/DesktopGoose2App.swift b/DesktopDuck/DesktopDuckApp.swift similarity index 89% rename from DesktopGoose2/DesktopGoose2App.swift rename to DesktopDuck/DesktopDuckApp.swift index e351ac3..9e91da8 100644 --- a/DesktopGoose2/DesktopGoose2App.swift +++ b/DesktopDuck/DesktopDuckApp.swift @@ -8,7 +8,7 @@ import SwiftUI @main -struct DesktopGoose2App: App { +struct DesktopDuckApp: App { var body: some Scene { WindowGroup { ContentView() diff --git a/DesktopGoose2/GooseWindow.swift b/DesktopDuck/GooseWindow.swift similarity index 100% rename from DesktopGoose2/GooseWindow.swift rename to DesktopDuck/GooseWindow.swift