Sha256: 6d291971145541d9cf2e6a157d9a53be75ae7384d02fcdaab2ff20c55191642c

Contents?: true

Size: 1.34 KB

Versions: 17

Compression:

Stored size: 1.34 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>CFBundleDisplayName</key>
	<string>$(PRODUCT_DISPLAY_NAME)</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>zh</string>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleIdentifier</key>
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
	<key>CFBundleName</key>
	<string>$(PRODUCT_NAME)</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>${MARKETING_VERSION}</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>${CURRENT_PROJECT_VERSION}</string>
	<key>LSApplicationCategoryType</key>
	<string></string>
	<key>LSRequiresIPhoneOS</key>
	<true/>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
	<key>UILaunchStoryboardName</key>
	<string>LaunchScreen.storyboard</string>
	<key>UIRequiredDeviceCapabilities</key>
	<array>
		<string>armv7</string>
	</array>
	<key>UISupportedInterfaceOrientations</key>
	<array>
		<string>UIInterfaceOrientationPortrait</string>
	</array>
	<key>UIUserInterfaceStyle</key>
	<string>Light</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
</dict>
</plist>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
cocoapods-ykutility-3.0.4 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-3.0.3 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-3.0.2 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-3.0.1 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-3.0.0 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-2.0.9 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-2.0.8 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-2.0.7 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-2.0.6 configPodTemplate/example/InfoFiles/TargetMainInfo.plist
cocoapods-ykutility-2.0.5 configPodTemplate/example/TargetMain/Info.plist
cocoapods-ykutility-2.0.4 configPodTemplate/example/TargetMain/Info.plist
cocoapods-ykutility-2.0.3 configPodTemplate/example/TargetMain/Info.plist
cocoapods-ykutility-2.0.2 configPodTemplate/example/TargetMain/Info.plist
cocoapods-ykutility-2.0.1 configPodTemplate/example/TargetMain/Info.plist
cocoapods-ykutility-2.0.0 configPodTemplate/example/TargetMain/Info.plist
cocoapods-ykutility-1.0.2 configPodTemplate/example/TargetMain/Info.plist
cocoapods-ykutility-1.0.1 configPodTemplate/example/TargetMain/Info.plist