mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Update submodules
This commit is contained in:
parent
0eabac3f76
commit
d14ea5e95e
2 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ open class Snapshot: NSObject {
|
|||
do {
|
||||
let launchArguments = try String(contentsOf: path, encoding: String.Encoding.utf8)
|
||||
let regex = try NSRegularExpression(pattern: "(\\\".+?\\\"|\\S+)", options: [])
|
||||
let matches = regex.matches(in: launchArguments, options: [], range: NSRange(location:0, length:launchArguments.characters.count))
|
||||
let matches = regex.matches(in: launchArguments, options: [], range: NSRange(location:0, length: launchArguments.count))
|
||||
let results = matches.map { result -> String in
|
||||
(launchArguments as NSString).substring(with: result.range)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7d2836789e223b5bb772a9ebb90d3847bd05f839
|
||||
Subproject commit 935b095c2035a4c17e4571f3e58517f4629e717f
|
||||
Loading…
Add table
Add a link
Reference in a new issue