move resources

This commit is contained in:
Peter Steinberger 2025-06-21 10:02:50 +02:00
parent 8616a655df
commit 089d6e4e8e
2 changed files with 1 additions and 3 deletions

View file

@ -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",

View file

@ -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