Skip to content

Commit

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

This reverts commit 62c8929.
  • Loading branch information
rentzsch committed Aug 28, 2009
1 parent cf4c29f commit 945cc48
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//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple Computer//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.pkg</string>
<string>com.github.rentzsch.clicktoflash</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.1000000014901161</real>
<real>0.10000000149011612</real>
</dict>
</plist>

0 comments on commit 945cc48

Please sign in to comment.