Skip to content

Commit 27f62dc

Browse files
committed
Explicitly specify deployment target for framework targets [common] [fixes #182]
1 parent 6169386 commit 27f62dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MarqueeLabel/MarqueeLabel.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
DYLIB_INSTALL_NAME_BASE = "@rpath";
420420
INFOPLIST_FILE = MarqueeLabel/Info.plist;
421421
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
422+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
422423
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
423424
MODULEMAP_FILE = "$(PRODUCT_NAME)/module.map";
424425
PRODUCT_BUNDLE_IDENTIFIER = com.charlespowell.MarqueeLabel;
@@ -441,6 +442,7 @@
441442
DYLIB_INSTALL_NAME_BASE = "@rpath";
442443
INFOPLIST_FILE = MarqueeLabel/Info.plist;
443444
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
445+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
444446
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
445447
MODULEMAP_FILE = "$(PRODUCT_NAME)/module.map";
446448
PRODUCT_BUNDLE_IDENTIFIER = com.charlespowell.MarqueeLabel;

0 commit comments

Comments
 (0)