# embed-sdk-ios-sample **Repository Path**: mirrors_NativeScript/embed-sdk-ios-sample ## Basic Information - **Project Name**: embed-sdk-ios-sample - **Description**: Embed NativeScript into iOS apps - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-18 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Embed NativeScript into an existing iOS app You can embed NativeScript into any existing iOS app for ad hoc usage. NativeScript has matured greatly over the past couple years and part of it's maturity is increased extensibility. Read more here: https://blog.nativescript.org/embed-nativescript-sdk-ios ### Try it ```bash git clone https://github.com/NativeScript/embed-sdk-ios-sample.git cd embed-sdk-ios-sample pod install ``` Now open the `MyCoolApp.xcworkspace` to run it.