.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
9 lines
284 B
C#
9 lines
284 B
C#
namespace VoiceCat.iOS;
|
|
|
|
internal static class IosConstants
|
|
{
|
|
internal const string AppGroup = "group.me.iamtalon.voicecat";
|
|
internal const string BroadcastExtension = "me.iamtalon.voicecat.broadcast";
|
|
internal const string PasswordService = "me.iamtalon.voicecat.ios";
|
|
}
|