Sha256: 48803cafc2d72528424ee069c9ff3400ee0d71f69885aa70654d8f16966aa9da

Contents?: true

Size: 1.68 KB

Versions: 11

Compression:

Stored size: 1.68 KB

Contents

<?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>CFBundleName</key>
	<string><%= @title %></string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>CFBundleAllowMixedLocalizations</key>
	<string>true</string>
	<key>CFBundleExecutable</key>
	<string>JavaApplicationStub</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleIconFile</key>
	<string>sketch.icns</string>
	<key>CFBundleIdentifier</key> 
	<string>org.ruby-processing.<%= @class_name %></string>
	<key>Java</key>
	<dict>
		<key>VMOptions</key>
		<string>-Xms128M -Xmx256M</string>
		<key>MainClass</key>
		<string>org.jruby.Main</string>
		<key>WorkingDirectory</key>
		<string>$JAVAROOT</string>
		<key>Arguments</key>
		<string>ruby-processing/runners/run.rb <%= @main_file %></string>
		<key>JVMVersion</key>
		<string>1.3+</string>
		<key>ClassPath</key>
		<string><%= @class_path %></string>
		<key>Properties</key>
		<dict>
			<key>apple.laf.useScreenMenuBar</key>
			<string>true</string>
			<key>apple.awt.showGrowBox</key>
			<string>false</string>
			<key>com.apple.smallTabs</key>
			<string>true</string>
			<key>apple.awt.Antialiasing</key>
			<string>false</string>
			<key>apple.awt.TextAntialiasing</key>
			<string>true</string>
			<key>com.apple.hwaccel</key>
			<string>true</string>
			<key>apple.awt.use-file-dialog-packages</key>
			<string>false</string>
		</dict>
	</dict>
</dict>
</plist>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ruby-processing-1.0.11 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.10.1 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.9 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.1 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.2 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.4 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.3 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.5 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.6 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.7 lib/templates/application/Contents/Info.plist.erb
ruby-processing-1.0.8 lib/templates/application/Contents/Info.plist.erb