Skip to content

Commit 6af379d

Browse files
committed
Stetted minimum version of the framework to be 8 and not 12 as the pod specification requires.
1 parent b00e8c0 commit 6af379d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxReachability.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@
597597
DYLIB_INSTALL_NAME_BASE = "@rpath";
598598
INFOPLIST_FILE = "$(SRCROOT)/RxReachability/Assets/Info.plist";
599599
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
600-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
600+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
601601
LD_RUNPATH_SEARCH_PATHS = (
602602
"$(inherited)",
603603
"@executable_path/Frameworks",
@@ -627,7 +627,7 @@
627627
DYLIB_INSTALL_NAME_BASE = "@rpath";
628628
INFOPLIST_FILE = "$(SRCROOT)/RxReachability/Assets/Info.plist";
629629
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
630-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
630+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
631631
LD_RUNPATH_SEARCH_PATHS = (
632632
"$(inherited)",
633633
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)