Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
projects:observer_template [2016/07/05] – terence | projects:observer_template [2016/07/05] (current) – terence | ||
---|---|---|---|
Line 560: | Line 560: | ||
* ''/ | * ''/ | ||
- | Like the unit tests, these are console apps only. As stated in the example code, this is just a light demonstration of the code and does not implement anything related to platform-specific " | + | As stated in the example code, this is just a light demonstration of the code and does not implement anything related to platform-specific " |
+ | |||
+ | When running the example on Visual Studio, note you will first need to convert the solution to the latest version. You'll also need to put a breakpoint on the last line of the '' | ||
+ | |||
+ | When running the unit test on Mac or for iOS, the results of the test will be printed in Xcode' | ||
+ | |||
+ | Also, when running for iOS, you'll note that an app won't appear or launch in the simulator or on a device, as the tests are purely meant to display in the debug console. | ||
+ | |||
+ | //(If you're curious, these project files were generated with [[wp> | ||
==== Q & A ==== | ==== Q & A ==== | ||