Skip to content

Commit

Permalink
Add rpath for swift libraries inside framework
Browse files Browse the repository at this point in the history
  • Loading branch information
imxieyi committed May 30, 2020
1 parent 66a6eef commit fce06f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions waifu2x-mac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@
"@executable_path",
"@executable_path/waifu2x_mac.framework/Versions/A/Frameworks",
"@executable_path/../Frameworks",
"@executable_path/../Frameworks/waifu2x_mac.framework/Versions/A/Frameworks",
);
PRODUCT_NAME = waifu2x;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -631,6 +632,7 @@
"@executable_path",
"@executable_path/waifu2x_mac.framework/Versions/A/Frameworks",
"@executable_path/../Frameworks",
"@executable_path/../Frameworks/waifu2x_mac.framework/Versions/A/Frameworks",
);
PRODUCT_NAME = waifu2x;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -780,6 +782,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
"@executable_path",
"@executable_path/../Frameworks/waifu2x_mac.framework/Versions/A/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "xieyi.waifu2x-mac";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -811,6 +814,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
"@executable_path",
"@executable_path/../Frameworks/waifu2x_mac.framework/Versions/A/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "xieyi.waifu2x-mac";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down

0 comments on commit fce06f6

Please sign in to comment.