aydenp / PassEncoder

Simple PassKit (Apple Wallet) encoding and signing in Swift.

Home Page:https://aydenp.github.io/PassEncoder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to add localizations/subdirectories

sbeitzel opened this issue · comments

The pass documentation from Apple says that localizable resources should be stored in subdirectories, but when one adds a file with a custom name such as, "en.lproj/pass.strings" the operation fails, since the "en.lproj" subdirectory doesn't exist.

I merged #4, but going to keep this open since it still appears to affect addFile(named:,from:)

#12 tracks removing the method which doesn't support subdirectories