Skip to content

Commit

Permalink
change development target to ios 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzushioh committed May 30, 2018
1 parent 50685f1 commit 6037847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "krzyzanowskim/CryptoSwift" "0.9.0"
github "krzyzanowskim/CryptoSwift" "0.10.0"
github "yuzushioh/CryptoEthereumSwift" "1.0.0"
4 changes: 2 additions & 2 deletions EthereumKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "$(SRCROOT)/EthereumKit/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "";
MODULEMAP_FILE = "";
Expand Down Expand Up @@ -925,7 +925,7 @@
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "$(SRCROOT)/EthereumKit/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "";
MODULEMAP_FILE = "";
Expand Down

0 comments on commit 6037847

Please sign in to comment.