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

Support Swift 4 #29

Merged
merged 1 commit into from Sep 21, 2017
Merged

Support Swift 4 #29

merged 1 commit into from Sep 21, 2017

Conversation

dduan
Copy link
Contributor

@dduan dduan commented Sep 20, 2017

We have to update Package.swift format in order to get the generated pbxproj to have 4.0 as the value for SWIFT_VERSION.

@supermarin
Copy link

👍 looks like the right programming language

Package.swift Outdated
name: "LambdaKit",
targets: ["LambdaKit"]),
],
dependencies: [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should be able to omit this one

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can't omit because the file structure is not following the conventional layout. See the "path" parameter.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a new standard layout? Since this was the standard before I guess?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO we should make it whatever the standard is if we can reduce all this nonsense

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lemme see what can be done.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't let this block our Swift 4 merge tho, so this is fine if this all works, but we should follow up

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah not going to make this a hard dependency.

@dduan dduan force-pushed the swift-4.0 branch 8 times, most recently from d9d5a8c to 4dfc894 Compare September 21, 2017 07:14
Reorganized files so they fit SPM convention. Updated Package.swift format for
4.0 era.
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.

None yet

4 participants