blob: 560493a6200b5d97d576d4a17ae1fbce355a669c [file] [log] [blame]
kkostiuk74d1ae42021-06-17 11:10:15 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleDisplayName</key>
8 <string>jamiNotificationExtension</string>
9 <key>CFBundleExecutable</key>
10 <string>$(EXECUTABLE_NAME)</string>
11 <key>CFBundleIdentifier</key>
12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>$(PRODUCT_NAME)</string>
17 <key>CFBundlePackageType</key>
18 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
19 <key>CFBundleShortVersionString</key>
20 <string>1.0</string>
21 <key>CFBundleVersion</key>
22 <string>1</string>
23 <key>NSExtension</key>
24 <dict>
25 <key>NSExtensionPointIdentifier</key>
26 <string>com.apple.usernotifications.service</string>
27 <key>NSExtensionPrincipalClass</key>
28 <string>$(PRODUCT_MODULE_NAME).NotificationService</string>
29 </dict>
kkostiuk760be3b2022-07-18 15:03:08 -040030 <key>NSAppTransportSecurity</key>
31 <dict>
32 <key>NSAllowsArbitraryLoads</key>
33 <true/>
34 </dict>
kkostiuk74d1ae42021-06-17 11:10:15 -040035</dict>
36</plist>