UtimateScale is a music scale learning assistant that built-in synth keyboard supporting various keys, efficient learning through quizzes is possible. (Available on App Store)
- Clone this project and initialize
Podfile
.
pod init
- Add these pods in Podfile and install
# Pods for MusicScale
pod 'DropDown'
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift'
pod 'Google-Mobile-Ads-SDK'
pod install
- Open
MusicScale.xcworkspace
file and continue.