DevUtilsApp / DevUtils-app
- четверг, 24 декабря 2020 г. в 00:23:27
Objective-C
Developer Utilities for macOS
DevUtils helps you with your tiny daily tasks with just a single click! It's totally open source and work offline. You can buy the pre-built app by visiting the website https://devutils.app or you can build the app from source by yourself!
DevUtils is a paid open source app. That means I'm selling the pre-built version of the app to earn some revenue for my time. I'm glad that you like the app and you are free to build it for your own use. I trust that you will not redistribute the app in any other means. Thank you very much! :)
Development environment:
Clone repository.
Bootstrap carthage, this will install the required dependencies for the app:
carthage bootstrap --platform macOS
Update signing Team to be your Personal or organizational Team in Xcode. This is needed to build the app locally. As the signing step could be different between Xcode versions, I may not be able to support you on this (help wanted, feel free to open a PR to update this instruction). Please also check these articles to see if it helps:
Run the app in Xcode.