Signal-iOS/Signal/AppLaunch
Ehren Kret 557d6a67cc migrate Cryptography over to swift
`srand` is not accessible in swift. Remove `srand` anyhow as anything
using `rand` for any actual randomness should be considered a bug in
need of fixing rather than viewing `srand` as an acceptable workaround.
2024-08-01 14:43:34 -05:00
..
AppDelegate.swift migrate Cryptography over to swift 2024-08-01 14:43:34 -05:00
AppEnvironment.swift Rename owsAssert to owsPrecondition 2024-07-09 10:42:56 -04:00
Dependencies+MainApp.swift Don’t use inheritance with CallService 2024-04-16 19:36:24 -05:00
LaunchJobs.swift Asyncify LaunchJobs 2024-07-25 01:48:18 -05:00
LoadingViewController.swift disallow swift code to call weak timer selector methods 2024-04-27 05:24:46 -05:00
MainAppContext.swift Wrap isRunningTests in a TESTABLE_BUILD check 2024-07-11 10:35:24 -05:00
SignalApp.swift Rename owsAssert to owsPrecondition 2024-07-09 10:42:56 -04:00