-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare app to 1.4 release candidate
- Loading branch information
Showing
7 changed files
with
35 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ struct CreateMeetingLinks { | |
struct Links { | ||
static var supportTheCreator = URL(string: "https://www.patreon.com/meetingbar")! | ||
static var aboutThisApp = URL(string: "https://meetingbar.onrender.com")! | ||
static var emailMe = URL(string: "mailto:[email protected]?subject=MeetingBar")! | ||
} | ||
|
||
enum MeetingServices: String, Codable, CaseIterable { | ||
|
@@ -76,7 +77,7 @@ enum MeetingServices: String, Codable, CaseIterable { | |
case voov = "Tencent VooV" | ||
case skype = "Skype" | ||
case skype4biz = "Skype For Business" | ||
case skype4biz_selfhosted = "Skype For Business Self-Hosted" | ||
case skype4biz_selfhosted = "Skype For Business (SH)" | ||
} | ||
|
||
enum TimeFormat: String, Codable, CaseIterable { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters