← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~springermac/openlp/packaging into lp:openlp/packaging

 

Jonathan Springer has proposed merging lp:~springermac/openlp/packaging into lp:openlp/packaging.

Requested reviews:
  matysek (mzibricky)

For more details, see:
https://code.launchpad.net/~springermac/openlp/packaging/+merge/260091

Fix bundle identifier for Mac OS X
-- 
Your team OpenLP Core is subscribed to branch lp:openlp/packaging.
=== modified file 'osx/Info.plist'
--- osx/Info.plist	2014-05-26 14:41:32 +0000
+++ osx/Info.plist	2015-05-26 02:58:04 +0000
@@ -93,7 +93,7 @@
 		</dict>
 	</array>
 	<key>CFBundleIdentifier</key>
-	<string>org.openlp</string>
+	<string>org.openlp.OpenLP</string>
 	<key>CFBundleShortVersionString</key>
 	<string>%(openlp_version)s</string>
 	<key>CFBundleVersion</key>


Follow ups