File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Terminal Notifier.xcodeproj Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 231231 GCC_WARN_ABOUT_RETURN_TYPE = YES;
232232 GCC_WARN_UNINITIALIZED_AUTOS = YES;
233233 GCC_WARN_UNUSED_VARIABLE = YES;
234- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
234+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
235235 ONLY_ACTIVE_ARCH = YES;
236236 SDKROOT = macosx;
237237 };
253253 GCC_WARN_ABOUT_RETURN_TYPE = YES;
254254 GCC_WARN_UNINITIALIZED_AUTOS = YES;
255255 GCC_WARN_UNUSED_VARIABLE = YES;
256- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
256+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
257257 SDKROOT = macosx;
258258 };
259259 name = Release;
265265 GCC_PRECOMPILE_PREFIX_HEADER = YES;
266266 GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
267267 INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
268- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
268+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
269269 PRODUCT_NAME = "$(TARGET_NAME)";
270270 PROVISIONING_PROFILE = "";
271271 SDKROOT = macosx;
280280 GCC_PRECOMPILE_PREFIX_HEADER = YES;
281281 GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch";
282282 INFOPLIST_FILE = "Terminal Notifier/Terminal Notifier-Info.plist";
283- MACOSX_DEPLOYMENT_TARGET = 10.8 ;
283+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
284284 PRODUCT_NAME = "$(TARGET_NAME)";
285285 PROVISIONING_PROFILE = "";
286286 SDKROOT = macosx;
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)notification;
116116 NSUserNotification *userNotification = notification.userInfo [NSApplicationLaunchUserNotificationKey ];
117117 if (userNotification) {
118118 [self userActivatedNotification: userNotification];
119-
119+
120120 } else {
121121 if ([[[NSProcessInfo processInfo ] arguments ] indexOfObject: @" -help" ] != NSNotFound ) {
122122 [self printHelpBanner ];
Original file line number Diff line number Diff line change 99 <key >CFBundleIconFile </key >
1010 <string >Terminal </string >
1111 <key >CFBundleIdentifier </key >
12- <string >fr.julienxx.oss.${PRODUCT_NAME:rfc1034identifier} </string >
12+ <string >fr.julienxx.oss.terminal-notifier </string >
1313 <key >CFBundleInfoDictionaryVersion </key >
1414 <string >6.0 </string >
1515 <key >CFBundleName </key >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >20 </string >
24+ <string >15 </string >
2525 <key >LSMinimumSystemVersion </key >
26- <string >${MACOSX_DEPLOYMENT_TARGET} </string >
26+ <string >10.10 </string >
2727 <key >LSUIElement </key >
2828 <true />
2929 <key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments