From 089d6e4e8e012a0b9b34fb702ca82cede8926410 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 21 Jun 2025 10:02:50 +0200 Subject: [PATCH] move resources --- mac/Package.swift | 2 -- mac/VibeTunnel/Shared.xcconfig | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mac/Package.swift b/mac/Package.swift index ce146cb1..c9fbcb34 100644 --- a/mac/Package.swift +++ b/mac/Package.swift @@ -31,8 +31,6 @@ let package = Package( exclude: [ "Info.plist", "VibeTunnel.entitlements", - "../Config/Local.xcconfig", - "../Config/Local.xcconfig.template", "Shared.xcconfig", "version.xcconfig", "version.xcconfig.bak", diff --git a/mac/VibeTunnel/Shared.xcconfig b/mac/VibeTunnel/Shared.xcconfig index 2046cf3c..a71e1c49 100644 --- a/mac/VibeTunnel/Shared.xcconfig +++ b/mac/VibeTunnel/Shared.xcconfig @@ -6,7 +6,7 @@ // Include local development settings (if exists) // This file is ignored by git and contains personal development team settings -#include? "Local.xcconfig" +#include? "../Config/Local.xcconfig" // Default values (can be overridden in Local.xcconfig) // These will be used if Local.xcconfig doesn't exist or doesn't define them