Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Ref #3579: Set Intents target version and version string correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Jul 16, 2021
1 parent 3a040a8 commit e1d9eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BrowserIntents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(BRAVE_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(BRAVE_BUILD_ID)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit e1d9eb4

Please sign in to comment.