Sha256: b015042ade9a78d2b5cd2e08664e457ee6ce115f9f22e2f2d8569a7fdcfc34fa

Contents?: true

Size: 1.23 KB

Versions: 8

Compression:

Stored size: 1.23 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>io.appium.${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>UIApplicationExitsOnSuspend</key>
	<true/>
	<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
Ifd_Mobile-1.1.0 project/apps/TestApp/Test App 2/TestApp-Info.plist
Ifd_Mobile-1.0.0 project/apps/TestApp/Test App 2/TestApp-Info.plist
Ifd_Mobile-0.1.9 project/apps/TestApp/Test App 2/TestApp-Info.plist
Ifd_Mobile-0.1.8 project/apps/TestApp/Test App 2/TestApp-Info.plist
Ifd_Mobile-0.1.6 project/apps/TestApp/Test App 2/TestApp-Info.plist
Ifd_Mobile-0.1.5 project/apps/TestApp/Test App 2/TestApp-Info.plist
Ifd_Mobile-0.1.1 project/apps/TestApp/Test App 2/TestApp-Info.plist
Ifd_Mobile-0.1.0 project/apps/TestApp/Test App 2/TestApp-Info.plist