From b7532f97646fcc20fb1990e8f6ef341b1d5ffaec Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sat, 25 Nov 2017 00:23:55 +0200 Subject: [PATCH] Update readme Add .swift file --- README.md | 2 ++ Sources/test.swift | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 Sources/test.swift 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!")