Skip to content

Commit

Permalink
enable group.com.expensify.new
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Aug 30, 2024
1 parent 546ba7e commit e815de9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion ios/NewExpensify/NewExpensifyDebugAdHoc.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<key>com.apple.developer.usernotifications.communication</key>
<true/>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.com.expensify.new</string>
</array>
</dict>
</plist>
4 changes: 3 additions & 1 deletion ios/NewExpensify/NewExpensifyDebugDevelopment.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<key>com.apple.developer.usernotifications.communication</key>
<true/>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.com.expensify.new</string>
</array>
</dict>
</plist>
4 changes: 3 additions & 1 deletion ios/NewExpensify/NewExpensifyDebugProduction.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<key>com.apple.developer.usernotifications.communication</key>
<true/>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.com.expensify.new</string>
</array>
</dict>
</plist>
4 changes: 3 additions & 1 deletion ios/NewExpensify/NewExpensifyReleaseAdHoc.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<key>com.apple.developer.usernotifications.communication</key>
<true/>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.com.expensify.new</string>
</array>
</dict>
</plist>
4 changes: 3 additions & 1 deletion ios/NewExpensify/NewExpensifyReleaseDevelopment.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<key>com.apple.developer.usernotifications.communication</key>
<true/>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.com.expensify.new</string>
</array>
</dict>
</plist>
4 changes: 3 additions & 1 deletion ios/NewExpensify/NewExpensifyReleaseProduction.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<key>com.apple.developer.usernotifications.communication</key>
<true/>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.com.expensify.new</string>
</array>
</dict>
</plist>

0 comments on commit e815de9

Please sign in to comment.