Sha256: 7dfbd03bd9dc41b0b059d6df84780c374e5a2bca6905747bdd644e26d4ea4a89

Contents?: true

Size: 1.19 KB

Versions: 8

Compression:

Stored size: 1.19 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>me.delisa.${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>UIMainStoryboardFile</key>
	<string>Main</string>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
</dict>
</plist>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ovaltine-1.1.1 features/fixtures/Sample/Sample/Sample-Info.plist
ovaltine-1.1.0 features/fixtures/Sample/Sample/Sample-Info.plist
ovaltine-1.0.6 features/fixtures/Sample/Sample/Sample-Info.plist
ovaltine-1.0.5 features/fixtures/Sample/Sample/Sample-Info.plist
ovaltine-1.0.4 features/fixtures/Sample/Sample/Sample-Info.plist
ovaltine-1.0.2 features/fixtures/Sample/Sample/Sample-Info.plist
ovaltine-1.0.1 features/fixtures/Sample/Sample/Sample-Info.plist
ovaltine-1.0.0 features/fixtures/Sample/Sample/Sample-Info.plist