summaryrefslogtreecommitdiffstats
path: root/Tests/iOSNavApp/Classes/RootViewController.m
Commit message (Collapse)AuthorAgeFilesLines
* Style: Replace TABs with spaces for indentation in some filesAlex Turbov2025-01-121-10/+10
| | | | | Mark files that must use TABs to indent in the `.gitattributes`. Use space instead of TABs in sources and some data/test files.
* Xcode: Add test to demonstrate iOS project in XcodeDavid Cole2011-09-121-0/+168
Presently, this test is only run manually because not all machines have an iOS SDK, complications associated with certificates and code signing, having a device attached, ... If you're setup to do iOS dev work, you can easily run this test manually on your Mac using the Xcode generator and run the result in the simulator or on your attached device.