Sha256: b2eb62e757c2819c41e495eefb2b38e419f397fe54e13802125b5365c0c0268a

Contents?: true

Size: 1.46 KB

Versions: 58

Compression:

Stored size: 1.46 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>org.xord.${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>UIStatusBarHidden</key>
	<true/>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
	<key>UISupportedInterfaceOrientations~ipad</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
</dict>
</plist>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
reflexion-0.3.4 samples/ios/hello/hello/hello-Info.plist
reflexion-0.3.3 samples/ios/hello/hello/hello-Info.plist
reflexion-0.3.2 samples/ios/hello/hello/hello-Info.plist
reflexion-0.3.1 samples/ios/hello/hello/hello-Info.plist
reflexion-0.3 samples/ios/hello/hello/hello-Info.plist
reflexion-0.2.1 samples/ios/hello/hello/hello-Info.plist
reflexion-0.2 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.57 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.56 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.55 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.54 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.53 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.52 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.51 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.50 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.49 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.48 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.47 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.46 samples/ios/hello/hello/hello-Info.plist
reflexion-0.1.45 samples/ios/hello/hello/hello-Info.plist