Skip to content

Commit eb2fed5

Browse files
authored
Merge pull request #36 from tidepool-org/ps2/LOOP-4178/fix-target-type
LOOP-4178 Revert target type back to executable
2 parents 9be94d1 + a3e1c4a commit eb2fed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShareClient.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
INFOPLIST_FILE = ShareClientPlugin/Info.plist;
880880
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
881881
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
882-
MACH_O_TYPE = mh_bundle;
882+
MACH_O_TYPE = mh_dylib;
883883
MACOSX_DEPLOYMENT_TARGET = 10.15;
884884
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
885885
MTL_FAST_MATH = YES;
@@ -912,7 +912,7 @@
912912
INFOPLIST_FILE = ShareClientPlugin/Info.plist;
913913
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
914914
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
915-
MACH_O_TYPE = mh_bundle;
915+
MACH_O_TYPE = mh_dylib;
916916
MACOSX_DEPLOYMENT_TARGET = 10.15;
917917
MTL_FAST_MATH = YES;
918918
PRODUCT_BUNDLE_IDENTIFIER = com.loopkit.ShareClientPlugin;

0 commit comments

Comments
 (0)