CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Feb 2016 |
| SPMSupports SPM | ✗ |
Maintained by Igor Matyushkin.
The way to launch apps on iOS.
Source folder to your project.or
Peripheral cocoapodIt’s incredibly easy to launch apps with Peripheral. Just take look at this:
/*
* Launch Skype
*/
Peripheral.Skype.launchApp()
/*
* Launch Twitter
*/
Peripheral.Twitter.launchApp()Here is a list of currently supported apps:
This list will be constantly expanding.
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
Laconic is available under the MIT license. See the LICENSE file for more info.