This app is open source and ready for you to contribute! Built fully with SwiftUI and open to contributers of any experience level (beginners welcome🙂)!
StepsConfigTemplate.xcconfig
, run this command, in Terminal, to create a new Xcode configuration file (which properly sets up the signing information)cp StepsConfigTemplate.xcconfig StepsConfig.xcconfig
DEVELOPMENT_TEAM
& BUNDLE_ID
DEVELOPMENT_TEAM = IdNumber
& BUNDLE_ID = com.name.steps
cp StepsWidgetConfigTemplate.xcconfig StepsWidgetConfig.xcconfig
❗️Make sure you at .widget to this PRODUCT_BUNDLE_IDENTIFIER
ie. com.name.steps.widget
Build the project
Checkout a new branch (from the dev
branch) to work on an issue
Checkout any issue labeled hacktoberfest
to start contributing.
Start contributing!
Submit PR to merge with dev
branch
If you've never contributed to open-source before there are a ton of great tutorials out there to help get you started
Issues labeled good-first-issue
are great for beginners.
Tech Used
Made with contrib.rocks.
This project is licensed under MIT License.