Skip to content

Comments

Updated project settings, int -> NSInteger, fixed warnings and deprecations#119

Open
shazron wants to merge 2 commits intoarauchfuss:masterfrom
shazron:updateproj
Open

Updated project settings, int -> NSInteger, fixed warnings and deprecations#119
shazron wants to merge 2 commits intoarauchfuss:masterfrom
shazron:updateproj

Conversation

@shazron
Copy link

@shazron shazron commented Sep 13, 2018

  • Updated project settings to recommended in Xcode 9.4.1
  • int -> NSInteger, intValue -> integerValue
  • Added imageUTIs, imageExtensionsFromUTIs methods (needed when upgrading the deprecated method imageFileTypes. Replacement method imageTypes returns utis now)

…ations

int -> NSInteger, intValue -> integerValue
Added imageUTIs, imageExtensionsFromUTIs methods

off_t extractsize,totalsize;
int extractingentry;
NSInteger extractingentry;

Choose a reason for hiding this comment

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

It doesn't look like you updated the XADMaster library itself. Editing headers of compiled libraries must be done with care.

Good news is that XADMaster (or a previous version of it) is open-source.

Copy link
Author

Choose a reason for hiding this comment

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

Oops yeah this was a general copy and replace mostly, I will revert changes from the Frameworks folder. I see several mirrors/forks of XADMaster, which one does Simple Comic derive the framework from? Any others that I should look at with this code review? Thanks!

Copy link
Author

Choose a reason for hiding this comment

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

Looks like 2 files need to be reverted:

  1. Frameworks/XADMaster.framework/Versions/A/Headers/CSInputBuffer.h
  2. Frameworks/XADMaster.framework/Versions/A/Headers/XADArchive.h

I found this to be the official repo: https://github.com/MacPaw/XADMaster

@shazron
Copy link
Author

shazron commented Sep 17, 2018

Added commit to revert unwanted changes in Frameworks folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants