File tree Expand file tree Collapse file tree
SwiftyStateMachine.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## [ 0.2.0] [ ] • 2015-06-06
22
33- #2 : Changed ` StateMachine ` into a class (was a struct).
4+ - #5 : Lowered the minimum deployment targets to iOS 8.0 and OS X 10.9.
45
56
67## [ 0.1.0] [ ] • 2015-04-29
Original file line number Diff line number Diff line change 531531 DYLIB_INSTALL_NAME_BASE = "@rpath";
532532 INFOPLIST_FILE = StateMachine/Info.plist;
533533 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
534+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
534535 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
535536 PRODUCT_NAME = SwiftyStateMachine;
536537 SKIP_INSTALL = YES;
548549 DYLIB_INSTALL_NAME_BASE = "@rpath";
549550 INFOPLIST_FILE = StateMachine/Info.plist;
550551 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
552+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
551553 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
552554 PRODUCT_NAME = SwiftyStateMachine;
553555 SKIP_INSTALL = YES;
603605 INFOPLIST_FILE = StateMachine/Info.plist;
604606 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
605607 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
606- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
608+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
607609 PRODUCT_NAME = SwiftyStateMachine;
608610 SDKROOT = macosx;
609611 SKIP_INSTALL = YES;
622624 INFOPLIST_FILE = StateMachine/Info.plist;
623625 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
624626 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
625- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
627+ MACOSX_DEPLOYMENT_TARGET = 10.9 ;
626628 PRODUCT_NAME = SwiftyStateMachine;
627629 SDKROOT = macosx;
628630 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments