mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-31 11:37:25 +02:00
Update Ghostgram features
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
filegroup(
|
||||
name = "SGSharedAccountContextMigration",
|
||||
srcs = glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
)
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
// MARK: Swiftgram
|
||||
import SGLogging
|
||||
import SGAppGroupIdentifier
|
||||
import SGSimpleSettings
|
||||
import SwiftSignalKit
|
||||
import TelegramUIPreferences
|
||||
import AccountContext
|
||||
import Postbox
|
||||
import Foundation
|
||||
|
||||
extension SharedAccountContextImpl {
|
||||
// MARK: Swiftgram
|
||||
func performSGUISettingsMigrationIfNecessary() {
|
||||
if self.didPerformSGUISettingsMigration {
|
||||
return
|
||||
}
|
||||
self.didPerformSGUISettingsMigration = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user