aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/iOSTestHarness
Commit message (Collapse)AuthorAgeFilesLines
* Remove the iOS Test App.Thomas Van Lenten2018-04-2019-301/+0
| | | | | | The tests can run as what Apple calls a Logic Test (under xctest), which means it doesn't have to load an full UI App under the simulator, which speeds things up a fair amount.
* Fix up warnings from Xcode 9.1 (#3887)dmaclach2017-11-1623-41/+64
| | | | Fix up warnings from Xcode 9.1
* Update the min toolchain for iOS/OS X to be Xcode 7Thomas Van Lenten2015-12-101-1/+1
| | | | | | | - Let Xcode update the projects, schemes, and info.plists. - Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct). - Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results. - No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well.
* Update podspec for files that can build now, rename assets to not need @ in ↵Thomas Van Lenten2015-06-106-6/+6
| | | | the name.
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-0614-0/+278