As of iOS 10, keychain access from framework test bundles is broken in the simulator, returning error -34018 for every request. By using an (empty) iOS app as a bundle loader, the test gains the app's access to the keychain and can run successfully.
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
#include "../Carthage/Checkouts/xcconfigs/iOS/iOS-Application.xcconfig"
|
|
|
|
PRODUCT_NAME = OneTimePasswordTestApp
|
|
PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.onetimepassword.test-app
|
|
INFOPLIST_FILE = $(SRCROOT)/Tests/App/Info.plist
|