Skip to content

Commit

Permalink
Merge pull request #318 from effektio/gnunicorn/issue317
Browse files Browse the repository at this point in the history
fixing loader path for macosx release builds
  • Loading branch information
gnunicorn authored Oct 26, 2022
2 parents be095fb + 2c5da0d commit 8eabee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 8eabee2

Please sign in to comment.