MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
508 stars 153 forks source link

Remove/Avoid NSLog calls in ios release build #268

Open emanuelb opened 4 years ago

emanuelb commented 4 years ago

The file /ios/codeAgainstCorona/AppDelegate.m contain several calls to NSLog function which do logging: https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L79 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L112 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L124 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L202 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L205 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L224 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L227 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L255 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L262 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L297 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L299 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L318 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L335 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L344 https://github.com/MohGovIL/hamagen-react-native/blob/a6627d5f3106730893908625d064d008dd37eee8/ios/codeAgainstCorona/AppDelegate.m#L346