Skip to content

Commit

Permalink
fix: include all bundle identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Dec 11, 2024
1 parent d2d67d9 commit 240573a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ios/NewExpensify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.chat.expensify.chat</string>
<string>com.expensify.chat.dev</string>
<string>com.expensify.chat.adhoc</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
Expand Down Expand Up @@ -98,11 +104,6 @@
<string>fetch</string>
<string>processing</string>
</array>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.expensify.chat.chat</string>
<string>com.expensify.chat.dev</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 240573a

Please sign in to comment.