Files
OneTimePassword/Configuration/OneTimePassword.xcconfig
Matt Rubin 6d2f4f0da9 Remove the CommonCrypto shim
As of Xcode 10, the custom module maps are no longer needed.
2018-09-18 20:52:33 -04:00

6 lines
160 B
Plaintext

PRODUCT_NAME = OneTimePassword;
PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.onetimepassword;
INFOPLIST_FILE = Sources/Info.plist;
SWIFT_INSTALL_OBJC_HEADER = NO;