Merge pull request 'rename-another' (#2) from rename-another into develop
Reviewed-on: #2
This commit is contained in:
commit
df54199806
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -112,10 +112,10 @@ xcuserdata
|
||||||
|
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
/.idea
|
/.idea
|
||||||
/ConversationsClassic/.idea
|
/AnotherIM/.idea
|
||||||
/ConversationsClassic.xcodeproj
|
/AnotherIM.xcodeproj
|
||||||
/Info.plist
|
/Info.plist
|
||||||
/ConversationsClassic/ConversationsClassic.entitlements
|
/AnotherIM/AnotherIM.entitlements
|
||||||
/XMPPSwift/Client/VoIP/rickroll.mp4
|
/XMPPSwift/Client/VoIP/rickroll.mp4
|
||||||
/.nvim
|
/.nvim
|
||||||
/buildServer.json
|
/buildServer.json
|
||||||
|
|
|
@ -3,7 +3,7 @@ import SwiftUI
|
||||||
|
|
||||||
@main
|
@main
|
||||||
@MainActor
|
@MainActor
|
||||||
struct ConversationsClassic: App {
|
struct AnotherIMApp: App {
|
||||||
@Environment(\.scenePhase) private var scenePhase
|
@Environment(\.scenePhase) private var scenePhase
|
||||||
private let clientsStore = ClientsStore.shared
|
private let clientsStore = ClientsStore.shared
|
||||||
|
|
|
@ -11,7 +11,7 @@ enum Const {
|
||||||
}
|
}
|
||||||
|
|
||||||
static var appName: String {
|
static var appName: String {
|
||||||
Bundle.main.bundleIdentifier ?? "Conversations Classic iOS"
|
Bundle.main.bundleIdentifier ?? "another.im"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Trusted servers
|
// Trusted servers
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue