project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

xcode 9 release #290

Open paulz opened 6 years ago

paulz commented 6 years ago

Currently to get EncryptedCoreData pod working with Xcode 9 we do:

    pod 'EncryptedCoreData',          # xcode 9 workaround
        :git => 'https://github.com/project-imas/encrypted-core-data.git',
        :commit => 'b97ffaf2f'

Please release the updated version