Sha256: b4e22fc35e73949801372e0e697e0f1a2cdb1dec24ab04114f32ca488fddc5b6

Contents?: true

Size: 1.25 KB

Versions: 17

Compression:

Stored size: 1.25 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>CFBundleShortVersionString</key>
	<string>$(MARKETING_VERSION)</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2023 CocoaPods. All rights reserved.</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>$(DEVELOPMENT_LANGUAGE)</string>
	<key>CFBundlePackageType</key>
	<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
	<key>CFBundleDisplayName</key>
	<string>$(PRODUCT_DISPLAY_NAME)</string>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
	<key>CFBundleExecutable</key>
	<string>$(EXECUTABLE_NAME)</string>
	<key>CFBundleVersion</key>
	<string>$(CURRENT_PROJECT_VERSION)</string>
	<key>CFBundleName</key>
	<string>$(PRODUCT_NAME)</string>
	<key>CFBundleIdentifier</key>
	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
	<key>NSExtension</key>
	<dict>
		<key>NSExtensionPointIdentifier</key>
		<string>com.apple.usernotifications.service</string>
		<key>NSExtensionPrincipalClass</key>
		<string>$(PRODUCT_MODULE_NAME).NotificationService</string>
	</dict>
	<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/NotificationServiceInfo.plist
cocoapods-ykutility-3.0.3 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-3.0.2 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-3.0.1 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-3.0.0 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-2.0.9 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-2.0.8 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-2.0.7 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-2.0.6 configPodTemplate/example/InfoFiles/NotificationServiceInfo.plist
cocoapods-ykutility-2.0.5 configPodTemplate/example/NotificationService/Info.plist
cocoapods-ykutility-2.0.4 configPodTemplate/example/NotificationService/Info.plist
cocoapods-ykutility-2.0.3 configPodTemplate/example/NotificationService/Info.plist
cocoapods-ykutility-2.0.2 configPodTemplate/example/NotificationService/Info.plist
cocoapods-ykutility-2.0.1 configPodTemplate/example/NotificationService/Info.plist
cocoapods-ykutility-2.0.0 configPodTemplate/example/NotificationService/Info.plist
cocoapods-ykutility-1.0.2 configPodTemplate/example/NotificationService/Info.plist
cocoapods-ykutility-1.0.1 configPodTemplate/example/NotificationService/Info.plist