forked from trent_larson/crowd-funder-for-time-pwa
- Add test-ios.js script for iOS build and test automation - Add simulator detection and validation - Add CocoaPods dependency handling - Add iOS deeplink testing with xcrun simctl - Add detailed build logging for iOS tests The changes improve iOS testing by: 1. Automating iOS build and test process 2. Adding structured logging to build_logs directory 3. Supporting deeplink testing in iOS simulator 4. Validating iOS development environment 5. Matching Android test capabilities Technical details: - Uses xcodebuild for building and testing - Handles simulator device detection - Supports all deeplink test cases - Provides detailed error reporting - Maintains test logs for debugging