Skip to content

Commit

Permalink
Merge pull request #248 from klaviyo/bl/badge-count-examples
Browse files Browse the repository at this point in the history
Update example app plists for badge count
  • Loading branch information
belleklaviyo authored Jan 6, 2025
2 parents b872f9d + 0dd220f commit 43aaac7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>klaviyo_app_group</key>
<string>group.$(PRODUCT_BUNDLE_IDENTIFIER).shared</string>
<key>CFBundleSignature</key>
<string>????</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>klaviyo_app_group</key>
<string>group.$(PRODUCT_BUNDLE_IDENTIFIER).shared</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>klaviyo_app_group</key>
<string>group.$(PRODUCT_BUNDLE_IDENTIFIER).shared</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>klaviyo_app_group</key>
<string>group.$(PRODUCT_BUNDLE_IDENTIFIER).shared</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
6 changes: 2 additions & 4 deletions Examples/KlaviyoSwiftExamples/Shared/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,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>Klaviyo_badge_autoclearing</key>
<true/>
<key>Klaviyo_App_Group</key>
<string>group.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>klaviyo_app_group</key>
<string>group.$(PRODUCT_BUNDLE_IDENTIFIER).shared</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down

0 comments on commit 43aaac7

Please sign in to comment.