Skip to content

fix: correct WebKit.framework capitalization in iOS post-build#43

Open
biboete wants to merge 1 commit into
singular-labs:mainfrom
biboete:fix/webkit-framework-case
Open

fix: correct WebKit.framework capitalization in iOS post-build#43
biboete wants to merge 1 commit into
singular-labs:mainfrom
biboete:fix/webkit-framework-case

Conversation

@biboete

@biboete biboete commented Jun 9, 2026

Copy link
Copy Markdown

Fixes #42.

SingularPostBuild.cs added the iOS framework as "Webkit.framework", but Apple's framework is WebKit.framework (capital K). Framework names are case-sensitive, so the incorrect casing can lead to linker/build problems on case-sensitive setups.

Single-character change on the AddFrameworkToProject line; the surrounding frameworks (AdSupport.framework, StoreKit.framework, etc.) are already correctly cased.

The iOS post-build added "Webkit.framework", but Apple's framework is
"WebKit.framework" (capital K). Framework names are case-sensitive, so the
wrong casing can cause linker/build issues. Fixes singular-labs#42.
@nursingular

Copy link
Copy Markdown
Collaborator

hi @biboete thanks for making this PR - we'll include it in our next official release 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Case sensitive typo in SingularPostBuild.cs

2 participants