Browse Source

Added EZAudio project

Thomas Buck 8 years ago
parent
commit
75e7a08553
3 changed files with 8 additions and 2 deletions
  1. 3
    0
      .gitmodules
  2. 1
    0
      EZAudio
  3. 4
    2
      README.md

+ 3
- 0
.gitmodules View File

@@ -1,3 +1,6 @@
1 1
 [submodule "JSystemInfoKit"]
2 2
 	path = JSystemInfoKit
3 3
 	url = https://github.com/xythobuz/JSystemInfoKit.git
4
+[submodule "EZAudio"]
5
+	path = EZAudio
6
+	url = https://github.com/syedhali/EZAudio.git

+ 1
- 0
EZAudio

@@ -0,0 +1 @@
1
+Subproject commit f27e29925831d620cf4b8cf36c4e26d814e77542

+ 4
- 2
README.md View File

@@ -14,7 +14,7 @@ Uncomment the `#define DEBUG` at the beginning of the Sketch to enable very verb
14 14
 
15 15
 ## Mac OS X App
16 16
 
17
-The CaseLights XCode project includes the JSystemInfoKit project from the submodule in this repository. Just run `xcodebuild` on the command line or open the project in XCode and click `Run` to start the App.
17
+The CaseLights XCode project includes the projects from the submodules in this repository. Just run `xcodebuild` on the command line or open the project in XCode and click `Run` to start the App.
18 18
 
19 19
 ![Screenshot](https://i.imgur.com/K7HuJPK.png)
20 20
 
@@ -36,7 +36,9 @@ When pulling changes from this repository, you may need to update the submodule:
36 36
 
37 37
 ## Licensing
38 38
 
39
-The included [JSystemInfoKit](https://github.com/jBot-42/JSystemInfoKit) project is licensed under the GPLv2.
39
+The included [JSystemInfoKit](https://github.com/jBot-42/JSystemInfoKit) project is licensed under the GPLv2. See the LICENSE file in the submodule directory.
40
+
41
+The included [EZAudio](https://github.com/syedhali/EZAudio) project is licensed under the MIT license. See the LICENSE file in the submodule directory.
40 42
 
41 43
 CaseLights itself is made by Thomas Buck <xythobuz@xythobuz.de> and released under a BSD 2-Clause License. See the accompanying COPYING file.
42 44
 

Loading…
Cancel
Save