Skip to content

Commit

Permalink
Revert "Revert "Don't crash on assert in alpha builds (#2667)""
Browse files Browse the repository at this point in the history
This reverts commit 2f3b4f1.
  • Loading branch information
afterxleep committed Apr 4, 2024
1 parent db8c7f7 commit b8aace2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/Configuration-Alpha.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ GROUP_ID_PREFIX = group.com.duckduckgo.alpha

// The keychain access group for subscriptions
SUBSCRIPTION_APP_GROUP = com.duckduckgo.subscriptions.alpha

// Prevents asserts from crashing alpha TF builds
OTHER_SWIFT_FLAGS[config=Alpha][arch=*][sdk=*] = $(inherited) -assert-config Release

0 comments on commit b8aace2

Please sign in to comment.