Skip to content

Commit

Permalink
update_app_operate
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Aug 20, 2024
1 parent 82c7d55 commit 0ba5757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/application-sonic-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ sonic:
modules:
ios:
# Replace with the bundleId of wda. If there is no. xcrunner suffix, it will be automatically completed. | 替换为wda的bundleId,如果没有.xctrunner后缀会自动补全
wda-bundle-id: com.sonic.WebDriverAgentRunner
wda-bundle-id: com.sonic.WebDriverAgentRunner
# (mac only) Replace with the xcode project path of wda. | 替换为wda的xcode project目录
wda-xcode-project-path: WebdriverAgent/WebDriverAgent.xcodeproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class SibTool implements ApplicationListener<ContextRefreshedEvent> {
@Value("${modules.ios.wda-bundle-id}")
private String getBundleId;

@Value("${modules.ios.wda-xcode-project-path}")
@Value("${modules.ios.wda-xcode-project-path:default}")
private String getXcodeProjectPath;

private static String bundleId;
Expand Down

0 comments on commit 0ba5757

Please sign in to comment.