Rename "README.MD" to "README.md"

Lowercase filename extensions are used everywhere else in this project.
This commit is contained in:
Ryan Schmidt
2018-08-25 19:49:27 -05:00
parent 6acefc08a8
commit 3efa214fbd
2 changed files with 2 additions and 2 deletions

10
iOS/demo/README.md Normal file
View File

@@ -0,0 +1,10 @@
##iOS Demo Xcode project
This project briefly shows how to manually integrate the STK static library into an Xcode project. See the **README** file in the STK's `iOS` directory for precise instructions.
Currently, this project does not output sound, it only shows how to generate audio samples from the STK classes within an iOS project, and how to control STK objects via UI controls.
Note the following:
* ViewController needs to be renamed with the **.mm** extension as it's importing STK files, which are C++.
* The header search paths in the *Build Settings* of **iOS Demo.xcodeproj** point to `../../include/` because the STK's `include` directory is two directories up relative to it.