Add update notifications for iOS builds

This commit is contained in:
Dean Herbert
2020-10-06 13:09:42 +09:00
parent 798dc9bc25
commit 5e10ac418b
2 changed files with 7 additions and 0 deletions

View File

@ -11,5 +11,7 @@ namespace osu.iOS
public class OsuGameIOS : OsuGame
{
public override Version AssemblyVersion => new Version(NSBundle.MainBundle.InfoDictionary["CFBundleVersion"].ToString());
protected override UpdateManager CreateUpdateManager() => new SimpleUpdateManager();
}
}