diff --git a/README.md b/README.md index 5c61132..19463ad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ + ##List of awesome opensource applications for macOS. + ### Audio - [Background Music](https://github.com/kyleneideck/BackgroundMusic) - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. diff --git a/Sources/test.swift b/Sources/test.swift new file mode 100644 index 0000000..3000d3c --- /dev/null +++ b/Sources/test.swift @@ -0,0 +1,3 @@ +import Foundation + +print("Hello opensource applications!")