From 709bef051a73d54be3fc01d5662819743b5e350d Mon Sep 17 00:00:00 2001 From: Joshua Sattler <34030048+jsattler@users.noreply.github.com> Date: Sat, 7 Feb 2026 20:45:24 +0100 Subject: [PATCH] fix(build): rename iconset to match project settings --- BetterCapture.xcodeproj/project.pbxproj | 13 +++++++++++++ .../Contents.json | 0 2 files changed, 13 insertions(+) rename BetterCapture/Assets.xcassets/{AppIcon.appiconset => BetterCapture.appiconset}/Contents.json (100%) diff --git a/BetterCapture.xcodeproj/project.pbxproj b/BetterCapture.xcodeproj/project.pbxproj index 384aa2a..fdb0c6c 100644 --- a/BetterCapture.xcodeproj/project.pbxproj +++ b/BetterCapture.xcodeproj/project.pbxproj @@ -32,6 +32,9 @@ /* Begin PBXFileSystemSynchronizedRootGroup section */ 6C0990B12F2BE0C100D48100 /* BetterCapture */ = { isa = PBXFileSystemSynchronizedRootGroup; + exceptions = ( + 6C0990B12F2BE0C100D48101 /* Exceptions for "BetterCapture" folder in "BetterCapture" target */, + ); path = BetterCapture; sourceTree = ""; }; @@ -47,6 +50,16 @@ }; /* End PBXFileSystemSynchronizedRootGroup section */ +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + 6C0990B12F2BE0C100D48101 /* Exceptions for "BetterCapture" folder in "BetterCapture" target */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + Info.plist, + ); + target = 6C0990AE2F2BE0C100D48100 /* BetterCapture */; + }; +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + /* Begin PBXFrameworksBuildPhase section */ 6C0990AC2F2BE0C100D48100 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; diff --git a/BetterCapture/Assets.xcassets/AppIcon.appiconset/Contents.json b/BetterCapture/Assets.xcassets/BetterCapture.appiconset/Contents.json similarity index 100% rename from BetterCapture/Assets.xcassets/AppIcon.appiconset/Contents.json rename to BetterCapture/Assets.xcassets/BetterCapture.appiconset/Contents.json