Skip to content

Commit 91abf32

Browse files
authored
Clean up Firebase and GoogleCast solutions (#71)
* Updates Firebase.sln and GoogleCast.sln to fix casing and remove unused items * Updates CI to install Xcode 16.2
1 parent c13f950 commit 91abf32

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
cmdline-tools-version: 11076708
3333
packages: 'build-tools;35.0.0'
3434

35-
- name: Use Xcode 16.1
36-
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
35+
- name: Use Xcode 16.2
36+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
3737

3838
- name: Install MAUI
3939
run: dotnet workload install maui

firebase/Firebase.sln

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firebase.Macios.Binding", "macios\Firebase.Macios.Binding\Firebase.Macios.Binding.csproj", "{3ED9CE50-B781-4DDB-831E-36544D8F9C87}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firebase.MaciOS.Binding", "macios\Firebase.MaciOS.Binding\Firebase.MaciOS.Binding.csproj", "{3ED9CE50-B781-4DDB-831E-36544D8F9C87}"
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "sample\Sample.csproj", "{1FEADCF2-520E-4B2B-AFA6-4E5291034DEC}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{592F232C-CD90-49AF-A432-A164C9DD0141}"
9-
ProjectSection(SolutionItems) = preProject
10-
README.md = README.md
11-
..\..\eng\Common.macios.targets = ..\..\eng\Common.macios.targets
12-
EndProjectSection
13-
EndProject
148
Global
159
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1610
Debug|Any CPU = Debug|Any CPU

googlecast/GoogleCast.sln

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleCast.MaciOS.Binding",
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleCast.Sample", "sample\GoogleCast.Sample.csproj", "{850ACD96-1E97-4AAB-A6E7-E775A80676F3}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{000AA626-261B-409E-90FF-9273E8FFA2AC}"
9-
ProjectSection(SolutionItems) = preProject
10-
..\..\eng\Common.macios.targets = ..\..\eng\Common.macios.targets
11-
EndProjectSection
12-
EndProject
138
Global
149
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1510
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)