libsignal/swift/cocoapods-testing
2025-05-06 10:51:12 -04:00
..
.gitignore CI: Test building for iOS devices 2024-07-23 14:12:51 -07:00
Podfile Bump iOS version in testing Podfile 2025-05-06 10:51:12 -04:00
README.md CI: Test building for iOS devices 2024-07-23 14:12:51 -07:00

This directory exists for the Slow Tests to generate a fake project that depends on LibSignalClient, very similar to what pod lib lint does. By doing it manually, we can ensure that we build for device as well as simulator.

% rm -rf Pods Testing.xcworkspace
% pod install
% xcodebuild -scheme LibSignalClient -sdk iphoneos build-for-testing