Skip to content

Commit

Permalink
Fixed missing content file for iOS net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 15, 2024
1 parent 727b82d commit 03f3bd9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<SupportedOSPlatformVersion>11.2</SupportedOSPlatformVersion>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<ItemGroup>
<None Remove="Content\shader.xnb" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Content\shader.xnb" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Framework.iOS" Version="3.8.1.303" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ protected override void Initialize()

GeneratedInitialize();

var circle = ShapeManager.AddCircle();
circle.Radius = 16;

base.Initialize();
}

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 03f3bd9

Please sign in to comment.