mozilla-mobile / focus-ios

⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
Mozilla Public License 2.0
1.26k stars 262 forks source link

Research Migrating to XCode 9 #275

Closed Sdaswani closed 7 years ago

Sdaswani commented 7 years ago

Research should include:

boek commented 7 years ago

Is migration required to use WKWebView

According to this and this we don't have to move fully to Xcode 9 to support iOS 11 features.

Does Focus compile out of the box on XCode 9?

No, but it's close. I was able to spend a few minutes this morning to get it to compile with Swift 4 Xcode 9. There is one hiccup that I ran into in that Carthage did not want to checkout/compile AutocompleteTextField. I haven't figured out why yet as doing it from command line worked without a problem 😕

Sdaswani commented 7 years ago

Thanks for the research @boek - continue to try and get it compiling.