Skip to content

Latest commit

 

History

History
executable file
·
25 lines (23 loc) · 734 Bytes

README.md

File metadata and controls

executable file
·
25 lines (23 loc) · 734 Bytes

MusicScale

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)

Initial Project Settings

  1. Clone this project and initialize Podfile.
pod init
  1. 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
  1. Open MusicScale.xcworkspace file and continue.

App Manual