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
  • Loading branch information
Simone Manganelli authored and Simone Manganelli committed Jul 5, 2009
1 parent aa0eb29 commit 62c8929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Installer/Info.plist
@@ -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 62c8929

Please sign in to comment.