Skip to content

Commit a9c8ecf

Browse files
committed
lower min iOS target version to 8.0
1 parent f9c2d58 commit a9c8ecf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Reactor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@
333333
DYLIB_INSTALL_NAME_BASE = "@rpath";
334334
INFOPLIST_FILE = Reactor/Info.plist;
335335
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
336+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
336337
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
337338
PRODUCT_BUNDLE_IDENTIFIER = me.jasonlarsen.Reactor;
338339
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -353,6 +354,7 @@
353354
DYLIB_INSTALL_NAME_BASE = "@rpath";
354355
INFOPLIST_FILE = Reactor/Info.plist;
355356
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
357+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
356358
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
357359
PRODUCT_BUNDLE_IDENTIFIER = me.jasonlarsen.Reactor;
358360
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)