mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
18 lines
481 B
JSON
18 lines
481 B
JSON
{
|
|
"sweetpad.build.xcodeWorkspacePath": "Telegram/Telegram.xcodeproj/project.xcworkspace",
|
|
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
|
|
"lldb.launch.expressions": "native",
|
|
"search.followSymlinks": false,
|
|
"files.exclude": {
|
|
".git/**": true
|
|
},
|
|
"files.watcherExclude": {
|
|
".git/**": true
|
|
},
|
|
"search.exclude": {
|
|
".git/**": true
|
|
},
|
|
"files.associations": {
|
|
}
|
|
}
|