-
-
Notifications
You must be signed in to change notification settings - Fork 67
feat: add Electron platform support for channels #1383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5f7db5d
124be62
96ff14d
d7f2fe6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -76,6 +76,7 @@ | |||||||
| "action-disable-emulator": "Blocked - emulator disabled", | ||||||||
| "action-disable-device": "Blocked - device updates disabled", | ||||||||
| "action-disable-platform-android": "Blocked - Android platform disabled", | ||||||||
| "action-disable-platform-electron": "Blocked - Electron platform disabled", | ||||||||
| "action-disable-platform-ios": "Blocked - iOS platform disabled", | ||||||||
| "action-download-10": "Download progress 10%", | ||||||||
| "action-download-20": "Download progress 20%", | ||||||||
|
|
@@ -439,11 +440,13 @@ | |||||||
| "channel-not-compatible-with-android": "This channel does not support Android.", | ||||||||
| "channel-not-compatible-with-channel": "Bundle not compatible with channel", | ||||||||
| "channel-not-compatible-with-channel-description": "You can check compatibility with (%)", | ||||||||
| "channel-not-compatible-with-electron": "This channel does not support Electron.", | ||||||||
| "channel-not-compatible-with-ios": "This channel does not support iOS.", | ||||||||
| "channel-not-found": "Channel not found", | ||||||||
| "channel-not-found-description": "This channel could not be found. It might have been deleted or you might not have access to it.", | ||||||||
| "channel-platform-android": "Android only", | ||||||||
| "channel-platform-both": "iOS & Android", | ||||||||
| "channel-platform-both": "iOS & Android & Electron", | ||||||||
|
||||||||
| "channel-platform-both": "iOS & Android & Electron", | |
| "channel-platform-both": "iOS & Android", | |
| "channel-platform-all": "iOS & Android & Electron", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file appears to be an internal session state file that should not be committed to the repository. It contains session-specific data that changes frequently and is not part of the application code. Consider adding this file to .gitignore if it isn't already.