diff --git a/inji-wallet/inji-mobile/technical-overview/technical-stack.md b/inji-wallet/inji-mobile/technical-overview/technical-stack.md index fcd8783..3f5b7b9 100644 --- a/inji-wallet/inji-mobile/technical-overview/technical-stack.md +++ b/inji-wallet/inji-mobile/technical-overview/technical-stack.md @@ -10,7 +10,8 @@ The following table summarizes the main technologies, tools, and frameworks used | [TypeScript](https://www.typescriptlang.org/) | 5.3.3 | Strongly typed language that builds on JavaScript, enabling static type checking and improved tooling. | [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0) | | [Jest](https://jestjs.io/docs/tutorial-react) | 29.7.0 | JavaScript testing framework, commonly used for React applications. | [MIT License](https://github.com/facebook/react/blob/main/LICENSE) | | [Android](https://developer.android.com/) | minSDk - 24, compileSDK - 34, targetSDK - 34 | Mobile OS based on Linux kernel, used for building and running the app on Android devices. | | -| [iOS](https://developer.apple.com/ios/) | 14 | Mobile OS developed by Apple for its devices. Swift is used for iOS development. | | +| [iOS](https://developer.apple.com/ios/) | 26+ | Mobile OS developed by Apple for its devices. Swift is used for iOS development. | | +| [Xcode](https://developer.apple.com/xcode/) | 26+ | Apple IDE and toolchain required to build and run the iOS app. | | ## Native Libraries