Signal-iOS/SignalShareExtension
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
..
Base.lproj Sketch out SAE load screen; make a number of infrastructure changes. 2017-12-01 09:37:52 -05:00
utils Render 1:1 story replies 2022-04-15 19:28:14 -07:00
Info.plist "Bump build to 5.38.0.5." (nightly-05-06-2022) 2022-05-06 04:01:05 -07:00
SAEFailedViewController.swift Lint 2022-04-13 20:23:22 -07:00
SAELoadViewController.swift Lint 2022-04-13 20:23:22 -07:00
SAEScreenLockViewController.h Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
SAEScreenLockViewController.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
ShareViewController.swift Fix some _isDebugAssertConfiguration warnings 2022-05-06 09:48:50 -05:00
SharingThreadPickerViewController.swift replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
SignalShareExtension-AppStore.entitlements Allow parallel usage of staging and production services. 2020-01-15 10:48:42 -03:00
SignalShareExtension-Bridging-Header.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
SignalShareExtension-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
SignalShareExtension.entitlements Allow parallel usage of staging and production services. 2020-01-15 10:48:42 -03:00