
iOS Programming
- An opensource Swift package to obfuscate sensitive data and secretsgithub.com GitHub - securevale/swift-confidential: Swift literals obfuscator to defend against static reverse engineering.
Swift literals obfuscator to defend against static reverse engineering. - securevale/swift-confidential
A highly configurable and performant tool for obfuscating Swift literals embedded in the application code that you should protect from static code analysis, making the app more resistant to reverse engineering.
Simply integrate the tool with your Swift package or Xcode project, configure your own obfuscation algorithm along with the list of secret literals, and build the project 🚀
Swift Confidential can save you a lot of time, especially if you are developing an iOS app and seeking to meet OWASP MASVS-RESILIENCE requirements.
- Meet Swift OpenAPI Generator - WWDC23developer.apple.com Meet Swift OpenAPI Generator - WWDC23 - Videos - Apple Developer
Discover how Swift OpenAPI Generator can help you work with HTTP server APIs whether you're extending an iOS app or writing a server in...
- Xcode 15 Beta: A much needed code completion improvement.nilcoalescing.com See all parameter permutations in code completion in Xcode 15
In Xcode 15 code completion we can view all the possible permutations of function parameters by pressing the right arrow key.
- Highlights of new technologies introduced at WWDC23developer.apple.com WWDC23 | Apple Developer Documentation
Highlights of new technologies introduced at WWDC23.
- Clever tricks to clean up #if os() checks in SwiftUI codewww.jessesquires.com Improving multiplatform SwiftUI code
For multiplatform projects where I’m using SwiftUI, it certainly makes developing for multiple platforms at once significantly faster. However, each of Apple...
- Xcode 14.3.1 Release Notesdeveloper.apple.com Xcode 14.3.1 Release Notes | Apple Developer Documentation
Update your apps to use new features, and test your apps against API changes.