File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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;
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;
You can’t perform that action at this time.
0 commit comments