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

Rewrite in Swift as a Swift PM package #4

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

Conversation

friedbunny
Copy link
Owner

@friedbunny friedbunny commented Aug 26, 2019

Fixes #2 by rewriting in Swift as a Swift PM package. This necessarily switches from a bundled plist to an inline dictionary of coordinates, as SPM currently does not support bundled resources.

To-do

  • Rename project “TimeZoneCoordinate”
  • Verify Obj-C interoperability.
  • Clean up remaining Obj-C implementation details.
  • Test performance of TimeZoneCoordinates dictionary and investigate alternatives.
  • Update podspec and verify.
  • Fix import script so that it updates Coordinates.swift.
  • Write other tests.
  • Update readme.

@friedbunny friedbunny added this to the 2.0.0 milestone Aug 26, 2019
@friedbunny friedbunny self-assigned this Aug 26, 2019
@OdNairy
Copy link

OdNairy commented Oct 8, 2024

Hey @friedbunny
Is there any chance of merging the PR? 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swift 3.x bridging to TimeZone does not work
2 participants