Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Mar 3, 2015
1 parent 5dc6cf2 commit a4fec23
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 5 deletions.
8 changes: 4 additions & 4 deletions AnyBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SDKROOT = macosx10.9;
};
name = Debug;
};
Expand Down Expand Up @@ -291,9 +291,9 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SDKROOT = macosx10.9;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http:https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>BA23A1B6-5DAC-472E-A098-51AA9470648F</string>
<key>IDESourceControlProjectName</key>
<string>AnyBar</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>724AB094F6D42B778A94AB549935CA62FD6441E1</key>
<string>github.com:tonsky/AnyBar.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>AnyBar.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>724AB094F6D42B778A94AB549935CA62FD6441E1</key>
<string>../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>github.com:tonsky/AnyBar.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>724AB094F6D42B778A94AB549935CA62FD6441E1</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>724AB094F6D42B778A94AB549935CA62FD6441E1</string>
<key>IDESourceControlWCCName</key>
<string>AnyBar</string>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AnyBar is a small indicator for your menubar that does one simple thing: it disp

## Download

Download version 0.1.0 [from releases](https://github.com/tonsky/AnyBar/releases/download/0.1.0/AnyBar.app.zip)
Download version 0.1.1 [from releases](https://github.com/tonsky/AnyBar/releases/download/0.1.1/AnyBar.app.zip)

## Usage

Expand Down Expand Up @@ -43,3 +43,10 @@ ANYBAR_PORT=1788 ./AnyBar.app/Contents/MacOS/AnyBar &
```

(this way you can run multiple instances of AnyBar)

## Changelog

### 0.1.1

- Support for Maverics (PR #2, thx [Oleg Kertanov](https://github.com/okertanov))
- Support for custom images via ~/.AnyBar (PR #1, thx [Paul Boschmann](https://github.com/pboschmann))

0 comments on commit a4fec23

Please sign in to comment.