Skip to content

Commit

Permalink
Merge branch 'master' into 418-gong-chorus
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldhammer authored Mar 28, 2022
2 parents ddc8b28 + 2f74949 commit d6c6646
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MeetingBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
40DC7053250E5E1000217DD9 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
40E60312250E81EA005986C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
A7B68FA225CDE9E200CA3A68 /* URL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URL.swift; sourceTree = "<group>"; };
D6D68C5327BCF93D009E8469 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
E23954672628BF89003ECCB3 /* BrowserConfigView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BrowserConfigView.swift; sourceTree = "<group>"; };
E249D533259BBC3800429BF1 /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
E2AE715525AA54A600D3C7CF /* DevTeamOverride.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DevTeamOverride.xcconfig; sourceTree = "<group>"; };
Expand Down Expand Up @@ -426,6 +427,7 @@
pl,
he,
tr,
it,
);
mainGroup = 144C01702462D0C3000C9FFC;
packageReferences = (
Expand Down Expand Up @@ -557,6 +559,7 @@
14513C7726D697FB0026B40A /* pl */,
14B08ACB27498308002E3892 /* he */,
E48FB770279B3A820071CC5A /* tr */,
D6D68C5327BCF93D009E8469 /* it */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
1 change: 1 addition & 0 deletions MeetingBar/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ enum MeetingServices: String, Codable, CaseIterable {
case feishu = "Feishu"
case vimeo_showcases = "Vimeo Showcases"
case ovice = "oVice"
case pop = "Pop"
case other = "Other"

var localizedValue: String {
Expand Down
Loading

0 comments on commit d6c6646

Please sign in to comment.