Skip to content

Commit

Permalink
chore: Updated melos and Generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Nov 30, 2023
1 parent 2cae39e commit 80609c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ command:
branch: master
workspaceChangelog: false
updateGitTagRefs: false
hooks:
pre: |
cd packages/bonsoir_platform_interface
dart run bonsoir_platform_interface:generate
cd ../../
melos analyze
message: |
chore(release): Publish packages.
Expand Down
4 changes: 2 additions & 2 deletions packages/bonsoir_darwin/darwin/Classes/Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Generated {
/// Contains the broadcast messages.
static let broadcastMessages: [String: String] = ["broadcastStarted": "Bonsoir service broadcast started : %s.", "broadcastNameAlreadyExists": "Trying to broadcast a service with a name that already exists : %s (old name was %s).", "broadcastStopped": "Bonsoir service broadcast stopped : %s.", "broadcastInitialized": "Bonsoir service broadcast initialized : %s.", "broadcastError": "Bonsoir service failed to broadcast : %s (error : %s)."]

/// broadcastStarted
/// broadcastStarted
static let broadcastStarted: String = "broadcastStarted"
/// broadcastNameAlreadyExists
static let broadcastNameAlreadyExists: String = "broadcastNameAlreadyExists"
Expand All @@ -19,7 +19,7 @@ class Generated {
/// Contains the discovery messages.
static let discoveryMessages: [String: String] = ["discoveryStarted": "Bonsoir discovery started : %s.", "discoveryServiceFound": "Bonsoir has found a service : %s.", "discoveryServiceResolved": "Bonsoir has resolved a service : %s.", "discoveryServiceResolveFailed": "Bonsoir has failed to resolve a service : %s (error : %s).", "discoveryServiceLost": "A Bonsoir service has been lost : %s.", "discoveryStopped": "Bonsoir discovery stopped : %s.", "discoveryUndiscoveredServiceResolveFailed": "Trying to resolve an undiscovered service : %s of type %s.", "discoveryTxtResolved": "Bonsoir has found the attributes of a service : %s (new attributes are : %s).", "discoveryTxtResolveFailed": "Bonsoir has failed to get the TXT record of a service : %s (error %s).", "discoveryError": "Bonsoir has encountered an error during discovery : %s (error %s)."]

/// discoveryStarted
/// discoveryStarted
static let discoveryStarted: String = "discoveryStarted"
/// discoveryServiceFound
static let discoveryServiceFound: String = "discoveryServiceFound"
Expand Down

0 comments on commit 80609c4

Please sign in to comment.