Skip to content

Commit

Permalink
Explicitly add CLibWally to test target search paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurvis Tan committed Aug 5, 2022
1 parent 6f90fe7 commit 998255d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LibWally.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,12 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/CLibWally/libwally-core/build";
PRODUCT_BUNDLE_IDENTIFIER = nl.sprovoost.LibWallyTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SWIFT_INCLUDE_PATHS = "${SRCROOT}/CLibWally";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -613,10 +615,12 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/CLibWally/libwally-core/build";
PRODUCT_BUNDLE_IDENTIFIER = nl.sprovoost.LibWallyTests;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
SWIFT_INCLUDE_PATHS = "${SRCROOT}/CLibWally";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit 998255d

Please sign in to comment.