Files
OneTimePassword/Configuration/OneTimePasswordTestApp.xcconfig

8 lines
254 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
DEAD_CODE_STRIPPING = YES;