Chris Araman

Results 47 comments of Chris Araman

This is something I might be able to take on. We have customers who would benefit from this fix. Let me see whether I can set aside some time in...

@amaitland, we (@a-marmer and I) are actively using this functionality in our product. We are testing it internally, and are releasing it to customers. Though only a small subset of...

I recently fixed the case where the bundle version is newer than the App Store version. This is the opposite case. We don't have a way to get the bundle...

> We could heuristically parse both `CFBundleShortVersionString` and `CFBundleVersion`, and if they're both parseable as Semantic Versions, use the greater of the two as the "installed" version to be compared...

I've summarized this in the [Known Issues](https://github.com/mas-cli/mas#%EF%B8%8F-known-issues) section of the README. Additional reports of apps with mismatched app bundle versions are unfortunately not helpful at this point. Pull requests are...

Unfortunately, App Store versions are not as well-defined as [Semantic Versions](https://semver.org). They're just strings. `mas` does the best it can given the information exposed by `CommerceKit` and `StoreFoundation`. I agree...

The issues with `outdated` showing out-of-date information for macOS apps should be resolved with #345 and #346. Let's use this issue to track the confusion `mas` experiences between macOS, iOS,...

@haakonstorm, I wonder whether these apps may have been removed from the App Store, or may have been removed from sale in the region of your Apple ID. If available...

Thanks for the additional information, @antifuchs! The scenario you describe with DaisyDisk should be addressed by #346. We'll keep using this issue (#336) to track the scenario with the 1Block,...

@antifuchs, please see [Known Issues](https://github.com/mas-cli/mas#%EF%B8%8F-known-issues).