Skip to content

Commit

Permalink
Explicitly specify deployment target for framework targets [common] [f…
Browse files Browse the repository at this point in the history
…ixes #182]
  • Loading branch information
cbpowell committed May 3, 2017
1 parent 6169386 commit 27f62dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MarqueeLabel/MarqueeLabel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = MarqueeLabel/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(PRODUCT_NAME)/module.map";
PRODUCT_BUNDLE_IDENTIFIER = com.charlespowell.MarqueeLabel;
Expand All @@ -441,6 +442,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = MarqueeLabel/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(PRODUCT_NAME)/module.map";
PRODUCT_BUNDLE_IDENTIFIER = com.charlespowell.MarqueeLabel;
Expand Down

0 comments on commit 27f62dc

Please sign in to comment.