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.
- Host: GitHub
- URL: https://github.com/appcelerator-developer-relations/ios-extensions-sample-sirikit
- Owner: appcelerator-developer-relations
- License: other
- Created: 2016-12-01T07:07:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T16:40:23.000Z (over 7 years ago)
- Last Synced: 2024-11-16T00:33:34.994Z (over 1 year ago)
- Topics: ios10, sample-app, sirikit, titanium
- Language: Objective-C
- Homepage:
- Size: 4.97 MB
- Stars: 12
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!

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]