appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.19k stars 371 forks source link

fix: xcode warning about com.facebook.wda.lib #892

Closed KazuCocoa closed 5 months ago

KazuCocoa commented 5 months ago

Fixes below Xcode warning.

    builtin-infoPlistUtility /Users/kazu/GitHub/WebDriverAgent/WebDriverAgentLib/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/kazu/GitHub/WebDriverAgent/build/Release-iphoneos/WebDriverAgentLib.framework/Info.plist
/Users/kazu/GitHub/WebDriverAgent/WebDriverAgent.xcodeproj: warning: User-supplied CFBundleIdentifier value 'com.facebook.wda.lib' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value 'com.facebook.WebDriverAgentLib'. (in target 'WebDriverAgentLib' from project 'WebDriverAgent')

My change is via Xcode, thus this diff except for $(PRODUCT_BUNDLE_IDENTIFIER) was by Xcode. I have checked this did not break building for a real device as well.

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 8.5.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: