10 Commits

Author SHA1 Message Date
Matt Rubin 7d99656d71 Update project configuration for Xcode 15.4 2024-08-18 14:58:28 -04:00
Matt Rubin 89f74a3c11 Upgrade Xcode project file and enable dead code stripping as recommended 2022-12-23 00:53:17 -05:00
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
Matt Rubin da1164f98d Remove the dedicated app test bundle and use the app to host all tests 2016-12-14 20:46:17 -05:00
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
Matt Rubin b2250a1038 Clean up xcconfig files 2016-11-03 15:04:53 -04:00
Matt Rubin 3b0759ed21 Move test build settings to a common xcconfig file 2016-11-03 14:58:39 -04:00
Matt Rubin 637542e460 Move framework build setting to a common xcconfig file 2016-11-03 14:51:32 -04:00
Matt Rubin c928761233 Move CommonCrypto include settings into an xcconfig file 2016-11-03 14:42:09 -04:00
Matt Rubin 3b464c41a2 Add xcconfig files for each target 2016-11-03 14:29:23 -04:00