File tree 3 files changed +8
-8
lines changed
Terminal Notifier.xcodeproj
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 231
231
GCC_WARN_ABOUT_RETURN_TYPE = YES;
232
232
GCC_WARN_UNINITIALIZED_AUTOS = YES;
233
233
GCC_WARN_UNUSED_VARIABLE = YES;
234
- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
234
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
235
235
ONLY_ACTIVE_ARCH = YES;
236
236
SDKROOT = macosx;
237
237
};
253
253
GCC_WARN_ABOUT_RETURN_TYPE = YES;
254
254
GCC_WARN_UNINITIALIZED_AUTOS = YES;
255
255
GCC_WARN_UNUSED_VARIABLE = YES;
256
- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
256
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
257
257
SDKROOT = macosx;
258
258
};
259
259
name = Release;
265
265
GCC_PRECOMPILE_PREFIX_HEADER = YES;
266
266
GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
267
267
INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
268
- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
268
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
269
269
PRODUCT_NAME = "$(TARGET_NAME)";
270
270
PROVISIONING_PROFILE = "";
271
271
SDKROOT = macosx;
280
280
GCC_PRECOMPILE_PREFIX_HEADER = YES;
281
281
GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
282
282
INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
283
- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
283
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
284
284
PRODUCT_NAME = "$(TARGET_NAME)";
285
285
PROVISIONING_PROFILE = "";
286
286
SDKROOT = macosx;
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)notification;
116
116
NSUserNotification *userNotification = notification.userInfo [NSApplicationLaunchUserNotificationKey ];
117
117
if (userNotification) {
118
118
[self userActivatedNotification: userNotification];
119
-
119
+
120
120
} else {
121
121
if ([[[NSProcessInfo processInfo ] arguments ] indexOfObject: @" -help" ] != NSNotFound ) {
122
122
[self printHelpBanner ];
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 >fr.julienxx.oss.${PRODUCT_NAME:rfc1034identifier} </string >
12
+ <string >fr.julienxx.oss.terminal-notifier </string >
13
13
<key >CFBundleInfoDictionaryVersion </key >
14
14
<string >6.0 </string >
15
15
<key >CFBundleName </key >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >20 </string >
24
+ <string >15 </string >
25
25
<key >LSMinimumSystemVersion </key >
26
- <string >${MACOSX_DEPLOYMENT_TARGET} </string >
26
+ <string >10.10 </string >
27
27
<key >LSUIElement </key >
28
28
<true />
29
29
<key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments