21 Commits

Author SHA1 Message Date
6ae4efcc03 Fix Run-Tests.sh for current Xcode/SDK
- Tests (Mac) target: set GENERATE_INFOPLIST_FILE = YES (modern Xcode
  refuses to code sign a test bundle with no Info.plist).
- Bump the script's hardcoded "oldest" deployment targets 10.7 -> 12.0
  and 8.0 -> 16.0; the old values fail on current SDKs (no libarclite).
- Wrap the deprecated CoreServices UTI calls in GCDWebServerFunctions.m
  in a -Wdeprecated-declarations pragma so the Release build (which uses
  -Werror) compiles; runtime behavior is unchanged.
- Comment out the webUploader fixture test: GCDWebUploader was
  customized in this fork (delete/move/create disabled, commit ef4b622)
  so Tests/WebUploader fixtures no longer match.
- Comment out the tvOS build step: it needs the tvOS Simulator runtime
  (xcodebuild -downloadPlatform tvOS) which isn't always installed.
- Document all of the above in CLAUDE.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 16:28:59 +07:00
33d14f22e0 Use xcpretty in Run-Tests.sh if available 2019-01-03 17:35:46 -08:00
e8c872b286 Use local "build" directory for Run-Tests.sh 2019-01-03 15:58:43 -08:00
fc928d0e2b Improved errors detection in Run-Tests.sh 2019-01-03 15:58:06 -08:00
0f8e4f57e0 Increased minimal iOS deployment target to 8.0 2017-01-01 20:51:42 +09:00
4ee9c30911 Fixed build script 2015-11-01 13:12:57 -08:00
f6783daadd Updated test script to run built-in tests 2015-09-09 09:41:00 -07:00
1944cd8a6e Fixed tests 2014-11-28 16:40:55 +09:00
32ba49ae34 Removed MRC support entirely 2014-10-18 09:32:24 -07:00
5493d9e803 Run test against default and oldest supported deployment targets 2014-08-24 12:20:55 -07:00
8cbaf0f867 Added video streaming unit test 2014-04-30 11:31:20 -07:00
ed709d1476 Added HTMLFileUpload unit tests 2014-04-25 07:17:34 -07:00
3dc7cb0ec4 Added HTMLForm unit tests 2014-04-25 07:14:40 -07:00
4eeeab7dc2 Build iOS app using iOS Simulator SDK on Travis CI 2014-04-15 17:57:42 -03:00
813f124f6a Fix 2014-04-15 17:57:15 -03:00
e3efc065df Build iOS app as part of unit tests 2014-04-15 16:50:57 -03:00
5842149d4b Fixed unit tests to work in any time zone 2014-04-15 00:29:56 -03:00
4535c5d61a Update Run-Tests.sh 2014-04-11 23:29:40 -07:00
7a54bcbae5 #35 Finalized unit tests 2014-04-11 22:39:50 -07:00
a28ac82ba2 #35 More work on unit tests 2014-04-11 22:39:50 -07:00
1b6e4f6491 #35 First pass at unit tests 2014-04-10 20:22:44 -07:00