Skip to content

Commit

Permalink
modified installer package bundle ID back to what it was with the pmd…
Browse files Browse the repository at this point in the history
…oc files; could explain why some people are still getting installer errors even when the Terminal command says no receipt was found

Signed-off-by: Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>
  • Loading branch information
Simone Manganelli authored and rentzsch committed Jul 6, 2009
1 parent 1edb682 commit e6d5ef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Installer/Info.plist
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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>CFBundleIdentifier</key>
<string>com.github.rentzsch.clicktoflash</string>
<string>com.github.rentzsch.clicktoflash.pkg</string>
<key>IFPkgFlagAllowBackRev</key>
<true/>
<key>IFPkgFlagAuthorizationAction</key>
Expand Down Expand Up @@ -33,6 +33,6 @@
<key>IFPkgFlagUpdateInstalledLanguages</key>
<false/>
<key>IFPkgFormatVersion</key>
<real>0.10000000149011612</real>
<real>0.1000000014901161</real>
</dict>
</plist>

0 comments on commit e6d5ef1

Please sign in to comment.