adium/adium

Add a CFBundleIdentifier for Adium.framework so it can be properly code signed
adium-1.5.10.3
2017-03-23, Evan D. Schoenberg, M.D.
42906381814b
Parents eedcd5a440c2
Children 0ef4aed3d7b7
Add a CFBundleIdentifier for Adium.framework so it can be properly code signed
--- a/Plists/Adium_Framework.plist Thu Mar 23 11:45:50 2017 -0400
+++ b/Plists/Adium_Framework.plist Thu Mar 23 15:12:38 2017 -0400
@@ -1,27 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
- <key>CFBundleExecutable</key>
- <string></string>
- <key>CFBundleGetInfoString</key>
- <string></string>
- <key>CFBundleIconFile</key>
- <string></string>
<key>CFBundleIdentifier</key>
- <string></string>
+ <string>com.adiumX.AdiumFramework</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
- <key>CFBundleName</key>
- <string></string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string></string>
- <key>CFBundleSignature</key>
- <string>????</string>
<key>CFBundleVersion</key>
<string>0.0.1d1</string>
</dict>