Skip to content

Commit 62c8929

Browse files
Simone ManganelliSimone Manganelli
Simone Manganelli
authored and
Simone Manganelli
committed
modified installer package bundle ID back to what it was with the pmdoc files; could explain why some people are still getting installer errors even when the Terminal command says no receipt was found
1 parent aa0eb29 commit 62c8929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Installer/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleIdentifier</key>
6-
<string>com.github.rentzsch.clicktoflash</string>
6+
<string>com.github.rentzsch.clicktoflash.pkg</string>
77
<key>IFPkgFlagAllowBackRev</key>
88
<true/>
99
<key>IFPkgFlagAuthorizationAction</key>
@@ -33,6 +33,6 @@
3333
<key>IFPkgFlagUpdateInstalledLanguages</key>
3434
<false/>
3535
<key>IFPkgFormatVersion</key>
36-
<real>0.10000000149011612</real>
36+
<real>0.1000000014901161</real>
3737
</dict>
3838
</plist>

0 commit comments

Comments
 (0)