Skip to content

Commit

Permalink
Removed unused packages, fixed propertygroup for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 3, 2024
1 parent 6adb882 commit 05c6ff1
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions Mirivoice.Desktop/Mirivoice.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,37 @@

</PropertyGroup>
<PropertyGroup>
<CFBundleName>MiriVoice</CFBundleName> <!-- Also defines .app file name -->
<CFBundleName>MiriVoice</CFBundleName>
<CFBundleDisplayName>MiriVoice</CFBundleDisplayName>
<CFBundleIdentifier>com.ex3.mirivoice</CFBundleIdentifier>
<CFBundleVersion>1.0.0</CFBundleVersion>
<CFBundleShortVersionString>1.0.0</CFBundleShortVersionString>
<OutputType>WinExe</OutputType>
<CFBundleVersion>0.0.0</CFBundleVersion>
<CFBundleShortVersionString>0.0.0</CFBundleShortVersionString>
<CFBundlePackageType>APPL</CFBundlePackageType>
<CFBundleSignature>????</CFBundleSignature>
<CFBundleExecutable>MiriVoice</CFBundleExecutable>
<CFBundleIconFile>mirivoice.icns</CFBundleIconFile> <!-- Will be copied from output directory -->
<CFBundleIconFile>mirivoice.icns</CFBundleIconFile>
<NSPrincipalClass>NSApplication</NSPrincipalClass>
<NSHighResolutionCapable>true</NSHighResolutionCapable>
<CFBundleDocumentTypes>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>MiriVoice Project File</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>mrp</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>mirivoice.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ex3.mirivoice.mrp</string>
</array>
</dict>
</array>
</CFBundleDocumentTypes>
</PropertyGroup>
<ItemGroup>
<Content Include="mirivoice-logo.ico" />
Expand All @@ -36,7 +56,6 @@
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="PortAudioSharp2" Version="1.0.4" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
Expand Down

0 comments on commit 05c6ff1

Please sign in to comment.