Files
OneTimePassword/Configuration/OneTimePasswordTestApp.xcconfig
Matt Rubin 821ac72582 Add an empty app to serve as a test host for the keychain tests
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.
2016-12-14 20:18:17 -05:00

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