Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
iOS 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Combs committed Nov 29, 2016
1 parent 3863012 commit 6475d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Serpent/Serpent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@
FRAMEWORK_SEARCH_PATHS = "\"$(PROJECT_DIR)/../Carthage/Build/iOS\"";
INFOPLIST_FILE = "$(SRCROOT)/Serpent/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.Serpent;
PRODUCT_NAME = Serpent;
Expand All @@ -1143,7 +1143,7 @@
FRAMEWORK_SEARCH_PATHS = "\"$(PROJECT_DIR)/../Carthage/Build/iOS\"";
INFOPLIST_FILE = "$(SRCROOT)/Serpent/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.nodes.Serpent;
PRODUCT_NAME = Serpent;
Expand Down

0 comments on commit 6475d5d

Please sign in to comment.