Skip to content

Commit a631bd2

Browse files
committed
0.1.4
1 parent fe94101 commit a631bd2

5 files changed

Lines changed: 28 additions & 13 deletions

File tree

AnyBar.xcodeproj/project.pbxproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
C5AB32B01A8F9091002258B6 /* Project object */ = {
168168
isa = PBXProject;
169169
attributes = {
170-
LastUpgradeCheck = 0610;
170+
LastUpgradeCheck = 0730;
171171
ORGANIZATIONNAME = "Nikita Prokopov";
172172
TargetAttributes = {
173173
C5AB32B71A8F9091002258B6 = {
@@ -267,6 +267,7 @@
267267
CODE_SIGN_IDENTITY = "-";
268268
COPY_PHASE_STRIP = NO;
269269
ENABLE_STRICT_OBJC_MSGSEND = YES;
270+
ENABLE_TESTABILITY = YES;
270271
GCC_C_LANGUAGE_STANDARD = gnu99;
271272
GCC_DYNAMIC_NO_PIC = NO;
272273
GCC_OPTIMIZATION_LEVEL = 0;
@@ -284,7 +285,7 @@
284285
MACOSX_DEPLOYMENT_TARGET = 10.9;
285286
MTL_ENABLE_DEBUG_INFO = YES;
286287
ONLY_ACTIVE_ARCH = YES;
287-
SDKROOT = macosx10.9;
288+
SDKROOT = macosx10.11;
288289
};
289290
name = Debug;
290291
};
@@ -319,7 +320,8 @@
319320
GCC_WARN_UNUSED_VARIABLE = YES;
320321
MACOSX_DEPLOYMENT_TARGET = 10.9;
321322
MTL_ENABLE_DEBUG_INFO = NO;
322-
SDKROOT = macosx10.9;
323+
ONLY_ACTIVE_ARCH = NO;
324+
SDKROOT = macosx10.11;
323325
};
324326
name = Release;
325327
};
@@ -331,6 +333,7 @@
331333
INFOPLIST_FILE = AnyBar/Info.plist;
332334
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
333335
MACOSX_DEPLOYMENT_TARGET = 10.9;
336+
PRODUCT_BUNDLE_IDENTIFIER = "tonsky.$(PRODUCT_NAME:rfc1034identifier)";
334337
PRODUCT_NAME = "$(TARGET_NAME)";
335338
};
336339
name = Debug;
@@ -343,6 +346,7 @@
343346
INFOPLIST_FILE = AnyBar/Info.plist;
344347
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
345348
MACOSX_DEPLOYMENT_TARGET = 10.9;
349+
PRODUCT_BUNDLE_IDENTIFIER = "tonsky.$(PRODUCT_NAME:rfc1034identifier)";
346350
PRODUCT_NAME = "$(TARGET_NAME)";
347351
};
348352
name = Release;

AnyBar.xcodeproj/xcuserdata/prokopov.xcuserdatad/xcschemes/AnyBar.xcscheme

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0610"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -37,10 +37,10 @@
3737
</BuildActionEntries>
3838
</BuildAction>
3939
<TestAction
40+
buildConfiguration = "Debug"
4041
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4142
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42-
shouldUseLaunchSchemeArgsEnv = "YES"
43-
buildConfiguration = "Debug">
43+
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
4545
<TestableReference
4646
skipped = "NO">
@@ -62,17 +62,21 @@
6262
ReferencedContainer = "container:AnyBar.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
65+
<AdditionalOptions>
66+
</AdditionalOptions>
6567
</TestAction>
6668
<LaunchAction
69+
buildConfiguration = "Release"
6770
selectedDebuggerIdentifier = ""
6871
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
6972
launchStyle = "0"
7073
useCustomWorkingDirectory = "NO"
71-
buildConfiguration = "Release"
7274
ignoresPersistentStateOnLaunch = "NO"
7375
debugDocumentVersioning = "YES"
76+
debugServiceExtension = "internal"
7477
allowLocationSimulation = "YES">
75-
<BuildableProductRunnable>
78+
<BuildableProductRunnable
79+
runnableDebuggingMode = "0">
7680
<BuildableReference
7781
BuildableIdentifier = "primary"
7882
BlueprintIdentifier = "C5AB32B71A8F9091002258B6"
@@ -85,12 +89,13 @@
8589
</AdditionalOptions>
8690
</LaunchAction>
8791
<ProfileAction
92+
buildConfiguration = "Release"
8893
shouldUseLaunchSchemeArgsEnv = "YES"
8994
savedToolIdentifier = ""
9095
useCustomWorkingDirectory = "NO"
91-
buildConfiguration = "Release"
9296
debugDocumentVersioning = "YES">
93-
<BuildableProductRunnable>
97+
<BuildableProductRunnable
98+
runnableDebuggingMode = "0">
9499
<BuildableReference
95100
BuildableIdentifier = "primary"
96101
BlueprintIdentifier = "C5AB32B71A8F9091002258B6"

AnyBar/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleIconFile</key>
1010
<string></string>
1111
<key>CFBundleIdentifier</key>
12-
<string>tonsky.$(PRODUCT_NAME:rfc1034identifier)</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

README.md

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

77
## Download
88

9-
Version 0.1.3:
9+
Version 0.1.4:
1010

11-
<a href="https://github.com/tonsky/AnyBar/releases/download/0.1.3/AnyBar-0.1.3.zip"><img src="AnyBar/Images.xcassets/AppIcon.appiconset/icon_128x128@2x.png?raw=true" style="width: 128px;" width=128/></a>
11+
<a href="https://github.com/tonsky/AnyBar/releases/download/0.1.4/AnyBar-0.1.4.zip"><img src="AnyBar/Images.xcassets/AppIcon.appiconset/icon_128x128@2x.png?raw=true" style="width: 128px;" width=128/></a>
1212

1313
Or using [Homebrew-cask](http://caskroom.io):
1414

@@ -150,6 +150,12 @@ AnyBar can detect and use local custom images stored in the `~/.AnyBar` director
150150

151151
## Changelog
152152

153+
### 0.1.4
154+
155+
- Bigger dots
156+
- Render “black” on dark menubar as empty circle and “white” on dark as filled circle (#55)
157+
- Compiled for OS X 10.11
158+
153159
### 0.1.3
154160

155161
- AppleScript support (PR #8, thx [Oleg Kertanov](https://github.com/okertanov))

0 commit comments

Comments
 (0)