-
Notifications
You must be signed in to change notification settings - Fork 560
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
Make Macaw Catalyst enabled #610
Comments
Any news here? |
Hi, @khatchik, Macaw already included swift version = 5 config. In which section of pbxproj did you enable this setting? Also, for mac os users - Macaw shouldn't have base SDK - iOS, sorry. But, if you are using cocoapods as a dependency manager, you can set up project settings from the pod file. for example:
|
I just did another round of tests (with Xcode 11 beta 5 and in Macaw's
Alternatively, Obviously, this change need to be made to both the |
Can we get this done? It is a line of code and will unblock anybody trying to use Macaw for Catalyst Apps... |
Hi @simonboots, Could you please create a corresponding PR? In this case I'll be able to merge it today. |
* master: (79 commits) Update .gitignore Add Package.swift Revert "Fix exyte#623: Shape.bounds returns incorrect rectangle" Fix exyte#623: Shape.bounds returns incorrect rectangle exyte#640 Remove force unwrap in `SVGParser.doubleFromString` method Fix crash in parsing pattern Formatting issues fix Fix gradient stops parsing Lint formatting issues fixed Formatting fixes fix source files of projects, add to macos target Enable Catalyst support (fixes exyte#610) Fix links in readme Update README.md Added supported platform - macOS Restore method Replace test references Revert "Add print to tests" Trigger build Add print to tests ... # Conflicts: # Source/render/GroupRenderer.swift # Source/svg/SVGParser.swift # Source/views/MacawView.swift
Hi!,
We've been using your library to render SVGs and we are preparing our iOS App to be delivered in Mac OSX. As part of that work we had to fork the library and do a minor adjustment to be able to make it "Catalyst" enabled.
We had to go to the project.pbxproj and change:
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
Is there a chance we can get those fixes in the next release so we can release our Mac App from the official repo?
Thanks in advance!
The text was updated successfully, but these errors were encountered: