Closed pietbrauer closed 8 years ago
I introduced a bug yesterday, which led to chapter names not being extracted from the hash resulting in chapter names in the Manifest.plist being "{\"name\"=>\"test_chapter\"}.playgroundchapter" instead of test_chapter.plagroundchapter.
Manifest.plist
"{\"name\"=>\"test_chapter\"}.playgroundchapter"
test_chapter.plagroundchapter
Please don't merge yet.
:)
I introduced a bug yesterday, which led to chapter names not being extracted from the hash resulting in chapter names in the
Manifest.plist
being"{\"name\"=>\"test_chapter\"}.playgroundchapter"
instead oftest_chapter.plagroundchapter
.