Skip to content

Commit

Permalink
chore: use PRODUCT_BUNDLE_IDENTIFIER to info.plist (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Oct 21, 2023
1 parent 18e1dad commit 543c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriverAgentRunner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.facebook.wda.runner</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit 543c498

Please sign in to comment.