nielsmouthaan / SecureNSUserDefaults

NSUserDefaults category for iOS and Mac OS X with additional methods to securely save data using strong AES 256-bit encryption.
MIT License
179 stars 26 forks source link

Fixed import to support multi project Pods #13

Closed mohpor closed 5 years ago

mohpor commented 5 years ago

As of CocoaPods 1.7.0, you can decide if your Pods setup is MultiProject, it will improve the performance of Large projects' build, but it break some imports decorations.

This PR dresses the import problem of the CocoaSecurity Module.

Signed-off-by: Mohammad Porooshani porooshani@gmail.com

mohpor commented 5 years ago

@nielsmouthaan Do you think it is possible to have this asap. I have a rather large project awaiting this one Pod to be able to updated.

Weird as it is, I cannot use my own fork as pod's source because it cannot find any pod spec! 🤷🏻‍♂️

nielsmouthaan commented 5 years ago

@mohpor I (blindly) merged your PR without bumping up the version as I have limited time. Could you check if this works?

mohpor commented 5 years ago

will do

mohpor commented 5 years ago

But from past experience, it won't, so, if this is possible, please make a release tag.

mohpor commented 5 years ago

@nielsmouthaan It didn't work BTW, I'm still waiting on you to bump the version and do a trunk push to pod