File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Terminal Notifier.xcodeproj Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 266
266
GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
267
267
INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
268
268
MACOSX_DEPLOYMENT_TARGET = 10.8;
269
+ PRODUCT_BUNDLE_IDENTIFIER = "nl.superalloy.oss.terminal-notifier.radiant";
269
270
PRODUCT_NAME = "$(TARGET_NAME)";
270
271
PROVISIONING_PROFILE = "";
271
272
SDKROOT = macosx;
281
282
GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
282
283
INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
283
284
MACOSX_DEPLOYMENT_TARGET = 10.8;
285
+ PRODUCT_BUNDLE_IDENTIFIER = "nl.superalloy.oss.terminal-notifier.radiant";
284
286
PRODUCT_NAME = "$(TARGET_NAME)";
285
287
PROVISIONING_PROFILE = "";
286
288
SDKROOT = macosx;
Original file line number Diff line number Diff line change 2
2
#import < ScriptingBridge/ScriptingBridge.h>
3
3
#import < objc/runtime.h>
4
4
5
- NSString * const TerminalNotifierBundleID = @" nl.superalloy.oss.terminal-notifier" ;
5
+ NSString * const TerminalNotifierBundleID = @" nl.superalloy.oss.terminal-notifier.radiant " ;
6
6
NSString * const NotificationCenterUIBundleID = @" com.apple.notificationcenterui" ;
7
7
8
8
// Set OS Params
@@ -75,7 +75,7 @@ +(void)initializeUserDefaults
75
75
76
76
if (isMavericks ()) {
77
77
// 10.9
78
- appDefaults = @{@" sender" : @" com.apple.Terminal " };
78
+ appDefaults = @{@" sender" : TerminalNotifierBundleID };
79
79
} else {
80
80
// 10.8
81
81
appDefaults = @{@" " : @" message" };
Original file line number Diff line number Diff line change 9
9
<key >CFBundleIconFile </key >
10
10
<string >Terminal </string >
11
11
<key >CFBundleIdentifier </key >
12
- <string >nl.superalloy.oss.${PRODUCT_NAME:rfc1034identifier} </string >
12
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
13
13
<key >CFBundleInfoDictionaryVersion </key >
14
14
<string >6.0 </string >
15
15
<key >CFBundleName </key >
You can’t perform that action at this time.
0 commit comments