An open API service indexing awesome lists of open source software.

https://github.com/appcelerator-developer-relations/ios-extensions-sample-sirikit

Sample app demonstrating how to use the iOS 10 framework SiriKit in your native Titanium app.
https://github.com/appcelerator-developer-relations/ios-extensions-sample-sirikit

ios10 sample-app sirikit titanium

Last synced: 5 months ago
JSON representation

Sample app demonstrating how to use the iOS 10 framework SiriKit in your native Titanium app.

Awesome Lists containing this project

README

          

# Titanium Sample App: iOS Extensions with SiriKit

> **NOTE:** This Sample App requires Titanium >= 5.5.0 and Alloy >= 1.9.0 (part of AppC CLI >=5.5.0). It demonstrates support for iOS 10 and Xcode 8.

> **NOTE2:** This example uses a SiriKit extension, but in fact any native extension can be used the same way!

iOS 10 SiriKit with Titanium

For more information on native iOS extensions with Titanium, check out the [official tutorial](https://docs.appcelerator.com/platform/latest/#!/guide/Creating_iOS_Extensions_-_Siri_Intents).

## Running the Sample

### Via Appcelerator Studio

1. Import it via *Dashboard* if available.
2. Or import it via *File > Import... > Git > Git Repository as New Project* with *URI*:

https://github.com/appcelerator-developer-relations/ios-extensions-sample-sirikit

3. Select a Simulator or Device to build to via *Run > Run As*.

### Via CLI

1. Clone the repository:

git clone https://github.com/appcelerator-developer-relations/ios-extensions-sample-sirikit

2. To run it with `appc run` first import it to the platform:

appc new --import --no-services

3. Build to Simulator or Device:

[appc run | ti build] -p ios [-T device]