diff --git a/QuickSound.xcodeproj/project.pbxproj b/QuickSound.xcodeproj/project.pbxproj index ea6f439..84c2f82 100644 --- a/QuickSound.xcodeproj/project.pbxproj +++ b/QuickSound.xcodeproj/project.pbxproj @@ -156,6 +156,7 @@ TargetAttributes = { 92BE1D731C9C4B9B004F13BB = { CreatedOnToolsVersion = 7.2.1; + DevelopmentTeam = LU8GV6C284; }; }; }; @@ -291,6 +292,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Developer ID Application"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = QuickSound/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; @@ -303,6 +305,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Developer ID Application"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = QuickSound/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; diff --git a/QuickSound/Info.plist b/QuickSound/Info.plist index 6fd9fab..edb4228 100644 --- a/QuickSound/Info.plist +++ b/QuickSound/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1 + 20160319A LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion diff --git a/README.md b/README.md index fdadce8..8424a59 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ **Quickly play sounds from the OS X status bar.** + ## Features Current features are: @@ -11,10 +12,19 @@ Current features are: - Add short sounds from your hard drive (supported formats are OS X standard ones, like AIFF, WAVE, MP3...) - Quickly play a sound by double-clicking on it -## Issues -Issues and ongoing features can be found on the `Issues` page. +## Download + +You can download the app from the `Releases` page. + ## Sound samples -Some sound samples can be found in the root `Sounds` folder on GitHub. \ No newline at end of file +Some sound samples can be found in the root `Sounds` folder on GitHub. + + +## Issues + +Issues and ongoing features can be found on the `Issues` page. + +Feel free to enhance the app and make pull-requests! \ No newline at end of file