Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OECoreUpdater: check min OS Version requirement on uninstalled cores. #2293

Merged
merged 1 commit into from
Sep 19, 2018
Merged

OECoreUpdater: check min OS Version requirement on uninstalled cores. #2293

merged 1 commit into from
Sep 19, 2018

Conversation

torque
Copy link
Contributor

@torque torque commented Dec 30, 2015

Hopefully make future OE OS version requirement bumps more friendly.

A more complete explanation is:

Since Sparkle's update checking logic is all in the SUUpdater, which is tied to an existing bundle (which doesn't exist, since it hasn't been installed yet), it's necessary to reproduce the operating system version requirement check in OpenEmu. There is no existing version to check against. This code assumes that the newest versions are always ordered first in the appcast. As a result, maximum system version checks are not implemented.

@clobber
Copy link
Member

clobber commented Jan 1, 2016

I think this is okay except that here https://github.com/OpenEmu/OpenEmu/pull/2293/files#diff-00b7303d2a4bf81bc539f57cb9cf16a5R474 you cannot compare the string @"" with ==, need to use isEqualToString: instead.

@torque
Copy link
Contributor Author

torque commented Jan 1, 2016

Okay, fixed.

@clobber clobber merged commit a3f92f2 into OpenEmu:master Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants