frankosterfeld / qtkeychain

Platform-independent Qt API for storing passwords securely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix for iOS

hamlatzis opened this issue · comments

list(APPEND qtkeychain_SOURCES keychain_ios.cpp)

shouldn't this be list(APPEND qtkeychain_SOURCES keychain_ios.mm) instead of list(APPEND qtkeychain_SOURCES keychain_ios.cpp)