File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 879
879
INFOPLIST_FILE = ShareClientPlugin/Info.plist;
880
880
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
881
881
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
882
- MACH_O_TYPE = mh_bundle ;
882
+ MACH_O_TYPE = mh_dylib ;
883
883
MACOSX_DEPLOYMENT_TARGET = 10.15;
884
884
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
885
885
MTL_FAST_MATH = YES;
912
912
INFOPLIST_FILE = ShareClientPlugin/Info.plist;
913
913
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
914
914
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
915
- MACH_O_TYPE = mh_bundle ;
915
+ MACH_O_TYPE = mh_dylib ;
916
916
MACOSX_DEPLOYMENT_TARGET = 10.15;
917
917
MTL_FAST_MATH = YES;
918
918
PRODUCT_BUNDLE_IDENTIFIER = com.loopkit.ShareClientPlugin;
You can’t perform that action at this time.
0 commit comments