Skip to content

Commit

Permalink
Merge pull request #4929 from frenzibyte/ios-high-frame-rate
Browse files Browse the repository at this point in the history
Disable minimum frame durations on iOS framework projects
  • Loading branch information
peppy committed Dec 8, 2021
2 parents a7c6807 + 3803d96 commit 21a6128
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions SampleGame.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
<true/>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion osu.Framework.Android/osu.Framework.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osuTK.Android" Version="1.0.178" />
<PackageReference Include="ppy.osuTK.Android" Version="1.0.180" />
</ItemGroup>
<ItemGroup>
<EmbeddedNativeLibrary Include="$(MSBuildThisFileDirectory)\**\*.so" />
Expand Down
2 changes: 2 additions & 0 deletions osu.Framework.Tests.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion osu.Framework.iOS.props
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" />
<PackageReference Include="ppy.osuTK.NS20" Version="1.0.178" />
<PackageReference Include="ppy.osuTK.NS20" Version="1.0.180" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.iOS/osu.Framework.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osuTK.iOS" Version="1.0.178" />
<PackageReference Include="ppy.osuTK.iOS" Version="1.0.180" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework/osu.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="ManagedBass.Mix" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
<PackageReference Include="ppy.osuTK.NS20" Version="1.0.178" />
<PackageReference Include="ppy.osuTK.NS20" Version="1.0.180" />
<PackageReference Include="StbiSharp" Version="1.0.13" />
<PackageReference Include="ppy.SDL2-CS" Version="1.0.486-alpha" />

Expand Down

0 comments on commit 21a6128

Please sign in to comment.