Skip to content

Commit ab39c22

Browse files
committed
Set minimum OS requirement to macOS 10.11.
1 parent 3e0266a commit ab39c22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CommandLineKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
422422
GCC_WARN_UNUSED_FUNCTION = YES;
423423
GCC_WARN_UNUSED_VARIABLE = YES;
424-
MACOSX_DEPLOYMENT_TARGET = 10.13;
424+
MACOSX_DEPLOYMENT_TARGET = 10.11;
425425
MTL_ENABLE_DEBUG_INFO = YES;
426426
ONLY_ACTIVE_ARCH = YES;
427427
SDKROOT = macosx;
@@ -458,7 +458,7 @@
458458
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
459459
GCC_WARN_UNUSED_FUNCTION = YES;
460460
GCC_WARN_UNUSED_VARIABLE = YES;
461-
MACOSX_DEPLOYMENT_TARGET = 10.13;
461+
MACOSX_DEPLOYMENT_TARGET = 10.11;
462462
MTL_ENABLE_DEBUG_INFO = NO;
463463
SDKROOT = macosx;
464464
};

Sources/CommandLineKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)