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

Add enhanced support for multi-volume archives #59

Merged
merged 84 commits into from
Oct 3, 2017
Merged

Conversation

abbeycode
Copy link
Owner

A refinement of the PR @aonez contributed in PR #38. These changes implement the following:

  • Add method and property on URKArchive:
    • -listVolumeURLs:
    • hasMultipleVolumes
  • When initializing an archive from a part of a multivolume archive other than the first, redirect the archive's URL to the first part's

abbeycode and others added 30 commits February 4, 2017 08:32
@abbeycode abbeycode added this to the 2.9 milestone Oct 3, 2017
@abbeycode abbeycode self-assigned this Oct 3, 2017
}

SEL sortBySelector = @selector(path);
NSSortDescriptor *sortDescriptor = [NSSortDescriptor sortDescriptorWithKey:NSStringFromSelector(sortBySelector) ascending:YES];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finally you used the sort descriptor 😄

@aonez
Copy link
Contributor

aonez commented Oct 3, 2017

Looks cool to me! More checks on the regex part, more robust. Will try it as soon as you merge it! 😁

@abbeycode abbeycode merged commit 6426519 into v2.9 Oct 3, 2017
@abbeycode abbeycode deleted the multivolume branch October 3, 2017 12:51
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.

None yet

2 participants