You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `package:apple` rake task was used to install a version of CFPropertyList
to speed up plist reads/writes. However, that task has been broken since at
least commit d988fe7 when the file_mapping.yaml
file was deleted:
bundle exec rake package:apple
rake aborted!
Could not load Apple file mappings from 'ext/osx/file_mapping.yaml'
Since the `package:apple` rake task hasn't worked since 2021, delete the
cfproperty rake task and the "pre_tasks" entry that registers the cfpropertylist
task with the packaging gem.
0 commit comments