Skip to content

feat(ftl): add Firebase Test Lab Game Loop detection for iOS - #55

Open
labolado wants to merge 1012 commits into
laboladoDevfrom
ftl-game-loop
Open

feat(ftl): add Firebase Test Lab Game Loop detection for iOS#55
labolado wants to merge 1012 commits into
laboladoDevfrom
ftl-game-loop

Conversation

@labolado

Copy link
Copy Markdown
Owner

Summary

  • Add Firebase Test Lab Game Loop detection in AppDelegate.mm
  • Extracts -com.google.games.test.loops <scenario> CLI arg into Lua gameLoopScenario
  • Enables FTL Game Loop testing for iOS

Shchvova and others added 30 commits April 26, 2023 08:05
Updating to macos-13
…lication.

  Add 'native.requestExitActivity' to compatible with original 'native.requestExit()' function.
2.Add some track log in 'display.save' function.
Co-authored-by: Vlad Svoka <vlad@coronalabs.com>
kan6868 and others added 28 commits September 20, 2025 23:07
Co-authored-by: Vlad Shcherban <130387+Shchvova@users.noreply.github.com>
coronalabs#860
Co-authored-by: Jeremy <53489032+clang-clang-clang@users.noreply.github.com>
Example:
```lua
display.save(group, {
    filename="entireGroup.png",
    format="webp", quality = 0.9,
    baseDir=system.DocumentsDirectory,
    captureOffscreenArea=true,
    backgroundColor={0,0,0,0}
})
```
Read the liveBuild boolean from build params so that CLI builds
can produce Live Build enabled iOS apps, matching the existing
GUI (Simulator) behavior.
Detect FTL Game Loop scenario from launch args in AppDelegate and
expose as gameLoopScenario in Lua, enabling automated benchmark testing.
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.