Sha256: 4eb20deb4c86cefd51c0aeb849c3619b8693b4b18be12d3972b4507b923dad72

Contents?: true

Size: 1.21 KB

Versions: 5

Compression:

Stored size: 1.21 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>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleDisplayName</key>
	<string>${PRODUCT_NAME}</string>
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleIdentifier</key>
	<string><%= company_identifier %>.${PRODUCT_NAME:rfc1034identifier}</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>${PRODUCT_NAME}</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
	<key>UILaunchStoryboardName</key>
	<string>LaunchScreen</string>
	<% if project_template == "ui" %>
	<key>UIMainStoryboardFile</key>
	<string>Main</string>
	<% end %>
</dict>
</plist>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
learn-generate-1.0.16 lib/templates/ios/.liftoff/templates/<%= project_name %>-Info.plist
learn-generate-1.0.15 lib/templates/ios/.liftoff/templates/<%= project_name %>-Info.plist
learn-generate-1.0.14 lib/templates/ios/.liftoff/templates/<%= project_name %>-Info.plist
learn-generate-1.0.13 lib/templates/ios/.liftoff/templates/<%= project_name %>-Info.plist
learn-generate-1.0.12 lib/templates/ios/.liftoff/templates/<%= project_name %>-Info.plist