Skip to content

Commit c0da208

Browse files
committed
Reduces the minimum deployment target to iOS 8.0
1 parent d976522 commit c0da208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReactiveArray.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@
418418
);
419419
INFOPLIST_FILE = ReactiveArray/Info.plist;
420420
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
421+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
421422
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
422423
PRODUCT_BUNDLE_IDENTIFIER = "ar.com.wolox.$(PRODUCT_NAME:rfc1034identifier)";
423424
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -441,6 +442,7 @@
441442
);
442443
INFOPLIST_FILE = ReactiveArray/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
PRODUCT_BUNDLE_IDENTIFIER = "ar.com.wolox.$(PRODUCT_NAME:rfc1034identifier)";
446448
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)