Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Swift 4 #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update to Swift 4 #1

wants to merge 5 commits into from

Conversation

Yasumoto
Copy link

This brings the package in line with more recent Swift 4 conventions.

  • The .xcodeproj is controlled by SwiftPM
  • v4 PackageDescription is slightly different
  • String API has changed
  • Source layout updated

Modify layout to follow new
Update
String API deprecations.
@Yasumoto
Copy link
Author

@noppoMan whaddya think about merging this in until we hear from @royratcliffe on royratcliffe#1 ?

These are needed to get around a bug in the Swift Package Manager when compiling with iOS. If a Package is compiled with a version of the language less than 5.0 it gets the minimum deployment values wrong.
Add swift language specific Package.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants