Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Long compilation time in Xcode 10.2 #4

Open
Pitsko opened this issue Apr 1, 2019 · 1 comment
Open

Long compilation time in Xcode 10.2 #4

Pitsko opened this issue Apr 1, 2019 · 1 comment

Comments

@Pitsko
Copy link

Pitsko commented Apr 1, 2019

No description provided.

@tysonkerridge
Copy link

My branch contains some changes that allow it to compile in a reasonable amount of time. Adjusted the dictionary literals which contain the unicode mappings into string literals that contain the JSON to decode into the dictionaries, as those seem to be the issue. The shortcode dictionary had to change to [String : [String]] instead of [String : (String, String)] due to tuples not being Decodable.

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

No branches or pull requests

2 participants