Add managed UIKit iOS client
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
This commit is contained in:
@@ -4,7 +4,7 @@ import Security
|
||||
final class ServerListStore {
|
||||
static let shared = ServerListStore()
|
||||
|
||||
private let groupId = "group.cat.voice.VoiceCat"
|
||||
private let groupId = "group.me.iamtalon.voicecat"
|
||||
private let keychainService = "cat.voice.VoiceCatiOS"
|
||||
|
||||
// MARK: - App Group Container
|
||||
|
||||
@@ -139,7 +139,7 @@ private struct BroadcastPickerButton: UIViewRepresentable {
|
||||
|
||||
func makeUIView(context: Context) -> RPSystemBroadcastPickerView {
|
||||
let picker = RPSystemBroadcastPickerView(frame: CGRect(x: 0, y: 0, width: 32, height: 32))
|
||||
picker.preferredExtension = "cat.voice.VoiceCatiOS.broadcast"
|
||||
picker.preferredExtension = "me.iamtalon.voicecat.broadcast"
|
||||
picker.showsMicrophoneButton = false
|
||||
return picker
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user