File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5452
5452
DYLIB_COMPATIBILITY_VERSION = 1;
5453
5453
DYLIB_CURRENT_VERSION = 1;
5454
5454
DYLIB_INSTALL_NAME_BASE = "@rpath";
5455
+ ENABLE_BITCODE = NO;
5455
5456
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
5456
5457
INFOPLIST_FILE = RxTests/Info.plist;
5457
5458
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
5473
5474
DYLIB_COMPATIBILITY_VERSION = 1;
5474
5475
DYLIB_CURRENT_VERSION = 1;
5475
5476
DYLIB_INSTALL_NAME_BASE = "@rpath";
5477
+ ENABLE_BITCODE = NO;
5476
5478
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
5477
5479
INFOPLIST_FILE = RxTests/Info.plist;
5478
5480
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
5494
5496
DYLIB_COMPATIBILITY_VERSION = 1;
5495
5497
DYLIB_CURRENT_VERSION = 1;
5496
5498
DYLIB_INSTALL_NAME_BASE = "@rpath";
5499
+ ENABLE_BITCODE = NO;
5497
5500
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
5498
5501
INFOPLIST_FILE = RxTests/Info.plist;
5499
5502
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
You can’t perform that action at this time.
0 commit comments