Code Monkey home page Code Monkey logo

Comments (6)

hzalaz avatar hzalaz commented on July 17, 2024

@portellaa there is a PR that updates those dependencies, unless you need to use beta dependencies which I won't be so sure about. The rest looks good so we will merge

from auth0.swift.

portellaa avatar portellaa commented on July 17, 2024

sorry, i didn't saw the content of the PRs and none of them refer that in the name 🙂

fine then, no need for PR 😉

can you close the issue when the PR is merged? 🍻

from auth0.swift.

hzalaz avatar hzalaz commented on July 17, 2024

@portellaa the only thing missing is

if #available(iOS 11.0, *) {
    let configuration: SFSafariViewController.Configuration = {
       $0.entersReaderIfAvailable = false
       return $0
    }(SFSafariViewController.Configuration())
    super.init(url: URL, configuration: configuration)
} else {
    super.init(url: URL, entersReaderIfAvailable: false)
}

if you want to make the PR otherwise we will do it next week

from auth0.swift.

portellaa avatar portellaa commented on July 17, 2024

yes, i will :) thanks

from auth0.swift.

cocojoe avatar cocojoe commented on July 17, 2024

@portellaa

You should check out the existing swift-4.0-beta branch if you want to have a play in Xcode 9 :)
It already includes your code and also has latest dependencies. I found a few other bugs in Nimble 7.0.1 but commented out those tests for now, so everything will pass.

Have fun.

from auth0.swift.

portellaa avatar portellaa commented on July 17, 2024

Awesome @cocojoe 😃 working like a charm.

from auth0.swift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.