mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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: [
|
exclude: [
|
||||||
"Info.plist",
|
"Info.plist",
|
||||||
"VibeTunnel.entitlements",
|
"VibeTunnel.entitlements",
|
||||||
"../Config/Local.xcconfig",
|
|
||||||
"../Config/Local.xcconfig.template",
|
|
||||||
"Shared.xcconfig",
|
"Shared.xcconfig",
|
||||||
"version.xcconfig",
|
"version.xcconfig",
|
||||||
"version.xcconfig.bak",
|
"version.xcconfig.bak",
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
// Include local development settings (if exists)
|
// Include local development settings (if exists)
|
||||||
// This file is ignored by git and contains personal development team settings
|
// 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)
|
// Default values (can be overridden in Local.xcconfig)
|
||||||
// These will be used if Local.xcconfig doesn't exist or doesn't define them
|
// These will be used if Local.xcconfig doesn't exist or doesn't define them
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue