Skip to content

Commit

Permalink
Added apple update pkginfo example
Browse files Browse the repository at this point in the history
  • Loading branch information
natewalck committed May 4, 2013
1 parent 9c22085 commit 155b97c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apple_updates/AppleUpdateExample.pkginfo
@@ -0,0 +1,20 @@
<?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>catalogs</key>
<array>
<string>testing</string>
</array>
<key>force_install_after_date</key>
<string>2013-05-22T13:45:00Z</string>
<key>installer_type</key>
<string>apple_update_metadata</string>
<key>name</key>
<string>zzzz041-9792</string>
<key>unattended_install</key>
<true/>
<key>version</key>
<string>1.0</string>
</dict>
</plist>

0 comments on commit 155b97c

Please sign in to comment.