Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimeco committed Mar 19, 2016
1 parent b48bc08 commit 9aea45d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
3 changes: 3 additions & 0 deletions QuickSound.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
TargetAttributes = {
92BE1D731C9C4B9B004F13BB = {
CreatedOnToolsVersion = 7.2.1;
DevelopmentTeam = LU8GV6C284;
};
};
};
Expand Down Expand Up @@ -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";
Expand All @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion QuickSound/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>20160319A</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

**Quickly play sounds from the OS X status bar.**


## Features

Current features are:
Expand All @@ -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.
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!

0 comments on commit 9aea45d

Please sign in to comment.