File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 333
333
DYLIB_INSTALL_NAME_BASE = "@rpath";
334
334
INFOPLIST_FILE = Reactor/Info.plist;
335
335
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
336
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
336
337
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
337
338
PRODUCT_BUNDLE_IDENTIFIER = me.jasonlarsen.Reactor;
338
339
PRODUCT_NAME = "$(TARGET_NAME)";
353
354
DYLIB_INSTALL_NAME_BASE = "@rpath";
354
355
INFOPLIST_FILE = Reactor/Info.plist;
355
356
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
357
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
356
358
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
357
359
PRODUCT_BUNDLE_IDENTIFIER = me.jasonlarsen.Reactor;
358
360
PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments