forked from programming-nu/nu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added nuke task to build installer packages: "nuke installer".
- Loading branch information
Tim Burks
committed
Sep 27, 2007
1 parent
8e46f57
commit 7356529
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?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"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IFPkgDescriptionDescription</key> | ||
<string>The Nu programming language</string> | ||
<key>IFPkgDescriptionTitle</key> | ||
<string>Nu</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?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"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleGetInfoString</key> | ||
<string>1.0, neontology</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.neontology.nu.package</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>IFMajorVersion</key> | ||
<integer>1</integer> | ||
<key>IFMinorVersion</key> | ||
<integer>0</integer> | ||
<key>IFPkgFlagAllowBackRev</key> | ||
<false/> | ||
<key>IFPkgFlagAuthorizationAction</key> | ||
<string>AdminAuthorization</string> | ||
<key>IFPkgFlagBackgroundAlignment</key> | ||
<string>topleft</string> | ||
<key>IFPkgFlagBackgroundScaling</key> | ||
<string>none</string> | ||
<key>IFPkgFlagDefaultLocation</key> | ||
<string>/</string> | ||
<key>IFPkgFlagFollowLinks</key> | ||
<true/> | ||
<key>IFPkgFlagInstallFat</key> | ||
<false/> | ||
<key>IFPkgFlagInstalledSize</key> | ||
<integer>2608</integer> | ||
<key>IFPkgFlagIsRequired</key> | ||
<false/> | ||
<key>IFPkgFlagOverwritePermissions</key> | ||
<false/> | ||
<key>IFPkgFlagRelocatable</key> | ||
<false/> | ||
<key>IFPkgFlagRestartAction</key> | ||
<string>NoRestart</string> | ||
<key>IFPkgFlagRootVolumeOnly</key> | ||
<false/> | ||
<key>IFPkgFlagUpdateInstalledLanguages</key> | ||
<false/> | ||
<key>IFPkgFormatVersion</key> | ||
<real>0.10000000149011612</real> | ||
</dict> | ||
</plist> |