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

Delete conflicting files to fix jazzy docset generation #2076

Merged
merged 2 commits into from
Apr 4, 2019

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Apr 4, 2019

#2013 duplicated Date.swift across the MapboxCoreNavigation and MapboxNavigation targets, so there were two Date.swift files in the merged, CocoaPods-generated target that jazzy uses to calculate USRs. A similar naming collision occurred with String.swift and Route.swift.

Fixes #1795 a second time.

/cc @mapbox/navigation-ios

There were two Date.swift files in the merged, CocoaPods-generated target that jazzy uses to calculate USRs.
@1ec5 1ec5 added topic: documentation build Issues related to builds and dependency management. documentation labels Apr 4, 2019
@1ec5 1ec5 added this to the v0.31.0 milestone Apr 4, 2019
@1ec5 1ec5 self-assigned this Apr 4, 2019
@1ec5 1ec5 requested a review from frederoni April 4, 2019 04:55
@1ec5 1ec5 changed the title Delete conflicting Date.swift Delete conflicting files to fix jazzy docset generation Apr 4, 2019
@@ -1977,6 +1971,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
Copy link
Contributor

Choose a reason for hiding this comment

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

Xcode 10.2 replaced English with en. I wonder if this can cause any issues. 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Xcode 10.2 adds this entry automatically upon opening the project. I’m not sure why, given that en is already in the list and we don’t have any English.lproj folders in the repository. But the project functions fine with or without this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Huh, today Xcode 10.2 warned me about this entry and offered to remove it. I guess it was having a different mood today. Removed in a016c58.

@1ec5
Copy link
Contributor Author

1ec5 commented Apr 4, 2019

#2078 tracks adding a CI step so the docset doesn’t regress again.

@1ec5 1ec5 merged commit c142525 into master Apr 4, 2019
@1ec5 1ec5 deleted the 1ec5-double-dating-1795 branch April 4, 2019 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to builds and dependency management. documentation topic: documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants