Skip to content

Commit

Permalink
Merge pull request #8 from ccunnin297/carthage
Browse files Browse the repository at this point in the history
Moved deployment target back
  • Loading branch information
ccunnin297 authored Apr 2, 2018
2 parents 08e81eb + ab5ad50 commit a76cfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = ViewRow/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.EurekaCommunity.ViewRow;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -423,7 +423,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = ViewRow/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.EurekaCommunity.ViewRow;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down

0 comments on commit a76cfdf

Please sign in to comment.