Skip to content

Commit

Permalink
CFBundleIdentifier is meant to use reverse dns format
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14153 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 14, 2016
1 parent 3a8173b commit 465c523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleIconFile</key>
<string>xpra.icns</string>
<key>CFBundleIdentifier</key>
<string>Xpra</string>
<string>org.xpra.Xpra</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down Expand Up @@ -74,6 +74,6 @@
<key>CFBundleURLName</key>
<string>Xpra Session</string>
</dict>
</array>
</array>
</dict>
</plist>

0 comments on commit 465c523

Please sign in to comment.