diff --git a/apple/runner/AgentDeviceRunner/AgentDeviceRunner/AgentDeviceRunnerApp.m b/apple/runner/AgentDeviceRunner/AgentDeviceRunner/AgentDeviceRunnerApp.m index 4d70b4273c..6c08c12dde 100644 --- a/apple/runner/AgentDeviceRunner/AgentDeviceRunner/AgentDeviceRunnerApp.m +++ b/apple/runner/AgentDeviceRunner/AgentDeviceRunner/AgentDeviceRunnerApp.m @@ -250,7 +250,6 @@ - (void)viewDidAppear:(BOOL)animated { } } } -#endif // How fast an app that owns this field's value can acknowledge edits: one render per window, passed // by the test as `--agent-device-text-entry-acknowledge-window `. An edit that arrives @@ -302,6 +301,7 @@ - (void)agentDeviceTextEntryDidChange:(UITextField *)textField { [textField removeFromSuperview]; } } +#endif - (void)viewDidLoad { [super viewDidLoad]; diff --git a/package.json b/package.json index 5c04326b9a..6b36917657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-device", - "version": "0.21.14", + "version": "0.21.15", "description": "Mobile app automation and verification for AI coding agents. CLI, MCP server, and typed Node.js API for iOS, Android, HarmonyOS, TV, web, macOS, and Linux.", "mcpName": "io.github.callstack/agent-device", "license": "MIT", diff --git a/server.json b/server.json index 1158968b9c..2ac30b9ac2 100644 --- a/server.json +++ b/server.json @@ -7,12 +7,12 @@ "url": "https://github.com/callstack/agent-device", "source": "github" }, - "version": "0.21.14", + "version": "0.21.15", "packages": [ { "registryType": "npm", "identifier": "agent-device", - "version": "0.21.14", + "version": "0.21.15", "transport": { "type": "stdio" },