Skip to content

Lukas/overlay#28

Merged
nerodesu017 merged 10 commits into
mainfrom
lukas/overlay
Apr 18, 2026
Merged

Lukas/overlay#28
nerodesu017 merged 10 commits into
mainfrom
lukas/overlay

Conversation

@LukasOgunfeitimi
Copy link
Copy Markdown
Collaborator

No description provided.

return;
}

NSString *script = [NSString stringWithFormat:rendererScriptTemplate, mapperLiteral];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is what the bot recommends

  // Manual marker substitution mirrors Android. Avoid -stringWithFormat: with a
  // remote template (any stray % in the script would crash or read garbage).
  NSString *script =
      [[rendererScriptTemplate stringByReplacingOccurrencesOfString:@"%@" withString:mapperLiteral]
          stringByReplacingOccurrencesOfString:@"%%" withString:@"%"];

But then again, we will test things ourselves so shouldn't be problematic

@nerodesu017 nerodesu017 merged commit 3c9d5e6 into main Apr 18, 2026
1 check failed
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.

2 participants