0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
libsignal/swift/cocoapods-testing
2024-07-23 14:12:51 -07:00
..
.gitignore CI: Test building for iOS devices 2024-07-23 14:12:51 -07:00
Podfile CI: Test building for iOS devices 2024-07-23 14:12:51 -07: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