Muscle Book is an iOS workout tracker for strength training and body building. This app is not targeted at beginner lifters, but there is no reason a beginner should avoid using this application.
This app is not available on the App Store so it can only be installed by manually sideloading it using Xcode. You will need al least some basic familiarity with Xcode and the provisioning process.
After you clone the project, make sure you also init the submodules.
$ git clone https://github.com/cfilipov/MuscleBook.git
$ cd MuscleBook
$ git submodule update --init --recursive
Muscle Book aims to be a useful tool for all lifters regardless of routine, lifting style or goal. To that end, here is a list of functionality that is intentionally excluded from the scope of the project:
A list of changes can be found in the CHANGELOG.
Contributions are very welcome. You don't need to know how to program to contribute to this project. Check out the Contributions page for more details.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.