https://github.com/chamons/cocoaversioncheck
Simple program to scan Xamarin.Mac application for APIs unavailable on their minimum macOS version
https://github.com/chamons/cocoaversioncheck
Last synced: 12 days ago
JSON representation
Simple program to scan Xamarin.Mac application for APIs unavailable on their minimum macOS version
- Host: GitHub
- URL: https://github.com/chamons/cocoaversioncheck
- Owner: chamons
- License: mit
- Created: 2016-10-11T20:49:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T14:13:29.000Z (over 8 years ago)
- Last Synced: 2025-01-20T14:55:27.845Z (12 months ago)
- Language: C#
- Size: 281 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CocoaVersionCheck
CocoaVersionCheck is a quick hack that allows one to use Cecil to scan your application for APIs unavailble after the selected minimum macOS version.
# Usage
./CocoaVersionCheck/bin/Debug/CocoaVersionCheck.app/Contents/MacOS/CocoaVersionCheck $PATH/Foo.app
# Building
git submodule update --init --recursive && xbuild CocoaVersionCheck.sln