Skip to content

Commit 2a58126

Browse files
committed
Update deployment target
1 parent 4c77b53 commit 2a58126

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Terminal Notifier.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
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
};
@@ -253,7 +253,7 @@
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;
@@ -265,7 +265,7 @@
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;
@@ -280,7 +280,7 @@
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;

Terminal Notifier/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff 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];

Terminal Notifier/Terminal Notifier-Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -21,9 +21,9 @@
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>

0 commit comments

Comments
 (0)