Skip to content
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

V46 XCFrameworks Fixing #522

Merged
merged 9 commits into from
Jun 8, 2024
Merged

V46 XCFrameworks Fixing #522

merged 9 commits into from
Jun 8, 2024

Conversation

danoli3
Copy link
Member

@danoli3 danoli3 commented Jun 8, 2024

Adding to @dimitre's #520

This fixes Addon embedding for xcframeworks for iOS/macOS/tvOS

Also fixes #521

@danoli3 danoli3 merged commit 98920bc into openframeworks:master Jun 8, 2024
2 of 3 checks passed
@dimitre
Copy link
Member

dimitre commented Jun 8, 2024

just one observation here

if (fileType == "wrapper.framework" || fileType == ".xcframework") {

should be

if (fileType == "wrapper.framework" || fileType == "wrapper.xcframework") {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Clean on Xcode not working due to bin/data lacking attributes
2 participants