Skip to content

feat: allow embedding into Swift host projects #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 1, 2024
Merged
Prev Previous commit
Next Next commit
Remove debug metadata path from build settings
  • Loading branch information
tdermendjiev committed May 31, 2024
commit 0a15501fdeab9967a6850f77855bc8c4541b9b89
2 changes: 0 additions & 2 deletions v8ios.xcodeproj/project.pbxproj
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all these changes necessary in this pbxproj file @tdermendjiev ?

Original file line number Diff line number Diff line change
Expand Up @@ -2561,7 +2561,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
NS_DEBUG_METADATA_PATH = "/Users/teodordermendzhiev/workspace/ns-v8ios-runtime/yaml";
OTHER_LDFLAGS = (
"-Wl,-search_paths_first",
"-ObjC",
Expand Down Expand Up @@ -2600,7 +2599,6 @@
"$(inherited)",
"@executable_path/Frameworks",
);
NS_DEBUG_METADATA_PATH = "/Users/teodordermendzhiev/workspace/ns-v8ios-runtime/yaml";
OTHER_LDFLAGS = (
"-Wl,-search_paths_first",
"-ObjC",
Expand Down