Peripheral 1.0

Peripheral 1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2016
SPMSupports SPM

Maintained by Igor Matyushkin.




Peripheral

Peripheral

The way to launch apps on iOS.

How To Get Started

  • Copy content of Source folder to your project.

or

  • Use Peripheral cocoapod

Requirements

  • iOS 8 and later
  • Xcode 7 and later

Usage

It’s incredibly easy to launch apps with Peripheral. Just take look at this:

/*
 * Launch Skype
 */

Peripheral.Skype.launchApp()


/*
 * Launch Twitter
 */

Peripheral.Twitter.launchApp()

Supported Apps

Here is a list of currently supported apps:

  • Skype
  • Twitter

This list will be constantly expanding.

Note

If you want to use Peripheral on iOS 9 and later versions, don’t forget to create LSApplicationQueriesSchemes array in .plist file and list all application schemes which you are going to use with Peripheral library. Details: https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW14

License

Laconic is available under the MIT license. See the LICENSE file for more info.