SwiftKitz / Appz

📱 Launch external apps, and deeplink, with ease using Swift!
https://swiftkitz.github.io/
MIT License
1.18k stars 78 forks source link

missing argument label in call (have actions, expected options) #100

Closed ElSifi closed 7 years ago

ElSifi commented 7 years ago

screen shot 2017-06-09 at 12 49 50 pm

installed via cocoaPods project is Swift 3

Mazyod commented 7 years ago

Thanks, README is now updated.

Background: README had some outdated code using .Status enum with capital letter, which causes an error since enums where changed to small letters in Swift 3.

Please use .status instead.

ElSifi commented 7 years ago

Thanks (Y)