Sha256: 321fda95027822c90bd1a130465f7e487d7563eb77c390dd989c76cc4aa7bf47

Contents?: true

Size: 1.68 KB

Versions: 17

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>-Xms756M -Xmx756M</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.6+</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

17 entries across 17 versions & 1 rubygems

Version Path
ruby-processing-2.6.10 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.9 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.8 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.7 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.6 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.5 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.4 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.3 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.2 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.1 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.6.0 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.5.1 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.5.0 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.4.4 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.4.3 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.4.2 lib/templates/application/Contents/Info.plist.erb
ruby-processing-2.4.1 lib/templates/application/Contents/Info.plist.erb