Sha256: 1f60ec7d887b24f80b2e242fd1b06e906930546988deeaf87be56cd686b5cb26

Contents?: true

Size: 1.54 KB

Versions: 6

Compression:

Stored size: 1.54 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>bugsnag</key>
	<dict>
		<key>apiKey</key>
		<string>12345678901234567890123456789AAA</string>
	</dict>
	<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>2.0-other</string>
	<key>CFBundleVersion</key>
	<string>22</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

6 entries across 6 versions & 1 rubygems

Version Path
fastlane-plugin-bugsnag-2.3.1 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-2.3.0 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-2.2.1 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-2.2.0 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-2.1.0 spec/fixtures/ios_proj/FirstRealFolder/Info.plist
fastlane-plugin-bugsnag-2.0.0 spec/fixtures/ios_proj/FirstRealFolder/Info.plist