mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-06 11:25:52 +00:00
move resources
This commit is contained in:
parent
8616a655df
commit
089d6e4e8e
2 changed files with 1 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue