Signal-iOS/SignalUI
Max Radermacher b1874b4c5f Fix some _isDebugAssertConfiguration warnings
By moving the check after the `isLoggingEnabled()` check, there isn’t
unreachable code, so the compiler warning goes away. (The `_isDebug…`
check has to be second, or the `isLoggingEnabled()` call would be
unreachable code.)

For the other case, I wrapped the entire check in a single `assert`,
avoiding the `_isDebugAssertConfiguration` call altogether. (This one
wasn’t a warning, but I think this approach is more canonical, and it’s
probably best to avoid `_` functions where possible.)
2022-05-06 09:48:50 -05:00
..
Appearance Stop using arc4random in Swift files 2022-05-03 10:19:07 -05:00
Categories Fix incorrect layouts constraints in AL helper method. 2022-04-22 11:08:20 -07:00
Environment Report HTTP status code when web sockets fail to connect 2022-03-28 15:25:37 -07:00
Fonts Add new fonts for text stories 2022-03-17 14:30:19 -07:00
Payments Revert "Use shorter URLs for MOB FOG" 2022-05-02 20:39:52 -05:00
SignalUI.docc Add SignalUI framework target. 2021-10-19 09:39:52 -03:00
UI Fix typos 2022-03-18 11:31:06 -07:00
Utils moved older stringsdict changes into new branch; minor changes (#4205) 2022-04-28 17:41:43 +02:00
ViewControllers Fix SwiftLint switch_case_alignment violations 2022-05-03 12:15:05 -05:00
ViewModels Fix some _isDebugAssertConfiguration warnings 2022-05-06 09:48:50 -05:00
Views Change references from master to main 2022-05-02 10:30:40 -05:00
Wallpapers PR Feedback: Remove notImplemented altogether 2022-04-13 20:21:47 -07:00
SignalUI-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalUI.h Change phone number. 2021-11-19 14:28:18 -03:00