Skip to content

Instantly share code, notes, and snippets.

@joshua-d-miller
Created March 24, 2015 12:22
Show Gist options
  • Save joshua-d-miller/bb0d8a9c1e7c4a94de67 to your computer and use it in GitHub Desktop.
Save joshua-d-miller/bb0d8a9c1e7c4a94de67 to your computer and use it in GitHub Desktop.
makepkginfo -f explorer-mac
<?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">
<plist version="1.0">
<dict>
<key>_metadata</key>
<dict>
<key>created_by</key>
<string>jdm51</string>
<key>creation_date</key>
<date>2015-03-24T12:22:12Z</date>
<key>munki_version</key>
<string>2.1.0.2349</string>
<key>os_version</key>
<string>10.10.2</string>
</dict>
<key>autoremove</key>
<false/>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>unity.Jet Propulsion Laboratory.NASA's Eyes Visualization</string>
<key>CFBundleName</key>
<string>NASA's Eyes Visualization</string>
<key>CFBundleShortVersionString</key>
<string>Unity Player version 4.1.5f1</string>
<key>CFBundleVersion</key>
<string>4.1.5f1</string>
<key>path</key>
<string>/Users/jdm51/Downloads/explorer-mac/explorer-mac.app</string>
<key>type</key>
<string>application</string>
<key>version_comparison_key</key>
<string>CFBundleVersion</string>
</dict>
</array>
<key>version</key>
<string>1.0.0.0.0 (Please edit me!)</string>
</dict>
</plist>
Copy link

ghost commented Mar 24, 2015

digging a bit deeper into this "app", it expects to be installed inside the users' home folder, and if you relocate it to /Applications it'll complain that can't find a dumb log.txt inside the home folder.

Also permissions need some manual fixing postinstall...

So yeah... bad app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment