Skip to content

Commit a4fec23

Browse files
committed
Version 0.1.1
1 parent 5dc6cf2 commit a4fec23

4 files changed

Lines changed: 53 additions & 5 deletions

File tree

AnyBar.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@
255255
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
256256
GCC_WARN_UNUSED_FUNCTION = YES;
257257
GCC_WARN_UNUSED_VARIABLE = YES;
258-
MACOSX_DEPLOYMENT_TARGET = 10.10;
258+
MACOSX_DEPLOYMENT_TARGET = 10.9;
259259
MTL_ENABLE_DEBUG_INFO = YES;
260260
ONLY_ACTIVE_ARCH = YES;
261-
SDKROOT = macosx;
261+
SDKROOT = macosx10.9;
262262
};
263263
name = Debug;
264264
};
@@ -291,9 +291,9 @@
291291
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
292292
GCC_WARN_UNUSED_FUNCTION = YES;
293293
GCC_WARN_UNUSED_VARIABLE = YES;
294-
MACOSX_DEPLOYMENT_TARGET = 10.10;
294+
MACOSX_DEPLOYMENT_TARGET = 10.9;
295295
MTL_ENABLE_DEBUG_INFO = NO;
296-
SDKROOT = macosx;
296+
SDKROOT = macosx10.9;
297297
};
298298
name = Release;
299299
};
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
6+
<false/>
7+
<key>IDESourceControlProjectIdentifier</key>
8+
<string>BA23A1B6-5DAC-472E-A098-51AA9470648F</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>AnyBar</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>724AB094F6D42B778A94AB549935CA62FD6441E1</key>
14+
<string>github.com:tonsky/AnyBar.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>AnyBar.xcodeproj</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>724AB094F6D42B778A94AB549935CA62FD6441E1</key>
21+
<string>../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>github.com:tonsky/AnyBar.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>111</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>724AB094F6D42B778A94AB549935CA62FD6441E1</string>
29+
<key>IDESourceControlProjectWCConfigurations</key>
30+
<array>
31+
<dict>
32+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
33+
<string>public.vcs.git</string>
34+
<key>IDESourceControlWCCIdentifierKey</key>
35+
<string>724AB094F6D42B778A94AB549935CA62FD6441E1</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>AnyBar</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>
Binary file not shown.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AnyBar is a small indicator for your menubar that does one simple thing: it disp
66

77
## Download
88

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

1111
## Usage
1212

@@ -43,3 +43,10 @@ ANYBAR_PORT=1788 ./AnyBar.app/Contents/MacOS/AnyBar &
4343
```
4444

4545
(this way you can run multiple instances of AnyBar)
46+
47+
## Changelog
48+
49+
### 0.1.1
50+
51+
- Support for Maverics (PR #2, thx [Oleg Kertanov](https://github.com/okertanov))
52+
- Support for custom images via ~/.AnyBar (PR #1, thx [Paul Boschmann](https://github.com/pboschmann))

0 commit comments

Comments
 (0)