Skip to content

Commit

Permalink
Fix user header search paths (fixes archiving)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimate-deej committed Mar 16, 2018
1 parent 24862ad commit e86a687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dock Plugin/Dock Plugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "deej.SCMC.Dock-Plugin";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = $BUILT_PRODUCTS_DIR/libShared;
USER_HEADER_SEARCH_PATHS = $TARGET_BUILD_DIR/libShared;
WRAPPER_EXTENSION = bundle;
};
name = Debug;
Expand All @@ -294,7 +294,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "deej.SCMC.Dock-Plugin";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = $BUILT_PRODUCTS_DIR/libShared;
USER_HEADER_SEARCH_PATHS = $TARGET_BUILD_DIR/libShared;
WRAPPER_EXTENSION = bundle;
};
name = Release;
Expand Down

0 comments on commit e86a687

Please sign in to comment.