Sha256: edcdab3dd351e3641074353b2ec872f2314891bdb894a73d32b8c2aff05aa08d

Contents?: true

Size: 1.5 KB

Versions: 7

Compression:

Stored size: 1.5 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>BugsnagAPIKey</key>
    <string>other-key</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>$(DEVELOPMENT_LANGUAGE)</string>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleIdentifier</key>
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</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>3.0-other</string>
	<key>CFBundleVersion</key>
	<string>56</string>
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>UILaunchStoryboardName</key>
	<string>LaunchScreen</string>
	<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>
	<key>UISupportedInterfaceOrientations~ipad</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
		<string>UIInterfaceOrientationLandscapeLeft</string>
		<string>UIInterfaceOrientationLandscapeRight</string>
	</array>
</dict>
</plist>


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fastlane-plugin-bugsnag-1.4.2 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-1.4.1 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-1.4.0 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-1.3.4 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-1.3.3 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-1.3.2 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-1.3.1 spec/fixtures/ios_proj/FirstRealFolder/Info.plist