<?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>$(DEVELOPMENT_LANGUAGE)</string>
	<key>CFBundleDisplayName</key>
	<string>TeakNotificationContent</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>XPC!</string>
	<key>CFBundleShortVersionString</key>
	<string>$(MARKETING_VERSION)</string>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>NSExtension</key>
	<dict>
		<key>NSExtensionAttributes</key>
		<dict>
			<key>UNNotificationExtensionCategory</key>
			<array>
				<string>TeakNotificationContent</string>
				<string>TeakNotificationPlayNow</string>
				<string>TeakNotificationClaimForFree</string>
				<string>TeakNotificationBox123</string>
				<string>TeakNotificationGetNow</string>
				<string>TeakNotificationBuyNow</string>
				<string>TeakNotificationInteractiveStop</string>
				<string>TeakNotificationLaughingEmoji</string>
				<string>TeakNotificationThumbsUpEmoji</string>
				<string>TeakNotificationPartyEmoji</string>
				<string>TeakNotificationSlotEmoji</string>
				<string>TeakNotification123</string>
				<string>TeakNotificationFreeGiftEmoji</string>
				<string>TeakNotificationYes</string>
				<string>TeakNotificationYesNo</string>
				<string>TeakNotificationAccept</string>
				<string>TeakNotificationOkay</string>
				<string>TeakNotificationYesPlease</string>
				<string>TeakNotificationClaimFreeBonus</string>
			</array>
			<key>UNNotificationExtensionDefaultContentHidden</key>
			<false/>
			<key>UNNotificationExtensionInitialContentSizeRatio</key>
			<real>0.01</real>
			<key>UNNotificationExtensionUserInteractionEnabled</key>
			<true/>
		</dict>
		<key>NSExtensionPointIdentifier</key>
		<string>com.apple.usernotifications.content-extension</string>
		<key>NSExtensionPrincipalClass</key>
		<string>TeakNotificationViewController</string>
	</dict>
</dict>
</plist>
