This commit is contained in:
fmodf 2024-10-31 12:43:16 +01:00
parent 53ee8123a5
commit 3b82929f38
197 changed files with 20 additions and 55 deletions

6
.gitignore vendored
View file

@ -112,10 +112,10 @@ xcuserdata
*.moved-aside
/.idea
/ConversationsClassic/.idea
/ConversationsClassic.xcodeproj
/AnotherIM/.idea
/AnotherIM.xcodeproj
/Info.plist
/ConversationsClassic/ConversationsClassic.entitlements
/AnotherIM/AnotherIM.entitlements
/XMPPSwift/Client/VoIP/rickroll.mp4
/.nvim
/buildServer.json

View file

@ -3,7 +3,7 @@ import SwiftUI
@main
@MainActor
struct ConversationsClassic: App {
struct AnotherIMApp: App {
@Environment(\.scenePhase) private var scenePhase
private let clientsStore = ClientsStore.shared

View file

@ -11,7 +11,7 @@ enum Const {
}
static var appName: String {
Bundle.main.bundleIdentifier ?? "Conversations Classic iOS"
Bundle.main.bundleIdentifier ?? "another.im"
}
// Trusted servers

Some files were not shown because too many files have changed in this diff Show more