Skip to content

Commit 8cac701

Browse files
committed
Fix Mac (Carthage) deployment target — set to 10.9
1 parent 1ff1f3c commit 8cac701

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### master
2+
3+
- Fix Carthage support for Mac (set deployment target to 10.9)
4+
15
### 1.3.1 (2016-03-02)
26

37
- Added support for Swift Package Manager

SwiftyTimer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
INFOPLIST_FILE = Sources/Info.plist;
454454
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
455455
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
456-
MACOSX_DEPLOYMENT_TARGET = 10.11;
456+
MACOSX_DEPLOYMENT_TARGET = 10.9;
457457
PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimer;
458458
PRODUCT_NAME = SwiftyTimer;
459459
SDKROOT = macosx;
@@ -475,7 +475,7 @@
475475
INFOPLIST_FILE = Sources/Info.plist;
476476
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
477477
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
478-
MACOSX_DEPLOYMENT_TARGET = 10.11;
478+
MACOSX_DEPLOYMENT_TARGET = 10.9;
479479
PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimer;
480480
PRODUCT_NAME = SwiftyTimer;
481481
SDKROOT = macosx;

0 commit comments

Comments
 (0)