diff --git a/9781430263616.jpg b/9781430263616.jpg new file mode 100644 index 0000000..7c30cba Binary files /dev/null and b/9781430263616.jpg differ diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..5a8569b --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,27 @@ +Freeware License, some rights reserved + +Copyright (c) 2013 Rory Lewis and Laurence Moroney + +Permission is hereby granted, free of charge, to anyone obtaining a copy +of this software and associated documentation files (the "Software"), +to work with the Software within the limits of freeware distribution and fair use. +This includes the rights to use, copy, and modify the Software for personal use. +Users are also allowed and encouraged to submit corrections and modifications +to the Software for the benefit of other users. + +It is not allowed to reuse, modify, or redistribute the Software for +commercial use in any way, or for a user’s educational materials such as books +or blog articles without prior permission from the copyright holder. + +The above copyright notice and this permission notice need to be included +in all copies or substantial portions of the software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS OR APRESS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e96c4a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +#Apress Source Code + +This repository accompanies [*iPhone and iPad Apps for Absolute Beginners*](http://www.apress.com/9781430263616) by Rory Lewis and Laurence Moroney (Apress, 2013). + +![Cover image](9781430263616.jpg) + +Download the files as a zip using the green button, or clone the repository to your machine using Git. + +##Releases + +Release v1.0 corresponds to the code in the published book, without corrections or updates. + +##Contributions + +See the file Contributing.md for more information on how you can contribute to this repository. diff --git a/__MACOSX/appCode/._.DS_Store b/__MACOSX/appCode/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/__MACOSX/appCode/._.DS_Store differ diff --git a/__MACOSX/appCode/._mlk.jpg b/__MACOSX/appCode/._mlk.jpg new file mode 100644 index 0000000..f75cb74 Binary files /dev/null and b/__MACOSX/appCode/._mlk.jpg differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/._AppDelegate.h b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/._AppDelegate.m b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/._ViewController.h b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/._ViewController.m b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/._datePickerDemo-Prefix.pch b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._datePickerDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._datePickerDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/._main.m b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/._main.m differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/datePickerDemo/datePickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/datePickerDemo/datePickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/datePickerDemo/datePickerDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemoTests/._datePickerDemoTests.m b/__MACOSX/appCode/datePickerDemo/datePickerDemoTests/._datePickerDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemoTests/._datePickerDemoTests.m differ diff --git a/__MACOSX/appCode/datePickerDemo/datePickerDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/datePickerDemo/datePickerDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/datePickerDemo/datePickerDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/._AppDelegate.h b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._AppDelegate.h differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/._AppDelegate.m b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._AppDelegate.m differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/._ViewController.h b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._ViewController.h differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/._ViewController.m b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._ViewController.m differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/._downloadImageTest-Prefix.pch b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._downloadImageTest-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._downloadImageTest-Prefix.pch differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/._main.m b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/._main.m differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/downloadImageTest/downloadImageTest/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/downloadImageTest/downloadImageTest/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTest/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/downloadImageTest/downloadImageTest/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTest/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTestTests/._downloadImageTestTests.m b/__MACOSX/appCode/downloadImageTest/downloadImageTestTests/._downloadImageTestTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTestTests/._downloadImageTestTests.m differ diff --git a/__MACOSX/appCode/downloadImageTest/downloadImageTestTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/downloadImageTest/downloadImageTestTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/downloadImageTest/downloadImageTestTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/helloWorld_01/._.DS_Store b/__MACOSX/appCode/helloWorld_01/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/._.DS_Store differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/._AppDelegate.h b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._AppDelegate.h differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/._AppDelegate.m b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._AppDelegate.m differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/._ViewController.h b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._ViewController.h differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/._ViewController.m b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._ViewController.m differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/._helloWorld_01-Prefix.pch b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._helloWorld_01-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._helloWorld_01-Prefix.pch differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/._main.m b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/._main.m differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/helloWorld_01/helloWorld_01/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/helloWorld_01/helloWorld_01/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/helloWorld_01/helloWorld_01/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01Tests/._helloWorld_01Tests.m b/__MACOSX/appCode/helloWorld_01/helloWorld_01Tests/._helloWorld_01Tests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01Tests/._helloWorld_01Tests.m differ diff --git a/__MACOSX/appCode/helloWorld_01/helloWorld_01Tests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/helloWorld_01/helloWorld_01Tests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_01/helloWorld_01Tests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/._AppDelegate.h b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._AppDelegate.h differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/._AppDelegate.m b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._AppDelegate.m differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/._ViewController.h b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._ViewController.h differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/._ViewController.m b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._ViewController.m differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/._helloWorld_02-Prefix.pch b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._helloWorld_02-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._helloWorld_02-Prefix.pch differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/._main.m b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/._main.m differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/helloWorld_02/helloWorld_02/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/helloWorld_02/helloWorld_02/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/helloWorld_02/helloWorld_02/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02Tests/._helloWorld_02Tests.m b/__MACOSX/appCode/helloWorld_02/helloWorld_02Tests/._helloWorld_02Tests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02Tests/._helloWorld_02Tests.m differ diff --git a/__MACOSX/appCode/helloWorld_02/helloWorld_02Tests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/helloWorld_02/helloWorld_02Tests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_02/helloWorld_02Tests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/._AppDelegate.h b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._AppDelegate.h differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/._AppDelegate.m b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._AppDelegate.m differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/._ViewController.h b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._ViewController.h differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/._ViewController.m b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._ViewController.m differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/._helloWorld_03-Prefix.pch b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._helloWorld_03-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._helloWorld_03-Prefix.pch differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/._main.m b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/._main.m differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/helloWorld_03/helloWorld_03/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/helloWorld_03/helloWorld_03/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/helloWorld_03/helloWorld_03/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03Tests/._helloWorld_03Tests.m b/__MACOSX/appCode/helloWorld_03/helloWorld_03Tests/._helloWorld_03Tests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03Tests/._helloWorld_03Tests.m differ diff --git a/__MACOSX/appCode/helloWorld_03/helloWorld_03Tests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/helloWorld_03/helloWorld_03Tests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/helloWorld_03/helloWorld_03Tests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/m8/m8/._AppDelegate.h b/__MACOSX/appCode/m8/m8/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/._AppDelegate.h differ diff --git a/__MACOSX/appCode/m8/m8/._AppDelegate.m b/__MACOSX/appCode/m8/m8/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/._AppDelegate.m differ diff --git a/__MACOSX/appCode/m8/m8/._ViewController.h b/__MACOSX/appCode/m8/m8/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/._ViewController.h differ diff --git a/__MACOSX/appCode/m8/m8/._ViewController.m b/__MACOSX/appCode/m8/m8/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/._ViewController.m differ diff --git a/__MACOSX/appCode/m8/m8/._m8-Prefix.pch b/__MACOSX/appCode/m8/m8/._m8-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/._m8-Prefix.pch differ diff --git a/__MACOSX/appCode/m8/m8/._main.m b/__MACOSX/appCode/m8/m8/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/._main.m differ diff --git a/__MACOSX/appCode/m8/m8/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/m8/m8/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/m8/m8/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/m8/m8/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/m8/m8/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/m8/m8/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/m8/m8Tests/._m8Tests.m b/__MACOSX/appCode/m8/m8Tests/._m8Tests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8Tests/._m8Tests.m differ diff --git a/__MACOSX/appCode/m8/m8Tests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/m8/m8Tests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/m8/m8Tests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/magic8/._.DS_Store b/__MACOSX/appCode/magic8/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/__MACOSX/appCode/magic8/._.DS_Store differ diff --git a/__MACOSX/appCode/magic8/magic8/._AppDelegate.h b/__MACOSX/appCode/magic8/magic8/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8/._AppDelegate.h differ diff --git a/__MACOSX/appCode/magic8/magic8/._AppDelegate.m b/__MACOSX/appCode/magic8/magic8/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8/._AppDelegate.m differ diff --git a/__MACOSX/appCode/magic8/magic8/._ViewController.h b/__MACOSX/appCode/magic8/magic8/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8/._ViewController.h differ diff --git a/__MACOSX/appCode/magic8/magic8/._ViewController.m b/__MACOSX/appCode/magic8/magic8/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8/._ViewController.m differ diff --git a/__MACOSX/appCode/magic8/magic8/._magic8-Prefix.pch b/__MACOSX/appCode/magic8/magic8/._magic8-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8/._magic8-Prefix.pch differ diff --git a/__MACOSX/appCode/magic8/magic8/._main.m b/__MACOSX/appCode/magic8/magic8/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8/._main.m differ diff --git a/__MACOSX/appCode/magic8/magic8/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/magic8/magic8/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/magic8/magic8Tests/._magic8Tests.m b/__MACOSX/appCode/magic8/magic8Tests/._magic8Tests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8Tests/._magic8Tests.m differ diff --git a/__MACOSX/appCode/magic8/magic8Tests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/magic8/magic8Tests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/magic8/magic8Tests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._AppDelegate.h b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._AppDelegate.m b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._ViewController.h b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._ViewController.m b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._main.m b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._main.m differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._mapControlDemo-Prefix.pch b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._mapControlDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._mapControlDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._myPin.h b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._myPin.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._myPin.h differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/._myPin.m b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._myPin.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/._myPin.m differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/mapControlDemo/mapControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/mapControlDemo/mapControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/mapControlDemo/mapControlDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemoTests/._mapControlDemoTests.m b/__MACOSX/appCode/mapControlDemo/mapControlDemoTests/._mapControlDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemoTests/._mapControlDemoTests.m differ diff --git a/__MACOSX/appCode/mapControlDemo/mapControlDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/mapControlDemo/mapControlDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlDemo/mapControlDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/mapControlTest/._.DS_Store b/__MACOSX/appCode/mapControlTest/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/._.DS_Store differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._AppDelegate.h b/__MACOSX/appCode/mapControlTest/mapControlTest/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._AppDelegate.h differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._AppDelegate.m b/__MACOSX/appCode/mapControlTest/mapControlTest/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._AppDelegate.m differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._ViewController.h b/__MACOSX/appCode/mapControlTest/mapControlTest/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._ViewController.h differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._ViewController.m b/__MACOSX/appCode/mapControlTest/mapControlTest/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._ViewController.m differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._main.m b/__MACOSX/appCode/mapControlTest/mapControlTest/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._main.m differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._mapControlTest-Prefix.pch b/__MACOSX/appCode/mapControlTest/mapControlTest/._mapControlTest-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._mapControlTest-Prefix.pch differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._myPin.h b/__MACOSX/appCode/mapControlTest/mapControlTest/._myPin.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._myPin.h differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/._myPin.m b/__MACOSX/appCode/mapControlTest/mapControlTest/._myPin.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/._myPin.m differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/mapControlTest/mapControlTest/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/mapControlTest/mapControlTest/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTest/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/mapControlTest/mapControlTest/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTest/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTestTests/._mapControlTestTests.m b/__MACOSX/appCode/mapControlTest/mapControlTestTests/._mapControlTestTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTestTests/._mapControlTestTests.m differ diff --git a/__MACOSX/appCode/mapControlTest/mapControlTestTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/mapControlTest/mapControlTestTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/mapControlTest/mapControlTestTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/pickerDemo/._.DS_Store b/__MACOSX/appCode/pickerDemo/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/._.DS_Store differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/._AppDelegate.h b/__MACOSX/appCode/pickerDemo/pickerDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/._AppDelegate.m b/__MACOSX/appCode/pickerDemo/pickerDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/._ViewController.h b/__MACOSX/appCode/pickerDemo/pickerDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/._ViewController.m b/__MACOSX/appCode/pickerDemo/pickerDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/._main.m b/__MACOSX/appCode/pickerDemo/pickerDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/._main.m differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/._pickerDemo-Prefix.pch b/__MACOSX/appCode/pickerDemo/pickerDemo/._pickerDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/._pickerDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/pickerDemo/pickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/pickerDemo/pickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/pickerDemo/pickerDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemoTests/._pickerDemoTests.m b/__MACOSX/appCode/pickerDemo/pickerDemoTests/._pickerDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemoTests/._pickerDemoTests.m differ diff --git a/__MACOSX/appCode/pickerDemo/pickerDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/pickerDemo/pickerDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/pickerDemo/pickerDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/._AppDelegate.h b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._AppDelegate.h differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/._AppDelegate.m b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._AppDelegate.m differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/._ViewController.h b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._ViewController.h differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/._ViewController.m b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._ViewController.m differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/._main.m b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._main.m differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/._quotesAppTest-Prefix.pch b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._quotesAppTest-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/._quotesAppTest-Prefix.pch differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/quotesAppTest/quotesAppTest/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/quotesAppTest/quotesAppTest/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTest/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/quotesAppTest/quotesAppTest/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTest/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTestTests/._quotesAppTestTests.m b/__MACOSX/appCode/quotesAppTest/quotesAppTestTests/._quotesAppTestTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTestTests/._quotesAppTestTests.m differ diff --git a/__MACOSX/appCode/quotesAppTest/quotesAppTestTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/quotesAppTest/quotesAppTestTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/quotesAppTest/quotesAppTestTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._AppDelegate.h b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._AppDelegate.m b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._ViewController.h b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._ViewController.m b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._main.m b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._main.m differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._segmentControlDemo-Prefix.pch b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._segmentControlDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/._segmentControlDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemoTests/._segmentControlDemoTests.m b/__MACOSX/appCode/segmentControlDemo/segmentControlDemoTests/._segmentControlDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemoTests/._segmentControlDemoTests.m differ diff --git a/__MACOSX/appCode/segmentControlDemo/segmentControlDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/segmentControlDemo/segmentControlDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/segmentControlDemo/segmentControlDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._AppDelegate.h b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._AppDelegate.m b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._ViewController.h b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._ViewController.m b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._cog_01@2x.png b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._cog_01@2x.png new file mode 100644 index 0000000..497a3a1 Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._cog_01@2x.png differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._main.m b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._main.m differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._sliderControlDemo-Prefix.pch b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._sliderControlDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/._sliderControlDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemoTests/._sliderControlDemoTests.m b/__MACOSX/appCode/sliderControlDemo/sliderControlDemoTests/._sliderControlDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemoTests/._sliderControlDemoTests.m differ diff --git a/__MACOSX/appCode/sliderControlDemo/sliderControlDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/sliderControlDemo/sliderControlDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/sliderControlDemo/sliderControlDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._AppDelegate.h b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._AppDelegate.m b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._ViewController.h b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._ViewController.m b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._main.m b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._main.m differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._stepperControlDemo-Prefix.pch b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._stepperControlDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/._stepperControlDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemoTests/._stepperControlDemoTests.m b/__MACOSX/appCode/stepperControlDemo/stepperControlDemoTests/._stepperControlDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemoTests/._stepperControlDemoTests.m differ diff --git a/__MACOSX/appCode/stepperControlDemo/stepperControlDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/stepperControlDemo/stepperControlDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/stepperControlDemo/stepperControlDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/._AppDelegate.h b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/._AppDelegate.m b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/._ViewController.h b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/._ViewController.m b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/._main.m b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._main.m differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/._switchControlDemo-Prefix.pch b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._switchControlDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/._switchControlDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/switchControlDemo/switchControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/switchControlDemo/switchControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/switchControlDemo/switchControlDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemoTests/._switchControlDemoTests.m b/__MACOSX/appCode/switchControlDemo/switchControlDemoTests/._switchControlDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemoTests/._switchControlDemoTests.m differ diff --git a/__MACOSX/appCode/switchControlDemo/switchControlDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/switchControlDemo/switchControlDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/switchControlDemo/switchControlDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/tableViewDemo/._.DS_Store b/__MACOSX/appCode/tableViewDemo/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/._.DS_Store differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/._AppDelegate.h b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/._AppDelegate.m b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/._ViewController.h b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/._ViewController.m b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/._main.m b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._main.m differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/._tableViewDemo-Prefix.pch b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._tableViewDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/._tableViewDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/tableViewDemo/tableViewDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/tableViewDemo/tableViewDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/tableViewDemo/tableViewDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemoTests/._tableViewDemoTests.m b/__MACOSX/appCode/tableViewDemo/tableViewDemoTests/._tableViewDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemoTests/._tableViewDemoTests.m differ diff --git a/__MACOSX/appCode/tableViewDemo/tableViewDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/tableViewDemo/tableViewDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewDemo/tableViewDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._AppDelegate.h b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._AppDelegate.m b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._ViewController.h b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._ViewController.m b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._main.m b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._main.m differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._tableViewMultiSegmentDemo-Prefix.pch b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._tableViewMultiSegmentDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/._tableViewMultiSegmentDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Base.lproj/._Main.storyboard b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Base.lproj/._Main.storyboard new file mode 100644 index 0000000..ece15d3 Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Base.lproj/._Main.storyboard differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/._tableViewMultiSegmentDemoTests.m b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/._tableViewMultiSegmentDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/._tableViewMultiSegmentDemoTests.m differ diff --git a/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/tableViewNavDemo/._.DS_Store b/__MACOSX/appCode/tableViewNavDemo/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/._.DS_Store differ diff --git a/__MACOSX/appCode/tableViewNavDemo/._TravelDetailsViewController.h b/__MACOSX/appCode/tableViewNavDemo/._TravelDetailsViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/._TravelDetailsViewController.h differ diff --git a/__MACOSX/appCode/tableViewNavDemo/._TravelDetailsViewController.m b/__MACOSX/appCode/tableViewNavDemo/._TravelDetailsViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/._TravelDetailsViewController.m differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._AppDelegate.h b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._AppDelegate.m b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._ViewController.h b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._ViewController.m b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._main.m b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._main.m differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._tableViewNavDemo-Prefix.pch b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._tableViewNavDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/._tableViewNavDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemoTests/._tableViewNavDemoTests.m b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemoTests/._tableViewNavDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemoTests/._tableViewNavDemoTests.m differ diff --git a/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/tableViewNavDemo/tableViewNavDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._AppDelegate.h b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._AppDelegate.m b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._ViewController.h b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._ViewController.m b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._main.m b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._main.m differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._uiPickerDemo-Prefix.pch b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._uiPickerDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/._uiPickerDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemoTests/._uiPickerDemoTests.m b/__MACOSX/appCode/uiPickerDemo/uiPickerDemoTests/._uiPickerDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemoTests/._uiPickerDemoTests.m differ diff --git a/__MACOSX/appCode/uiPickerDemo/uiPickerDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/uiPickerDemo/uiPickerDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/uiPickerDemo/uiPickerDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/._AppDelegate.h b/__MACOSX/appCode/webViewDemo/webViewDemo/._AppDelegate.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/._AppDelegate.h differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/._AppDelegate.m b/__MACOSX/appCode/webViewDemo/webViewDemo/._AppDelegate.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/._AppDelegate.m differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/._ViewController.h b/__MACOSX/appCode/webViewDemo/webViewDemo/._ViewController.h new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/._ViewController.h differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/._ViewController.m b/__MACOSX/appCode/webViewDemo/webViewDemo/._ViewController.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/._ViewController.m differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/._main.m b/__MACOSX/appCode/webViewDemo/webViewDemo/._main.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/._main.m differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/._webViewDemo-Prefix.pch b/__MACOSX/appCode/webViewDemo/webViewDemo/._webViewDemo-Prefix.pch new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/._webViewDemo-Prefix.pch differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/Images.xcassets/AppIcon.appiconset/._Contents.json b/__MACOSX/appCode/webViewDemo/webViewDemo/Images.xcassets/AppIcon.appiconset/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/Images.xcassets/AppIcon.appiconset/._Contents.json differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json b/__MACOSX/appCode/webViewDemo/webViewDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/Images.xcassets/LaunchImage.launchimage/._Contents.json differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemo/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/webViewDemo/webViewDemo/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemo/en.lproj/._InfoPlist.strings differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemoTests/._webViewDemoTests.m b/__MACOSX/appCode/webViewDemo/webViewDemoTests/._webViewDemoTests.m new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemoTests/._webViewDemoTests.m differ diff --git a/__MACOSX/appCode/webViewDemo/webViewDemoTests/en.lproj/._InfoPlist.strings b/__MACOSX/appCode/webViewDemo/webViewDemoTests/en.lproj/._InfoPlist.strings new file mode 100644 index 0000000..14f037e Binary files /dev/null and b/__MACOSX/appCode/webViewDemo/webViewDemoTests/en.lproj/._InfoPlist.strings differ diff --git a/appCode/.DS_Store b/appCode/.DS_Store new file mode 100644 index 0000000..71aa17e Binary files /dev/null and b/appCode/.DS_Store differ diff --git a/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.pbxproj b/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..7071e49 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01EBF2E917A802E800B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF2E817A802E800B75D52 /* Foundation.framework */; }; + 01EBF2EB17A802E800B75D52 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF2EA17A802E800B75D52 /* CoreGraphics.framework */; }; + 01EBF2ED17A802E800B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF2EC17A802E800B75D52 /* UIKit.framework */; }; + 01EBF2F317A802E800B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF2F117A802E800B75D52 /* InfoPlist.strings */; }; + 01EBF2F517A802E800B75D52 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF2F417A802E800B75D52 /* main.m */; }; + 01EBF2F917A802E800B75D52 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF2F817A802E800B75D52 /* AppDelegate.m */; }; + 01EBF2FC17A802E800B75D52 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF2FA17A802E800B75D52 /* Main.storyboard */; }; + 01EBF2FF17A802E800B75D52 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF2FE17A802E800B75D52 /* ViewController.m */; }; + 01EBF30117A802E800B75D52 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF30017A802E800B75D52 /* Images.xcassets */; }; + 01EBF30817A802E800B75D52 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF30717A802E800B75D52 /* XCTest.framework */; }; + 01EBF30917A802E800B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF2E817A802E800B75D52 /* Foundation.framework */; }; + 01EBF30A17A802E800B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF2EC17A802E800B75D52 /* UIKit.framework */; }; + 01EBF31217A802E800B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF31017A802E800B75D52 /* InfoPlist.strings */; }; + 01EBF31417A802E800B75D52 /* datePickerDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF31317A802E800B75D52 /* datePickerDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01EBF30B17A802E800B75D52 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01EBF2DD17A802E800B75D52 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01EBF2E417A802E800B75D52; + remoteInfo = datePickerDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01EBF2E517A802E800B75D52 /* datePickerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = datePickerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF2E817A802E800B75D52 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01EBF2EA17A802E800B75D52 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01EBF2EC17A802E800B75D52 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01EBF2F017A802E800B75D52 /* datePickerDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "datePickerDemo-Info.plist"; sourceTree = ""; }; + 01EBF2F217A802E800B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF2F417A802E800B75D52 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01EBF2F617A802E800B75D52 /* datePickerDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "datePickerDemo-Prefix.pch"; sourceTree = ""; }; + 01EBF2F717A802E800B75D52 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01EBF2F817A802E800B75D52 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01EBF2FB17A802E800B75D52 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01EBF2FD17A802E800B75D52 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01EBF2FE17A802E800B75D52 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01EBF30017A802E800B75D52 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01EBF30617A802E800B75D52 /* datePickerDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = datePickerDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF30717A802E800B75D52 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01EBF30F17A802E800B75D52 /* datePickerDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "datePickerDemoTests-Info.plist"; sourceTree = ""; }; + 01EBF31117A802E800B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF31317A802E800B75D52 /* datePickerDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = datePickerDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01EBF2E217A802E800B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF2EB17A802E800B75D52 /* CoreGraphics.framework in Frameworks */, + 01EBF2ED17A802E800B75D52 /* UIKit.framework in Frameworks */, + 01EBF2E917A802E800B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF30317A802E800B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF30817A802E800B75D52 /* XCTest.framework in Frameworks */, + 01EBF30A17A802E800B75D52 /* UIKit.framework in Frameworks */, + 01EBF30917A802E800B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01EBF2DC17A802E800B75D52 = { + isa = PBXGroup; + children = ( + 01EBF2EE17A802E800B75D52 /* datePickerDemo */, + 01EBF30D17A802E800B75D52 /* datePickerDemoTests */, + 01EBF2E717A802E800B75D52 /* Frameworks */, + 01EBF2E617A802E800B75D52 /* Products */, + ); + sourceTree = ""; + }; + 01EBF2E617A802E800B75D52 /* Products */ = { + isa = PBXGroup; + children = ( + 01EBF2E517A802E800B75D52 /* datePickerDemo.app */, + 01EBF30617A802E800B75D52 /* datePickerDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01EBF2E717A802E800B75D52 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01EBF2E817A802E800B75D52 /* Foundation.framework */, + 01EBF2EA17A802E800B75D52 /* CoreGraphics.framework */, + 01EBF2EC17A802E800B75D52 /* UIKit.framework */, + 01EBF30717A802E800B75D52 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01EBF2EE17A802E800B75D52 /* datePickerDemo */ = { + isa = PBXGroup; + children = ( + 01EBF2F717A802E800B75D52 /* AppDelegate.h */, + 01EBF2F817A802E800B75D52 /* AppDelegate.m */, + 01EBF2FA17A802E800B75D52 /* Main.storyboard */, + 01EBF2FD17A802E800B75D52 /* ViewController.h */, + 01EBF2FE17A802E800B75D52 /* ViewController.m */, + 01EBF30017A802E800B75D52 /* Images.xcassets */, + 01EBF2EF17A802E800B75D52 /* Supporting Files */, + ); + path = datePickerDemo; + sourceTree = ""; + }; + 01EBF2EF17A802E800B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF2F017A802E800B75D52 /* datePickerDemo-Info.plist */, + 01EBF2F117A802E800B75D52 /* InfoPlist.strings */, + 01EBF2F417A802E800B75D52 /* main.m */, + 01EBF2F617A802E800B75D52 /* datePickerDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01EBF30D17A802E800B75D52 /* datePickerDemoTests */ = { + isa = PBXGroup; + children = ( + 01EBF31317A802E800B75D52 /* datePickerDemoTests.m */, + 01EBF30E17A802E800B75D52 /* Supporting Files */, + ); + path = datePickerDemoTests; + sourceTree = ""; + }; + 01EBF30E17A802E800B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF30F17A802E800B75D52 /* datePickerDemoTests-Info.plist */, + 01EBF31017A802E800B75D52 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01EBF2E417A802E800B75D52 /* datePickerDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF31717A802E800B75D52 /* Build configuration list for PBXNativeTarget "datePickerDemo" */; + buildPhases = ( + 01EBF2E117A802E800B75D52 /* Sources */, + 01EBF2E217A802E800B75D52 /* Frameworks */, + 01EBF2E317A802E800B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = datePickerDemo; + productName = datePickerDemo; + productReference = 01EBF2E517A802E800B75D52 /* datePickerDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01EBF30517A802E800B75D52 /* datePickerDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF31A17A802E800B75D52 /* Build configuration list for PBXNativeTarget "datePickerDemoTests" */; + buildPhases = ( + 01EBF30217A802E800B75D52 /* Sources */, + 01EBF30317A802E800B75D52 /* Frameworks */, + 01EBF30417A802E800B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01EBF30C17A802E800B75D52 /* PBXTargetDependency */, + ); + name = datePickerDemoTests; + productName = datePickerDemoTests; + productReference = 01EBF30617A802E800B75D52 /* datePickerDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01EBF2DD17A802E800B75D52 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01EBF30517A802E800B75D52 = { + TestTargetID = 01EBF2E417A802E800B75D52; + }; + }; + }; + buildConfigurationList = 01EBF2E017A802E800B75D52 /* Build configuration list for PBXProject "datePickerDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01EBF2DC17A802E800B75D52; + productRefGroup = 01EBF2E617A802E800B75D52 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01EBF2E417A802E800B75D52 /* datePickerDemo */, + 01EBF30517A802E800B75D52 /* datePickerDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01EBF2E317A802E800B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF30117A802E800B75D52 /* Images.xcassets in Resources */, + 01EBF2F317A802E800B75D52 /* InfoPlist.strings in Resources */, + 01EBF2FC17A802E800B75D52 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF30417A802E800B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF31217A802E800B75D52 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01EBF2E117A802E800B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF2FF17A802E800B75D52 /* ViewController.m in Sources */, + 01EBF2F917A802E800B75D52 /* AppDelegate.m in Sources */, + 01EBF2F517A802E800B75D52 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF30217A802E800B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF31417A802E800B75D52 /* datePickerDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01EBF30C17A802E800B75D52 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01EBF2E417A802E800B75D52 /* datePickerDemo */; + targetProxy = 01EBF30B17A802E800B75D52 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01EBF2F117A802E800B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF2F217A802E800B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01EBF2FA17A802E800B75D52 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01EBF2FB17A802E800B75D52 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01EBF31017A802E800B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF31117A802E800B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01EBF31517A802E800B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01EBF31617A802E800B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01EBF31817A802E800B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "datePickerDemo/datePickerDemo-Prefix.pch"; + INFOPLIST_FILE = "datePickerDemo/datePickerDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01EBF31917A802E800B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "datePickerDemo/datePickerDemo-Prefix.pch"; + INFOPLIST_FILE = "datePickerDemo/datePickerDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01EBF31B17A802E800B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/datePickerDemo.app/datePickerDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "datePickerDemo/datePickerDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "datePickerDemoTests/datePickerDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01EBF31C17A802E800B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/datePickerDemo.app/datePickerDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "datePickerDemo/datePickerDemo-Prefix.pch"; + INFOPLIST_FILE = "datePickerDemoTests/datePickerDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01EBF2E017A802E800B75D52 /* Build configuration list for PBXProject "datePickerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF31517A802E800B75D52 /* Debug */, + 01EBF31617A802E800B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01EBF31717A802E800B75D52 /* Build configuration list for PBXNativeTarget "datePickerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF31817A802E800B75D52 /* Debug */, + 01EBF31917A802E800B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01EBF31A17A802E800B75D52 /* Build configuration list for PBXNativeTarget "datePickerDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF31B17A802E800B75D52 /* Debug */, + 01EBF31C17A802E800B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01EBF2DD17A802E800B75D52 /* Project object */; +} diff --git a/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..c4eb6fb --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..551c016 Binary files /dev/null and b/appCode/datePickerDemo/datePickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/datePickerDemo/datePickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/datePickerDemo.xcscheme b/appCode/datePickerDemo/datePickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/datePickerDemo.xcscheme new file mode 100644 index 0000000..da5d595 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/datePickerDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/datePickerDemo/datePickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/datePickerDemo/datePickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..e53e842 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + datePickerDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01EBF2E417A802E800B75D52 + + primary + + + 01EBF30517A802E800B75D52 + + primary + + + + + diff --git a/appCode/datePickerDemo/datePickerDemo/AppDelegate.h b/appCode/datePickerDemo/datePickerDemo/AppDelegate.h new file mode 100644 index 0000000..eeaa9b1 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// datePickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/datePickerDemo/datePickerDemo/AppDelegate.m b/appCode/datePickerDemo/datePickerDemo/AppDelegate.m new file mode 100644 index 0000000..c1e82d1 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// datePickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/datePickerDemo/datePickerDemo/Base.lproj/Main.storyboard b/appCode/datePickerDemo/datePickerDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..83c41b9 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/Base.lproj/Main.storyboard @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +VFppZgAAAAAAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAAAAAC5AAAABAAAABCepkign7sVkKCGKqChmveQ +y4kaoNIj9HDSYSYQ1v50INiArZDa/tGg28CQENzes6DdqayQ3r6VoN+JjpDgnneg4WlwkOJ+WaDjSVKQ +5F47oOUpNJDmR1gg5xJREOgnOiDo8jMQ6gccIOrSFRDr5v4g7LH3EO3G4CDukdkQ76/8oPBxuxDxj96g +8n/BkPNvwKD0X6OQ9U+ioPY/hZD3L4Sg+CiiEPkPZqD6CIQQ+viDIPvoZhD82GUg/chIEP64RyD/qCoQ +AJgpIAGIDBACeAsgA3EokARhJ6AFUQqQBkEJoAcw7JAHjUOgCRDOkAmtvyAK8LCQC+CvoAzZzRANwJGg +DrmvEA+priAQmZEQEYmQIBJ5cxATaXIgFFlVEBVJVCAWOTcQFyk2IBgiU5AZCRggGgI1kBryNKAb4heQ +HNIWoB3B+ZAesfigH6HbkCB2KyAhgb2QIlYNICNq2hAkNe8gJUq8ECYV0SAnKp4QJ/7toCkKgBAp3s+g +KupiECu+saAs036QLZ6ToC6zYJAvfnWgMJNCkDFnkiAycySQM0d0IDRTBpA1J1YgNjLokDcHOCA4HAUQ +OOcaIDn75xA6xvwgO9vJEDywGKA9u6sQPo/6oD+bjRBAb9ygQYSpkEJPvqBDZIuQRC+goEVEbZBF89Mg +Ry2KEEfTtSBJDWwQSbOXIErtThBLnLOgTNZqkE18laBOtkyQT1x3oFCWLpBRPFmgUnYQkFMcO6BUVfKQ +VPwdoFY11JBW5TogWB7xEFjFHCBZ/tMQWqT+IFvetRBchOAgXb6XEF5kwiBfnnkQYE3eoGGHlZBiLcCg +Y2d3kGQNoqBlR1mQZe2EoGcnO5BnzWagaQcdkGmtSKBq5v+Qa5ZlIGzQHBBtdkcgbq/+EG9WKSBwj+AQ +cTYLIHJvwhBzFe0gdE+kEHT/CaB2OMCQdt7roHgYopB4vs2gefiEkHqer6B72GaQfH6RoH24SJB+XnOg +f5gqkAABAAECAwEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEA +AQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEA +AQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEA +AQABAAEAAQAB//+dkAEA//+PgAAE//+dkAEI//+dkAEMUERUAFBTVABQV1QAUFBUAAAAAAEAAAABA + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/datePickerDemo/datePickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/datePickerDemo/datePickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/datePickerDemo/datePickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/datePickerDemo/datePickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/datePickerDemo/datePickerDemo/ViewController.h b/appCode/datePickerDemo/datePickerDemo/ViewController.h new file mode 100644 index 0000000..7024b78 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/ViewController.h @@ -0,0 +1,18 @@ +// +// ViewController.h +// datePickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +- (IBAction)dateChosen:(id)sender; +@property (strong, nonatomic) IBOutlet UIDatePicker *dateChooser; +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; + + + +@end diff --git a/appCode/datePickerDemo/datePickerDemo/ViewController.m b/appCode/datePickerDemo/datePickerDemo/ViewController.m new file mode 100644 index 0000000..d9ab7e0 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/ViewController.m @@ -0,0 +1,38 @@ +// +// ViewController.m +// datePickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)dateChosen:(id)sender { + NSDate *chosenDate = _dateChooser.date; + NSDateFormatter *dateFormat = [[NSDateFormatter alloc]init]; + [dateFormat setDateStyle:NSDateFormatterNoStyle]; + [dateFormat setTimeStyle:NSDateFormatterLongStyle]; + _lblOutput.text = [dateFormat stringFromDate:chosenDate]; + +} + +@end diff --git a/appCode/datePickerDemo/datePickerDemo/datePickerDemo-Info.plist b/appCode/datePickerDemo/datePickerDemo/datePickerDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/datePickerDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/datePickerDemo/datePickerDemo/datePickerDemo-Prefix.pch b/appCode/datePickerDemo/datePickerDemo/datePickerDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/datePickerDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/datePickerDemo/datePickerDemo/en.lproj/InfoPlist.strings b/appCode/datePickerDemo/datePickerDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/datePickerDemo/datePickerDemo/main.m b/appCode/datePickerDemo/datePickerDemo/main.m new file mode 100644 index 0000000..c63bf3c --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// datePickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/datePickerDemo/datePickerDemoTests/datePickerDemoTests-Info.plist b/appCode/datePickerDemo/datePickerDemoTests/datePickerDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemoTests/datePickerDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/datePickerDemo/datePickerDemoTests/datePickerDemoTests.m b/appCode/datePickerDemo/datePickerDemoTests/datePickerDemoTests.m new file mode 100644 index 0000000..d80327e --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemoTests/datePickerDemoTests.m @@ -0,0 +1,34 @@ +// +// datePickerDemoTests.m +// datePickerDemoTests +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface datePickerDemoTests : XCTestCase + +@end + +@implementation datePickerDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/datePickerDemo/datePickerDemoTests/en.lproj/InfoPlist.strings b/appCode/datePickerDemo/datePickerDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/datePickerDemo/datePickerDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.pbxproj b/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b430edb --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01B2CE1E17AC365A00FF2A4A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CE1D17AC365A00FF2A4A /* Foundation.framework */; }; + 01B2CE2017AC365A00FF2A4A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CE1F17AC365A00FF2A4A /* CoreGraphics.framework */; }; + 01B2CE2217AC365A00FF2A4A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CE2117AC365A00FF2A4A /* UIKit.framework */; }; + 01B2CE2817AC365A00FF2A4A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CE2617AC365A00FF2A4A /* InfoPlist.strings */; }; + 01B2CE2A17AC365A00FF2A4A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CE2917AC365A00FF2A4A /* main.m */; }; + 01B2CE2E17AC365A00FF2A4A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CE2D17AC365A00FF2A4A /* AppDelegate.m */; }; + 01B2CE3117AC365A00FF2A4A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CE2F17AC365A00FF2A4A /* Main.storyboard */; }; + 01B2CE3417AC365A00FF2A4A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CE3317AC365A00FF2A4A /* ViewController.m */; }; + 01B2CE3617AC365A00FF2A4A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CE3517AC365A00FF2A4A /* Images.xcassets */; }; + 01B2CE3D17AC365A00FF2A4A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CE3C17AC365A00FF2A4A /* XCTest.framework */; }; + 01B2CE3E17AC365A00FF2A4A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CE1D17AC365A00FF2A4A /* Foundation.framework */; }; + 01B2CE3F17AC365A00FF2A4A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CE2117AC365A00FF2A4A /* UIKit.framework */; }; + 01B2CE4717AC365A00FF2A4A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CE4517AC365A00FF2A4A /* InfoPlist.strings */; }; + 01B2CE4917AC365A00FF2A4A /* downloadImageTestTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CE4817AC365A00FF2A4A /* downloadImageTestTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01B2CE4017AC365A00FF2A4A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01B2CE1217AC365A00FF2A4A /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B2CE1917AC365A00FF2A4A; + remoteInfo = downloadImageTest; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01B2CE1A17AC365A00FF2A4A /* downloadImageTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = downloadImageTest.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B2CE1D17AC365A00FF2A4A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01B2CE1F17AC365A00FF2A4A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01B2CE2117AC365A00FF2A4A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01B2CE2517AC365A00FF2A4A /* downloadImageTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "downloadImageTest-Info.plist"; sourceTree = ""; }; + 01B2CE2717AC365A00FF2A4A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B2CE2917AC365A00FF2A4A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01B2CE2B17AC365A00FF2A4A /* downloadImageTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "downloadImageTest-Prefix.pch"; sourceTree = ""; }; + 01B2CE2C17AC365A00FF2A4A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01B2CE2D17AC365A00FF2A4A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01B2CE3017AC365A00FF2A4A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01B2CE3217AC365A00FF2A4A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01B2CE3317AC365A00FF2A4A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01B2CE3517AC365A00FF2A4A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01B2CE3B17AC365A00FF2A4A /* downloadImageTestTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = downloadImageTestTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B2CE3C17AC365A00FF2A4A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01B2CE4417AC365A00FF2A4A /* downloadImageTestTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "downloadImageTestTests-Info.plist"; sourceTree = ""; }; + 01B2CE4617AC365A00FF2A4A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B2CE4817AC365A00FF2A4A /* downloadImageTestTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = downloadImageTestTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01B2CE1717AC365A00FF2A4A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE2017AC365A00FF2A4A /* CoreGraphics.framework in Frameworks */, + 01B2CE2217AC365A00FF2A4A /* UIKit.framework in Frameworks */, + 01B2CE1E17AC365A00FF2A4A /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B2CE3817AC365A00FF2A4A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE3D17AC365A00FF2A4A /* XCTest.framework in Frameworks */, + 01B2CE3F17AC365A00FF2A4A /* UIKit.framework in Frameworks */, + 01B2CE3E17AC365A00FF2A4A /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01B2CE1117AC365A00FF2A4A = { + isa = PBXGroup; + children = ( + 01B2CE2317AC365A00FF2A4A /* downloadImageTest */, + 01B2CE4217AC365A00FF2A4A /* downloadImageTestTests */, + 01B2CE1C17AC365A00FF2A4A /* Frameworks */, + 01B2CE1B17AC365A00FF2A4A /* Products */, + ); + sourceTree = ""; + }; + 01B2CE1B17AC365A00FF2A4A /* Products */ = { + isa = PBXGroup; + children = ( + 01B2CE1A17AC365A00FF2A4A /* downloadImageTest.app */, + 01B2CE3B17AC365A00FF2A4A /* downloadImageTestTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01B2CE1C17AC365A00FF2A4A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01B2CE1D17AC365A00FF2A4A /* Foundation.framework */, + 01B2CE1F17AC365A00FF2A4A /* CoreGraphics.framework */, + 01B2CE2117AC365A00FF2A4A /* UIKit.framework */, + 01B2CE3C17AC365A00FF2A4A /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01B2CE2317AC365A00FF2A4A /* downloadImageTest */ = { + isa = PBXGroup; + children = ( + 01B2CE2C17AC365A00FF2A4A /* AppDelegate.h */, + 01B2CE2D17AC365A00FF2A4A /* AppDelegate.m */, + 01B2CE2F17AC365A00FF2A4A /* Main.storyboard */, + 01B2CE3217AC365A00FF2A4A /* ViewController.h */, + 01B2CE3317AC365A00FF2A4A /* ViewController.m */, + 01B2CE3517AC365A00FF2A4A /* Images.xcassets */, + 01B2CE2417AC365A00FF2A4A /* Supporting Files */, + ); + path = downloadImageTest; + sourceTree = ""; + }; + 01B2CE2417AC365A00FF2A4A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B2CE2517AC365A00FF2A4A /* downloadImageTest-Info.plist */, + 01B2CE2617AC365A00FF2A4A /* InfoPlist.strings */, + 01B2CE2917AC365A00FF2A4A /* main.m */, + 01B2CE2B17AC365A00FF2A4A /* downloadImageTest-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01B2CE4217AC365A00FF2A4A /* downloadImageTestTests */ = { + isa = PBXGroup; + children = ( + 01B2CE4817AC365A00FF2A4A /* downloadImageTestTests.m */, + 01B2CE4317AC365A00FF2A4A /* Supporting Files */, + ); + path = downloadImageTestTests; + sourceTree = ""; + }; + 01B2CE4317AC365A00FF2A4A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B2CE4417AC365A00FF2A4A /* downloadImageTestTests-Info.plist */, + 01B2CE4517AC365A00FF2A4A /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01B2CE1917AC365A00FF2A4A /* downloadImageTest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B2CE4C17AC365A00FF2A4A /* Build configuration list for PBXNativeTarget "downloadImageTest" */; + buildPhases = ( + 01B2CE1617AC365A00FF2A4A /* Sources */, + 01B2CE1717AC365A00FF2A4A /* Frameworks */, + 01B2CE1817AC365A00FF2A4A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = downloadImageTest; + productName = downloadImageTest; + productReference = 01B2CE1A17AC365A00FF2A4A /* downloadImageTest.app */; + productType = "com.apple.product-type.application"; + }; + 01B2CE3A17AC365A00FF2A4A /* downloadImageTestTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B2CE4F17AC365A00FF2A4A /* Build configuration list for PBXNativeTarget "downloadImageTestTests" */; + buildPhases = ( + 01B2CE3717AC365A00FF2A4A /* Sources */, + 01B2CE3817AC365A00FF2A4A /* Frameworks */, + 01B2CE3917AC365A00FF2A4A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01B2CE4117AC365A00FF2A4A /* PBXTargetDependency */, + ); + name = downloadImageTestTests; + productName = downloadImageTestTests; + productReference = 01B2CE3B17AC365A00FF2A4A /* downloadImageTestTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01B2CE1217AC365A00FF2A4A /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01B2CE3A17AC365A00FF2A4A = { + TestTargetID = 01B2CE1917AC365A00FF2A4A; + }; + }; + }; + buildConfigurationList = 01B2CE1517AC365A00FF2A4A /* Build configuration list for PBXProject "downloadImageTest" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01B2CE1117AC365A00FF2A4A; + productRefGroup = 01B2CE1B17AC365A00FF2A4A /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01B2CE1917AC365A00FF2A4A /* downloadImageTest */, + 01B2CE3A17AC365A00FF2A4A /* downloadImageTestTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01B2CE1817AC365A00FF2A4A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE3617AC365A00FF2A4A /* Images.xcassets in Resources */, + 01B2CE2817AC365A00FF2A4A /* InfoPlist.strings in Resources */, + 01B2CE3117AC365A00FF2A4A /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B2CE3917AC365A00FF2A4A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE4717AC365A00FF2A4A /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01B2CE1617AC365A00FF2A4A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE3417AC365A00FF2A4A /* ViewController.m in Sources */, + 01B2CE2E17AC365A00FF2A4A /* AppDelegate.m in Sources */, + 01B2CE2A17AC365A00FF2A4A /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B2CE3717AC365A00FF2A4A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE4917AC365A00FF2A4A /* downloadImageTestTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01B2CE4117AC365A00FF2A4A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01B2CE1917AC365A00FF2A4A /* downloadImageTest */; + targetProxy = 01B2CE4017AC365A00FF2A4A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01B2CE2617AC365A00FF2A4A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B2CE2717AC365A00FF2A4A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01B2CE2F17AC365A00FF2A4A /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01B2CE3017AC365A00FF2A4A /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01B2CE4517AC365A00FF2A4A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B2CE4617AC365A00FF2A4A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01B2CE4A17AC365A00FF2A4A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01B2CE4B17AC365A00FF2A4A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01B2CE4D17AC365A00FF2A4A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "downloadImageTest/downloadImageTest-Prefix.pch"; + INFOPLIST_FILE = "downloadImageTest/downloadImageTest-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01B2CE4E17AC365A00FF2A4A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "downloadImageTest/downloadImageTest-Prefix.pch"; + INFOPLIST_FILE = "downloadImageTest/downloadImageTest-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01B2CE5017AC365A00FF2A4A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/downloadImageTest.app/downloadImageTest"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "downloadImageTest/downloadImageTest-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "downloadImageTestTests/downloadImageTestTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01B2CE5117AC365A00FF2A4A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/downloadImageTest.app/downloadImageTest"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "downloadImageTest/downloadImageTest-Prefix.pch"; + INFOPLIST_FILE = "downloadImageTestTests/downloadImageTestTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01B2CE1517AC365A00FF2A4A /* Build configuration list for PBXProject "downloadImageTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B2CE4A17AC365A00FF2A4A /* Debug */, + 01B2CE4B17AC365A00FF2A4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01B2CE4C17AC365A00FF2A4A /* Build configuration list for PBXNativeTarget "downloadImageTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B2CE4D17AC365A00FF2A4A /* Debug */, + 01B2CE4E17AC365A00FF2A4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01B2CE4F17AC365A00FF2A4A /* Build configuration list for PBXNativeTarget "downloadImageTestTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B2CE5017AC365A00FF2A4A /* Debug */, + 01B2CE5117AC365A00FF2A4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01B2CE1217AC365A00FF2A4A /* Project object */; +} diff --git a/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..1d7d7a6 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..1a1e953 Binary files /dev/null and b/appCode/downloadImageTest/downloadImageTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..83c381e --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/downloadImageTest.xcscheme b/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/downloadImageTest.xcscheme new file mode 100644 index 0000000..ee48546 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/downloadImageTest.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..d4bd7f9 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + downloadImageTest.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01B2CE1917AC365A00FF2A4A + + primary + + + 01B2CE3A17AC365A00FF2A4A + + primary + + + + + diff --git a/appCode/downloadImageTest/downloadImageTest/AppDelegate.h b/appCode/downloadImageTest/downloadImageTest/AppDelegate.h new file mode 100644 index 0000000..878f942 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// downloadImageTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/downloadImageTest/downloadImageTest/AppDelegate.m b/appCode/downloadImageTest/downloadImageTest/AppDelegate.m new file mode 100644 index 0000000..4083add --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// downloadImageTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/downloadImageTest/downloadImageTest/Base.lproj/Main.storyboard b/appCode/downloadImageTest/downloadImageTest/Base.lproj/Main.storyboard new file mode 100644 index 0000000..9eaa480 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/Base.lproj/Main.storyboard @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/downloadImageTest/downloadImageTest/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/downloadImageTest/downloadImageTest/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/downloadImageTest/downloadImageTest/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/downloadImageTest/downloadImageTest/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/downloadImageTest/downloadImageTest/ViewController.h b/appCode/downloadImageTest/downloadImageTest/ViewController.h new file mode 100644 index 0000000..de10987 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// downloadImageTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UIImageView *imgPic; +- (IBAction)btnGetImage:(id)sender; + +@end diff --git a/appCode/downloadImageTest/downloadImageTest/ViewController.m b/appCode/downloadImageTest/downloadImageTest/ViewController.m new file mode 100644 index 0000000..4ec9d26 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/ViewController.m @@ -0,0 +1,36 @@ +// +// ViewController.m +// downloadImageTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)btnGetImage:(id)sender { + NSString *urlString = @"http://mlk-quotes.appspot.com/mlk.jpg"; + NSURL *url = [NSURL URLWithString:urlString]; + NSData * imageData = [[NSData alloc] initWithContentsOfURL: url]; + _imgPic.image = [UIImage imageWithData: imageData]; + +} +@end diff --git a/appCode/downloadImageTest/downloadImageTest/downloadImageTest-Info.plist b/appCode/downloadImageTest/downloadImageTest/downloadImageTest-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/downloadImageTest-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/downloadImageTest/downloadImageTest/downloadImageTest-Prefix.pch b/appCode/downloadImageTest/downloadImageTest/downloadImageTest-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/downloadImageTest-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/downloadImageTest/downloadImageTest/en.lproj/InfoPlist.strings b/appCode/downloadImageTest/downloadImageTest/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/downloadImageTest/downloadImageTest/main.m b/appCode/downloadImageTest/downloadImageTest/main.m new file mode 100644 index 0000000..bc1b5de --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTest/main.m @@ -0,0 +1,18 @@ +// +// main.m +// downloadImageTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/downloadImageTest/downloadImageTestTests/downloadImageTestTests-Info.plist b/appCode/downloadImageTest/downloadImageTestTests/downloadImageTestTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTestTests/downloadImageTestTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/downloadImageTest/downloadImageTestTests/downloadImageTestTests.m b/appCode/downloadImageTest/downloadImageTestTests/downloadImageTestTests.m new file mode 100644 index 0000000..da83e5f --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTestTests/downloadImageTestTests.m @@ -0,0 +1,34 @@ +// +// downloadImageTestTests.m +// downloadImageTestTests +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface downloadImageTestTests : XCTestCase + +@end + +@implementation downloadImageTestTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/downloadImageTest/downloadImageTestTests/en.lproj/InfoPlist.strings b/appCode/downloadImageTest/downloadImageTestTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/downloadImageTest/downloadImageTestTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/geek1.png b/appCode/geek1.png new file mode 100644 index 0000000..7e36fa1 Binary files /dev/null and b/appCode/geek1.png differ diff --git a/appCode/geek2.png b/appCode/geek2.png new file mode 100644 index 0000000..ab390e0 Binary files /dev/null and b/appCode/geek2.png differ diff --git a/appCode/helloWorld_01/.DS_Store b/appCode/helloWorld_01/.DS_Store new file mode 100644 index 0000000..daa3eb7 Binary files /dev/null and b/appCode/helloWorld_01/.DS_Store differ diff --git a/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.pbxproj b/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.pbxproj new file mode 100644 index 0000000..d6ed733 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01F291DD17973A1D008EA89F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F291DC17973A1D008EA89F /* Foundation.framework */; }; + 01F291DF17973A1D008EA89F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F291DE17973A1D008EA89F /* CoreGraphics.framework */; }; + 01F291E117973A1D008EA89F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F291E017973A1D008EA89F /* UIKit.framework */; }; + 01F291E717973A1D008EA89F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F291E517973A1D008EA89F /* InfoPlist.strings */; }; + 01F291E917973A1D008EA89F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F291E817973A1D008EA89F /* main.m */; }; + 01F291ED17973A1D008EA89F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F291EC17973A1D008EA89F /* AppDelegate.m */; }; + 01F291F017973A1D008EA89F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01F291EE17973A1D008EA89F /* Main.storyboard */; }; + 01F291F317973A1D008EA89F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F291F217973A1D008EA89F /* ViewController.m */; }; + 01F291F517973A1D008EA89F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01F291F417973A1D008EA89F /* Images.xcassets */; }; + 01F291FC17973A1D008EA89F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F291FB17973A1D008EA89F /* XCTest.framework */; }; + 01F291FD17973A1D008EA89F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F291DC17973A1D008EA89F /* Foundation.framework */; }; + 01F291FE17973A1D008EA89F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F291E017973A1D008EA89F /* UIKit.framework */; }; + 01F2920617973A1D008EA89F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F2920417973A1D008EA89F /* InfoPlist.strings */; }; + 01F2920817973A1D008EA89F /* helloWorld_01Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F2920717973A1D008EA89F /* helloWorld_01Tests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01F291FF17973A1D008EA89F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01F291D117973A1D008EA89F /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01F291D817973A1D008EA89F; + remoteInfo = helloWorld_01; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01F291D917973A1D008EA89F /* helloWorld_01.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = helloWorld_01.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F291DC17973A1D008EA89F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01F291DE17973A1D008EA89F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01F291E017973A1D008EA89F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01F291E417973A1D008EA89F /* helloWorld_01-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "helloWorld_01-Info.plist"; sourceTree = ""; }; + 01F291E617973A1D008EA89F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F291E817973A1D008EA89F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01F291EA17973A1D008EA89F /* helloWorld_01-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "helloWorld_01-Prefix.pch"; sourceTree = ""; }; + 01F291EB17973A1D008EA89F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01F291EC17973A1D008EA89F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01F291EF17973A1D008EA89F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01F291F117973A1D008EA89F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01F291F217973A1D008EA89F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01F291F417973A1D008EA89F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01F291FA17973A1D008EA89F /* helloWorld_01Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = helloWorld_01Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F291FB17973A1D008EA89F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01F2920317973A1D008EA89F /* helloWorld_01Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "helloWorld_01Tests-Info.plist"; sourceTree = ""; }; + 01F2920517973A1D008EA89F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F2920717973A1D008EA89F /* helloWorld_01Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = helloWorld_01Tests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01F291D617973A1D008EA89F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F291DF17973A1D008EA89F /* CoreGraphics.framework in Frameworks */, + 01F291E117973A1D008EA89F /* UIKit.framework in Frameworks */, + 01F291DD17973A1D008EA89F /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F291F717973A1D008EA89F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F291FC17973A1D008EA89F /* XCTest.framework in Frameworks */, + 01F291FE17973A1D008EA89F /* UIKit.framework in Frameworks */, + 01F291FD17973A1D008EA89F /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01F291D017973A1D008EA89F = { + isa = PBXGroup; + children = ( + 01F291E217973A1D008EA89F /* helloWorld_01 */, + 01F2920117973A1D008EA89F /* helloWorld_01Tests */, + 01F291DB17973A1D008EA89F /* Frameworks */, + 01F291DA17973A1D008EA89F /* Products */, + ); + sourceTree = ""; + }; + 01F291DA17973A1D008EA89F /* Products */ = { + isa = PBXGroup; + children = ( + 01F291D917973A1D008EA89F /* helloWorld_01.app */, + 01F291FA17973A1D008EA89F /* helloWorld_01Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01F291DB17973A1D008EA89F /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01F291DC17973A1D008EA89F /* Foundation.framework */, + 01F291DE17973A1D008EA89F /* CoreGraphics.framework */, + 01F291E017973A1D008EA89F /* UIKit.framework */, + 01F291FB17973A1D008EA89F /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01F291E217973A1D008EA89F /* helloWorld_01 */ = { + isa = PBXGroup; + children = ( + 01F291EB17973A1D008EA89F /* AppDelegate.h */, + 01F291EC17973A1D008EA89F /* AppDelegate.m */, + 01F291EE17973A1D008EA89F /* Main.storyboard */, + 01F291F117973A1D008EA89F /* ViewController.h */, + 01F291F217973A1D008EA89F /* ViewController.m */, + 01F291F417973A1D008EA89F /* Images.xcassets */, + 01F291E317973A1D008EA89F /* Supporting Files */, + ); + path = helloWorld_01; + sourceTree = ""; + }; + 01F291E317973A1D008EA89F /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F291E417973A1D008EA89F /* helloWorld_01-Info.plist */, + 01F291E517973A1D008EA89F /* InfoPlist.strings */, + 01F291E817973A1D008EA89F /* main.m */, + 01F291EA17973A1D008EA89F /* helloWorld_01-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01F2920117973A1D008EA89F /* helloWorld_01Tests */ = { + isa = PBXGroup; + children = ( + 01F2920717973A1D008EA89F /* helloWorld_01Tests.m */, + 01F2920217973A1D008EA89F /* Supporting Files */, + ); + path = helloWorld_01Tests; + sourceTree = ""; + }; + 01F2920217973A1D008EA89F /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F2920317973A1D008EA89F /* helloWorld_01Tests-Info.plist */, + 01F2920417973A1D008EA89F /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01F291D817973A1D008EA89F /* helloWorld_01 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F2920B17973A1D008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_01" */; + buildPhases = ( + 01F291D517973A1D008EA89F /* Sources */, + 01F291D617973A1D008EA89F /* Frameworks */, + 01F291D717973A1D008EA89F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = helloWorld_01; + productName = helloWorld_01; + productReference = 01F291D917973A1D008EA89F /* helloWorld_01.app */; + productType = "com.apple.product-type.application"; + }; + 01F291F917973A1D008EA89F /* helloWorld_01Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F2920E17973A1D008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_01Tests" */; + buildPhases = ( + 01F291F617973A1D008EA89F /* Sources */, + 01F291F717973A1D008EA89F /* Frameworks */, + 01F291F817973A1D008EA89F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01F2920017973A1D008EA89F /* PBXTargetDependency */, + ); + name = helloWorld_01Tests; + productName = helloWorld_01Tests; + productReference = 01F291FA17973A1D008EA89F /* helloWorld_01Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01F291D117973A1D008EA89F /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01F291F917973A1D008EA89F = { + TestTargetID = 01F291D817973A1D008EA89F; + }; + }; + }; + buildConfigurationList = 01F291D417973A1D008EA89F /* Build configuration list for PBXProject "helloWorld_01" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01F291D017973A1D008EA89F; + productRefGroup = 01F291DA17973A1D008EA89F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01F291D817973A1D008EA89F /* helloWorld_01 */, + 01F291F917973A1D008EA89F /* helloWorld_01Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01F291D717973A1D008EA89F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F291F517973A1D008EA89F /* Images.xcassets in Resources */, + 01F291E717973A1D008EA89F /* InfoPlist.strings in Resources */, + 01F291F017973A1D008EA89F /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F291F817973A1D008EA89F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2920617973A1D008EA89F /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01F291D517973A1D008EA89F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F291F317973A1D008EA89F /* ViewController.m in Sources */, + 01F291ED17973A1D008EA89F /* AppDelegate.m in Sources */, + 01F291E917973A1D008EA89F /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F291F617973A1D008EA89F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2920817973A1D008EA89F /* helloWorld_01Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01F2920017973A1D008EA89F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01F291D817973A1D008EA89F /* helloWorld_01 */; + targetProxy = 01F291FF17973A1D008EA89F /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01F291E517973A1D008EA89F /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F291E617973A1D008EA89F /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01F291EE17973A1D008EA89F /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01F291EF17973A1D008EA89F /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01F2920417973A1D008EA89F /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F2920517973A1D008EA89F /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01F2920917973A1D008EA89F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01F2920A17973A1D008EA89F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01F2920C17973A1D008EA89F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_01/helloWorld_01-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_01/helloWorld_01-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01F2920D17973A1D008EA89F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_01/helloWorld_01-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_01/helloWorld_01-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01F2920F17973A1D008EA89F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/helloWorld_01.app/helloWorld_01"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_01/helloWorld_01-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "helloWorld_01Tests/helloWorld_01Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01F2921017973A1D008EA89F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/helloWorld_01.app/helloWorld_01"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_01/helloWorld_01-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_01Tests/helloWorld_01Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01F291D417973A1D008EA89F /* Build configuration list for PBXProject "helloWorld_01" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F2920917973A1D008EA89F /* Debug */, + 01F2920A17973A1D008EA89F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01F2920B17973A1D008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_01" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F2920C17973A1D008EA89F /* Debug */, + 01F2920D17973A1D008EA89F /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01F2920E17973A1D008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_01Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F2920F17973A1D008EA89F /* Debug */, + 01F2921017973A1D008EA89F /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01F291D117973A1D008EA89F /* Project object */; +} diff --git a/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9b9c207 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..a62624f Binary files /dev/null and b/appCode/helloWorld_01/helloWorld_01.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/helloWorld_01/helloWorld_01.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_01.xcscheme b/appCode/helloWorld_01/helloWorld_01.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_01.xcscheme new file mode 100644 index 0000000..5bb4ff7 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_01.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/helloWorld_01/helloWorld_01.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/helloWorld_01/helloWorld_01.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..a138be1 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + helloWorld_01.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01F291D817973A1D008EA89F + + primary + + + 01F291F917973A1D008EA89F + + primary + + + + + diff --git a/appCode/helloWorld_01/helloWorld_01/AppDelegate.h b/appCode/helloWorld_01/helloWorld_01/AppDelegate.h new file mode 100644 index 0000000..297d6e8 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// helloWorld_01 +// +// Created by Laurence Moroney on 7/17/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/helloWorld_01/helloWorld_01/AppDelegate.m b/appCode/helloWorld_01/helloWorld_01/AppDelegate.m new file mode 100644 index 0000000..05bd734 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// helloWorld_01 +// +// Created by Laurence Moroney on 7/17/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/helloWorld_01/helloWorld_01/Base.lproj/Main.storyboard b/appCode/helloWorld_01/helloWorld_01/Base.lproj/Main.storyboard new file mode 100644 index 0000000..179d339 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/Base.lproj/Main.storyboard @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/helloWorld_01/helloWorld_01/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/helloWorld_01/helloWorld_01/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2f35679 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/helloWorld_01/helloWorld_01/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/helloWorld_01/helloWorld_01/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/helloWorld_01/helloWorld_01/ViewController.h b/appCode/helloWorld_01/helloWorld_01/ViewController.h new file mode 100644 index 0000000..c2a67ef --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// helloWorld_01 +// +// Created by Laurence Moroney on 7/17/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +- (IBAction)btnPressed:(id)sender; +@property (strong, nonatomic) IBOutlet UILabel *MyLabel; + +@end diff --git a/appCode/helloWorld_01/helloWorld_01/ViewController.m b/appCode/helloWorld_01/helloWorld_01/ViewController.m new file mode 100644 index 0000000..6d1ee6a --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/ViewController.m @@ -0,0 +1,32 @@ +// +// ViewController.m +// helloWorld_01 +// +// Created by Laurence Moroney on 7/17/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)btnPressed:(id)sender { + _MyLabel.text = @"Hello, World!"; +} +@end diff --git a/appCode/helloWorld_01/helloWorld_01/en.lproj/InfoPlist.strings b/appCode/helloWorld_01/helloWorld_01/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/helloWorld_01/helloWorld_01/helloWorld_01-Info.plist b/appCode/helloWorld_01/helloWorld_01/helloWorld_01-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/helloWorld_01-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/helloWorld_01/helloWorld_01/helloWorld_01-Prefix.pch b/appCode/helloWorld_01/helloWorld_01/helloWorld_01-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/helloWorld_01-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/helloWorld_01/helloWorld_01/main.m b/appCode/helloWorld_01/helloWorld_01/main.m new file mode 100644 index 0000000..ef48675 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01/main.m @@ -0,0 +1,18 @@ +// +// main.m +// helloWorld_01 +// +// Created by Laurence Moroney on 7/17/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/helloWorld_01/helloWorld_01Tests/en.lproj/InfoPlist.strings b/appCode/helloWorld_01/helloWorld_01Tests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01Tests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/helloWorld_01/helloWorld_01Tests/helloWorld_01Tests-Info.plist b/appCode/helloWorld_01/helloWorld_01Tests/helloWorld_01Tests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01Tests/helloWorld_01Tests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/helloWorld_01/helloWorld_01Tests/helloWorld_01Tests.m b/appCode/helloWorld_01/helloWorld_01Tests/helloWorld_01Tests.m new file mode 100644 index 0000000..8834e05 --- /dev/null +++ b/appCode/helloWorld_01/helloWorld_01Tests/helloWorld_01Tests.m @@ -0,0 +1,36 @@ +// +// helloWorld_01Tests.m +// helloWorld_01Tests +// +// Created by Laurence Moroney on 7/17/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface helloWorld_01Tests : XCTestCase + +@end + +@implementation helloWorld_01Tests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.pbxproj b/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.pbxproj new file mode 100644 index 0000000..d0e10f5 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.pbxproj @@ -0,0 +1,471 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01F2921E17997FC1008EA89F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F2921D17997FC1008EA89F /* Foundation.framework */; }; + 01F2922017997FC1008EA89F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F2921F17997FC1008EA89F /* CoreGraphics.framework */; }; + 01F2922217997FC1008EA89F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F2922117997FC1008EA89F /* UIKit.framework */; }; + 01F2922817997FC1008EA89F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F2922617997FC1008EA89F /* InfoPlist.strings */; }; + 01F2922A17997FC1008EA89F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F2922917997FC1008EA89F /* main.m */; }; + 01F2922E17997FC1008EA89F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F2922D17997FC1008EA89F /* AppDelegate.m */; }; + 01F2923117997FC1008EA89F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01F2922F17997FC1008EA89F /* Main.storyboard */; }; + 01F2923417997FC1008EA89F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F2923317997FC1008EA89F /* ViewController.m */; }; + 01F2923617997FC1008EA89F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01F2923517997FC1008EA89F /* Images.xcassets */; }; + 01F2923D17997FC1008EA89F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F2923C17997FC1008EA89F /* XCTest.framework */; }; + 01F2923E17997FC1008EA89F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F2921D17997FC1008EA89F /* Foundation.framework */; }; + 01F2923F17997FC1008EA89F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F2922117997FC1008EA89F /* UIKit.framework */; }; + 01F2924717997FC1008EA89F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F2924517997FC1008EA89F /* InfoPlist.strings */; }; + 01F2924917997FC2008EA89F /* helloWorld_02Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F2924817997FC1008EA89F /* helloWorld_02Tests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01F2924017997FC1008EA89F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01F2921217997FC1008EA89F /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01F2921917997FC1008EA89F; + remoteInfo = helloWorld_02; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01F2921A17997FC1008EA89F /* helloWorld_02.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = helloWorld_02.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F2921D17997FC1008EA89F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01F2921F17997FC1008EA89F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01F2922117997FC1008EA89F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01F2922517997FC1008EA89F /* helloWorld_02-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "helloWorld_02-Info.plist"; sourceTree = ""; }; + 01F2922717997FC1008EA89F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F2922917997FC1008EA89F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01F2922B17997FC1008EA89F /* helloWorld_02-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "helloWorld_02-Prefix.pch"; sourceTree = ""; }; + 01F2922C17997FC1008EA89F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01F2922D17997FC1008EA89F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01F2923017997FC1008EA89F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01F2923217997FC1008EA89F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01F2923317997FC1008EA89F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01F2923517997FC1008EA89F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01F2923B17997FC1008EA89F /* helloWorld_02Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = helloWorld_02Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F2923C17997FC1008EA89F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01F2924417997FC1008EA89F /* helloWorld_02Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "helloWorld_02Tests-Info.plist"; sourceTree = ""; }; + 01F2924617997FC1008EA89F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F2924817997FC1008EA89F /* helloWorld_02Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = helloWorld_02Tests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01F2921717997FC1008EA89F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2922017997FC1008EA89F /* CoreGraphics.framework in Frameworks */, + 01F2922217997FC1008EA89F /* UIKit.framework in Frameworks */, + 01F2921E17997FC1008EA89F /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F2923817997FC1008EA89F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2923D17997FC1008EA89F /* XCTest.framework in Frameworks */, + 01F2923F17997FC1008EA89F /* UIKit.framework in Frameworks */, + 01F2923E17997FC1008EA89F /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01F2921117997FC1008EA89F = { + isa = PBXGroup; + children = ( + 01F2922317997FC1008EA89F /* helloWorld_02 */, + 01F2924217997FC1008EA89F /* helloWorld_02Tests */, + 01F2921C17997FC1008EA89F /* Frameworks */, + 01F2921B17997FC1008EA89F /* Products */, + ); + sourceTree = ""; + }; + 01F2921B17997FC1008EA89F /* Products */ = { + isa = PBXGroup; + children = ( + 01F2921A17997FC1008EA89F /* helloWorld_02.app */, + 01F2923B17997FC1008EA89F /* helloWorld_02Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01F2921C17997FC1008EA89F /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01F2921D17997FC1008EA89F /* Foundation.framework */, + 01F2921F17997FC1008EA89F /* CoreGraphics.framework */, + 01F2922117997FC1008EA89F /* UIKit.framework */, + 01F2923C17997FC1008EA89F /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01F2922317997FC1008EA89F /* helloWorld_02 */ = { + isa = PBXGroup; + children = ( + 01F2922C17997FC1008EA89F /* AppDelegate.h */, + 01F2922D17997FC1008EA89F /* AppDelegate.m */, + 01F2922F17997FC1008EA89F /* Main.storyboard */, + 01F2923217997FC1008EA89F /* ViewController.h */, + 01F2923317997FC1008EA89F /* ViewController.m */, + 01F2923517997FC1008EA89F /* Images.xcassets */, + 01F2922417997FC1008EA89F /* Supporting Files */, + ); + path = helloWorld_02; + sourceTree = ""; + }; + 01F2922417997FC1008EA89F /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F2922517997FC1008EA89F /* helloWorld_02-Info.plist */, + 01F2922617997FC1008EA89F /* InfoPlist.strings */, + 01F2922917997FC1008EA89F /* main.m */, + 01F2922B17997FC1008EA89F /* helloWorld_02-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01F2924217997FC1008EA89F /* helloWorld_02Tests */ = { + isa = PBXGroup; + children = ( + 01F2924817997FC1008EA89F /* helloWorld_02Tests.m */, + 01F2924317997FC1008EA89F /* Supporting Files */, + ); + path = helloWorld_02Tests; + sourceTree = ""; + }; + 01F2924317997FC1008EA89F /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F2924417997FC1008EA89F /* helloWorld_02Tests-Info.plist */, + 01F2924517997FC1008EA89F /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01F2921917997FC1008EA89F /* helloWorld_02 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F2924C17997FC2008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_02" */; + buildPhases = ( + 01F2921617997FC1008EA89F /* Sources */, + 01F2921717997FC1008EA89F /* Frameworks */, + 01F2921817997FC1008EA89F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = helloWorld_02; + productName = helloWorld_02; + productReference = 01F2921A17997FC1008EA89F /* helloWorld_02.app */; + productType = "com.apple.product-type.application"; + }; + 01F2923A17997FC1008EA89F /* helloWorld_02Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F2924F17997FC2008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_02Tests" */; + buildPhases = ( + 01F2923717997FC1008EA89F /* Sources */, + 01F2923817997FC1008EA89F /* Frameworks */, + 01F2923917997FC1008EA89F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01F2924117997FC1008EA89F /* PBXTargetDependency */, + ); + name = helloWorld_02Tests; + productName = helloWorld_02Tests; + productReference = 01F2923B17997FC1008EA89F /* helloWorld_02Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01F2921217997FC1008EA89F /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01F2923A17997FC1008EA89F = { + TestTargetID = 01F2921917997FC1008EA89F; + }; + }; + }; + buildConfigurationList = 01F2921517997FC1008EA89F /* Build configuration list for PBXProject "helloWorld_02" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01F2921117997FC1008EA89F; + productRefGroup = 01F2921B17997FC1008EA89F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01F2921917997FC1008EA89F /* helloWorld_02 */, + 01F2923A17997FC1008EA89F /* helloWorld_02Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01F2921817997FC1008EA89F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2923617997FC1008EA89F /* Images.xcassets in Resources */, + 01F2922817997FC1008EA89F /* InfoPlist.strings in Resources */, + 01F2923117997FC1008EA89F /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F2923917997FC1008EA89F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2924717997FC1008EA89F /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01F2921617997FC1008EA89F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2923417997FC1008EA89F /* ViewController.m in Sources */, + 01F2922E17997FC1008EA89F /* AppDelegate.m in Sources */, + 01F2922A17997FC1008EA89F /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F2923717997FC1008EA89F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F2924917997FC2008EA89F /* helloWorld_02Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01F2924117997FC1008EA89F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01F2921917997FC1008EA89F /* helloWorld_02 */; + targetProxy = 01F2924017997FC1008EA89F /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01F2922617997FC1008EA89F /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F2922717997FC1008EA89F /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01F2922F17997FC1008EA89F /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01F2923017997FC1008EA89F /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01F2924517997FC1008EA89F /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F2924617997FC1008EA89F /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01F2924A17997FC2008EA89F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = 2; + }; + name = Debug; + }; + 01F2924B17997FC2008EA89F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = 2; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01F2924D17997FC2008EA89F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_02/helloWorld_02-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_02/helloWorld_02-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01F2924E17997FC2008EA89F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_02/helloWorld_02-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_02/helloWorld_02-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01F2925017997FC2008EA89F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/helloWorld_02.app/helloWorld_02"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_02/helloWorld_02-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "helloWorld_02Tests/helloWorld_02Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01F2925117997FC2008EA89F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/helloWorld_02.app/helloWorld_02"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_02/helloWorld_02-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_02Tests/helloWorld_02Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01F2921517997FC1008EA89F /* Build configuration list for PBXProject "helloWorld_02" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F2924A17997FC2008EA89F /* Debug */, + 01F2924B17997FC2008EA89F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01F2924C17997FC2008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_02" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F2924D17997FC2008EA89F /* Debug */, + 01F2924E17997FC2008EA89F /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01F2924F17997FC2008EA89F /* Build configuration list for PBXNativeTarget "helloWorld_02Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F2925017997FC2008EA89F /* Debug */, + 01F2925117997FC2008EA89F /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01F2921217997FC1008EA89F /* Project object */; +} diff --git a/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..d3ed020 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..63232bf Binary files /dev/null and b/appCode/helloWorld_02/helloWorld_02.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/helloWorld_02/helloWorld_02.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_02.xcscheme b/appCode/helloWorld_02/helloWorld_02.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_02.xcscheme new file mode 100644 index 0000000..8874aa7 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_02.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/helloWorld_02/helloWorld_02.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/helloWorld_02/helloWorld_02.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..6077241 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + helloWorld_02.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01F2921917997FC1008EA89F + + primary + + + 01F2923A17997FC1008EA89F + + primary + + + + + diff --git a/appCode/helloWorld_02/helloWorld_02/AppDelegate.h b/appCode/helloWorld_02/helloWorld_02/AppDelegate.h new file mode 100644 index 0000000..912d91f --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// helloWorld_02 +// +// Created by Laurence Moroney on 7/19/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/helloWorld_02/helloWorld_02/AppDelegate.m b/appCode/helloWorld_02/helloWorld_02/AppDelegate.m new file mode 100644 index 0000000..3f588b1 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// helloWorld_02 +// +// Created by Laurence Moroney on 7/19/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/helloWorld_02/helloWorld_02/Base.lproj/Main.storyboard b/appCode/helloWorld_02/helloWorld_02/Base.lproj/Main.storyboard new file mode 100644 index 0000000..d57219d --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/Base.lproj/Main.storyboard @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/helloWorld_02/helloWorld_02/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/helloWorld_02/helloWorld_02/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..dbaa084 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,38 @@ +{ + "images" : [ + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "50x50", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "50x50", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "72x72", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "72x72", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/helloWorld_02/helloWorld_02/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/helloWorld_02/helloWorld_02/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..a0ad363 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,36 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "1x" + }, + { + "orientation" : "portrait", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "landscape", + "idiom" : "ipad", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/helloWorld_02/helloWorld_02/ViewController.h b/appCode/helloWorld_02/helloWorld_02/ViewController.h new file mode 100644 index 0000000..54d1d7a --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// helloWorld_02 +// +// Created by Laurence Moroney on 7/19/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UILabel *MyLabel; +- (IBAction)btnPressed:(id)sender; + +@end diff --git a/appCode/helloWorld_02/helloWorld_02/ViewController.m b/appCode/helloWorld_02/helloWorld_02/ViewController.m new file mode 100644 index 0000000..aba89f9 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/ViewController.m @@ -0,0 +1,32 @@ +// +// ViewController.m +// helloWorld_02 +// +// Created by Laurence Moroney on 7/19/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)btnPressed:(id)sender { + _MyLabel.text = @"Hello, World!"; +} +@end diff --git a/appCode/helloWorld_02/helloWorld_02/en.lproj/InfoPlist.strings b/appCode/helloWorld_02/helloWorld_02/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/helloWorld_02/helloWorld_02/helloWorld_02-Info.plist b/appCode/helloWorld_02/helloWorld_02/helloWorld_02-Info.plist new file mode 100644 index 0000000..b2c1968 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/helloWorld_02-Info.plist @@ -0,0 +1,41 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/helloWorld_02/helloWorld_02/helloWorld_02-Prefix.pch b/appCode/helloWorld_02/helloWorld_02/helloWorld_02-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/helloWorld_02-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/helloWorld_02/helloWorld_02/main.m b/appCode/helloWorld_02/helloWorld_02/main.m new file mode 100644 index 0000000..b92b7e4 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02/main.m @@ -0,0 +1,18 @@ +// +// main.m +// helloWorld_02 +// +// Created by Laurence Moroney on 7/19/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/helloWorld_02/helloWorld_02Tests/en.lproj/InfoPlist.strings b/appCode/helloWorld_02/helloWorld_02Tests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02Tests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/helloWorld_02/helloWorld_02Tests/helloWorld_02Tests-Info.plist b/appCode/helloWorld_02/helloWorld_02Tests/helloWorld_02Tests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02Tests/helloWorld_02Tests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/helloWorld_02/helloWorld_02Tests/helloWorld_02Tests.m b/appCode/helloWorld_02/helloWorld_02Tests/helloWorld_02Tests.m new file mode 100644 index 0000000..831175f --- /dev/null +++ b/appCode/helloWorld_02/helloWorld_02Tests/helloWorld_02Tests.m @@ -0,0 +1,36 @@ +// +// helloWorld_02Tests.m +// helloWorld_02Tests +// +// Created by Laurence Moroney on 7/19/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface helloWorld_02Tests : XCTestCase + +@end + +@implementation helloWorld_02Tests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.pbxproj b/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.pbxproj new file mode 100644 index 0000000..9a644ca --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.pbxproj @@ -0,0 +1,473 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 0114AA2E179F1814008CDA60 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0114AA2D179F1814008CDA60 /* Foundation.framework */; }; + 0114AA30179F1814008CDA60 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0114AA2F179F1814008CDA60 /* CoreGraphics.framework */; }; + 0114AA32179F1814008CDA60 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0114AA31179F1814008CDA60 /* UIKit.framework */; }; + 0114AA38179F1814008CDA60 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0114AA36179F1814008CDA60 /* InfoPlist.strings */; }; + 0114AA3A179F1814008CDA60 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0114AA39179F1814008CDA60 /* main.m */; }; + 0114AA3E179F1814008CDA60 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0114AA3D179F1814008CDA60 /* AppDelegate.m */; }; + 0114AA41179F1814008CDA60 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0114AA3F179F1814008CDA60 /* Main.storyboard */; }; + 0114AA44179F1814008CDA60 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0114AA43179F1814008CDA60 /* ViewController.m */; }; + 0114AA46179F1814008CDA60 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0114AA45179F1814008CDA60 /* Images.xcassets */; }; + 0114AA4D179F1814008CDA60 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0114AA4C179F1814008CDA60 /* XCTest.framework */; }; + 0114AA4E179F1814008CDA60 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0114AA2D179F1814008CDA60 /* Foundation.framework */; }; + 0114AA4F179F1814008CDA60 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0114AA31179F1814008CDA60 /* UIKit.framework */; }; + 0114AA57179F1814008CDA60 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0114AA55179F1814008CDA60 /* InfoPlist.strings */; }; + 0114AA59179F1814008CDA60 /* helloWorld_03Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0114AA58179F1814008CDA60 /* helloWorld_03Tests.m */; }; + 0114AA63179F1822008CDA60 /* geek1.png in Resources */ = {isa = PBXBuildFile; fileRef = 0114AA62179F1822008CDA60 /* geek1.png */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 0114AA50179F1814008CDA60 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0114AA22179F1814008CDA60 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0114AA29179F1814008CDA60; + remoteInfo = helloWorld_03; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 0114AA2A179F1814008CDA60 /* helloWorld_03.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = helloWorld_03.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0114AA2D179F1814008CDA60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 0114AA2F179F1814008CDA60 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 0114AA31179F1814008CDA60 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 0114AA35179F1814008CDA60 /* helloWorld_03-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "helloWorld_03-Info.plist"; sourceTree = ""; }; + 0114AA37179F1814008CDA60 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 0114AA39179F1814008CDA60 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 0114AA3B179F1814008CDA60 /* helloWorld_03-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "helloWorld_03-Prefix.pch"; sourceTree = ""; }; + 0114AA3C179F1814008CDA60 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 0114AA3D179F1814008CDA60 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 0114AA40179F1814008CDA60 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 0114AA42179F1814008CDA60 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 0114AA43179F1814008CDA60 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 0114AA45179F1814008CDA60 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 0114AA4B179F1814008CDA60 /* helloWorld_03Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = helloWorld_03Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 0114AA4C179F1814008CDA60 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 0114AA54179F1814008CDA60 /* helloWorld_03Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "helloWorld_03Tests-Info.plist"; sourceTree = ""; }; + 0114AA56179F1814008CDA60 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 0114AA58179F1814008CDA60 /* helloWorld_03Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = helloWorld_03Tests.m; sourceTree = ""; }; + 0114AA62179F1822008CDA60 /* geek1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = geek1.png; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 0114AA27179F1814008CDA60 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0114AA30179F1814008CDA60 /* CoreGraphics.framework in Frameworks */, + 0114AA32179F1814008CDA60 /* UIKit.framework in Frameworks */, + 0114AA2E179F1814008CDA60 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0114AA48179F1814008CDA60 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0114AA4D179F1814008CDA60 /* XCTest.framework in Frameworks */, + 0114AA4F179F1814008CDA60 /* UIKit.framework in Frameworks */, + 0114AA4E179F1814008CDA60 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 0114AA21179F1814008CDA60 = { + isa = PBXGroup; + children = ( + 0114AA33179F1814008CDA60 /* helloWorld_03 */, + 0114AA52179F1814008CDA60 /* helloWorld_03Tests */, + 0114AA2C179F1814008CDA60 /* Frameworks */, + 0114AA2B179F1814008CDA60 /* Products */, + ); + sourceTree = ""; + }; + 0114AA2B179F1814008CDA60 /* Products */ = { + isa = PBXGroup; + children = ( + 0114AA2A179F1814008CDA60 /* helloWorld_03.app */, + 0114AA4B179F1814008CDA60 /* helloWorld_03Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 0114AA2C179F1814008CDA60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 0114AA2D179F1814008CDA60 /* Foundation.framework */, + 0114AA2F179F1814008CDA60 /* CoreGraphics.framework */, + 0114AA31179F1814008CDA60 /* UIKit.framework */, + 0114AA4C179F1814008CDA60 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 0114AA33179F1814008CDA60 /* helloWorld_03 */ = { + isa = PBXGroup; + children = ( + 0114AA3C179F1814008CDA60 /* AppDelegate.h */, + 0114AA3D179F1814008CDA60 /* AppDelegate.m */, + 0114AA3F179F1814008CDA60 /* Main.storyboard */, + 0114AA42179F1814008CDA60 /* ViewController.h */, + 0114AA43179F1814008CDA60 /* ViewController.m */, + 0114AA45179F1814008CDA60 /* Images.xcassets */, + 0114AA34179F1814008CDA60 /* Supporting Files */, + ); + path = helloWorld_03; + sourceTree = ""; + }; + 0114AA34179F1814008CDA60 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 0114AA62179F1822008CDA60 /* geek1.png */, + 0114AA35179F1814008CDA60 /* helloWorld_03-Info.plist */, + 0114AA36179F1814008CDA60 /* InfoPlist.strings */, + 0114AA39179F1814008CDA60 /* main.m */, + 0114AA3B179F1814008CDA60 /* helloWorld_03-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 0114AA52179F1814008CDA60 /* helloWorld_03Tests */ = { + isa = PBXGroup; + children = ( + 0114AA58179F1814008CDA60 /* helloWorld_03Tests.m */, + 0114AA53179F1814008CDA60 /* Supporting Files */, + ); + path = helloWorld_03Tests; + sourceTree = ""; + }; + 0114AA53179F1814008CDA60 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 0114AA54179F1814008CDA60 /* helloWorld_03Tests-Info.plist */, + 0114AA55179F1814008CDA60 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 0114AA29179F1814008CDA60 /* helloWorld_03 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0114AA5C179F1814008CDA60 /* Build configuration list for PBXNativeTarget "helloWorld_03" */; + buildPhases = ( + 0114AA26179F1814008CDA60 /* Sources */, + 0114AA27179F1814008CDA60 /* Frameworks */, + 0114AA28179F1814008CDA60 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = helloWorld_03; + productName = helloWorld_03; + productReference = 0114AA2A179F1814008CDA60 /* helloWorld_03.app */; + productType = "com.apple.product-type.application"; + }; + 0114AA4A179F1814008CDA60 /* helloWorld_03Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0114AA5F179F1814008CDA60 /* Build configuration list for PBXNativeTarget "helloWorld_03Tests" */; + buildPhases = ( + 0114AA47179F1814008CDA60 /* Sources */, + 0114AA48179F1814008CDA60 /* Frameworks */, + 0114AA49179F1814008CDA60 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 0114AA51179F1814008CDA60 /* PBXTargetDependency */, + ); + name = helloWorld_03Tests; + productName = helloWorld_03Tests; + productReference = 0114AA4B179F1814008CDA60 /* helloWorld_03Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0114AA22179F1814008CDA60 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 0114AA4A179F1814008CDA60 = { + TestTargetID = 0114AA29179F1814008CDA60; + }; + }; + }; + buildConfigurationList = 0114AA25179F1814008CDA60 /* Build configuration list for PBXProject "helloWorld_03" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 0114AA21179F1814008CDA60; + productRefGroup = 0114AA2B179F1814008CDA60 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 0114AA29179F1814008CDA60 /* helloWorld_03 */, + 0114AA4A179F1814008CDA60 /* helloWorld_03Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 0114AA28179F1814008CDA60 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0114AA46179F1814008CDA60 /* Images.xcassets in Resources */, + 0114AA63179F1822008CDA60 /* geek1.png in Resources */, + 0114AA38179F1814008CDA60 /* InfoPlist.strings in Resources */, + 0114AA41179F1814008CDA60 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0114AA49179F1814008CDA60 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0114AA57179F1814008CDA60 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 0114AA26179F1814008CDA60 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0114AA44179F1814008CDA60 /* ViewController.m in Sources */, + 0114AA3E179F1814008CDA60 /* AppDelegate.m in Sources */, + 0114AA3A179F1814008CDA60 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0114AA47179F1814008CDA60 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0114AA59179F1814008CDA60 /* helloWorld_03Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 0114AA51179F1814008CDA60 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 0114AA29179F1814008CDA60 /* helloWorld_03 */; + targetProxy = 0114AA50179F1814008CDA60 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 0114AA36179F1814008CDA60 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 0114AA37179F1814008CDA60 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 0114AA3F179F1814008CDA60 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 0114AA40179F1814008CDA60 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 0114AA55179F1814008CDA60 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 0114AA56179F1814008CDA60 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 0114AA5A179F1814008CDA60 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 0114AA5B179F1814008CDA60 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 0114AA5D179F1814008CDA60 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_03/helloWorld_03-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_03/helloWorld_03-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 0114AA5E179F1814008CDA60 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_03/helloWorld_03-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_03/helloWorld_03-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 0114AA60179F1814008CDA60 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/helloWorld_03.app/helloWorld_03"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_03/helloWorld_03-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "helloWorld_03Tests/helloWorld_03Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 0114AA61179F1814008CDA60 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/helloWorld_03.app/helloWorld_03"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "helloWorld_03/helloWorld_03-Prefix.pch"; + INFOPLIST_FILE = "helloWorld_03Tests/helloWorld_03Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0114AA25179F1814008CDA60 /* Build configuration list for PBXProject "helloWorld_03" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0114AA5A179F1814008CDA60 /* Debug */, + 0114AA5B179F1814008CDA60 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0114AA5C179F1814008CDA60 /* Build configuration list for PBXNativeTarget "helloWorld_03" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0114AA5D179F1814008CDA60 /* Debug */, + 0114AA5E179F1814008CDA60 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 0114AA5F179F1814008CDA60 /* Build configuration list for PBXNativeTarget "helloWorld_03Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0114AA60179F1814008CDA60 /* Debug */, + 0114AA61179F1814008CDA60 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0114AA22179F1814008CDA60 /* Project object */; +} diff --git a/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..73d80be --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..501e48c Binary files /dev/null and b/appCode/helloWorld_03/helloWorld_03.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..fe2b454 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,5 @@ + + + diff --git a/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_03.xcscheme b/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_03.xcscheme new file mode 100644 index 0000000..0989a18 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/helloWorld_03.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..56dbd74 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + helloWorld_03.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 0114AA29179F1814008CDA60 + + primary + + + 0114AA4A179F1814008CDA60 + + primary + + + + + diff --git a/appCode/helloWorld_03/helloWorld_03/AppDelegate.h b/appCode/helloWorld_03/helloWorld_03/AppDelegate.h new file mode 100644 index 0000000..ee7fddc --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// helloWorld_03 +// +// Created by Laurence Moroney on 7/23/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/helloWorld_03/helloWorld_03/AppDelegate.m b/appCode/helloWorld_03/helloWorld_03/AppDelegate.m new file mode 100644 index 0000000..cc0db3b --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// helloWorld_03 +// +// Created by Laurence Moroney on 7/23/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/helloWorld_03/helloWorld_03/Base.lproj/Main.storyboard b/appCode/helloWorld_03/helloWorld_03/Base.lproj/Main.storyboard new file mode 100644 index 0000000..c155255 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/Base.lproj/Main.storyboard @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/helloWorld_03/helloWorld_03/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/helloWorld_03/helloWorld_03/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2f35679 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/helloWorld_03/helloWorld_03/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/helloWorld_03/helloWorld_03/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/helloWorld_03/helloWorld_03/ViewController.h b/appCode/helloWorld_03/helloWorld_03/ViewController.h new file mode 100644 index 0000000..4010e4c --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/ViewController.h @@ -0,0 +1,20 @@ +// +// ViewController.h +// helloWorld_03 +// +// Created by Laurence Moroney on 7/23/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +bool ruaGeek; + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UILabel *geekLabel; +- (IBAction)btnClick:(id)sender; + + + + +@end diff --git a/appCode/helloWorld_03/helloWorld_03/ViewController.m b/appCode/helloWorld_03/helloWorld_03/ViewController.m new file mode 100644 index 0000000..abb66eb --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/ViewController.m @@ -0,0 +1,42 @@ +// +// ViewController.m +// helloWorld_03 +// +// Created by Laurence Moroney on 7/23/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + + +- (IBAction)btnClick:(id)sender { + if(ruaGeek) + { + _geekLabel.text=@"No, you're not!"; + ruaGeek = false; + } + else + { + _geekLabel.text=@"Definitely a geek!"; + ruaGeek = true; + } +} +@end diff --git a/appCode/helloWorld_03/helloWorld_03/en.lproj/InfoPlist.strings b/appCode/helloWorld_03/helloWorld_03/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/helloWorld_03/helloWorld_03/geek1.png b/appCode/helloWorld_03/helloWorld_03/geek1.png new file mode 100644 index 0000000..7e36fa1 Binary files /dev/null and b/appCode/helloWorld_03/helloWorld_03/geek1.png differ diff --git a/appCode/helloWorld_03/helloWorld_03/helloWorld_03-Info.plist b/appCode/helloWorld_03/helloWorld_03/helloWorld_03-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/helloWorld_03-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/helloWorld_03/helloWorld_03/helloWorld_03-Prefix.pch b/appCode/helloWorld_03/helloWorld_03/helloWorld_03-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/helloWorld_03-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/helloWorld_03/helloWorld_03/main.m b/appCode/helloWorld_03/helloWorld_03/main.m new file mode 100644 index 0000000..7c7dec8 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03/main.m @@ -0,0 +1,18 @@ +// +// main.m +// helloWorld_03 +// +// Created by Laurence Moroney on 7/23/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/helloWorld_03/helloWorld_03Tests/en.lproj/InfoPlist.strings b/appCode/helloWorld_03/helloWorld_03Tests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03Tests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/helloWorld_03/helloWorld_03Tests/helloWorld_03Tests-Info.plist b/appCode/helloWorld_03/helloWorld_03Tests/helloWorld_03Tests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03Tests/helloWorld_03Tests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/helloWorld_03/helloWorld_03Tests/helloWorld_03Tests.m b/appCode/helloWorld_03/helloWorld_03Tests/helloWorld_03Tests.m new file mode 100644 index 0000000..737b31a --- /dev/null +++ b/appCode/helloWorld_03/helloWorld_03Tests/helloWorld_03Tests.m @@ -0,0 +1,36 @@ +// +// helloWorld_03Tests.m +// helloWorld_03Tests +// +// Created by Laurence Moroney on 7/23/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface helloWorld_03Tests : XCTestCase + +@end + +@implementation helloWorld_03Tests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/m8/m8.xcodeproj/project.pbxproj b/appCode/m8/m8.xcodeproj/project.pbxproj new file mode 100644 index 0000000..5066613 --- /dev/null +++ b/appCode/m8/m8.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01F31A9717A2E4B700993D30 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31A9617A2E4B700993D30 /* Foundation.framework */; }; + 01F31A9917A2E4B700993D30 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31A9817A2E4B700993D30 /* CoreGraphics.framework */; }; + 01F31A9B17A2E4B700993D30 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31A9A17A2E4B700993D30 /* UIKit.framework */; }; + 01F31AA117A2E4B700993D30 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F31A9F17A2E4B700993D30 /* InfoPlist.strings */; }; + 01F31AA317A2E4B700993D30 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31AA217A2E4B700993D30 /* main.m */; }; + 01F31AA717A2E4B700993D30 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31AA617A2E4B700993D30 /* AppDelegate.m */; }; + 01F31AAA17A2E4B700993D30 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01F31AA817A2E4B700993D30 /* Main.storyboard */; }; + 01F31AAD17A2E4B700993D30 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31AAC17A2E4B700993D30 /* ViewController.m */; }; + 01F31AAF17A2E4B700993D30 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01F31AAE17A2E4B700993D30 /* Images.xcassets */; }; + 01F31AB617A2E4B700993D30 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31AB517A2E4B700993D30 /* XCTest.framework */; }; + 01F31AB717A2E4B700993D30 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31A9617A2E4B700993D30 /* Foundation.framework */; }; + 01F31AB817A2E4B700993D30 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31A9A17A2E4B700993D30 /* UIKit.framework */; }; + 01F31AC017A2E4B700993D30 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F31ABE17A2E4B700993D30 /* InfoPlist.strings */; }; + 01F31AC217A2E4B700993D30 /* m8Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31AC117A2E4B700993D30 /* m8Tests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01F31AB917A2E4B700993D30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01F31A8B17A2E4B600993D30 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01F31A9217A2E4B600993D30; + remoteInfo = m8; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01F31A9317A2E4B700993D30 /* m8.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = m8.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F31A9617A2E4B700993D30 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01F31A9817A2E4B700993D30 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01F31A9A17A2E4B700993D30 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01F31A9E17A2E4B700993D30 /* m8-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "m8-Info.plist"; sourceTree = ""; }; + 01F31AA017A2E4B700993D30 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F31AA217A2E4B700993D30 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01F31AA417A2E4B700993D30 /* m8-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "m8-Prefix.pch"; sourceTree = ""; }; + 01F31AA517A2E4B700993D30 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01F31AA617A2E4B700993D30 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01F31AA917A2E4B700993D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01F31AAB17A2E4B700993D30 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01F31AAC17A2E4B700993D30 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01F31AAE17A2E4B700993D30 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01F31AB417A2E4B700993D30 /* m8Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = m8Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F31AB517A2E4B700993D30 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01F31ABD17A2E4B700993D30 /* m8Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "m8Tests-Info.plist"; sourceTree = ""; }; + 01F31ABF17A2E4B700993D30 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F31AC117A2E4B700993D30 /* m8Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = m8Tests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01F31A9017A2E4B600993D30 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31A9917A2E4B700993D30 /* CoreGraphics.framework in Frameworks */, + 01F31A9B17A2E4B700993D30 /* UIKit.framework in Frameworks */, + 01F31A9717A2E4B700993D30 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F31AB117A2E4B700993D30 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AB617A2E4B700993D30 /* XCTest.framework in Frameworks */, + 01F31AB817A2E4B700993D30 /* UIKit.framework in Frameworks */, + 01F31AB717A2E4B700993D30 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01F31A8A17A2E4B600993D30 = { + isa = PBXGroup; + children = ( + 01F31A9C17A2E4B700993D30 /* m8 */, + 01F31ABB17A2E4B700993D30 /* m8Tests */, + 01F31A9517A2E4B700993D30 /* Frameworks */, + 01F31A9417A2E4B700993D30 /* Products */, + ); + sourceTree = ""; + }; + 01F31A9417A2E4B700993D30 /* Products */ = { + isa = PBXGroup; + children = ( + 01F31A9317A2E4B700993D30 /* m8.app */, + 01F31AB417A2E4B700993D30 /* m8Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01F31A9517A2E4B700993D30 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01F31A9617A2E4B700993D30 /* Foundation.framework */, + 01F31A9817A2E4B700993D30 /* CoreGraphics.framework */, + 01F31A9A17A2E4B700993D30 /* UIKit.framework */, + 01F31AB517A2E4B700993D30 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01F31A9C17A2E4B700993D30 /* m8 */ = { + isa = PBXGroup; + children = ( + 01F31AA517A2E4B700993D30 /* AppDelegate.h */, + 01F31AA617A2E4B700993D30 /* AppDelegate.m */, + 01F31AA817A2E4B700993D30 /* Main.storyboard */, + 01F31AAB17A2E4B700993D30 /* ViewController.h */, + 01F31AAC17A2E4B700993D30 /* ViewController.m */, + 01F31AAE17A2E4B700993D30 /* Images.xcassets */, + 01F31A9D17A2E4B700993D30 /* Supporting Files */, + ); + path = m8; + sourceTree = ""; + }; + 01F31A9D17A2E4B700993D30 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F31A9E17A2E4B700993D30 /* m8-Info.plist */, + 01F31A9F17A2E4B700993D30 /* InfoPlist.strings */, + 01F31AA217A2E4B700993D30 /* main.m */, + 01F31AA417A2E4B700993D30 /* m8-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01F31ABB17A2E4B700993D30 /* m8Tests */ = { + isa = PBXGroup; + children = ( + 01F31AC117A2E4B700993D30 /* m8Tests.m */, + 01F31ABC17A2E4B700993D30 /* Supporting Files */, + ); + path = m8Tests; + sourceTree = ""; + }; + 01F31ABC17A2E4B700993D30 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F31ABD17A2E4B700993D30 /* m8Tests-Info.plist */, + 01F31ABE17A2E4B700993D30 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01F31A9217A2E4B600993D30 /* m8 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F31AC517A2E4B700993D30 /* Build configuration list for PBXNativeTarget "m8" */; + buildPhases = ( + 01F31A8F17A2E4B600993D30 /* Sources */, + 01F31A9017A2E4B600993D30 /* Frameworks */, + 01F31A9117A2E4B600993D30 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = m8; + productName = m8; + productReference = 01F31A9317A2E4B700993D30 /* m8.app */; + productType = "com.apple.product-type.application"; + }; + 01F31AB317A2E4B700993D30 /* m8Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F31AC817A2E4B700993D30 /* Build configuration list for PBXNativeTarget "m8Tests" */; + buildPhases = ( + 01F31AB017A2E4B700993D30 /* Sources */, + 01F31AB117A2E4B700993D30 /* Frameworks */, + 01F31AB217A2E4B700993D30 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01F31ABA17A2E4B700993D30 /* PBXTargetDependency */, + ); + name = m8Tests; + productName = m8Tests; + productReference = 01F31AB417A2E4B700993D30 /* m8Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01F31A8B17A2E4B600993D30 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01F31AB317A2E4B700993D30 = { + TestTargetID = 01F31A9217A2E4B600993D30; + }; + }; + }; + buildConfigurationList = 01F31A8E17A2E4B600993D30 /* Build configuration list for PBXProject "m8" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01F31A8A17A2E4B600993D30; + productRefGroup = 01F31A9417A2E4B700993D30 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01F31A9217A2E4B600993D30 /* m8 */, + 01F31AB317A2E4B700993D30 /* m8Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01F31A9117A2E4B600993D30 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AAF17A2E4B700993D30 /* Images.xcassets in Resources */, + 01F31AA117A2E4B700993D30 /* InfoPlist.strings in Resources */, + 01F31AAA17A2E4B700993D30 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F31AB217A2E4B700993D30 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AC017A2E4B700993D30 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01F31A8F17A2E4B600993D30 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AAD17A2E4B700993D30 /* ViewController.m in Sources */, + 01F31AA717A2E4B700993D30 /* AppDelegate.m in Sources */, + 01F31AA317A2E4B700993D30 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F31AB017A2E4B700993D30 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AC217A2E4B700993D30 /* m8Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01F31ABA17A2E4B700993D30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01F31A9217A2E4B600993D30 /* m8 */; + targetProxy = 01F31AB917A2E4B700993D30 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01F31A9F17A2E4B700993D30 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F31AA017A2E4B700993D30 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01F31AA817A2E4B700993D30 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01F31AA917A2E4B700993D30 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01F31ABE17A2E4B700993D30 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F31ABF17A2E4B700993D30 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01F31AC317A2E4B700993D30 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01F31AC417A2E4B700993D30 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01F31AC617A2E4B700993D30 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "m8/m8-Prefix.pch"; + INFOPLIST_FILE = "m8/m8-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01F31AC717A2E4B700993D30 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "m8/m8-Prefix.pch"; + INFOPLIST_FILE = "m8/m8-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01F31AC917A2E4B700993D30 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/m8.app/m8"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "m8/m8-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "m8Tests/m8Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01F31ACA17A2E4B700993D30 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/m8.app/m8"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "m8/m8-Prefix.pch"; + INFOPLIST_FILE = "m8Tests/m8Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01F31A8E17A2E4B600993D30 /* Build configuration list for PBXProject "m8" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F31AC317A2E4B700993D30 /* Debug */, + 01F31AC417A2E4B700993D30 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01F31AC517A2E4B700993D30 /* Build configuration list for PBXNativeTarget "m8" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F31AC617A2E4B700993D30 /* Debug */, + 01F31AC717A2E4B700993D30 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01F31AC817A2E4B700993D30 /* Build configuration list for PBXNativeTarget "m8Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F31AC917A2E4B700993D30 /* Debug */, + 01F31ACA17A2E4B700993D30 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01F31A8B17A2E4B600993D30 /* Project object */; +} diff --git a/appCode/m8/m8.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/m8/m8.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..5580f37 --- /dev/null +++ b/appCode/m8/m8.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/m8/m8.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/m8/m8.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..8ae5bf3 Binary files /dev/null and b/appCode/m8/m8.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/m8/m8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/m8.xcscheme b/appCode/m8/m8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/m8.xcscheme new file mode 100644 index 0000000..8ff2906 --- /dev/null +++ b/appCode/m8/m8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/m8.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/m8/m8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/m8/m8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..b09286b --- /dev/null +++ b/appCode/m8/m8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + m8.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01F31A9217A2E4B600993D30 + + primary + + + 01F31AB317A2E4B700993D30 + + primary + + + + + diff --git a/appCode/m8/m8/AppDelegate.h b/appCode/m8/m8/AppDelegate.h new file mode 100644 index 0000000..ef07f3b --- /dev/null +++ b/appCode/m8/m8/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// m8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/m8/m8/AppDelegate.m b/appCode/m8/m8/AppDelegate.m new file mode 100644 index 0000000..a2c81f8 --- /dev/null +++ b/appCode/m8/m8/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// m8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/m8/m8/Base.lproj/Main.storyboard b/appCode/m8/m8/Base.lproj/Main.storyboard new file mode 100644 index 0000000..6ac793f --- /dev/null +++ b/appCode/m8/m8/Base.lproj/Main.storyboard @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/m8/m8/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/m8/m8/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2f35679 --- /dev/null +++ b/appCode/m8/m8/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/m8/m8/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/m8/m8/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/m8/m8/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/m8/m8/ViewController.h b/appCode/m8/m8/ViewController.h new file mode 100644 index 0000000..7877114 --- /dev/null +++ b/appCode/m8/m8/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// m8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +- (IBAction)btnAsk:(id)sender; +@property (strong, nonatomic) IBOutlet UILabel *lblAnswer; + +@end diff --git a/appCode/m8/m8/ViewController.m b/appCode/m8/m8/ViewController.m new file mode 100644 index 0000000..61766b9 --- /dev/null +++ b/appCode/m8/m8/ViewController.m @@ -0,0 +1,65 @@ +// +// ViewController.m +// m8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" +#include + +@interface ViewController () + +@end + +NSMutableArray* magicStrings; + +@implementation ViewController + +- (void)viewDidLoad +{ + + [super viewDidLoad]; + [self initializeStrings]; + + // Do any additional setup after loading the view, typically from a nib. +} + + + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +-(void)initializeStrings{ + magicStrings = [[NSMutableArray alloc] initWithCapacity:20]; + magicStrings[0]=@"It is certain"; + magicStrings[1]=@"It is decidedly so"; + magicStrings[2]=@"Without a doubt"; + magicStrings[3]=@"Yes, definitely"; + magicStrings[4]=@"You may rely on it"; + magicStrings[5]=@"As I see it, yes"; + magicStrings[6]=@"Most likely"; + magicStrings[7]=@"Outlook good"; + magicStrings[8]=@"Yes"; + magicStrings[9]=@"Signs point to yes"; + magicStrings[10]=@"Reply hazy, try again"; + magicStrings[11]=@"Ask again later"; + magicStrings[12]=@"Better not tell you now"; + magicStrings[13]=@"Cannot predict now"; + magicStrings[14]=@"Concentrate and ask again"; + magicStrings[15]=@"Don't count on it"; + magicStrings[16]=@"My reply is no"; + magicStrings[17]=@"My sources say no"; + magicStrings[18]=@"Outlook not so good"; + magicStrings[19]=@"Very doubtful"; +} + +- (IBAction)btnAsk:(id)sender { + int r = arc4random_uniform(20); + _lblAnswer.text = magicStrings[r]; +} +@end diff --git a/appCode/m8/m8/en.lproj/InfoPlist.strings b/appCode/m8/m8/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/m8/m8/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/m8/m8/m8-Info.plist b/appCode/m8/m8/m8-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/m8/m8/m8-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/m8/m8/m8-Prefix.pch b/appCode/m8/m8/m8-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/m8/m8/m8-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/m8/m8/main.m b/appCode/m8/m8/main.m new file mode 100644 index 0000000..2f3efb1 --- /dev/null +++ b/appCode/m8/m8/main.m @@ -0,0 +1,18 @@ +// +// main.m +// m8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/m8/m8Tests/en.lproj/InfoPlist.strings b/appCode/m8/m8Tests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/m8/m8Tests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/m8/m8Tests/m8Tests-Info.plist b/appCode/m8/m8Tests/m8Tests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/m8/m8Tests/m8Tests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/m8/m8Tests/m8Tests.m b/appCode/m8/m8Tests/m8Tests.m new file mode 100644 index 0000000..7d981b2 --- /dev/null +++ b/appCode/m8/m8Tests/m8Tests.m @@ -0,0 +1,36 @@ +// +// m8Tests.m +// m8Tests +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface m8Tests : XCTestCase + +@end + +@implementation m8Tests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/magic8/.DS_Store b/appCode/magic8/.DS_Store new file mode 100644 index 0000000..e8c7ebc Binary files /dev/null and b/appCode/magic8/.DS_Store differ diff --git a/appCode/magic8/magic8.xcodeproj/project.pbxproj b/appCode/magic8/magic8.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f447bcc --- /dev/null +++ b/appCode/magic8/magic8.xcodeproj/project.pbxproj @@ -0,0 +1,475 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01F31AD817A2E80A00993D30 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31AD717A2E80A00993D30 /* Foundation.framework */; }; + 01F31ADA17A2E80A00993D30 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31AD917A2E80A00993D30 /* CoreGraphics.framework */; }; + 01F31ADC17A2E80A00993D30 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31ADB17A2E80A00993D30 /* UIKit.framework */; }; + 01F31AE217A2E80A00993D30 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F31AE017A2E80A00993D30 /* InfoPlist.strings */; }; + 01F31AE417A2E80A00993D30 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31AE317A2E80A00993D30 /* main.m */; }; + 01F31AE817A2E80A00993D30 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31AE717A2E80A00993D30 /* AppDelegate.m */; }; + 01F31AEB17A2E80A00993D30 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01F31AE917A2E80A00993D30 /* Main.storyboard */; }; + 01F31AEE17A2E80A00993D30 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31AED17A2E80A00993D30 /* ViewController.m */; }; + 01F31AF017A2E80A00993D30 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01F31AEF17A2E80A00993D30 /* Images.xcassets */; }; + 01F31AF717A2E80B00993D30 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31AF617A2E80B00993D30 /* XCTest.framework */; }; + 01F31AF817A2E80B00993D30 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31AD717A2E80A00993D30 /* Foundation.framework */; }; + 01F31AF917A2E80B00993D30 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01F31ADB17A2E80A00993D30 /* UIKit.framework */; }; + 01F31B0117A2E80B00993D30 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01F31AFF17A2E80B00993D30 /* InfoPlist.strings */; }; + 01F31B0317A2E80B00993D30 /* magic8Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F31B0217A2E80B00993D30 /* magic8Tests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01F31AFA17A2E80B00993D30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01F31ACC17A2E80A00993D30 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01F31AD317A2E80A00993D30; + remoteInfo = magic8; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01F31AD417A2E80A00993D30 /* magic8.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = magic8.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F31AD717A2E80A00993D30 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01F31AD917A2E80A00993D30 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01F31ADB17A2E80A00993D30 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01F31ADF17A2E80A00993D30 /* magic8-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "magic8-Info.plist"; sourceTree = ""; }; + 01F31AE117A2E80A00993D30 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F31AE317A2E80A00993D30 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01F31AE517A2E80A00993D30 /* magic8-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "magic8-Prefix.pch"; sourceTree = ""; }; + 01F31AE617A2E80A00993D30 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01F31AE717A2E80A00993D30 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01F31AEA17A2E80A00993D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01F31AEC17A2E80A00993D30 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01F31AED17A2E80A00993D30 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01F31AEF17A2E80A00993D30 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01F31AF517A2E80B00993D30 /* magic8Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = magic8Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F31AF617A2E80B00993D30 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01F31AFE17A2E80B00993D30 /* magic8Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "magic8Tests-Info.plist"; sourceTree = ""; }; + 01F31B0017A2E80B00993D30 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01F31B0217A2E80B00993D30 /* magic8Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = magic8Tests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01F31AD117A2E80A00993D30 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31ADA17A2E80A00993D30 /* CoreGraphics.framework in Frameworks */, + 01F31ADC17A2E80A00993D30 /* UIKit.framework in Frameworks */, + 01F31AD817A2E80A00993D30 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F31AF217A2E80B00993D30 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AF717A2E80B00993D30 /* XCTest.framework in Frameworks */, + 01F31AF917A2E80B00993D30 /* UIKit.framework in Frameworks */, + 01F31AF817A2E80B00993D30 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01F31ACB17A2E80A00993D30 = { + isa = PBXGroup; + children = ( + 01F31ADD17A2E80A00993D30 /* magic8 */, + 01F31AFC17A2E80B00993D30 /* magic8Tests */, + 01F31AD617A2E80A00993D30 /* Frameworks */, + 01F31AD517A2E80A00993D30 /* Products */, + ); + sourceTree = ""; + }; + 01F31AD517A2E80A00993D30 /* Products */ = { + isa = PBXGroup; + children = ( + 01F31AD417A2E80A00993D30 /* magic8.app */, + 01F31AF517A2E80B00993D30 /* magic8Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01F31AD617A2E80A00993D30 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01F31AD717A2E80A00993D30 /* Foundation.framework */, + 01F31AD917A2E80A00993D30 /* CoreGraphics.framework */, + 01F31ADB17A2E80A00993D30 /* UIKit.framework */, + 01F31AF617A2E80B00993D30 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01F31ADD17A2E80A00993D30 /* magic8 */ = { + isa = PBXGroup; + children = ( + 01F31AE617A2E80A00993D30 /* AppDelegate.h */, + 01F31AE717A2E80A00993D30 /* AppDelegate.m */, + 01F31AE917A2E80A00993D30 /* Main.storyboard */, + 01F31AEC17A2E80A00993D30 /* ViewController.h */, + 01F31AED17A2E80A00993D30 /* ViewController.m */, + 01F31AEF17A2E80A00993D30 /* Images.xcassets */, + 01F31ADE17A2E80A00993D30 /* Supporting Files */, + ); + path = magic8; + sourceTree = ""; + }; + 01F31ADE17A2E80A00993D30 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F31ADF17A2E80A00993D30 /* magic8-Info.plist */, + 01F31AE017A2E80A00993D30 /* InfoPlist.strings */, + 01F31AE317A2E80A00993D30 /* main.m */, + 01F31AE517A2E80A00993D30 /* magic8-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01F31AFC17A2E80B00993D30 /* magic8Tests */ = { + isa = PBXGroup; + children = ( + 01F31B0217A2E80B00993D30 /* magic8Tests.m */, + 01F31AFD17A2E80B00993D30 /* Supporting Files */, + ); + path = magic8Tests; + sourceTree = ""; + }; + 01F31AFD17A2E80B00993D30 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01F31AFE17A2E80B00993D30 /* magic8Tests-Info.plist */, + 01F31AFF17A2E80B00993D30 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01F31AD317A2E80A00993D30 /* magic8 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F31B0617A2E80B00993D30 /* Build configuration list for PBXNativeTarget "magic8" */; + buildPhases = ( + 01F31AD017A2E80A00993D30 /* Sources */, + 01F31AD117A2E80A00993D30 /* Frameworks */, + 01F31AD217A2E80A00993D30 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = magic8; + productName = magic8; + productReference = 01F31AD417A2E80A00993D30 /* magic8.app */; + productType = "com.apple.product-type.application"; + }; + 01F31AF417A2E80B00993D30 /* magic8Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01F31B0917A2E80B00993D30 /* Build configuration list for PBXNativeTarget "magic8Tests" */; + buildPhases = ( + 01F31AF117A2E80B00993D30 /* Sources */, + 01F31AF217A2E80B00993D30 /* Frameworks */, + 01F31AF317A2E80B00993D30 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01F31AFB17A2E80B00993D30 /* PBXTargetDependency */, + ); + name = magic8Tests; + productName = magic8Tests; + productReference = 01F31AF517A2E80B00993D30 /* magic8Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01F31ACC17A2E80A00993D30 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01F31AF417A2E80B00993D30 = { + TestTargetID = 01F31AD317A2E80A00993D30; + }; + }; + }; + buildConfigurationList = 01F31ACF17A2E80A00993D30 /* Build configuration list for PBXProject "magic8" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01F31ACB17A2E80A00993D30; + productRefGroup = 01F31AD517A2E80A00993D30 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01F31AD317A2E80A00993D30 /* magic8 */, + 01F31AF417A2E80B00993D30 /* magic8Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01F31AD217A2E80A00993D30 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AF017A2E80A00993D30 /* Images.xcassets in Resources */, + 01F31AE217A2E80A00993D30 /* InfoPlist.strings in Resources */, + 01F31AEB17A2E80A00993D30 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F31AF317A2E80B00993D30 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31B0117A2E80B00993D30 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01F31AD017A2E80A00993D30 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31AEE17A2E80A00993D30 /* ViewController.m in Sources */, + 01F31AE817A2E80A00993D30 /* AppDelegate.m in Sources */, + 01F31AE417A2E80A00993D30 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01F31AF117A2E80B00993D30 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01F31B0317A2E80B00993D30 /* magic8Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01F31AFB17A2E80B00993D30 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01F31AD317A2E80A00993D30 /* magic8 */; + targetProxy = 01F31AFA17A2E80B00993D30 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01F31AE017A2E80A00993D30 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F31AE117A2E80A00993D30 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01F31AE917A2E80A00993D30 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01F31AEA17A2E80A00993D30 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01F31AFF17A2E80B00993D30 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01F31B0017A2E80B00993D30 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01F31B0417A2E80B00993D30 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01F31B0517A2E80B00993D30 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01F31B0717A2E80B00993D30 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CODE_SIGN_IDENTITY = "iPhone Developer"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "magic8/magic8-Prefix.pch"; + INFOPLIST_FILE = "magic8/magic8-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TARGETED_DEVICE_FAMILY = 1; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01F31B0817A2E80B00993D30 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CODE_SIGN_IDENTITY = "iPhone Developer"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "magic8/magic8-Prefix.pch"; + INFOPLIST_FILE = "magic8/magic8-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TARGETED_DEVICE_FAMILY = 1; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01F31B0A17A2E80B00993D30 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/magic8.app/magic8"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "magic8/magic8-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "magic8Tests/magic8Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01F31B0B17A2E80B00993D30 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/magic8.app/magic8"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "magic8/magic8-Prefix.pch"; + INFOPLIST_FILE = "magic8Tests/magic8Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01F31ACF17A2E80A00993D30 /* Build configuration list for PBXProject "magic8" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F31B0417A2E80B00993D30 /* Debug */, + 01F31B0517A2E80B00993D30 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01F31B0617A2E80B00993D30 /* Build configuration list for PBXNativeTarget "magic8" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F31B0717A2E80B00993D30 /* Debug */, + 01F31B0817A2E80B00993D30 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01F31B0917A2E80B00993D30 /* Build configuration list for PBXNativeTarget "magic8Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01F31B0A17A2E80B00993D30 /* Debug */, + 01F31B0B17A2E80B00993D30 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01F31ACC17A2E80A00993D30 /* Project object */; +} diff --git a/appCode/magic8/magic8.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/magic8/magic8.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..e503245 --- /dev/null +++ b/appCode/magic8/magic8.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/magic8/magic8.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/magic8/magic8.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..227ff9b Binary files /dev/null and b/appCode/magic8/magic8.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..fe2b454 --- /dev/null +++ b/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,5 @@ + + + diff --git a/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/magic8.xcscheme b/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/magic8.xcscheme new file mode 100644 index 0000000..cdec6c6 --- /dev/null +++ b/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/magic8.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..ed646c5 --- /dev/null +++ b/appCode/magic8/magic8.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + magic8.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01F31AD317A2E80A00993D30 + + primary + + + 01F31AF417A2E80B00993D30 + + primary + + + + + diff --git a/appCode/magic8/magic8/AppDelegate.h b/appCode/magic8/magic8/AppDelegate.h new file mode 100644 index 0000000..419530e --- /dev/null +++ b/appCode/magic8/magic8/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// magic8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/magic8/magic8/AppDelegate.m b/appCode/magic8/magic8/AppDelegate.m new file mode 100644 index 0000000..f4c3a2c --- /dev/null +++ b/appCode/magic8/magic8/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// magic8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/magic8/magic8/Base.lproj/Main.storyboard b/appCode/magic8/magic8/Base.lproj/Main.storyboard new file mode 100644 index 0000000..7dda1c0 --- /dev/null +++ b/appCode/magic8/magic8/Base.lproj/Main.storyboard @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/120.png b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/120.png new file mode 100644 index 0000000..20794bd Binary files /dev/null and b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/120.png differ diff --git a/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/58.png b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/58.png new file mode 100644 index 0000000..218857d Binary files /dev/null and b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/58.png differ diff --git a/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/80.png b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/80.png new file mode 100644 index 0000000..710a59c Binary files /dev/null and b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/80.png differ diff --git a/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..e696240 --- /dev/null +++ b/appCode/magic8/magic8/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,26 @@ +{ + "images" : [ + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "58.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "80.png", + "scale" : "2x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "120.png", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c5e2ed3 --- /dev/null +++ b/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,25 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "filename" : "launchimage.png", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "subtype" : "retina4", + "filename" : "launchimage2.png", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/launchimage.png b/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/launchimage.png new file mode 100644 index 0000000..aa3a533 Binary files /dev/null and b/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/launchimage.png differ diff --git a/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/launchimage2.png b/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/launchimage2.png new file mode 100644 index 0000000..1524c77 Binary files /dev/null and b/appCode/magic8/magic8/Images.xcassets/LaunchImage.launchimage/launchimage2.png differ diff --git a/appCode/magic8/magic8/ViewController.h b/appCode/magic8/magic8/ViewController.h new file mode 100644 index 0000000..6ed0fe5 --- /dev/null +++ b/appCode/magic8/magic8/ViewController.h @@ -0,0 +1,17 @@ +// +// ViewController.h +// magic8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + + + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; +- (IBAction)btnAsk:(id)sender; + +@end diff --git a/appCode/magic8/magic8/ViewController.m b/appCode/magic8/magic8/ViewController.m new file mode 100644 index 0000000..f1b1f58 --- /dev/null +++ b/appCode/magic8/magic8/ViewController.m @@ -0,0 +1,61 @@ +// +// ViewController.m +// magic8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" +#import "stdlib.h" + +@interface ViewController () + +@end + +NSMutableArray* magicStrings; +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + [self initializeStrings]; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)btnAsk:(id)sender { + int r = arc4random_uniform(20); + _lblOutput.text = magicStrings[r]; +} + +-(void)initializeStrings{ + magicStrings = [[NSMutableArray alloc] initWithCapacity:20]; + magicStrings[0]=@"It is certain"; + magicStrings[1]=@"It is decidedly so"; + magicStrings[2]=@"Without a doubt"; + magicStrings[3]=@"Yes, definitely"; + magicStrings[4]=@"You may rely on it"; + magicStrings[5]=@"As I see it, yes"; + magicStrings[6]=@"Most likely"; + magicStrings[7]=@"Outlook good"; + magicStrings[8]=@"Yes"; + magicStrings[9]=@"Signs point to yes"; + magicStrings[10]=@"Reply hazy, try again"; + magicStrings[11]=@"Ask again later"; + magicStrings[12]=@"Better not tell you now"; + magicStrings[13]=@"Cannot predict now"; + magicStrings[14]=@"Concentrate and ask again"; + magicStrings[15]=@"Don't count on it"; + magicStrings[16]=@"My reply is no"; + magicStrings[17]=@"My sources say no"; + magicStrings[18]=@"Outlook not so good"; + magicStrings[19]=@"Very doubtful"; +} + +@end diff --git a/appCode/magic8/magic8/en.lproj/InfoPlist.strings b/appCode/magic8/magic8/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/magic8/magic8/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/magic8/magic8/magic8-Info.plist b/appCode/magic8/magic8/magic8-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/magic8/magic8/magic8-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/magic8/magic8/magic8-Prefix.pch b/appCode/magic8/magic8/magic8-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/magic8/magic8/magic8-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/magic8/magic8/main.m b/appCode/magic8/magic8/main.m new file mode 100644 index 0000000..a967690 --- /dev/null +++ b/appCode/magic8/magic8/main.m @@ -0,0 +1,18 @@ +// +// main.m +// magic8 +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/magic8/magic8Tests/en.lproj/InfoPlist.strings b/appCode/magic8/magic8Tests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/magic8/magic8Tests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/magic8/magic8Tests/magic8Tests-Info.plist b/appCode/magic8/magic8Tests/magic8Tests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/magic8/magic8Tests/magic8Tests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/magic8/magic8Tests/magic8Tests.m b/appCode/magic8/magic8Tests/magic8Tests.m new file mode 100644 index 0000000..e345e75 --- /dev/null +++ b/appCode/magic8/magic8Tests/magic8Tests.m @@ -0,0 +1,36 @@ +// +// magic8Tests.m +// magic8Tests +// +// Created by Laurence Moroney on 7/26/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface magic8Tests : XCTestCase + +@end + +@implementation magic8Tests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.pbxproj b/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..d346084 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.pbxproj @@ -0,0 +1,479 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01C1FEF317AAC5D800B2B8E6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FEF217AAC5D800B2B8E6 /* Foundation.framework */; }; + 01C1FEF517AAC5D800B2B8E6 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FEF417AAC5D800B2B8E6 /* CoreGraphics.framework */; }; + 01C1FEF717AAC5D800B2B8E6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FEF617AAC5D800B2B8E6 /* UIKit.framework */; }; + 01C1FEFD17AAC5D800B2B8E6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FEFB17AAC5D800B2B8E6 /* InfoPlist.strings */; }; + 01C1FEFF17AAC5D800B2B8E6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FEFE17AAC5D800B2B8E6 /* main.m */; }; + 01C1FF0317AAC5D800B2B8E6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FF0217AAC5D800B2B8E6 /* AppDelegate.m */; }; + 01C1FF0617AAC5D800B2B8E6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FF0417AAC5D800B2B8E6 /* Main.storyboard */; }; + 01C1FF0917AAC5D800B2B8E6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FF0817AAC5D800B2B8E6 /* ViewController.m */; }; + 01C1FF0B17AAC5D800B2B8E6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FF0A17AAC5D800B2B8E6 /* Images.xcassets */; }; + 01C1FF1217AAC5D800B2B8E6 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FF1117AAC5D800B2B8E6 /* XCTest.framework */; }; + 01C1FF1317AAC5D800B2B8E6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FEF217AAC5D800B2B8E6 /* Foundation.framework */; }; + 01C1FF1417AAC5D800B2B8E6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FEF617AAC5D800B2B8E6 /* UIKit.framework */; }; + 01C1FF1C17AAC5D800B2B8E6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FF1A17AAC5D800B2B8E6 /* InfoPlist.strings */; }; + 01C1FF1E17AAC5D800B2B8E6 /* mapControlDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FF1D17AAC5D800B2B8E6 /* mapControlDemoTests.m */; }; + 01C1FF2B17AAD36500B2B8E6 /* myPin.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FF2A17AAD36500B2B8E6 /* myPin.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01C1FF1517AAC5D800B2B8E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01C1FEE717AAC5D700B2B8E6 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01C1FEEE17AAC5D700B2B8E6; + remoteInfo = mapControlDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01C1FEEF17AAC5D800B2B8E6 /* mapControlDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = mapControlDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01C1FEF217AAC5D800B2B8E6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01C1FEF417AAC5D800B2B8E6 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01C1FEF617AAC5D800B2B8E6 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01C1FEFA17AAC5D800B2B8E6 /* mapControlDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "mapControlDemo-Info.plist"; sourceTree = ""; }; + 01C1FEFC17AAC5D800B2B8E6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01C1FEFE17AAC5D800B2B8E6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01C1FF0017AAC5D800B2B8E6 /* mapControlDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "mapControlDemo-Prefix.pch"; sourceTree = ""; }; + 01C1FF0117AAC5D800B2B8E6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01C1FF0217AAC5D800B2B8E6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01C1FF0517AAC5D800B2B8E6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01C1FF0717AAC5D800B2B8E6 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01C1FF0817AAC5D800B2B8E6 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01C1FF0A17AAC5D800B2B8E6 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01C1FF1017AAC5D800B2B8E6 /* mapControlDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = mapControlDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01C1FF1117AAC5D800B2B8E6 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01C1FF1917AAC5D800B2B8E6 /* mapControlDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "mapControlDemoTests-Info.plist"; sourceTree = ""; }; + 01C1FF1B17AAC5D800B2B8E6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01C1FF1D17AAC5D800B2B8E6 /* mapControlDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = mapControlDemoTests.m; sourceTree = ""; }; + 01C1FF2717AAC95B00B2B8E6 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; + 01C1FF2917AAD36500B2B8E6 /* myPin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = myPin.h; sourceTree = ""; }; + 01C1FF2A17AAD36500B2B8E6 /* myPin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = myPin.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01C1FEEC17AAC5D700B2B8E6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FEF517AAC5D800B2B8E6 /* CoreGraphics.framework in Frameworks */, + 01C1FEF717AAC5D800B2B8E6 /* UIKit.framework in Frameworks */, + 01C1FEF317AAC5D800B2B8E6 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01C1FF0D17AAC5D800B2B8E6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF1217AAC5D800B2B8E6 /* XCTest.framework in Frameworks */, + 01C1FF1417AAC5D800B2B8E6 /* UIKit.framework in Frameworks */, + 01C1FF1317AAC5D800B2B8E6 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01C1FEE617AAC5D700B2B8E6 = { + isa = PBXGroup; + children = ( + 01C1FEF817AAC5D800B2B8E6 /* mapControlDemo */, + 01C1FF1717AAC5D800B2B8E6 /* mapControlDemoTests */, + 01C1FEF117AAC5D800B2B8E6 /* Frameworks */, + 01C1FEF017AAC5D800B2B8E6 /* Products */, + ); + sourceTree = ""; + }; + 01C1FEF017AAC5D800B2B8E6 /* Products */ = { + isa = PBXGroup; + children = ( + 01C1FEEF17AAC5D800B2B8E6 /* mapControlDemo.app */, + 01C1FF1017AAC5D800B2B8E6 /* mapControlDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01C1FEF117AAC5D800B2B8E6 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01C1FF2717AAC95B00B2B8E6 /* MapKit.framework */, + 01C1FEF217AAC5D800B2B8E6 /* Foundation.framework */, + 01C1FEF417AAC5D800B2B8E6 /* CoreGraphics.framework */, + 01C1FEF617AAC5D800B2B8E6 /* UIKit.framework */, + 01C1FF1117AAC5D800B2B8E6 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01C1FEF817AAC5D800B2B8E6 /* mapControlDemo */ = { + isa = PBXGroup; + children = ( + 01C1FF0117AAC5D800B2B8E6 /* AppDelegate.h */, + 01C1FF0217AAC5D800B2B8E6 /* AppDelegate.m */, + 01C1FF0417AAC5D800B2B8E6 /* Main.storyboard */, + 01C1FF0717AAC5D800B2B8E6 /* ViewController.h */, + 01C1FF0817AAC5D800B2B8E6 /* ViewController.m */, + 01C1FF0A17AAC5D800B2B8E6 /* Images.xcassets */, + 01C1FEF917AAC5D800B2B8E6 /* Supporting Files */, + 01C1FF2917AAD36500B2B8E6 /* myPin.h */, + 01C1FF2A17AAD36500B2B8E6 /* myPin.m */, + ); + path = mapControlDemo; + sourceTree = ""; + }; + 01C1FEF917AAC5D800B2B8E6 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01C1FEFA17AAC5D800B2B8E6 /* mapControlDemo-Info.plist */, + 01C1FEFB17AAC5D800B2B8E6 /* InfoPlist.strings */, + 01C1FEFE17AAC5D800B2B8E6 /* main.m */, + 01C1FF0017AAC5D800B2B8E6 /* mapControlDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01C1FF1717AAC5D800B2B8E6 /* mapControlDemoTests */ = { + isa = PBXGroup; + children = ( + 01C1FF1D17AAC5D800B2B8E6 /* mapControlDemoTests.m */, + 01C1FF1817AAC5D800B2B8E6 /* Supporting Files */, + ); + path = mapControlDemoTests; + sourceTree = ""; + }; + 01C1FF1817AAC5D800B2B8E6 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01C1FF1917AAC5D800B2B8E6 /* mapControlDemoTests-Info.plist */, + 01C1FF1A17AAC5D800B2B8E6 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01C1FEEE17AAC5D700B2B8E6 /* mapControlDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01C1FF2117AAC5D800B2B8E6 /* Build configuration list for PBXNativeTarget "mapControlDemo" */; + buildPhases = ( + 01C1FEEB17AAC5D700B2B8E6 /* Sources */, + 01C1FEEC17AAC5D700B2B8E6 /* Frameworks */, + 01C1FEED17AAC5D700B2B8E6 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = mapControlDemo; + productName = mapControlDemo; + productReference = 01C1FEEF17AAC5D800B2B8E6 /* mapControlDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01C1FF0F17AAC5D800B2B8E6 /* mapControlDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01C1FF2417AAC5D800B2B8E6 /* Build configuration list for PBXNativeTarget "mapControlDemoTests" */; + buildPhases = ( + 01C1FF0C17AAC5D800B2B8E6 /* Sources */, + 01C1FF0D17AAC5D800B2B8E6 /* Frameworks */, + 01C1FF0E17AAC5D800B2B8E6 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01C1FF1617AAC5D800B2B8E6 /* PBXTargetDependency */, + ); + name = mapControlDemoTests; + productName = mapControlDemoTests; + productReference = 01C1FF1017AAC5D800B2B8E6 /* mapControlDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01C1FEE717AAC5D700B2B8E6 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01C1FF0F17AAC5D800B2B8E6 = { + TestTargetID = 01C1FEEE17AAC5D700B2B8E6; + }; + }; + }; + buildConfigurationList = 01C1FEEA17AAC5D700B2B8E6 /* Build configuration list for PBXProject "mapControlDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01C1FEE617AAC5D700B2B8E6; + productRefGroup = 01C1FEF017AAC5D800B2B8E6 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01C1FEEE17AAC5D700B2B8E6 /* mapControlDemo */, + 01C1FF0F17AAC5D800B2B8E6 /* mapControlDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01C1FEED17AAC5D700B2B8E6 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF0B17AAC5D800B2B8E6 /* Images.xcassets in Resources */, + 01C1FEFD17AAC5D800B2B8E6 /* InfoPlist.strings in Resources */, + 01C1FF0617AAC5D800B2B8E6 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01C1FF0E17AAC5D800B2B8E6 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF1C17AAC5D800B2B8E6 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01C1FEEB17AAC5D700B2B8E6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF0917AAC5D800B2B8E6 /* ViewController.m in Sources */, + 01C1FF0317AAC5D800B2B8E6 /* AppDelegate.m in Sources */, + 01C1FEFF17AAC5D800B2B8E6 /* main.m in Sources */, + 01C1FF2B17AAD36500B2B8E6 /* myPin.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01C1FF0C17AAC5D800B2B8E6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF1E17AAC5D800B2B8E6 /* mapControlDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01C1FF1617AAC5D800B2B8E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01C1FEEE17AAC5D700B2B8E6 /* mapControlDemo */; + targetProxy = 01C1FF1517AAC5D800B2B8E6 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01C1FEFB17AAC5D800B2B8E6 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01C1FEFC17AAC5D800B2B8E6 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01C1FF0417AAC5D800B2B8E6 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01C1FF0517AAC5D800B2B8E6 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01C1FF1A17AAC5D800B2B8E6 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01C1FF1B17AAC5D800B2B8E6 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01C1FF1F17AAC5D800B2B8E6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01C1FF2017AAC5D800B2B8E6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01C1FF2217AAC5D800B2B8E6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlDemo/mapControlDemo-Prefix.pch"; + INFOPLIST_FILE = "mapControlDemo/mapControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01C1FF2317AAC5D800B2B8E6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlDemo/mapControlDemo-Prefix.pch"; + INFOPLIST_FILE = "mapControlDemo/mapControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01C1FF2517AAC5D800B2B8E6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/mapControlDemo.app/mapControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlDemo/mapControlDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "mapControlDemoTests/mapControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01C1FF2617AAC5D800B2B8E6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/mapControlDemo.app/mapControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlDemo/mapControlDemo-Prefix.pch"; + INFOPLIST_FILE = "mapControlDemoTests/mapControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01C1FEEA17AAC5D700B2B8E6 /* Build configuration list for PBXProject "mapControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01C1FF1F17AAC5D800B2B8E6 /* Debug */, + 01C1FF2017AAC5D800B2B8E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01C1FF2117AAC5D800B2B8E6 /* Build configuration list for PBXNativeTarget "mapControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01C1FF2217AAC5D800B2B8E6 /* Debug */, + 01C1FF2317AAC5D800B2B8E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01C1FF2417AAC5D800B2B8E6 /* Build configuration list for PBXNativeTarget "mapControlDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01C1FF2517AAC5D800B2B8E6 /* Debug */, + 01C1FF2617AAC5D800B2B8E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01C1FEE717AAC5D700B2B8E6 /* Project object */; +} diff --git a/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..703be35 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..190d54f Binary files /dev/null and b/appCode/mapControlDemo/mapControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/mapControlDemo/mapControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/mapControlDemo.xcscheme b/appCode/mapControlDemo/mapControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/mapControlDemo.xcscheme new file mode 100644 index 0000000..bddeeeb --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/mapControlDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/mapControlDemo/mapControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/mapControlDemo/mapControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..4868410 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + mapControlDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01C1FEEE17AAC5D700B2B8E6 + + primary + + + 01C1FF0F17AAC5D800B2B8E6 + + primary + + + + + diff --git a/appCode/mapControlDemo/mapControlDemo/AppDelegate.h b/appCode/mapControlDemo/mapControlDemo/AppDelegate.h new file mode 100644 index 0000000..4d9326e --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// mapControlDemo +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/mapControlDemo/mapControlDemo/AppDelegate.m b/appCode/mapControlDemo/mapControlDemo/AppDelegate.m new file mode 100644 index 0000000..b3bce39 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// mapControlDemo +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/mapControlDemo/mapControlDemo/Base.lproj/Main.storyboard b/appCode/mapControlDemo/mapControlDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..b464bfd --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/Base.lproj/Main.storyboard @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/mapControlDemo/mapControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/mapControlDemo/mapControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/mapControlDemo/mapControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/mapControlDemo/mapControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/mapControlDemo/mapControlDemo/ViewController.h b/appCode/mapControlDemo/mapControlDemo/ViewController.h new file mode 100644 index 0000000..ae5d127 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/ViewController.h @@ -0,0 +1,17 @@ +// +// ViewController.h +// mapControlDemo +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import +#import +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UILabel *lblLatitude; +@property (strong, nonatomic) IBOutlet UILabel *lblLongitude; +@property (strong, nonatomic) IBOutlet MKMapView *myMap; +- (IBAction)btnDrop:(id)sender; + +@end diff --git a/appCode/mapControlDemo/mapControlDemo/ViewController.m b/appCode/mapControlDemo/mapControlDemo/ViewController.m new file mode 100644 index 0000000..2645263 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/ViewController.m @@ -0,0 +1,49 @@ +// +// ViewController.m +// mapControlDemo +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" +#import "myPin.h" +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + _myMap.delegate = self; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +-(void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated +{ + NSString *lat = [[NSString alloc] initWithFormat:@"%f",_myMap.region.center.latitude]; + _lblLatitude.text = lat; + + NSString *longt = [[NSString alloc] initWithFormat:@"%f",_myMap.region.center.longitude]; + _lblLongitude.text = longt; + +} + +- (IBAction)btnDrop:(id)sender { + CLLocationCoordinate2D center = _myMap.region.center; + myPin *thePin = [[myPin alloc] init]; + thePin.coordinate = center; + thePin.title = @"Map Center"; + + + [_myMap addAnnotation:thePin]; +} +@end diff --git a/appCode/mapControlDemo/mapControlDemo/en.lproj/InfoPlist.strings b/appCode/mapControlDemo/mapControlDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/mapControlDemo/mapControlDemo/main.m b/appCode/mapControlDemo/mapControlDemo/main.m new file mode 100644 index 0000000..343c839 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// mapControlDemo +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/mapControlDemo/mapControlDemo/mapControlDemo-Info.plist b/appCode/mapControlDemo/mapControlDemo/mapControlDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/mapControlDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/mapControlDemo/mapControlDemo/mapControlDemo-Prefix.pch b/appCode/mapControlDemo/mapControlDemo/mapControlDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/mapControlDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/mapControlDemo/mapControlDemo/myPin.h b/appCode/mapControlDemo/mapControlDemo/myPin.h new file mode 100644 index 0000000..a26016d --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/myPin.h @@ -0,0 +1,21 @@ +// +// myPin.h +// mapControlDemo +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import +#import + +@interface myPin : NSObject +{ + CLLocationCoordinate2D coordinate; + NSString *title; +} + +@property (nonatomic,copy) NSString *title; +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +@end diff --git a/appCode/mapControlDemo/mapControlDemo/myPin.m b/appCode/mapControlDemo/mapControlDemo/myPin.m new file mode 100644 index 0000000..5ee6d1a --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemo/myPin.m @@ -0,0 +1,14 @@ +// +// myPin.m +// mapControlDemo +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "myPin.h" + +@implementation myPin +@synthesize title, coordinate; + +@end diff --git a/appCode/mapControlDemo/mapControlDemoTests/en.lproj/InfoPlist.strings b/appCode/mapControlDemo/mapControlDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/mapControlDemo/mapControlDemoTests/mapControlDemoTests-Info.plist b/appCode/mapControlDemo/mapControlDemoTests/mapControlDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemoTests/mapControlDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/mapControlDemo/mapControlDemoTests/mapControlDemoTests.m b/appCode/mapControlDemo/mapControlDemoTests/mapControlDemoTests.m new file mode 100644 index 0000000..c73df7a --- /dev/null +++ b/appCode/mapControlDemo/mapControlDemoTests/mapControlDemoTests.m @@ -0,0 +1,34 @@ +// +// mapControlDemoTests.m +// mapControlDemoTests +// +// Created by Laurence Moroney on 8/1/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface mapControlDemoTests : XCTestCase + +@end + +@implementation mapControlDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/mapControlTest/.DS_Store b/appCode/mapControlTest/.DS_Store new file mode 100644 index 0000000..d46c7b6 Binary files /dev/null and b/appCode/mapControlTest/.DS_Store differ diff --git a/appCode/mapControlTest/mapControlTest.xcodeproj/project.pbxproj b/appCode/mapControlTest/mapControlTest.xcodeproj/project.pbxproj new file mode 100644 index 0000000..dd08e3b --- /dev/null +++ b/appCode/mapControlTest/mapControlTest.xcodeproj/project.pbxproj @@ -0,0 +1,479 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01373FE817AA32BA00B6C16D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FE717AA32BA00B6C16D /* Foundation.framework */; }; + 01373FEA17AA32BA00B6C16D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FE917AA32BA00B6C16D /* CoreGraphics.framework */; }; + 01373FEC17AA32BA00B6C16D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FEB17AA32BA00B6C16D /* UIKit.framework */; }; + 01373FF217AA32BA00B6C16D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01373FF017AA32BA00B6C16D /* InfoPlist.strings */; }; + 01373FF417AA32BA00B6C16D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FF317AA32BA00B6C16D /* main.m */; }; + 01373FF817AA32BA00B6C16D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FF717AA32BA00B6C16D /* AppDelegate.m */; }; + 01373FFB17AA32BA00B6C16D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01373FF917AA32BA00B6C16D /* Main.storyboard */; }; + 01373FFE17AA32BA00B6C16D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FFD17AA32BA00B6C16D /* ViewController.m */; }; + 0137400017AA32BA00B6C16D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01373FFF17AA32BA00B6C16D /* Images.xcassets */; }; + 0137400717AA32BA00B6C16D /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0137400617AA32BA00B6C16D /* XCTest.framework */; }; + 0137400817AA32BA00B6C16D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FE717AA32BA00B6C16D /* Foundation.framework */; }; + 0137400917AA32BA00B6C16D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FEB17AA32BA00B6C16D /* UIKit.framework */; }; + 0137401117AA32BA00B6C16D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0137400F17AA32BA00B6C16D /* InfoPlist.strings */; }; + 0137401317AA32BA00B6C16D /* mapControlTestTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0137401217AA32BA00B6C16D /* mapControlTestTests.m */; }; + 0137401D17AA336600B6C16D /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0137401C17AA336600B6C16D /* MapKit.framework */; }; + 0137402017AA3BA600B6C16D /* myPin.m in Sources */ = {isa = PBXBuildFile; fileRef = 0137401F17AA3BA600B6C16D /* myPin.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 0137400A17AA32BA00B6C16D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01373FDC17AA32BA00B6C16D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01373FE317AA32BA00B6C16D; + remoteInfo = mapControlTest; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01373FE417AA32BA00B6C16D /* mapControlTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = mapControlTest.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01373FE717AA32BA00B6C16D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01373FE917AA32BA00B6C16D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01373FEB17AA32BA00B6C16D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01373FEF17AA32BA00B6C16D /* mapControlTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "mapControlTest-Info.plist"; sourceTree = ""; }; + 01373FF117AA32BA00B6C16D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01373FF317AA32BA00B6C16D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01373FF517AA32BA00B6C16D /* mapControlTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "mapControlTest-Prefix.pch"; sourceTree = ""; }; + 01373FF617AA32BA00B6C16D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01373FF717AA32BA00B6C16D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01373FFA17AA32BA00B6C16D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01373FFC17AA32BA00B6C16D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01373FFD17AA32BA00B6C16D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01373FFF17AA32BA00B6C16D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 0137400517AA32BA00B6C16D /* mapControlTestTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = mapControlTestTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 0137400617AA32BA00B6C16D /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 0137400E17AA32BA00B6C16D /* mapControlTestTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "mapControlTestTests-Info.plist"; sourceTree = ""; }; + 0137401017AA32BA00B6C16D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 0137401217AA32BA00B6C16D /* mapControlTestTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = mapControlTestTests.m; sourceTree = ""; }; + 0137401C17AA336600B6C16D /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; + 0137401E17AA3BA600B6C16D /* myPin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = myPin.h; sourceTree = ""; }; + 0137401F17AA3BA600B6C16D /* myPin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = myPin.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01373FE117AA32BA00B6C16D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0137401D17AA336600B6C16D /* MapKit.framework in Frameworks */, + 01373FEA17AA32BA00B6C16D /* CoreGraphics.framework in Frameworks */, + 01373FEC17AA32BA00B6C16D /* UIKit.framework in Frameworks */, + 01373FE817AA32BA00B6C16D /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0137400217AA32BA00B6C16D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0137400717AA32BA00B6C16D /* XCTest.framework in Frameworks */, + 0137400917AA32BA00B6C16D /* UIKit.framework in Frameworks */, + 0137400817AA32BA00B6C16D /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01373FDB17AA32BA00B6C16D = { + isa = PBXGroup; + children = ( + 01373FED17AA32BA00B6C16D /* mapControlTest */, + 0137400C17AA32BA00B6C16D /* mapControlTestTests */, + 01373FE617AA32BA00B6C16D /* Frameworks */, + 01373FE517AA32BA00B6C16D /* Products */, + ); + sourceTree = ""; + }; + 01373FE517AA32BA00B6C16D /* Products */ = { + isa = PBXGroup; + children = ( + 01373FE417AA32BA00B6C16D /* mapControlTest.app */, + 0137400517AA32BA00B6C16D /* mapControlTestTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01373FE617AA32BA00B6C16D /* Frameworks */ = { + isa = PBXGroup; + children = ( + 0137401C17AA336600B6C16D /* MapKit.framework */, + 01373FE717AA32BA00B6C16D /* Foundation.framework */, + 01373FE917AA32BA00B6C16D /* CoreGraphics.framework */, + 01373FEB17AA32BA00B6C16D /* UIKit.framework */, + 0137400617AA32BA00B6C16D /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01373FED17AA32BA00B6C16D /* mapControlTest */ = { + isa = PBXGroup; + children = ( + 01373FF617AA32BA00B6C16D /* AppDelegate.h */, + 01373FF717AA32BA00B6C16D /* AppDelegate.m */, + 01373FF917AA32BA00B6C16D /* Main.storyboard */, + 01373FFC17AA32BA00B6C16D /* ViewController.h */, + 01373FFD17AA32BA00B6C16D /* ViewController.m */, + 01373FFF17AA32BA00B6C16D /* Images.xcassets */, + 01373FEE17AA32BA00B6C16D /* Supporting Files */, + 0137401E17AA3BA600B6C16D /* myPin.h */, + 0137401F17AA3BA600B6C16D /* myPin.m */, + ); + path = mapControlTest; + sourceTree = ""; + }; + 01373FEE17AA32BA00B6C16D /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01373FEF17AA32BA00B6C16D /* mapControlTest-Info.plist */, + 01373FF017AA32BA00B6C16D /* InfoPlist.strings */, + 01373FF317AA32BA00B6C16D /* main.m */, + 01373FF517AA32BA00B6C16D /* mapControlTest-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 0137400C17AA32BA00B6C16D /* mapControlTestTests */ = { + isa = PBXGroup; + children = ( + 0137401217AA32BA00B6C16D /* mapControlTestTests.m */, + 0137400D17AA32BA00B6C16D /* Supporting Files */, + ); + path = mapControlTestTests; + sourceTree = ""; + }; + 0137400D17AA32BA00B6C16D /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 0137400E17AA32BA00B6C16D /* mapControlTestTests-Info.plist */, + 0137400F17AA32BA00B6C16D /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01373FE317AA32BA00B6C16D /* mapControlTest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0137401617AA32BA00B6C16D /* Build configuration list for PBXNativeTarget "mapControlTest" */; + buildPhases = ( + 01373FE017AA32BA00B6C16D /* Sources */, + 01373FE117AA32BA00B6C16D /* Frameworks */, + 01373FE217AA32BA00B6C16D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = mapControlTest; + productName = mapControlTest; + productReference = 01373FE417AA32BA00B6C16D /* mapControlTest.app */; + productType = "com.apple.product-type.application"; + }; + 0137400417AA32BA00B6C16D /* mapControlTestTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0137401917AA32BA00B6C16D /* Build configuration list for PBXNativeTarget "mapControlTestTests" */; + buildPhases = ( + 0137400117AA32BA00B6C16D /* Sources */, + 0137400217AA32BA00B6C16D /* Frameworks */, + 0137400317AA32BA00B6C16D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 0137400B17AA32BA00B6C16D /* PBXTargetDependency */, + ); + name = mapControlTestTests; + productName = mapControlTestTests; + productReference = 0137400517AA32BA00B6C16D /* mapControlTestTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01373FDC17AA32BA00B6C16D /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 0137400417AA32BA00B6C16D = { + TestTargetID = 01373FE317AA32BA00B6C16D; + }; + }; + }; + buildConfigurationList = 01373FDF17AA32BA00B6C16D /* Build configuration list for PBXProject "mapControlTest" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01373FDB17AA32BA00B6C16D; + productRefGroup = 01373FE517AA32BA00B6C16D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01373FE317AA32BA00B6C16D /* mapControlTest */, + 0137400417AA32BA00B6C16D /* mapControlTestTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01373FE217AA32BA00B6C16D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0137400017AA32BA00B6C16D /* Images.xcassets in Resources */, + 01373FF217AA32BA00B6C16D /* InfoPlist.strings in Resources */, + 01373FFB17AA32BA00B6C16D /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0137400317AA32BA00B6C16D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0137401117AA32BA00B6C16D /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01373FE017AA32BA00B6C16D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01373FFE17AA32BA00B6C16D /* ViewController.m in Sources */, + 01373FF817AA32BA00B6C16D /* AppDelegate.m in Sources */, + 01373FF417AA32BA00B6C16D /* main.m in Sources */, + 0137402017AA3BA600B6C16D /* myPin.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0137400117AA32BA00B6C16D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0137401317AA32BA00B6C16D /* mapControlTestTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 0137400B17AA32BA00B6C16D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01373FE317AA32BA00B6C16D /* mapControlTest */; + targetProxy = 0137400A17AA32BA00B6C16D /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01373FF017AA32BA00B6C16D /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01373FF117AA32BA00B6C16D /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01373FF917AA32BA00B6C16D /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01373FFA17AA32BA00B6C16D /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 0137400F17AA32BA00B6C16D /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 0137401017AA32BA00B6C16D /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 0137401417AA32BA00B6C16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 0137401517AA32BA00B6C16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 0137401717AA32BA00B6C16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlTest/mapControlTest-Prefix.pch"; + INFOPLIST_FILE = "mapControlTest/mapControlTest-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 0137401817AA32BA00B6C16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlTest/mapControlTest-Prefix.pch"; + INFOPLIST_FILE = "mapControlTest/mapControlTest-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 0137401A17AA32BA00B6C16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/mapControlTest.app/mapControlTest"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlTest/mapControlTest-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "mapControlTestTests/mapControlTestTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 0137401B17AA32BA00B6C16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/mapControlTest.app/mapControlTest"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "mapControlTest/mapControlTest-Prefix.pch"; + INFOPLIST_FILE = "mapControlTestTests/mapControlTestTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01373FDF17AA32BA00B6C16D /* Build configuration list for PBXProject "mapControlTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0137401417AA32BA00B6C16D /* Debug */, + 0137401517AA32BA00B6C16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0137401617AA32BA00B6C16D /* Build configuration list for PBXNativeTarget "mapControlTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0137401717AA32BA00B6C16D /* Debug */, + 0137401817AA32BA00B6C16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 0137401917AA32BA00B6C16D /* Build configuration list for PBXNativeTarget "mapControlTestTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0137401A17AA32BA00B6C16D /* Debug */, + 0137401B17AA32BA00B6C16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01373FDC17AA32BA00B6C16D /* Project object */; +} diff --git a/appCode/mapControlTest/mapControlTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/mapControlTest/mapControlTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..b01739f --- /dev/null +++ b/appCode/mapControlTest/mapControlTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/mapControlTest/mapControlTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/mapControlTest/mapControlTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..2f1e92f Binary files /dev/null and b/appCode/mapControlTest/mapControlTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..6c5758f --- /dev/null +++ b/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/mapControlTest.xcscheme b/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/mapControlTest.xcscheme new file mode 100644 index 0000000..6123bee --- /dev/null +++ b/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/mapControlTest.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..742e5d2 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + mapControlTest.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01373FE317AA32BA00B6C16D + + primary + + + 0137400417AA32BA00B6C16D + + primary + + + + + diff --git a/appCode/mapControlTest/mapControlTest/AppDelegate.h b/appCode/mapControlTest/mapControlTest/AppDelegate.h new file mode 100644 index 0000000..84a924b --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// mapControlTest +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/mapControlTest/mapControlTest/AppDelegate.m b/appCode/mapControlTest/mapControlTest/AppDelegate.m new file mode 100644 index 0000000..55e15f2 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// mapControlTest +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/mapControlTest/mapControlTest/Base.lproj/Main.storyboard b/appCode/mapControlTest/mapControlTest/Base.lproj/Main.storyboard new file mode 100644 index 0000000..ee8ad20 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/Base.lproj/Main.storyboard @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/mapControlTest/mapControlTest/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/mapControlTest/mapControlTest/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/mapControlTest/mapControlTest/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/mapControlTest/mapControlTest/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/mapControlTest/mapControlTest/ViewController.h b/appCode/mapControlTest/mapControlTest/ViewController.h new file mode 100644 index 0000000..51eb485 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/ViewController.h @@ -0,0 +1,24 @@ +// +// ViewController.h +// mapControlTest +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet MKMapView *myMap; +@property (strong, nonatomic) IBOutlet UILabel *lblLat; +@property (strong, nonatomic) IBOutlet UILabel *lblLong; +- (IBAction)btnDropPin:(id)sender; +@property (strong, nonatomic) IBOutlet UISegmentedControl *styleChosen; +- (IBAction)btnChoose:(id)sender; +@property (strong, nonatomic) IBOutlet UITextField *txtAddress; +- (IBAction)btnFindAddress:(id)sender; + + + +@end diff --git a/appCode/mapControlTest/mapControlTest/ViewController.m b/appCode/mapControlTest/mapControlTest/ViewController.m new file mode 100644 index 0000000..752bf1c --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/ViewController.m @@ -0,0 +1,70 @@ +// +// ViewController.m +// mapControlTest +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" +#import +#import "myPin.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + _myMap.delegate = self; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +-(void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated +{ + NSString *lat = [[NSString alloc] initWithFormat:@"%f",_myMap.region.center.latitude]; + _lblLat.text = lat; + + NSString *longt = [[NSString alloc] initWithFormat:@"%f",_myMap.region.center.longitude]; + _lblLong.text = longt; + +} + +- (IBAction)btnDropPin:(id)sender { + CLLocationCoordinate2D center = _myMap.region.center; + myPin *thePin = [[myPin alloc] init]; + thePin.coordinate = center; + thePin.title = @"Map Center"; + + + [_myMap addAnnotation:thePin]; +} + +- (IBAction)btnChoose:(id)sender { + switch(_styleChosen.selectedSegmentIndex) + { + case 0: + _myMap.mapType = MKMapTypeStandard; + break; + case 1: + _myMap.mapType = MKMapTypeSatellite; + break; + case 2: + _myMap.mapType = MKMapTypeHybrid; + } +} +- (IBAction)btnFindAddress:(id)sender { + NSString *addrToFind = _txtAddress.text; + CLGeocoder *geocoder = [[CLGeocoder alloc]init]; + [geocoder geocodeAddressString:addrToFind completionHandler:<#^(NSArray *placemarks, NSError *error)completionHandler#>] +} +@end diff --git a/appCode/mapControlTest/mapControlTest/en.lproj/InfoPlist.strings b/appCode/mapControlTest/mapControlTest/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/mapControlTest/mapControlTest/main.m b/appCode/mapControlTest/mapControlTest/main.m new file mode 100644 index 0000000..ab73e35 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/main.m @@ -0,0 +1,18 @@ +// +// main.m +// mapControlTest +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/mapControlTest/mapControlTest/mapControlTest-Info.plist b/appCode/mapControlTest/mapControlTest/mapControlTest-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/mapControlTest-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/mapControlTest/mapControlTest/mapControlTest-Prefix.pch b/appCode/mapControlTest/mapControlTest/mapControlTest-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/mapControlTest-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/mapControlTest/mapControlTest/myPin.h b/appCode/mapControlTest/mapControlTest/myPin.h new file mode 100644 index 0000000..6f6ccd3 --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/myPin.h @@ -0,0 +1,21 @@ +// +// myPin.h +// mapControlTest +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import +#import + +@interface myPin : NSObject +{ + CLLocationCoordinate2D coordinate; + NSString *title; +} + +@property (nonatomic, copy) NSString *title; +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +@end diff --git a/appCode/mapControlTest/mapControlTest/myPin.m b/appCode/mapControlTest/mapControlTest/myPin.m new file mode 100644 index 0000000..2e003fa --- /dev/null +++ b/appCode/mapControlTest/mapControlTest/myPin.m @@ -0,0 +1,15 @@ +// +// myPin.m +// mapControlTest +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "myPin.h" + +@implementation myPin +@synthesize coordinate,title; + + +@end diff --git a/appCode/mapControlTest/mapControlTestTests/en.lproj/InfoPlist.strings b/appCode/mapControlTest/mapControlTestTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/mapControlTest/mapControlTestTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/mapControlTest/mapControlTestTests/mapControlTestTests-Info.plist b/appCode/mapControlTest/mapControlTestTests/mapControlTestTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/mapControlTest/mapControlTestTests/mapControlTestTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/mapControlTest/mapControlTestTests/mapControlTestTests.m b/appCode/mapControlTest/mapControlTestTests/mapControlTestTests.m new file mode 100644 index 0000000..7216ea2 --- /dev/null +++ b/appCode/mapControlTest/mapControlTestTests/mapControlTestTests.m @@ -0,0 +1,34 @@ +// +// mapControlTestTests.m +// mapControlTestTests +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface mapControlTestTests : XCTestCase + +@end + +@implementation mapControlTestTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/mlk.jpg b/appCode/mlk.jpg new file mode 100644 index 0000000..36c5079 Binary files /dev/null and b/appCode/mlk.jpg differ diff --git a/appCode/pickerDemo/.DS_Store b/appCode/pickerDemo/.DS_Store new file mode 100644 index 0000000..2f96ed7 Binary files /dev/null and b/appCode/pickerDemo/.DS_Store differ diff --git a/appCode/pickerDemo/pickerDemo.xcodeproj/project.pbxproj b/appCode/pickerDemo/pickerDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..a721243 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01EBF26717A7F83000B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF26617A7F83000B75D52 /* Foundation.framework */; }; + 01EBF26917A7F83000B75D52 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF26817A7F83000B75D52 /* CoreGraphics.framework */; }; + 01EBF26B17A7F83000B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF26A17A7F83000B75D52 /* UIKit.framework */; }; + 01EBF27117A7F83000B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF26F17A7F83000B75D52 /* InfoPlist.strings */; }; + 01EBF27317A7F83000B75D52 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF27217A7F83000B75D52 /* main.m */; }; + 01EBF27717A7F83000B75D52 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF27617A7F83000B75D52 /* AppDelegate.m */; }; + 01EBF27A17A7F83000B75D52 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF27817A7F83000B75D52 /* Main.storyboard */; }; + 01EBF27D17A7F83000B75D52 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF27C17A7F83000B75D52 /* ViewController.m */; }; + 01EBF27F17A7F83000B75D52 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF27E17A7F83000B75D52 /* Images.xcassets */; }; + 01EBF28617A7F83100B75D52 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF28517A7F83100B75D52 /* XCTest.framework */; }; + 01EBF28717A7F83100B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF26617A7F83000B75D52 /* Foundation.framework */; }; + 01EBF28817A7F83100B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF26A17A7F83000B75D52 /* UIKit.framework */; }; + 01EBF29017A7F83100B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF28E17A7F83100B75D52 /* InfoPlist.strings */; }; + 01EBF29217A7F83100B75D52 /* pickerDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF29117A7F83100B75D52 /* pickerDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01EBF28917A7F83100B75D52 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01EBF25B17A7F83000B75D52 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01EBF26217A7F83000B75D52; + remoteInfo = pickerDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01EBF26317A7F83000B75D52 /* pickerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pickerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF26617A7F83000B75D52 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01EBF26817A7F83000B75D52 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01EBF26A17A7F83000B75D52 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01EBF26E17A7F83000B75D52 /* pickerDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "pickerDemo-Info.plist"; sourceTree = ""; }; + 01EBF27017A7F83000B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF27217A7F83000B75D52 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01EBF27417A7F83000B75D52 /* pickerDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pickerDemo-Prefix.pch"; sourceTree = ""; }; + 01EBF27517A7F83000B75D52 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01EBF27617A7F83000B75D52 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01EBF27917A7F83000B75D52 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01EBF27B17A7F83000B75D52 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01EBF27C17A7F83000B75D52 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01EBF27E17A7F83000B75D52 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01EBF28417A7F83100B75D52 /* pickerDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = pickerDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF28517A7F83100B75D52 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01EBF28D17A7F83100B75D52 /* pickerDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "pickerDemoTests-Info.plist"; sourceTree = ""; }; + 01EBF28F17A7F83100B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF29117A7F83100B75D52 /* pickerDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = pickerDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01EBF26017A7F83000B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF26917A7F83000B75D52 /* CoreGraphics.framework in Frameworks */, + 01EBF26B17A7F83000B75D52 /* UIKit.framework in Frameworks */, + 01EBF26717A7F83000B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF28117A7F83100B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF28617A7F83100B75D52 /* XCTest.framework in Frameworks */, + 01EBF28817A7F83100B75D52 /* UIKit.framework in Frameworks */, + 01EBF28717A7F83100B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01EBF25A17A7F83000B75D52 = { + isa = PBXGroup; + children = ( + 01EBF26C17A7F83000B75D52 /* pickerDemo */, + 01EBF28B17A7F83100B75D52 /* pickerDemoTests */, + 01EBF26517A7F83000B75D52 /* Frameworks */, + 01EBF26417A7F83000B75D52 /* Products */, + ); + sourceTree = ""; + }; + 01EBF26417A7F83000B75D52 /* Products */ = { + isa = PBXGroup; + children = ( + 01EBF26317A7F83000B75D52 /* pickerDemo.app */, + 01EBF28417A7F83100B75D52 /* pickerDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01EBF26517A7F83000B75D52 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01EBF26617A7F83000B75D52 /* Foundation.framework */, + 01EBF26817A7F83000B75D52 /* CoreGraphics.framework */, + 01EBF26A17A7F83000B75D52 /* UIKit.framework */, + 01EBF28517A7F83100B75D52 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01EBF26C17A7F83000B75D52 /* pickerDemo */ = { + isa = PBXGroup; + children = ( + 01EBF27517A7F83000B75D52 /* AppDelegate.h */, + 01EBF27617A7F83000B75D52 /* AppDelegate.m */, + 01EBF27817A7F83000B75D52 /* Main.storyboard */, + 01EBF27B17A7F83000B75D52 /* ViewController.h */, + 01EBF27C17A7F83000B75D52 /* ViewController.m */, + 01EBF27E17A7F83000B75D52 /* Images.xcassets */, + 01EBF26D17A7F83000B75D52 /* Supporting Files */, + ); + path = pickerDemo; + sourceTree = ""; + }; + 01EBF26D17A7F83000B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF26E17A7F83000B75D52 /* pickerDemo-Info.plist */, + 01EBF26F17A7F83000B75D52 /* InfoPlist.strings */, + 01EBF27217A7F83000B75D52 /* main.m */, + 01EBF27417A7F83000B75D52 /* pickerDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01EBF28B17A7F83100B75D52 /* pickerDemoTests */ = { + isa = PBXGroup; + children = ( + 01EBF29117A7F83100B75D52 /* pickerDemoTests.m */, + 01EBF28C17A7F83100B75D52 /* Supporting Files */, + ); + path = pickerDemoTests; + sourceTree = ""; + }; + 01EBF28C17A7F83100B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF28D17A7F83100B75D52 /* pickerDemoTests-Info.plist */, + 01EBF28E17A7F83100B75D52 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01EBF26217A7F83000B75D52 /* pickerDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF29517A7F83100B75D52 /* Build configuration list for PBXNativeTarget "pickerDemo" */; + buildPhases = ( + 01EBF25F17A7F83000B75D52 /* Sources */, + 01EBF26017A7F83000B75D52 /* Frameworks */, + 01EBF26117A7F83000B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = pickerDemo; + productName = pickerDemo; + productReference = 01EBF26317A7F83000B75D52 /* pickerDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01EBF28317A7F83100B75D52 /* pickerDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF29817A7F83100B75D52 /* Build configuration list for PBXNativeTarget "pickerDemoTests" */; + buildPhases = ( + 01EBF28017A7F83100B75D52 /* Sources */, + 01EBF28117A7F83100B75D52 /* Frameworks */, + 01EBF28217A7F83100B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01EBF28A17A7F83100B75D52 /* PBXTargetDependency */, + ); + name = pickerDemoTests; + productName = pickerDemoTests; + productReference = 01EBF28417A7F83100B75D52 /* pickerDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01EBF25B17A7F83000B75D52 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01EBF28317A7F83100B75D52 = { + TestTargetID = 01EBF26217A7F83000B75D52; + }; + }; + }; + buildConfigurationList = 01EBF25E17A7F83000B75D52 /* Build configuration list for PBXProject "pickerDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01EBF25A17A7F83000B75D52; + productRefGroup = 01EBF26417A7F83000B75D52 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01EBF26217A7F83000B75D52 /* pickerDemo */, + 01EBF28317A7F83100B75D52 /* pickerDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01EBF26117A7F83000B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF27F17A7F83000B75D52 /* Images.xcassets in Resources */, + 01EBF27117A7F83000B75D52 /* InfoPlist.strings in Resources */, + 01EBF27A17A7F83000B75D52 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF28217A7F83100B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF29017A7F83100B75D52 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01EBF25F17A7F83000B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF27D17A7F83000B75D52 /* ViewController.m in Sources */, + 01EBF27717A7F83000B75D52 /* AppDelegate.m in Sources */, + 01EBF27317A7F83000B75D52 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF28017A7F83100B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF29217A7F83100B75D52 /* pickerDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01EBF28A17A7F83100B75D52 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01EBF26217A7F83000B75D52 /* pickerDemo */; + targetProxy = 01EBF28917A7F83100B75D52 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01EBF26F17A7F83000B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF27017A7F83000B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01EBF27817A7F83000B75D52 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01EBF27917A7F83000B75D52 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01EBF28E17A7F83100B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF28F17A7F83100B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01EBF29317A7F83100B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01EBF29417A7F83100B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01EBF29617A7F83100B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "pickerDemo/pickerDemo-Prefix.pch"; + INFOPLIST_FILE = "pickerDemo/pickerDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01EBF29717A7F83100B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "pickerDemo/pickerDemo-Prefix.pch"; + INFOPLIST_FILE = "pickerDemo/pickerDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01EBF29917A7F83100B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/pickerDemo.app/pickerDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "pickerDemo/pickerDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "pickerDemoTests/pickerDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01EBF29A17A7F83100B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/pickerDemo.app/pickerDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "pickerDemo/pickerDemo-Prefix.pch"; + INFOPLIST_FILE = "pickerDemoTests/pickerDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01EBF25E17A7F83000B75D52 /* Build configuration list for PBXProject "pickerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF29317A7F83100B75D52 /* Debug */, + 01EBF29417A7F83100B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01EBF29517A7F83100B75D52 /* Build configuration list for PBXNativeTarget "pickerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF29617A7F83100B75D52 /* Debug */, + 01EBF29717A7F83100B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01EBF29817A7F83100B75D52 /* Build configuration list for PBXNativeTarget "pickerDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF29917A7F83100B75D52 /* Debug */, + 01EBF29A17A7F83100B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01EBF25B17A7F83000B75D52 /* Project object */; +} diff --git a/appCode/pickerDemo/pickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/pickerDemo/pickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..e9d8cd3 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/pickerDemo/pickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/pickerDemo/pickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..a3fa235 Binary files /dev/null and b/appCode/pickerDemo/pickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..fe2b454 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,5 @@ + + + diff --git a/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/pickerDemo.xcscheme b/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/pickerDemo.xcscheme new file mode 100644 index 0000000..ea12c0f --- /dev/null +++ b/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/pickerDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..7e67111 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + pickerDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01EBF26217A7F83000B75D52 + + primary + + + 01EBF28317A7F83100B75D52 + + primary + + + + + diff --git a/appCode/pickerDemo/pickerDemo/AppDelegate.h b/appCode/pickerDemo/pickerDemo/AppDelegate.h new file mode 100644 index 0000000..bd9cf98 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// pickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/pickerDemo/pickerDemo/AppDelegate.m b/appCode/pickerDemo/pickerDemo/AppDelegate.m new file mode 100644 index 0000000..19a7564 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// pickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/pickerDemo/pickerDemo/Base.lproj/Main.storyboard b/appCode/pickerDemo/pickerDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..a73faa5 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/Base.lproj/Main.storyboard @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +VFppZgAAAAAAAAAAAAAAAAAAAAAAAAAEAAAABAAAAAAAAAC5AAAABAAAABCepkign7sVkKCGKqChmveQ +y4kaoNIj9HDSYSYQ1v50INiArZDa/tGg28CQENzes6DdqayQ3r6VoN+JjpDgnneg4WlwkOJ+WaDjSVKQ +5F47oOUpNJDmR1gg5xJREOgnOiDo8jMQ6gccIOrSFRDr5v4g7LH3EO3G4CDukdkQ76/8oPBxuxDxj96g +8n/BkPNvwKD0X6OQ9U+ioPY/hZD3L4Sg+CiiEPkPZqD6CIQQ+viDIPvoZhD82GUg/chIEP64RyD/qCoQ +AJgpIAGIDBACeAsgA3EokARhJ6AFUQqQBkEJoAcw7JAHjUOgCRDOkAmtvyAK8LCQC+CvoAzZzRANwJGg +DrmvEA+priAQmZEQEYmQIBJ5cxATaXIgFFlVEBVJVCAWOTcQFyk2IBgiU5AZCRggGgI1kBryNKAb4heQ +HNIWoB3B+ZAesfigH6HbkCB2KyAhgb2QIlYNICNq2hAkNe8gJUq8ECYV0SAnKp4QJ/7toCkKgBAp3s+g +KupiECu+saAs036QLZ6ToC6zYJAvfnWgMJNCkDFnkiAycySQM0d0IDRTBpA1J1YgNjLokDcHOCA4HAUQ +OOcaIDn75xA6xvwgO9vJEDywGKA9u6sQPo/6oD+bjRBAb9ygQYSpkEJPvqBDZIuQRC+goEVEbZBF89Mg +Ry2KEEfTtSBJDWwQSbOXIErtThBLnLOgTNZqkE18laBOtkyQT1x3oFCWLpBRPFmgUnYQkFMcO6BUVfKQ +VPwdoFY11JBW5TogWB7xEFjFHCBZ/tMQWqT+IFvetRBchOAgXb6XEF5kwiBfnnkQYE3eoGGHlZBiLcCg +Y2d3kGQNoqBlR1mQZe2EoGcnO5BnzWagaQcdkGmtSKBq5v+Qa5ZlIGzQHBBtdkcgbq/+EG9WKSBwj+AQ +cTYLIHJvwhBzFe0gdE+kEHT/CaB2OMCQdt7roHgYopB4vs2gefiEkHqer6B72GaQfH6RoH24SJB+XnOg +f5gqkAABAAECAwEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEA +AQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEA +AQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEA +AQABAAEAAQAB//+dkAEA//+PgAAE//+dkAEI//+dkAEMUERUAFBTVABQV1QAUFBUAAAAAAEAAAABA + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/pickerDemo/pickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/pickerDemo/pickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/pickerDemo/pickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/pickerDemo/pickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/pickerDemo/pickerDemo/ViewController.h b/appCode/pickerDemo/pickerDemo/ViewController.h new file mode 100644 index 0000000..a71d529 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/ViewController.h @@ -0,0 +1,16 @@ +// +// ViewController.h +// pickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UIDatePicker *dateChooser; +- (IBAction)dateChosen:(id)sender; +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; + +@end diff --git a/appCode/pickerDemo/pickerDemo/ViewController.m b/appCode/pickerDemo/pickerDemo/ViewController.m new file mode 100644 index 0000000..1c1655f --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/ViewController.m @@ -0,0 +1,36 @@ +// +// ViewController.m +// pickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)dateChosen:(id)sender { + NSDate *chosenDate = _dateChooser.date; + NSDateFormatter *dateFormat = [[NSDateFormatter alloc]init]; + [dateFormat setDateStyle:NSDateFormatterFullStyle]; + _lblOutput.text = [dateFormat stringFromDate:chosenDate]; + +} +@end diff --git a/appCode/pickerDemo/pickerDemo/en.lproj/InfoPlist.strings b/appCode/pickerDemo/pickerDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/pickerDemo/pickerDemo/main.m b/appCode/pickerDemo/pickerDemo/main.m new file mode 100644 index 0000000..4f0fa94 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// pickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/pickerDemo/pickerDemo/pickerDemo-Info.plist b/appCode/pickerDemo/pickerDemo/pickerDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/pickerDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/pickerDemo/pickerDemo/pickerDemo-Prefix.pch b/appCode/pickerDemo/pickerDemo/pickerDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/pickerDemo/pickerDemo/pickerDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/pickerDemo/pickerDemoTests/en.lproj/InfoPlist.strings b/appCode/pickerDemo/pickerDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/pickerDemo/pickerDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/pickerDemo/pickerDemoTests/pickerDemoTests-Info.plist b/appCode/pickerDemo/pickerDemoTests/pickerDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/pickerDemo/pickerDemoTests/pickerDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/pickerDemo/pickerDemoTests/pickerDemoTests.m b/appCode/pickerDemo/pickerDemoTests/pickerDemoTests.m new file mode 100644 index 0000000..f86ef90 --- /dev/null +++ b/appCode/pickerDemo/pickerDemoTests/pickerDemoTests.m @@ -0,0 +1,34 @@ +// +// pickerDemoTests.m +// pickerDemoTests +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface pickerDemoTests : XCTestCase + +@end + +@implementation pickerDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.pbxproj b/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.pbxproj new file mode 100644 index 0000000..1f1b8f4 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01B2CDDD17AC282200FF2A4A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CDDC17AC282200FF2A4A /* Foundation.framework */; }; + 01B2CDDF17AC282200FF2A4A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CDDE17AC282200FF2A4A /* CoreGraphics.framework */; }; + 01B2CDE117AC282200FF2A4A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CDE017AC282200FF2A4A /* UIKit.framework */; }; + 01B2CDE717AC282200FF2A4A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CDE517AC282200FF2A4A /* InfoPlist.strings */; }; + 01B2CDE917AC282200FF2A4A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CDE817AC282200FF2A4A /* main.m */; }; + 01B2CDED17AC282200FF2A4A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CDEC17AC282200FF2A4A /* AppDelegate.m */; }; + 01B2CDF017AC282200FF2A4A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CDEE17AC282200FF2A4A /* Main.storyboard */; }; + 01B2CDF317AC282200FF2A4A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CDF217AC282200FF2A4A /* ViewController.m */; }; + 01B2CDF517AC282200FF2A4A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CDF417AC282200FF2A4A /* Images.xcassets */; }; + 01B2CDFC17AC282200FF2A4A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CDFB17AC282200FF2A4A /* XCTest.framework */; }; + 01B2CDFD17AC282200FF2A4A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CDDC17AC282200FF2A4A /* Foundation.framework */; }; + 01B2CDFE17AC282200FF2A4A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B2CDE017AC282200FF2A4A /* UIKit.framework */; }; + 01B2CE0617AC282200FF2A4A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B2CE0417AC282200FF2A4A /* InfoPlist.strings */; }; + 01B2CE0817AC282200FF2A4A /* quotesAppTestTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B2CE0717AC282200FF2A4A /* quotesAppTestTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01B2CDFF17AC282200FF2A4A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01B2CDD117AC282200FF2A4A /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B2CDD817AC282200FF2A4A; + remoteInfo = quotesAppTest; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01B2CDD917AC282200FF2A4A /* quotesAppTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = quotesAppTest.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B2CDDC17AC282200FF2A4A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01B2CDDE17AC282200FF2A4A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01B2CDE017AC282200FF2A4A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01B2CDE417AC282200FF2A4A /* quotesAppTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "quotesAppTest-Info.plist"; sourceTree = ""; }; + 01B2CDE617AC282200FF2A4A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B2CDE817AC282200FF2A4A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01B2CDEA17AC282200FF2A4A /* quotesAppTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "quotesAppTest-Prefix.pch"; sourceTree = ""; }; + 01B2CDEB17AC282200FF2A4A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01B2CDEC17AC282200FF2A4A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01B2CDEF17AC282200FF2A4A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01B2CDF117AC282200FF2A4A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01B2CDF217AC282200FF2A4A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01B2CDF417AC282200FF2A4A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01B2CDFA17AC282200FF2A4A /* quotesAppTestTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = quotesAppTestTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B2CDFB17AC282200FF2A4A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01B2CE0317AC282200FF2A4A /* quotesAppTestTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "quotesAppTestTests-Info.plist"; sourceTree = ""; }; + 01B2CE0517AC282200FF2A4A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B2CE0717AC282200FF2A4A /* quotesAppTestTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = quotesAppTestTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01B2CDD617AC282200FF2A4A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CDDF17AC282200FF2A4A /* CoreGraphics.framework in Frameworks */, + 01B2CDE117AC282200FF2A4A /* UIKit.framework in Frameworks */, + 01B2CDDD17AC282200FF2A4A /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B2CDF717AC282200FF2A4A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CDFC17AC282200FF2A4A /* XCTest.framework in Frameworks */, + 01B2CDFE17AC282200FF2A4A /* UIKit.framework in Frameworks */, + 01B2CDFD17AC282200FF2A4A /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01B2CDD017AC282200FF2A4A = { + isa = PBXGroup; + children = ( + 01B2CDE217AC282200FF2A4A /* quotesAppTest */, + 01B2CE0117AC282200FF2A4A /* quotesAppTestTests */, + 01B2CDDB17AC282200FF2A4A /* Frameworks */, + 01B2CDDA17AC282200FF2A4A /* Products */, + ); + sourceTree = ""; + }; + 01B2CDDA17AC282200FF2A4A /* Products */ = { + isa = PBXGroup; + children = ( + 01B2CDD917AC282200FF2A4A /* quotesAppTest.app */, + 01B2CDFA17AC282200FF2A4A /* quotesAppTestTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01B2CDDB17AC282200FF2A4A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01B2CDDC17AC282200FF2A4A /* Foundation.framework */, + 01B2CDDE17AC282200FF2A4A /* CoreGraphics.framework */, + 01B2CDE017AC282200FF2A4A /* UIKit.framework */, + 01B2CDFB17AC282200FF2A4A /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01B2CDE217AC282200FF2A4A /* quotesAppTest */ = { + isa = PBXGroup; + children = ( + 01B2CDEB17AC282200FF2A4A /* AppDelegate.h */, + 01B2CDEC17AC282200FF2A4A /* AppDelegate.m */, + 01B2CDEE17AC282200FF2A4A /* Main.storyboard */, + 01B2CDF117AC282200FF2A4A /* ViewController.h */, + 01B2CDF217AC282200FF2A4A /* ViewController.m */, + 01B2CDF417AC282200FF2A4A /* Images.xcassets */, + 01B2CDE317AC282200FF2A4A /* Supporting Files */, + ); + path = quotesAppTest; + sourceTree = ""; + }; + 01B2CDE317AC282200FF2A4A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B2CDE417AC282200FF2A4A /* quotesAppTest-Info.plist */, + 01B2CDE517AC282200FF2A4A /* InfoPlist.strings */, + 01B2CDE817AC282200FF2A4A /* main.m */, + 01B2CDEA17AC282200FF2A4A /* quotesAppTest-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01B2CE0117AC282200FF2A4A /* quotesAppTestTests */ = { + isa = PBXGroup; + children = ( + 01B2CE0717AC282200FF2A4A /* quotesAppTestTests.m */, + 01B2CE0217AC282200FF2A4A /* Supporting Files */, + ); + path = quotesAppTestTests; + sourceTree = ""; + }; + 01B2CE0217AC282200FF2A4A /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B2CE0317AC282200FF2A4A /* quotesAppTestTests-Info.plist */, + 01B2CE0417AC282200FF2A4A /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01B2CDD817AC282200FF2A4A /* quotesAppTest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B2CE0B17AC282200FF2A4A /* Build configuration list for PBXNativeTarget "quotesAppTest" */; + buildPhases = ( + 01B2CDD517AC282200FF2A4A /* Sources */, + 01B2CDD617AC282200FF2A4A /* Frameworks */, + 01B2CDD717AC282200FF2A4A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = quotesAppTest; + productName = quotesAppTest; + productReference = 01B2CDD917AC282200FF2A4A /* quotesAppTest.app */; + productType = "com.apple.product-type.application"; + }; + 01B2CDF917AC282200FF2A4A /* quotesAppTestTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B2CE0E17AC282200FF2A4A /* Build configuration list for PBXNativeTarget "quotesAppTestTests" */; + buildPhases = ( + 01B2CDF617AC282200FF2A4A /* Sources */, + 01B2CDF717AC282200FF2A4A /* Frameworks */, + 01B2CDF817AC282200FF2A4A /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01B2CE0017AC282200FF2A4A /* PBXTargetDependency */, + ); + name = quotesAppTestTests; + productName = quotesAppTestTests; + productReference = 01B2CDFA17AC282200FF2A4A /* quotesAppTestTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01B2CDD117AC282200FF2A4A /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01B2CDF917AC282200FF2A4A = { + TestTargetID = 01B2CDD817AC282200FF2A4A; + }; + }; + }; + buildConfigurationList = 01B2CDD417AC282200FF2A4A /* Build configuration list for PBXProject "quotesAppTest" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01B2CDD017AC282200FF2A4A; + productRefGroup = 01B2CDDA17AC282200FF2A4A /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01B2CDD817AC282200FF2A4A /* quotesAppTest */, + 01B2CDF917AC282200FF2A4A /* quotesAppTestTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01B2CDD717AC282200FF2A4A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CDF517AC282200FF2A4A /* Images.xcassets in Resources */, + 01B2CDE717AC282200FF2A4A /* InfoPlist.strings in Resources */, + 01B2CDF017AC282200FF2A4A /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B2CDF817AC282200FF2A4A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE0617AC282200FF2A4A /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01B2CDD517AC282200FF2A4A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CDF317AC282200FF2A4A /* ViewController.m in Sources */, + 01B2CDED17AC282200FF2A4A /* AppDelegate.m in Sources */, + 01B2CDE917AC282200FF2A4A /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B2CDF617AC282200FF2A4A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B2CE0817AC282200FF2A4A /* quotesAppTestTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01B2CE0017AC282200FF2A4A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01B2CDD817AC282200FF2A4A /* quotesAppTest */; + targetProxy = 01B2CDFF17AC282200FF2A4A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01B2CDE517AC282200FF2A4A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B2CDE617AC282200FF2A4A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01B2CDEE17AC282200FF2A4A /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01B2CDEF17AC282200FF2A4A /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01B2CE0417AC282200FF2A4A /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B2CE0517AC282200FF2A4A /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01B2CE0917AC282200FF2A4A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01B2CE0A17AC282200FF2A4A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01B2CE0C17AC282200FF2A4A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "quotesAppTest/quotesAppTest-Prefix.pch"; + INFOPLIST_FILE = "quotesAppTest/quotesAppTest-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01B2CE0D17AC282200FF2A4A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "quotesAppTest/quotesAppTest-Prefix.pch"; + INFOPLIST_FILE = "quotesAppTest/quotesAppTest-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01B2CE0F17AC282200FF2A4A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/quotesAppTest.app/quotesAppTest"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "quotesAppTest/quotesAppTest-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "quotesAppTestTests/quotesAppTestTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01B2CE1017AC282200FF2A4A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/quotesAppTest.app/quotesAppTest"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "quotesAppTest/quotesAppTest-Prefix.pch"; + INFOPLIST_FILE = "quotesAppTestTests/quotesAppTestTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01B2CDD417AC282200FF2A4A /* Build configuration list for PBXProject "quotesAppTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B2CE0917AC282200FF2A4A /* Debug */, + 01B2CE0A17AC282200FF2A4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01B2CE0B17AC282200FF2A4A /* Build configuration list for PBXNativeTarget "quotesAppTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B2CE0C17AC282200FF2A4A /* Debug */, + 01B2CE0D17AC282200FF2A4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01B2CE0E17AC282200FF2A4A /* Build configuration list for PBXNativeTarget "quotesAppTestTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B2CE0F17AC282200FF2A4A /* Debug */, + 01B2CE1017AC282200FF2A4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01B2CDD117AC282200FF2A4A /* Project object */; +} diff --git a/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..1a0a5a1 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..64f7459 Binary files /dev/null and b/appCode/quotesAppTest/quotesAppTest.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..fe2b454 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,5 @@ + + + diff --git a/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/quotesAppTest.xcscheme b/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/quotesAppTest.xcscheme new file mode 100644 index 0000000..a55472f --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/quotesAppTest.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..31d11f5 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + quotesAppTest.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01B2CDD817AC282200FF2A4A + + primary + + + 01B2CDF917AC282200FF2A4A + + primary + + + + + diff --git a/appCode/quotesAppTest/quotesAppTest/AppDelegate.h b/appCode/quotesAppTest/quotesAppTest/AppDelegate.h new file mode 100644 index 0000000..7a9cb87 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// quotesAppTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/quotesAppTest/quotesAppTest/AppDelegate.m b/appCode/quotesAppTest/quotesAppTest/AppDelegate.m new file mode 100644 index 0000000..5eb18d1 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// quotesAppTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/quotesAppTest/quotesAppTest/Base.lproj/Main.storyboard b/appCode/quotesAppTest/quotesAppTest/Base.lproj/Main.storyboard new file mode 100644 index 0000000..798065a --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/Base.lproj/Main.storyboard @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/quotesAppTest/quotesAppTest/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/quotesAppTest/quotesAppTest/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/quotesAppTest/quotesAppTest/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/quotesAppTest/quotesAppTest/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/quotesAppTest/quotesAppTest/ViewController.h b/appCode/quotesAppTest/quotesAppTest/ViewController.h new file mode 100644 index 0000000..5604117 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// quotesAppTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UILabel *lblQuote; +- (IBAction)btnGetQuote:(id)sender; + +@end diff --git a/appCode/quotesAppTest/quotesAppTest/ViewController.m b/appCode/quotesAppTest/quotesAppTest/ViewController.m new file mode 100644 index 0000000..de9cfe6 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/ViewController.m @@ -0,0 +1,43 @@ +// +// ViewController.m +// quotesAppTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)btnGetQuote:(id)sender { + NSError *error=nil; + NSURL *theURL = [NSURL URLWithString:@"http://mlk-quotes.appspot.com/quotes"]; + NSString *theQuote = [NSString stringWithContentsOfURL:theURL encoding:NSASCIIStringEncoding error:&error]; + if(theQuote) + { + _lblQuote.text = theQuote; + + } + else + { + _lblQuote.text = [NSString stringWithFormat:@"Error, can't get quote. Details:%@",error]; + } +} +@end diff --git a/appCode/quotesAppTest/quotesAppTest/en.lproj/InfoPlist.strings b/appCode/quotesAppTest/quotesAppTest/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/quotesAppTest/quotesAppTest/main.m b/appCode/quotesAppTest/quotesAppTest/main.m new file mode 100644 index 0000000..e399555 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/main.m @@ -0,0 +1,18 @@ +// +// main.m +// quotesAppTest +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/quotesAppTest/quotesAppTest/quotesAppTest-Info.plist b/appCode/quotesAppTest/quotesAppTest/quotesAppTest-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/quotesAppTest-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/quotesAppTest/quotesAppTest/quotesAppTest-Prefix.pch b/appCode/quotesAppTest/quotesAppTest/quotesAppTest-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTest/quotesAppTest-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/quotesAppTest/quotesAppTestTests/en.lproj/InfoPlist.strings b/appCode/quotesAppTest/quotesAppTestTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTestTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/quotesAppTest/quotesAppTestTests/quotesAppTestTests-Info.plist b/appCode/quotesAppTest/quotesAppTestTests/quotesAppTestTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTestTests/quotesAppTestTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/quotesAppTest/quotesAppTestTests/quotesAppTestTests.m b/appCode/quotesAppTest/quotesAppTestTests/quotesAppTestTests.m new file mode 100644 index 0000000..a0692b8 --- /dev/null +++ b/appCode/quotesAppTest/quotesAppTestTests/quotesAppTestTests.m @@ -0,0 +1,34 @@ +// +// quotesAppTestTests.m +// quotesAppTestTests +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface quotesAppTestTests : XCTestCase + +@end + +@implementation quotesAppTestTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.pbxproj b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..c8e08c7 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01EE4D2E17A6D0D60088280E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D2D17A6D0D60088280E /* Foundation.framework */; }; + 01EE4D3017A6D0D60088280E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D2F17A6D0D60088280E /* CoreGraphics.framework */; }; + 01EE4D3217A6D0D60088280E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D3117A6D0D60088280E /* UIKit.framework */; }; + 01EE4D3817A6D0D60088280E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D3617A6D0D60088280E /* InfoPlist.strings */; }; + 01EE4D3A17A6D0D60088280E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D3917A6D0D60088280E /* main.m */; }; + 01EE4D3E17A6D0D60088280E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D3D17A6D0D60088280E /* AppDelegate.m */; }; + 01EE4D4117A6D0D60088280E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D3F17A6D0D60088280E /* Main.storyboard */; }; + 01EE4D4417A6D0D60088280E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D4317A6D0D60088280E /* ViewController.m */; }; + 01EE4D4617A6D0D60088280E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D4517A6D0D60088280E /* Images.xcassets */; }; + 01EE4D4D17A6D0D60088280E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D4C17A6D0D60088280E /* XCTest.framework */; }; + 01EE4D4E17A6D0D60088280E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D2D17A6D0D60088280E /* Foundation.framework */; }; + 01EE4D4F17A6D0D60088280E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D3117A6D0D60088280E /* UIKit.framework */; }; + 01EE4D5717A6D0D60088280E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D5517A6D0D60088280E /* InfoPlist.strings */; }; + 01EE4D5917A6D0D60088280E /* segmentControlDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D5817A6D0D60088280E /* segmentControlDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01EE4D5017A6D0D60088280E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01EE4D2217A6D0D60088280E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01EE4D2917A6D0D60088280E; + remoteInfo = segmentControlDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01EE4D2A17A6D0D60088280E /* segmentControlDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = segmentControlDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EE4D2D17A6D0D60088280E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01EE4D2F17A6D0D60088280E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01EE4D3117A6D0D60088280E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01EE4D3517A6D0D60088280E /* segmentControlDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "segmentControlDemo-Info.plist"; sourceTree = ""; }; + 01EE4D3717A6D0D60088280E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EE4D3917A6D0D60088280E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01EE4D3B17A6D0D60088280E /* segmentControlDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "segmentControlDemo-Prefix.pch"; sourceTree = ""; }; + 01EE4D3C17A6D0D60088280E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01EE4D3D17A6D0D60088280E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01EE4D4017A6D0D60088280E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01EE4D4217A6D0D60088280E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01EE4D4317A6D0D60088280E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01EE4D4517A6D0D60088280E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01EE4D4B17A6D0D60088280E /* segmentControlDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = segmentControlDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EE4D4C17A6D0D60088280E /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01EE4D5417A6D0D60088280E /* segmentControlDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "segmentControlDemoTests-Info.plist"; sourceTree = ""; }; + 01EE4D5617A6D0D60088280E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EE4D5817A6D0D60088280E /* segmentControlDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = segmentControlDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01EE4D2717A6D0D60088280E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D3017A6D0D60088280E /* CoreGraphics.framework in Frameworks */, + 01EE4D3217A6D0D60088280E /* UIKit.framework in Frameworks */, + 01EE4D2E17A6D0D60088280E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EE4D4817A6D0D60088280E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D4D17A6D0D60088280E /* XCTest.framework in Frameworks */, + 01EE4D4F17A6D0D60088280E /* UIKit.framework in Frameworks */, + 01EE4D4E17A6D0D60088280E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01EE4D2117A6D0D60088280E = { + isa = PBXGroup; + children = ( + 01EE4D3317A6D0D60088280E /* segmentControlDemo */, + 01EE4D5217A6D0D60088280E /* segmentControlDemoTests */, + 01EE4D2C17A6D0D60088280E /* Frameworks */, + 01EE4D2B17A6D0D60088280E /* Products */, + ); + sourceTree = ""; + }; + 01EE4D2B17A6D0D60088280E /* Products */ = { + isa = PBXGroup; + children = ( + 01EE4D2A17A6D0D60088280E /* segmentControlDemo.app */, + 01EE4D4B17A6D0D60088280E /* segmentControlDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01EE4D2C17A6D0D60088280E /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01EE4D2D17A6D0D60088280E /* Foundation.framework */, + 01EE4D2F17A6D0D60088280E /* CoreGraphics.framework */, + 01EE4D3117A6D0D60088280E /* UIKit.framework */, + 01EE4D4C17A6D0D60088280E /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01EE4D3317A6D0D60088280E /* segmentControlDemo */ = { + isa = PBXGroup; + children = ( + 01EE4D3C17A6D0D60088280E /* AppDelegate.h */, + 01EE4D3D17A6D0D60088280E /* AppDelegate.m */, + 01EE4D3F17A6D0D60088280E /* Main.storyboard */, + 01EE4D4217A6D0D60088280E /* ViewController.h */, + 01EE4D4317A6D0D60088280E /* ViewController.m */, + 01EE4D4517A6D0D60088280E /* Images.xcassets */, + 01EE4D3417A6D0D60088280E /* Supporting Files */, + ); + path = segmentControlDemo; + sourceTree = ""; + }; + 01EE4D3417A6D0D60088280E /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EE4D3517A6D0D60088280E /* segmentControlDemo-Info.plist */, + 01EE4D3617A6D0D60088280E /* InfoPlist.strings */, + 01EE4D3917A6D0D60088280E /* main.m */, + 01EE4D3B17A6D0D60088280E /* segmentControlDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01EE4D5217A6D0D60088280E /* segmentControlDemoTests */ = { + isa = PBXGroup; + children = ( + 01EE4D5817A6D0D60088280E /* segmentControlDemoTests.m */, + 01EE4D5317A6D0D60088280E /* Supporting Files */, + ); + path = segmentControlDemoTests; + sourceTree = ""; + }; + 01EE4D5317A6D0D60088280E /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EE4D5417A6D0D60088280E /* segmentControlDemoTests-Info.plist */, + 01EE4D5517A6D0D60088280E /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01EE4D2917A6D0D60088280E /* segmentControlDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EE4D5C17A6D0D60088280E /* Build configuration list for PBXNativeTarget "segmentControlDemo" */; + buildPhases = ( + 01EE4D2617A6D0D60088280E /* Sources */, + 01EE4D2717A6D0D60088280E /* Frameworks */, + 01EE4D2817A6D0D60088280E /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = segmentControlDemo; + productName = segmentControlDemo; + productReference = 01EE4D2A17A6D0D60088280E /* segmentControlDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01EE4D4A17A6D0D60088280E /* segmentControlDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EE4D5F17A6D0D60088280E /* Build configuration list for PBXNativeTarget "segmentControlDemoTests" */; + buildPhases = ( + 01EE4D4717A6D0D60088280E /* Sources */, + 01EE4D4817A6D0D60088280E /* Frameworks */, + 01EE4D4917A6D0D60088280E /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01EE4D5117A6D0D60088280E /* PBXTargetDependency */, + ); + name = segmentControlDemoTests; + productName = segmentControlDemoTests; + productReference = 01EE4D4B17A6D0D60088280E /* segmentControlDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01EE4D2217A6D0D60088280E /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01EE4D4A17A6D0D60088280E = { + TestTargetID = 01EE4D2917A6D0D60088280E; + }; + }; + }; + buildConfigurationList = 01EE4D2517A6D0D60088280E /* Build configuration list for PBXProject "segmentControlDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01EE4D2117A6D0D60088280E; + productRefGroup = 01EE4D2B17A6D0D60088280E /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01EE4D2917A6D0D60088280E /* segmentControlDemo */, + 01EE4D4A17A6D0D60088280E /* segmentControlDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01EE4D2817A6D0D60088280E /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D4617A6D0D60088280E /* Images.xcassets in Resources */, + 01EE4D3817A6D0D60088280E /* InfoPlist.strings in Resources */, + 01EE4D4117A6D0D60088280E /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EE4D4917A6D0D60088280E /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D5717A6D0D60088280E /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01EE4D2617A6D0D60088280E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D4417A6D0D60088280E /* ViewController.m in Sources */, + 01EE4D3E17A6D0D60088280E /* AppDelegate.m in Sources */, + 01EE4D3A17A6D0D60088280E /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EE4D4717A6D0D60088280E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D5917A6D0D60088280E /* segmentControlDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01EE4D5117A6D0D60088280E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01EE4D2917A6D0D60088280E /* segmentControlDemo */; + targetProxy = 01EE4D5017A6D0D60088280E /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01EE4D3617A6D0D60088280E /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EE4D3717A6D0D60088280E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01EE4D3F17A6D0D60088280E /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01EE4D4017A6D0D60088280E /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01EE4D5517A6D0D60088280E /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EE4D5617A6D0D60088280E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01EE4D5A17A6D0D60088280E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01EE4D5B17A6D0D60088280E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01EE4D5D17A6D0D60088280E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "segmentControlDemo/segmentControlDemo-Prefix.pch"; + INFOPLIST_FILE = "segmentControlDemo/segmentControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01EE4D5E17A6D0D60088280E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "segmentControlDemo/segmentControlDemo-Prefix.pch"; + INFOPLIST_FILE = "segmentControlDemo/segmentControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01EE4D6017A6D0D60088280E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/segmentControlDemo.app/segmentControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "segmentControlDemo/segmentControlDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "segmentControlDemoTests/segmentControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01EE4D6117A6D0D60088280E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/segmentControlDemo.app/segmentControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "segmentControlDemo/segmentControlDemo-Prefix.pch"; + INFOPLIST_FILE = "segmentControlDemoTests/segmentControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01EE4D2517A6D0D60088280E /* Build configuration list for PBXProject "segmentControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EE4D5A17A6D0D60088280E /* Debug */, + 01EE4D5B17A6D0D60088280E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01EE4D5C17A6D0D60088280E /* Build configuration list for PBXNativeTarget "segmentControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EE4D5D17A6D0D60088280E /* Debug */, + 01EE4D5E17A6D0D60088280E /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01EE4D5F17A6D0D60088280E /* Build configuration list for PBXNativeTarget "segmentControlDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EE4D6017A6D0D60088280E /* Debug */, + 01EE4D6117A6D0D60088280E /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01EE4D2217A6D0D60088280E /* Project object */; +} diff --git a/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..54e5f4b --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..d9ad31a Binary files /dev/null and b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/segmentControlDemo.xcscheme b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/segmentControlDemo.xcscheme new file mode 100644 index 0000000..ab30410 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/segmentControlDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..853c7aa --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + segmentControlDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01EE4D2917A6D0D60088280E + + primary + + + 01EE4D4A17A6D0D60088280E + + primary + + + + + diff --git a/appCode/segmentControlDemo/segmentControlDemo/AppDelegate.h b/appCode/segmentControlDemo/segmentControlDemo/AppDelegate.h new file mode 100644 index 0000000..59f1b46 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// segmentControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/segmentControlDemo/segmentControlDemo/AppDelegate.m b/appCode/segmentControlDemo/segmentControlDemo/AppDelegate.m new file mode 100644 index 0000000..c25077e --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// segmentControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/segmentControlDemo/segmentControlDemo/Base.lproj/Main.storyboard b/appCode/segmentControlDemo/segmentControlDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..60675c2 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/Base.lproj/Main.storyboard @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2f35679 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/segmentControlDemo/segmentControlDemo/ViewController.h b/appCode/segmentControlDemo/segmentControlDemo/ViewController.h new file mode 100644 index 0000000..3f31ebc --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// segmentControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +- (IBAction)colorChosen:(id)sender; +@property (strong, nonatomic) IBOutlet UISegmentedControl *colorChooser; + +@end diff --git a/appCode/segmentControlDemo/segmentControlDemo/ViewController.m b/appCode/segmentControlDemo/segmentControlDemo/ViewController.m new file mode 100644 index 0000000..7b8a293 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/ViewController.m @@ -0,0 +1,45 @@ +// +// ViewController.m +// segmentControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)colorChosen:(id)sender { + + switch(_colorChooser.selectedSegmentIndex) + { + case 0: + self.view.backgroundColor = [UIColor redColor]; + break; + case 1: + self.view.backgroundColor = [UIColor greenColor]; + break; + case 2: + self.view.backgroundColor = [UIColor blueColor]; + break; + } + +} +@end diff --git a/appCode/segmentControlDemo/segmentControlDemo/en.lproj/InfoPlist.strings b/appCode/segmentControlDemo/segmentControlDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/segmentControlDemo/segmentControlDemo/main.m b/appCode/segmentControlDemo/segmentControlDemo/main.m new file mode 100644 index 0000000..9bb29db --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// segmentControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/segmentControlDemo/segmentControlDemo/segmentControlDemo-Info.plist b/appCode/segmentControlDemo/segmentControlDemo/segmentControlDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/segmentControlDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/segmentControlDemo/segmentControlDemo/segmentControlDemo-Prefix.pch b/appCode/segmentControlDemo/segmentControlDemo/segmentControlDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemo/segmentControlDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/segmentControlDemo/segmentControlDemoTests/en.lproj/InfoPlist.strings b/appCode/segmentControlDemo/segmentControlDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/segmentControlDemo/segmentControlDemoTests/segmentControlDemoTests-Info.plist b/appCode/segmentControlDemo/segmentControlDemoTests/segmentControlDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemoTests/segmentControlDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/segmentControlDemo/segmentControlDemoTests/segmentControlDemoTests.m b/appCode/segmentControlDemo/segmentControlDemoTests/segmentControlDemoTests.m new file mode 100644 index 0000000..4804807 --- /dev/null +++ b/appCode/segmentControlDemo/segmentControlDemoTests/segmentControlDemoTests.m @@ -0,0 +1,36 @@ +// +// segmentControlDemoTests.m +// segmentControlDemoTests +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface segmentControlDemoTests : XCTestCase + +@end + +@implementation segmentControlDemoTests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.pbxproj b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..cd4e95d --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.pbxproj @@ -0,0 +1,471 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01EE4D6F17A6EB600088280E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D6E17A6EB600088280E /* Foundation.framework */; }; + 01EE4D7117A6EB600088280E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D7017A6EB600088280E /* CoreGraphics.framework */; }; + 01EE4D7317A6EB600088280E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D7217A6EB600088280E /* UIKit.framework */; }; + 01EE4D7917A6EB600088280E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D7717A6EB600088280E /* InfoPlist.strings */; }; + 01EE4D7B17A6EB600088280E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D7A17A6EB600088280E /* main.m */; }; + 01EE4D7F17A6EB600088280E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D7E17A6EB600088280E /* AppDelegate.m */; }; + 01EE4D8217A6EB600088280E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D8017A6EB600088280E /* Main.storyboard */; }; + 01EE4D8517A6EB600088280E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D8417A6EB600088280E /* ViewController.m */; }; + 01EE4D8717A6EB600088280E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D8617A6EB600088280E /* Images.xcassets */; }; + 01EE4D8E17A6EB600088280E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D8D17A6EB600088280E /* XCTest.framework */; }; + 01EE4D8F17A6EB600088280E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D6E17A6EB600088280E /* Foundation.framework */; }; + 01EE4D9017A6EB600088280E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EE4D7217A6EB600088280E /* UIKit.framework */; }; + 01EE4D9817A6EB600088280E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EE4D9617A6EB600088280E /* InfoPlist.strings */; }; + 01EE4D9A17A6EB600088280E /* sliderControlDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EE4D9917A6EB600088280E /* sliderControlDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01EE4D9117A6EB600088280E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01EE4D6317A6EB600088280E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01EE4D6A17A6EB600088280E; + remoteInfo = sliderControlDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01EE4D6B17A6EB600088280E /* sliderControlDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sliderControlDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EE4D6E17A6EB600088280E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01EE4D7017A6EB600088280E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01EE4D7217A6EB600088280E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01EE4D7617A6EB600088280E /* sliderControlDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "sliderControlDemo-Info.plist"; sourceTree = ""; }; + 01EE4D7817A6EB600088280E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EE4D7A17A6EB600088280E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01EE4D7C17A6EB600088280E /* sliderControlDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "sliderControlDemo-Prefix.pch"; sourceTree = ""; }; + 01EE4D7D17A6EB600088280E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01EE4D7E17A6EB600088280E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01EE4D8117A6EB600088280E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01EE4D8317A6EB600088280E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01EE4D8417A6EB600088280E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01EE4D8617A6EB600088280E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01EE4D8C17A6EB600088280E /* sliderControlDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sliderControlDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EE4D8D17A6EB600088280E /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01EE4D9517A6EB600088280E /* sliderControlDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "sliderControlDemoTests-Info.plist"; sourceTree = ""; }; + 01EE4D9717A6EB600088280E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EE4D9917A6EB600088280E /* sliderControlDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = sliderControlDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01EE4D6817A6EB600088280E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D7117A6EB600088280E /* CoreGraphics.framework in Frameworks */, + 01EE4D7317A6EB600088280E /* UIKit.framework in Frameworks */, + 01EE4D6F17A6EB600088280E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EE4D8917A6EB600088280E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D8E17A6EB600088280E /* XCTest.framework in Frameworks */, + 01EE4D9017A6EB600088280E /* UIKit.framework in Frameworks */, + 01EE4D8F17A6EB600088280E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01EE4D6217A6EB600088280E = { + isa = PBXGroup; + children = ( + 01EE4D7417A6EB600088280E /* sliderControlDemo */, + 01EE4D9317A6EB600088280E /* sliderControlDemoTests */, + 01EE4D6D17A6EB600088280E /* Frameworks */, + 01EE4D6C17A6EB600088280E /* Products */, + ); + sourceTree = ""; + }; + 01EE4D6C17A6EB600088280E /* Products */ = { + isa = PBXGroup; + children = ( + 01EE4D6B17A6EB600088280E /* sliderControlDemo.app */, + 01EE4D8C17A6EB600088280E /* sliderControlDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01EE4D6D17A6EB600088280E /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01EE4D6E17A6EB600088280E /* Foundation.framework */, + 01EE4D7017A6EB600088280E /* CoreGraphics.framework */, + 01EE4D7217A6EB600088280E /* UIKit.framework */, + 01EE4D8D17A6EB600088280E /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01EE4D7417A6EB600088280E /* sliderControlDemo */ = { + isa = PBXGroup; + children = ( + 01EE4D7D17A6EB600088280E /* AppDelegate.h */, + 01EE4D7E17A6EB600088280E /* AppDelegate.m */, + 01EE4D8017A6EB600088280E /* Main.storyboard */, + 01EE4D8317A6EB600088280E /* ViewController.h */, + 01EE4D8417A6EB600088280E /* ViewController.m */, + 01EE4D8617A6EB600088280E /* Images.xcassets */, + 01EE4D7517A6EB600088280E /* Supporting Files */, + ); + path = sliderControlDemo; + sourceTree = ""; + }; + 01EE4D7517A6EB600088280E /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EE4D7617A6EB600088280E /* sliderControlDemo-Info.plist */, + 01EE4D7717A6EB600088280E /* InfoPlist.strings */, + 01EE4D7A17A6EB600088280E /* main.m */, + 01EE4D7C17A6EB600088280E /* sliderControlDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01EE4D9317A6EB600088280E /* sliderControlDemoTests */ = { + isa = PBXGroup; + children = ( + 01EE4D9917A6EB600088280E /* sliderControlDemoTests.m */, + 01EE4D9417A6EB600088280E /* Supporting Files */, + ); + path = sliderControlDemoTests; + sourceTree = ""; + }; + 01EE4D9417A6EB600088280E /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EE4D9517A6EB600088280E /* sliderControlDemoTests-Info.plist */, + 01EE4D9617A6EB600088280E /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01EE4D6A17A6EB600088280E /* sliderControlDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EE4D9D17A6EB600088280E /* Build configuration list for PBXNativeTarget "sliderControlDemo" */; + buildPhases = ( + 01EE4D6717A6EB600088280E /* Sources */, + 01EE4D6817A6EB600088280E /* Frameworks */, + 01EE4D6917A6EB600088280E /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = sliderControlDemo; + productName = sliderControlDemo; + productReference = 01EE4D6B17A6EB600088280E /* sliderControlDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01EE4D8B17A6EB600088280E /* sliderControlDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EE4DA017A6EB600088280E /* Build configuration list for PBXNativeTarget "sliderControlDemoTests" */; + buildPhases = ( + 01EE4D8817A6EB600088280E /* Sources */, + 01EE4D8917A6EB600088280E /* Frameworks */, + 01EE4D8A17A6EB600088280E /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01EE4D9217A6EB600088280E /* PBXTargetDependency */, + ); + name = sliderControlDemoTests; + productName = sliderControlDemoTests; + productReference = 01EE4D8C17A6EB600088280E /* sliderControlDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01EE4D6317A6EB600088280E /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01EE4D8B17A6EB600088280E = { + TestTargetID = 01EE4D6A17A6EB600088280E; + }; + }; + }; + buildConfigurationList = 01EE4D6617A6EB600088280E /* Build configuration list for PBXProject "sliderControlDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01EE4D6217A6EB600088280E; + productRefGroup = 01EE4D6C17A6EB600088280E /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01EE4D6A17A6EB600088280E /* sliderControlDemo */, + 01EE4D8B17A6EB600088280E /* sliderControlDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01EE4D6917A6EB600088280E /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D8717A6EB600088280E /* Images.xcassets in Resources */, + 01EE4D7917A6EB600088280E /* InfoPlist.strings in Resources */, + 01EE4D8217A6EB600088280E /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EE4D8A17A6EB600088280E /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D9817A6EB600088280E /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01EE4D6717A6EB600088280E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D8517A6EB600088280E /* ViewController.m in Sources */, + 01EE4D7F17A6EB600088280E /* AppDelegate.m in Sources */, + 01EE4D7B17A6EB600088280E /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EE4D8817A6EB600088280E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EE4D9A17A6EB600088280E /* sliderControlDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01EE4D9217A6EB600088280E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01EE4D6A17A6EB600088280E /* sliderControlDemo */; + targetProxy = 01EE4D9117A6EB600088280E /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01EE4D7717A6EB600088280E /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EE4D7817A6EB600088280E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01EE4D8017A6EB600088280E /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01EE4D8117A6EB600088280E /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01EE4D9617A6EB600088280E /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EE4D9717A6EB600088280E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01EE4D9B17A6EB600088280E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01EE4D9C17A6EB600088280E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01EE4D9E17A6EB600088280E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "sliderControlDemo/sliderControlDemo-Prefix.pch"; + INFOPLIST_FILE = "sliderControlDemo/sliderControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01EE4D9F17A6EB600088280E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "sliderControlDemo/sliderControlDemo-Prefix.pch"; + INFOPLIST_FILE = "sliderControlDemo/sliderControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01EE4DA117A6EB600088280E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/sliderControlDemo.app/sliderControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "sliderControlDemo/sliderControlDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "sliderControlDemoTests/sliderControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01EE4DA217A6EB600088280E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/sliderControlDemo.app/sliderControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "sliderControlDemo/sliderControlDemo-Prefix.pch"; + INFOPLIST_FILE = "sliderControlDemoTests/sliderControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01EE4D6617A6EB600088280E /* Build configuration list for PBXProject "sliderControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EE4D9B17A6EB600088280E /* Debug */, + 01EE4D9C17A6EB600088280E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01EE4D9D17A6EB600088280E /* Build configuration list for PBXNativeTarget "sliderControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EE4D9E17A6EB600088280E /* Debug */, + 01EE4D9F17A6EB600088280E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01EE4DA017A6EB600088280E /* Build configuration list for PBXNativeTarget "sliderControlDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EE4DA117A6EB600088280E /* Debug */, + 01EE4DA217A6EB600088280E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01EE4D6317A6EB600088280E /* Project object */; +} diff --git a/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..1dea28e --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..9925106 Binary files /dev/null and b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/sliderControlDemo.xcscheme b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/sliderControlDemo.xcscheme new file mode 100644 index 0000000..9711ddc --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/sliderControlDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..50b37d3 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + sliderControlDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01EE4D6A17A6EB600088280E + + primary + + + 01EE4D8B17A6EB600088280E + + primary + + + + + diff --git a/appCode/sliderControlDemo/sliderControlDemo/AppDelegate.h b/appCode/sliderControlDemo/sliderControlDemo/AppDelegate.h new file mode 100644 index 0000000..16b719e --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// sliderControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/sliderControlDemo/sliderControlDemo/AppDelegate.m b/appCode/sliderControlDemo/sliderControlDemo/AppDelegate.m new file mode 100644 index 0000000..315c96b --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// sliderControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/sliderControlDemo/sliderControlDemo/Base.lproj/Main.storyboard b/appCode/sliderControlDemo/sliderControlDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..4a5f0bf --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/Base.lproj/Main.storyboard @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2f35679 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/sliderControlDemo/sliderControlDemo/ViewController.h b/appCode/sliderControlDemo/sliderControlDemo/ViewController.h new file mode 100644 index 0000000..97a1516 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/ViewController.h @@ -0,0 +1,19 @@ +// +// ViewController.h +// sliderControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + + + + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; +- (IBAction)sliderChanged:(id)sender; +@property (strong, nonatomic) IBOutlet UISlider *valueSlider; + +@end diff --git a/appCode/sliderControlDemo/sliderControlDemo/ViewController.m b/appCode/sliderControlDemo/sliderControlDemo/ViewController.m new file mode 100644 index 0000000..27827e8 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/ViewController.m @@ -0,0 +1,34 @@ +// +// ViewController.m +// sliderControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)sliderChanged:(id)sender { + NSString *value = [NSString stringWithFormat:@"%f", _valueSlider.value]; + _lblOutput.text = value; + +} +@end diff --git a/appCode/sliderControlDemo/sliderControlDemo/cog_01@2x.png b/appCode/sliderControlDemo/sliderControlDemo/cog_01@2x.png new file mode 100644 index 0000000..26ed8c9 Binary files /dev/null and b/appCode/sliderControlDemo/sliderControlDemo/cog_01@2x.png differ diff --git a/appCode/sliderControlDemo/sliderControlDemo/en.lproj/InfoPlist.strings b/appCode/sliderControlDemo/sliderControlDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/sliderControlDemo/sliderControlDemo/main.m b/appCode/sliderControlDemo/sliderControlDemo/main.m new file mode 100644 index 0000000..5445146 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// sliderControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/sliderControlDemo/sliderControlDemo/sliderControlDemo-Info.plist b/appCode/sliderControlDemo/sliderControlDemo/sliderControlDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/sliderControlDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/sliderControlDemo/sliderControlDemo/sliderControlDemo-Prefix.pch b/appCode/sliderControlDemo/sliderControlDemo/sliderControlDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemo/sliderControlDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/sliderControlDemo/sliderControlDemoTests/en.lproj/InfoPlist.strings b/appCode/sliderControlDemo/sliderControlDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/sliderControlDemo/sliderControlDemoTests/sliderControlDemoTests-Info.plist b/appCode/sliderControlDemo/sliderControlDemoTests/sliderControlDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemoTests/sliderControlDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/sliderControlDemo/sliderControlDemoTests/sliderControlDemoTests.m b/appCode/sliderControlDemo/sliderControlDemoTests/sliderControlDemoTests.m new file mode 100644 index 0000000..84f2eb5 --- /dev/null +++ b/appCode/sliderControlDemo/sliderControlDemoTests/sliderControlDemoTests.m @@ -0,0 +1,36 @@ +// +// sliderControlDemoTests.m +// sliderControlDemoTests +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface sliderControlDemoTests : XCTestCase + +@end + +@implementation sliderControlDemoTests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.pbxproj b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2be95f9 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01EBF22617A7342800B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF22517A7342800B75D52 /* Foundation.framework */; }; + 01EBF22817A7342800B75D52 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF22717A7342800B75D52 /* CoreGraphics.framework */; }; + 01EBF22A17A7342800B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF22917A7342800B75D52 /* UIKit.framework */; }; + 01EBF23017A7342800B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF22E17A7342800B75D52 /* InfoPlist.strings */; }; + 01EBF23217A7342800B75D52 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF23117A7342800B75D52 /* main.m */; }; + 01EBF23617A7342800B75D52 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF23517A7342800B75D52 /* AppDelegate.m */; }; + 01EBF23917A7342800B75D52 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF23717A7342800B75D52 /* Main.storyboard */; }; + 01EBF23C17A7342800B75D52 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF23B17A7342800B75D52 /* ViewController.m */; }; + 01EBF23E17A7342800B75D52 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF23D17A7342800B75D52 /* Images.xcassets */; }; + 01EBF24517A7342800B75D52 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF24417A7342800B75D52 /* XCTest.framework */; }; + 01EBF24617A7342800B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF22517A7342800B75D52 /* Foundation.framework */; }; + 01EBF24717A7342800B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF22917A7342800B75D52 /* UIKit.framework */; }; + 01EBF24F17A7342800B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF24D17A7342800B75D52 /* InfoPlist.strings */; }; + 01EBF25117A7342800B75D52 /* stepperControlDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF25017A7342800B75D52 /* stepperControlDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01EBF24817A7342800B75D52 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01EBF21A17A7342800B75D52 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01EBF22117A7342800B75D52; + remoteInfo = stepperControlDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01EBF22217A7342800B75D52 /* stepperControlDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = stepperControlDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF22517A7342800B75D52 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01EBF22717A7342800B75D52 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01EBF22917A7342800B75D52 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01EBF22D17A7342800B75D52 /* stepperControlDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "stepperControlDemo-Info.plist"; sourceTree = ""; }; + 01EBF22F17A7342800B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF23117A7342800B75D52 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01EBF23317A7342800B75D52 /* stepperControlDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "stepperControlDemo-Prefix.pch"; sourceTree = ""; }; + 01EBF23417A7342800B75D52 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01EBF23517A7342800B75D52 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01EBF23817A7342800B75D52 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01EBF23A17A7342800B75D52 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01EBF23B17A7342800B75D52 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01EBF23D17A7342800B75D52 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01EBF24317A7342800B75D52 /* stepperControlDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = stepperControlDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF24417A7342800B75D52 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01EBF24C17A7342800B75D52 /* stepperControlDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "stepperControlDemoTests-Info.plist"; sourceTree = ""; }; + 01EBF24E17A7342800B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF25017A7342800B75D52 /* stepperControlDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = stepperControlDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01EBF21F17A7342800B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF22817A7342800B75D52 /* CoreGraphics.framework in Frameworks */, + 01EBF22A17A7342800B75D52 /* UIKit.framework in Frameworks */, + 01EBF22617A7342800B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF24017A7342800B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF24517A7342800B75D52 /* XCTest.framework in Frameworks */, + 01EBF24717A7342800B75D52 /* UIKit.framework in Frameworks */, + 01EBF24617A7342800B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01EBF21917A7342800B75D52 = { + isa = PBXGroup; + children = ( + 01EBF22B17A7342800B75D52 /* stepperControlDemo */, + 01EBF24A17A7342800B75D52 /* stepperControlDemoTests */, + 01EBF22417A7342800B75D52 /* Frameworks */, + 01EBF22317A7342800B75D52 /* Products */, + ); + sourceTree = ""; + }; + 01EBF22317A7342800B75D52 /* Products */ = { + isa = PBXGroup; + children = ( + 01EBF22217A7342800B75D52 /* stepperControlDemo.app */, + 01EBF24317A7342800B75D52 /* stepperControlDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01EBF22417A7342800B75D52 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01EBF22517A7342800B75D52 /* Foundation.framework */, + 01EBF22717A7342800B75D52 /* CoreGraphics.framework */, + 01EBF22917A7342800B75D52 /* UIKit.framework */, + 01EBF24417A7342800B75D52 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01EBF22B17A7342800B75D52 /* stepperControlDemo */ = { + isa = PBXGroup; + children = ( + 01EBF23417A7342800B75D52 /* AppDelegate.h */, + 01EBF23517A7342800B75D52 /* AppDelegate.m */, + 01EBF23717A7342800B75D52 /* Main.storyboard */, + 01EBF23A17A7342800B75D52 /* ViewController.h */, + 01EBF23B17A7342800B75D52 /* ViewController.m */, + 01EBF23D17A7342800B75D52 /* Images.xcassets */, + 01EBF22C17A7342800B75D52 /* Supporting Files */, + ); + path = stepperControlDemo; + sourceTree = ""; + }; + 01EBF22C17A7342800B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF22D17A7342800B75D52 /* stepperControlDemo-Info.plist */, + 01EBF22E17A7342800B75D52 /* InfoPlist.strings */, + 01EBF23117A7342800B75D52 /* main.m */, + 01EBF23317A7342800B75D52 /* stepperControlDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01EBF24A17A7342800B75D52 /* stepperControlDemoTests */ = { + isa = PBXGroup; + children = ( + 01EBF25017A7342800B75D52 /* stepperControlDemoTests.m */, + 01EBF24B17A7342800B75D52 /* Supporting Files */, + ); + path = stepperControlDemoTests; + sourceTree = ""; + }; + 01EBF24B17A7342800B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF24C17A7342800B75D52 /* stepperControlDemoTests-Info.plist */, + 01EBF24D17A7342800B75D52 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01EBF22117A7342800B75D52 /* stepperControlDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF25417A7342800B75D52 /* Build configuration list for PBXNativeTarget "stepperControlDemo" */; + buildPhases = ( + 01EBF21E17A7342800B75D52 /* Sources */, + 01EBF21F17A7342800B75D52 /* Frameworks */, + 01EBF22017A7342800B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = stepperControlDemo; + productName = stepperControlDemo; + productReference = 01EBF22217A7342800B75D52 /* stepperControlDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01EBF24217A7342800B75D52 /* stepperControlDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF25717A7342800B75D52 /* Build configuration list for PBXNativeTarget "stepperControlDemoTests" */; + buildPhases = ( + 01EBF23F17A7342800B75D52 /* Sources */, + 01EBF24017A7342800B75D52 /* Frameworks */, + 01EBF24117A7342800B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01EBF24917A7342800B75D52 /* PBXTargetDependency */, + ); + name = stepperControlDemoTests; + productName = stepperControlDemoTests; + productReference = 01EBF24317A7342800B75D52 /* stepperControlDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01EBF21A17A7342800B75D52 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01EBF24217A7342800B75D52 = { + TestTargetID = 01EBF22117A7342800B75D52; + }; + }; + }; + buildConfigurationList = 01EBF21D17A7342800B75D52 /* Build configuration list for PBXProject "stepperControlDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01EBF21917A7342800B75D52; + productRefGroup = 01EBF22317A7342800B75D52 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01EBF22117A7342800B75D52 /* stepperControlDemo */, + 01EBF24217A7342800B75D52 /* stepperControlDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01EBF22017A7342800B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF23E17A7342800B75D52 /* Images.xcassets in Resources */, + 01EBF23017A7342800B75D52 /* InfoPlist.strings in Resources */, + 01EBF23917A7342800B75D52 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF24117A7342800B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF24F17A7342800B75D52 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01EBF21E17A7342800B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF23C17A7342800B75D52 /* ViewController.m in Sources */, + 01EBF23617A7342800B75D52 /* AppDelegate.m in Sources */, + 01EBF23217A7342800B75D52 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF23F17A7342800B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF25117A7342800B75D52 /* stepperControlDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01EBF24917A7342800B75D52 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01EBF22117A7342800B75D52 /* stepperControlDemo */; + targetProxy = 01EBF24817A7342800B75D52 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01EBF22E17A7342800B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF22F17A7342800B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01EBF23717A7342800B75D52 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01EBF23817A7342800B75D52 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01EBF24D17A7342800B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF24E17A7342800B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01EBF25217A7342800B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01EBF25317A7342800B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01EBF25517A7342800B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "stepperControlDemo/stepperControlDemo-Prefix.pch"; + INFOPLIST_FILE = "stepperControlDemo/stepperControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01EBF25617A7342800B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "stepperControlDemo/stepperControlDemo-Prefix.pch"; + INFOPLIST_FILE = "stepperControlDemo/stepperControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01EBF25817A7342800B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/stepperControlDemo.app/stepperControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "stepperControlDemo/stepperControlDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "stepperControlDemoTests/stepperControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01EBF25917A7342800B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/stepperControlDemo.app/stepperControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "stepperControlDemo/stepperControlDemo-Prefix.pch"; + INFOPLIST_FILE = "stepperControlDemoTests/stepperControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01EBF21D17A7342800B75D52 /* Build configuration list for PBXProject "stepperControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF25217A7342800B75D52 /* Debug */, + 01EBF25317A7342800B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01EBF25417A7342800B75D52 /* Build configuration list for PBXNativeTarget "stepperControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF25517A7342800B75D52 /* Debug */, + 01EBF25617A7342800B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01EBF25717A7342800B75D52 /* Build configuration list for PBXNativeTarget "stepperControlDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF25817A7342800B75D52 /* Debug */, + 01EBF25917A7342800B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01EBF21A17A7342800B75D52 /* Project object */; +} diff --git a/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..f7c1790 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..d618727 Binary files /dev/null and b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/stepperControlDemo.xcscheme b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/stepperControlDemo.xcscheme new file mode 100644 index 0000000..ea2ff67 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/stepperControlDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..f8326f1 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + stepperControlDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01EBF22117A7342800B75D52 + + primary + + + 01EBF24217A7342800B75D52 + + primary + + + + + diff --git a/appCode/stepperControlDemo/stepperControlDemo/AppDelegate.h b/appCode/stepperControlDemo/stepperControlDemo/AppDelegate.h new file mode 100644 index 0000000..03ff6ea --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// stepperControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/stepperControlDemo/stepperControlDemo/AppDelegate.m b/appCode/stepperControlDemo/stepperControlDemo/AppDelegate.m new file mode 100644 index 0000000..472eb61 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// stepperControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/stepperControlDemo/stepperControlDemo/Base.lproj/Main.storyboard b/appCode/stepperControlDemo/stepperControlDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..3a9d04d --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/Base.lproj/Main.storyboard @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/stepperControlDemo/stepperControlDemo/ViewController.h b/appCode/stepperControlDemo/stepperControlDemo/ViewController.h new file mode 100644 index 0000000..370d315 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/ViewController.h @@ -0,0 +1,16 @@ +// +// ViewController.h +// stepperControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UIStepper *eggCounter; +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; +- (IBAction)stepperChanged:(id)sender; + +@end diff --git a/appCode/stepperControlDemo/stepperControlDemo/ViewController.m b/appCode/stepperControlDemo/stepperControlDemo/ViewController.m new file mode 100644 index 0000000..9380dd8 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/ViewController.m @@ -0,0 +1,35 @@ +// +// ViewController.m +// stepperControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)stepperChanged:(id)sender { + int numberOfEggs = _eggCounter.value; + _lblOutput.text = [NSString stringWithFormat:@"You have %d eggs", numberOfEggs]; + + +} +@end diff --git a/appCode/stepperControlDemo/stepperControlDemo/en.lproj/InfoPlist.strings b/appCode/stepperControlDemo/stepperControlDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/stepperControlDemo/stepperControlDemo/main.m b/appCode/stepperControlDemo/stepperControlDemo/main.m new file mode 100644 index 0000000..9bb4902 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// stepperControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/stepperControlDemo/stepperControlDemo/stepperControlDemo-Info.plist b/appCode/stepperControlDemo/stepperControlDemo/stepperControlDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/stepperControlDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/stepperControlDemo/stepperControlDemo/stepperControlDemo-Prefix.pch b/appCode/stepperControlDemo/stepperControlDemo/stepperControlDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemo/stepperControlDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/stepperControlDemo/stepperControlDemoTests/en.lproj/InfoPlist.strings b/appCode/stepperControlDemo/stepperControlDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/stepperControlDemo/stepperControlDemoTests/stepperControlDemoTests-Info.plist b/appCode/stepperControlDemo/stepperControlDemoTests/stepperControlDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemoTests/stepperControlDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/stepperControlDemo/stepperControlDemoTests/stepperControlDemoTests.m b/appCode/stepperControlDemo/stepperControlDemoTests/stepperControlDemoTests.m new file mode 100644 index 0000000..b002eaf --- /dev/null +++ b/appCode/stepperControlDemo/stepperControlDemoTests/stepperControlDemoTests.m @@ -0,0 +1,34 @@ +// +// stepperControlDemoTests.m +// stepperControlDemoTests +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface stepperControlDemoTests : XCTestCase + +@end + +@implementation stepperControlDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.pbxproj b/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..393d93f --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.pbxproj @@ -0,0 +1,471 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 0149D35817A722620017C2C7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0149D35717A722620017C2C7 /* Foundation.framework */; }; + 0149D35A17A722620017C2C7 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0149D35917A722620017C2C7 /* CoreGraphics.framework */; }; + 0149D35C17A722620017C2C7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0149D35B17A722620017C2C7 /* UIKit.framework */; }; + 0149D36217A722620017C2C7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0149D36017A722620017C2C7 /* InfoPlist.strings */; }; + 0149D36417A722620017C2C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0149D36317A722620017C2C7 /* main.m */; }; + 0149D36817A722620017C2C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0149D36717A722620017C2C7 /* AppDelegate.m */; }; + 0149D36B17A722620017C2C7 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0149D36917A722620017C2C7 /* Main.storyboard */; }; + 0149D36E17A722620017C2C7 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0149D36D17A722620017C2C7 /* ViewController.m */; }; + 0149D37017A722620017C2C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0149D36F17A722620017C2C7 /* Images.xcassets */; }; + 0149D37717A722620017C2C7 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0149D37617A722620017C2C7 /* XCTest.framework */; }; + 0149D37817A722620017C2C7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0149D35717A722620017C2C7 /* Foundation.framework */; }; + 0149D37917A722620017C2C7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0149D35B17A722620017C2C7 /* UIKit.framework */; }; + 0149D38117A722620017C2C7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0149D37F17A722620017C2C7 /* InfoPlist.strings */; }; + 0149D38317A722620017C2C7 /* switchControlDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0149D38217A722620017C2C7 /* switchControlDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 0149D37A17A722620017C2C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0149D34C17A722620017C2C7 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0149D35317A722620017C2C7; + remoteInfo = switchControlDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 0149D35417A722620017C2C7 /* switchControlDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = switchControlDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 0149D35717A722620017C2C7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 0149D35917A722620017C2C7 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 0149D35B17A722620017C2C7 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 0149D35F17A722620017C2C7 /* switchControlDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "switchControlDemo-Info.plist"; sourceTree = ""; }; + 0149D36117A722620017C2C7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 0149D36317A722620017C2C7 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 0149D36517A722620017C2C7 /* switchControlDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "switchControlDemo-Prefix.pch"; sourceTree = ""; }; + 0149D36617A722620017C2C7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 0149D36717A722620017C2C7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 0149D36A17A722620017C2C7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 0149D36C17A722620017C2C7 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 0149D36D17A722620017C2C7 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 0149D36F17A722620017C2C7 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 0149D37517A722620017C2C7 /* switchControlDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = switchControlDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 0149D37617A722620017C2C7 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 0149D37E17A722620017C2C7 /* switchControlDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "switchControlDemoTests-Info.plist"; sourceTree = ""; }; + 0149D38017A722620017C2C7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 0149D38217A722620017C2C7 /* switchControlDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = switchControlDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 0149D35117A722620017C2C7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0149D35A17A722620017C2C7 /* CoreGraphics.framework in Frameworks */, + 0149D35C17A722620017C2C7 /* UIKit.framework in Frameworks */, + 0149D35817A722620017C2C7 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0149D37217A722620017C2C7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0149D37717A722620017C2C7 /* XCTest.framework in Frameworks */, + 0149D37917A722620017C2C7 /* UIKit.framework in Frameworks */, + 0149D37817A722620017C2C7 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 0149D34B17A722620017C2C7 = { + isa = PBXGroup; + children = ( + 0149D35D17A722620017C2C7 /* switchControlDemo */, + 0149D37C17A722620017C2C7 /* switchControlDemoTests */, + 0149D35617A722620017C2C7 /* Frameworks */, + 0149D35517A722620017C2C7 /* Products */, + ); + sourceTree = ""; + }; + 0149D35517A722620017C2C7 /* Products */ = { + isa = PBXGroup; + children = ( + 0149D35417A722620017C2C7 /* switchControlDemo.app */, + 0149D37517A722620017C2C7 /* switchControlDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 0149D35617A722620017C2C7 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 0149D35717A722620017C2C7 /* Foundation.framework */, + 0149D35917A722620017C2C7 /* CoreGraphics.framework */, + 0149D35B17A722620017C2C7 /* UIKit.framework */, + 0149D37617A722620017C2C7 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 0149D35D17A722620017C2C7 /* switchControlDemo */ = { + isa = PBXGroup; + children = ( + 0149D36617A722620017C2C7 /* AppDelegate.h */, + 0149D36717A722620017C2C7 /* AppDelegate.m */, + 0149D36917A722620017C2C7 /* Main.storyboard */, + 0149D36C17A722620017C2C7 /* ViewController.h */, + 0149D36D17A722620017C2C7 /* ViewController.m */, + 0149D36F17A722620017C2C7 /* Images.xcassets */, + 0149D35E17A722620017C2C7 /* Supporting Files */, + ); + path = switchControlDemo; + sourceTree = ""; + }; + 0149D35E17A722620017C2C7 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 0149D35F17A722620017C2C7 /* switchControlDemo-Info.plist */, + 0149D36017A722620017C2C7 /* InfoPlist.strings */, + 0149D36317A722620017C2C7 /* main.m */, + 0149D36517A722620017C2C7 /* switchControlDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 0149D37C17A722620017C2C7 /* switchControlDemoTests */ = { + isa = PBXGroup; + children = ( + 0149D38217A722620017C2C7 /* switchControlDemoTests.m */, + 0149D37D17A722620017C2C7 /* Supporting Files */, + ); + path = switchControlDemoTests; + sourceTree = ""; + }; + 0149D37D17A722620017C2C7 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 0149D37E17A722620017C2C7 /* switchControlDemoTests-Info.plist */, + 0149D37F17A722620017C2C7 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 0149D35317A722620017C2C7 /* switchControlDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0149D38617A722620017C2C7 /* Build configuration list for PBXNativeTarget "switchControlDemo" */; + buildPhases = ( + 0149D35017A722620017C2C7 /* Sources */, + 0149D35117A722620017C2C7 /* Frameworks */, + 0149D35217A722620017C2C7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = switchControlDemo; + productName = switchControlDemo; + productReference = 0149D35417A722620017C2C7 /* switchControlDemo.app */; + productType = "com.apple.product-type.application"; + }; + 0149D37417A722620017C2C7 /* switchControlDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0149D38917A722620017C2C7 /* Build configuration list for PBXNativeTarget "switchControlDemoTests" */; + buildPhases = ( + 0149D37117A722620017C2C7 /* Sources */, + 0149D37217A722620017C2C7 /* Frameworks */, + 0149D37317A722620017C2C7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 0149D37B17A722620017C2C7 /* PBXTargetDependency */, + ); + name = switchControlDemoTests; + productName = switchControlDemoTests; + productReference = 0149D37517A722620017C2C7 /* switchControlDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0149D34C17A722620017C2C7 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 0149D37417A722620017C2C7 = { + TestTargetID = 0149D35317A722620017C2C7; + }; + }; + }; + buildConfigurationList = 0149D34F17A722620017C2C7 /* Build configuration list for PBXProject "switchControlDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 0149D34B17A722620017C2C7; + productRefGroup = 0149D35517A722620017C2C7 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 0149D35317A722620017C2C7 /* switchControlDemo */, + 0149D37417A722620017C2C7 /* switchControlDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 0149D35217A722620017C2C7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0149D37017A722620017C2C7 /* Images.xcassets in Resources */, + 0149D36217A722620017C2C7 /* InfoPlist.strings in Resources */, + 0149D36B17A722620017C2C7 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0149D37317A722620017C2C7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0149D38117A722620017C2C7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 0149D35017A722620017C2C7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0149D36E17A722620017C2C7 /* ViewController.m in Sources */, + 0149D36817A722620017C2C7 /* AppDelegate.m in Sources */, + 0149D36417A722620017C2C7 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 0149D37117A722620017C2C7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0149D38317A722620017C2C7 /* switchControlDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 0149D37B17A722620017C2C7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 0149D35317A722620017C2C7 /* switchControlDemo */; + targetProxy = 0149D37A17A722620017C2C7 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 0149D36017A722620017C2C7 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 0149D36117A722620017C2C7 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 0149D36917A722620017C2C7 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 0149D36A17A722620017C2C7 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 0149D37F17A722620017C2C7 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 0149D38017A722620017C2C7 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 0149D38417A722620017C2C7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 0149D38517A722620017C2C7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 0149D38717A722620017C2C7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "switchControlDemo/switchControlDemo-Prefix.pch"; + INFOPLIST_FILE = "switchControlDemo/switchControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 0149D38817A722620017C2C7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "switchControlDemo/switchControlDemo-Prefix.pch"; + INFOPLIST_FILE = "switchControlDemo/switchControlDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 0149D38A17A722620017C2C7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/switchControlDemo.app/switchControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "switchControlDemo/switchControlDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "switchControlDemoTests/switchControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 0149D38B17A722620017C2C7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/switchControlDemo.app/switchControlDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(SYSTEM_APPS_DIR)/Xcode5-DP3.app/Contents/Developer/Library/Frameworks", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "switchControlDemo/switchControlDemo-Prefix.pch"; + INFOPLIST_FILE = "switchControlDemoTests/switchControlDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 0149D34F17A722620017C2C7 /* Build configuration list for PBXProject "switchControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0149D38417A722620017C2C7 /* Debug */, + 0149D38517A722620017C2C7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0149D38617A722620017C2C7 /* Build configuration list for PBXNativeTarget "switchControlDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0149D38717A722620017C2C7 /* Debug */, + 0149D38817A722620017C2C7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 0149D38917A722620017C2C7 /* Build configuration list for PBXNativeTarget "switchControlDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0149D38A17A722620017C2C7 /* Debug */, + 0149D38B17A722620017C2C7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0149D34C17A722620017C2C7 /* Project object */; +} diff --git a/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..99d1b3e --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..69d33f0 Binary files /dev/null and b/appCode/switchControlDemo/switchControlDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/switchControlDemo/switchControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/switchControlDemo.xcscheme b/appCode/switchControlDemo/switchControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/switchControlDemo.xcscheme new file mode 100644 index 0000000..f319c34 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/switchControlDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/switchControlDemo/switchControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/switchControlDemo/switchControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..097a259 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + switchControlDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 0149D35317A722620017C2C7 + + primary + + + 0149D37417A722620017C2C7 + + primary + + + + + diff --git a/appCode/switchControlDemo/switchControlDemo/AppDelegate.h b/appCode/switchControlDemo/switchControlDemo/AppDelegate.h new file mode 100644 index 0000000..b9f1651 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// switchControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/switchControlDemo/switchControlDemo/AppDelegate.m b/appCode/switchControlDemo/switchControlDemo/AppDelegate.m new file mode 100644 index 0000000..bb6141c --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// switchControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/switchControlDemo/switchControlDemo/Base.lproj/Main.storyboard b/appCode/switchControlDemo/switchControlDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..bb765f2 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/Base.lproj/Main.storyboard @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/switchControlDemo/switchControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/switchControlDemo/switchControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2f35679 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/switchControlDemo/switchControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/switchControlDemo/switchControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/switchControlDemo/switchControlDemo/ViewController.h b/appCode/switchControlDemo/switchControlDemo/ViewController.h new file mode 100644 index 0000000..73ffd46 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/ViewController.h @@ -0,0 +1,16 @@ +// +// ViewController.h +// switchControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UISwitch *firstSwitch; +- (IBAction)switchChanged:(id)sender; +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; + +@end diff --git a/appCode/switchControlDemo/switchControlDemo/ViewController.m b/appCode/switchControlDemo/switchControlDemo/ViewController.m new file mode 100644 index 0000000..0a5c701 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/ViewController.m @@ -0,0 +1,39 @@ +// +// ViewController.m +// switchControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)switchChanged:(id)sender { + if(_firstSwitch.on) + { + _lblOutput.text = @"My first switch is on"; + } + else + { + _lblOutput.text = @"My first switch is off"; + } +} +@end diff --git a/appCode/switchControlDemo/switchControlDemo/en.lproj/InfoPlist.strings b/appCode/switchControlDemo/switchControlDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/switchControlDemo/switchControlDemo/main.m b/appCode/switchControlDemo/switchControlDemo/main.m new file mode 100644 index 0000000..7ee0c60 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// switchControlDemo +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/switchControlDemo/switchControlDemo/switchControlDemo-Info.plist b/appCode/switchControlDemo/switchControlDemo/switchControlDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/switchControlDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/switchControlDemo/switchControlDemo/switchControlDemo-Prefix.pch b/appCode/switchControlDemo/switchControlDemo/switchControlDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemo/switchControlDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/switchControlDemo/switchControlDemoTests/en.lproj/InfoPlist.strings b/appCode/switchControlDemo/switchControlDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/switchControlDemo/switchControlDemoTests/switchControlDemoTests-Info.plist b/appCode/switchControlDemo/switchControlDemoTests/switchControlDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemoTests/switchControlDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/switchControlDemo/switchControlDemoTests/switchControlDemoTests.m b/appCode/switchControlDemo/switchControlDemoTests/switchControlDemoTests.m new file mode 100644 index 0000000..8a74a2a --- /dev/null +++ b/appCode/switchControlDemo/switchControlDemoTests/switchControlDemoTests.m @@ -0,0 +1,36 @@ +// +// switchControlDemoTests.m +// switchControlDemoTests +// +// Created by Laurence Moroney on 7/29/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface switchControlDemoTests : XCTestCase + +@end + +@implementation switchControlDemoTests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/tableViewDemo/.DS_Store b/appCode/tableViewDemo/.DS_Store new file mode 100644 index 0000000..cc7eb09 Binary files /dev/null and b/appCode/tableViewDemo/.DS_Store differ diff --git a/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.pbxproj b/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f19b62c --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01B05C1317A97799006C5D39 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C1217A97799006C5D39 /* Foundation.framework */; }; + 01B05C1517A97799006C5D39 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C1417A97799006C5D39 /* CoreGraphics.framework */; }; + 01B05C1717A97799006C5D39 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C1617A97799006C5D39 /* UIKit.framework */; }; + 01B05C1D17A97799006C5D39 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C1B17A97799006C5D39 /* InfoPlist.strings */; }; + 01B05C1F17A97799006C5D39 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C1E17A97799006C5D39 /* main.m */; }; + 01B05C2317A9779A006C5D39 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C2217A9779A006C5D39 /* AppDelegate.m */; }; + 01B05C2617A9779A006C5D39 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C2417A9779A006C5D39 /* Main.storyboard */; }; + 01B05C2917A9779A006C5D39 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C2817A9779A006C5D39 /* ViewController.m */; }; + 01B05C2B17A9779A006C5D39 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C2A17A9779A006C5D39 /* Images.xcassets */; }; + 01B05C3217A9779A006C5D39 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C3117A9779A006C5D39 /* XCTest.framework */; }; + 01B05C3317A9779A006C5D39 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C1217A97799006C5D39 /* Foundation.framework */; }; + 01B05C3417A9779A006C5D39 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C1617A97799006C5D39 /* UIKit.framework */; }; + 01B05C3C17A9779A006C5D39 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C3A17A9779A006C5D39 /* InfoPlist.strings */; }; + 01B05C3E17A9779A006C5D39 /* tableViewDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C3D17A9779A006C5D39 /* tableViewDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01B05C3517A9779A006C5D39 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01B05C0717A97799006C5D39 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B05C0E17A97799006C5D39; + remoteInfo = tableViewDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01B05C0F17A97799006C5D39 /* tableViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tableViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B05C1217A97799006C5D39 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01B05C1417A97799006C5D39 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01B05C1617A97799006C5D39 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01B05C1A17A97799006C5D39 /* tableViewDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "tableViewDemo-Info.plist"; sourceTree = ""; }; + 01B05C1C17A97799006C5D39 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B05C1E17A97799006C5D39 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01B05C2017A97799006C5D39 /* tableViewDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "tableViewDemo-Prefix.pch"; sourceTree = ""; }; + 01B05C2117A9779A006C5D39 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01B05C2217A9779A006C5D39 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01B05C2517A9779A006C5D39 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01B05C2717A9779A006C5D39 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01B05C2817A9779A006C5D39 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01B05C2A17A9779A006C5D39 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01B05C3017A9779A006C5D39 /* tableViewDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tableViewDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B05C3117A9779A006C5D39 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01B05C3917A9779A006C5D39 /* tableViewDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "tableViewDemoTests-Info.plist"; sourceTree = ""; }; + 01B05C3B17A9779A006C5D39 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B05C3D17A9779A006C5D39 /* tableViewDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = tableViewDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01B05C0C17A97799006C5D39 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C1517A97799006C5D39 /* CoreGraphics.framework in Frameworks */, + 01B05C1717A97799006C5D39 /* UIKit.framework in Frameworks */, + 01B05C1317A97799006C5D39 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B05C2D17A9779A006C5D39 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C3217A9779A006C5D39 /* XCTest.framework in Frameworks */, + 01B05C3417A9779A006C5D39 /* UIKit.framework in Frameworks */, + 01B05C3317A9779A006C5D39 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01B05C0617A97799006C5D39 = { + isa = PBXGroup; + children = ( + 01B05C1817A97799006C5D39 /* tableViewDemo */, + 01B05C3717A9779A006C5D39 /* tableViewDemoTests */, + 01B05C1117A97799006C5D39 /* Frameworks */, + 01B05C1017A97799006C5D39 /* Products */, + ); + sourceTree = ""; + }; + 01B05C1017A97799006C5D39 /* Products */ = { + isa = PBXGroup; + children = ( + 01B05C0F17A97799006C5D39 /* tableViewDemo.app */, + 01B05C3017A9779A006C5D39 /* tableViewDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01B05C1117A97799006C5D39 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01B05C1217A97799006C5D39 /* Foundation.framework */, + 01B05C1417A97799006C5D39 /* CoreGraphics.framework */, + 01B05C1617A97799006C5D39 /* UIKit.framework */, + 01B05C3117A9779A006C5D39 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01B05C1817A97799006C5D39 /* tableViewDemo */ = { + isa = PBXGroup; + children = ( + 01B05C2117A9779A006C5D39 /* AppDelegate.h */, + 01B05C2217A9779A006C5D39 /* AppDelegate.m */, + 01B05C2417A9779A006C5D39 /* Main.storyboard */, + 01B05C2717A9779A006C5D39 /* ViewController.h */, + 01B05C2817A9779A006C5D39 /* ViewController.m */, + 01B05C2A17A9779A006C5D39 /* Images.xcassets */, + 01B05C1917A97799006C5D39 /* Supporting Files */, + ); + path = tableViewDemo; + sourceTree = ""; + }; + 01B05C1917A97799006C5D39 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B05C1A17A97799006C5D39 /* tableViewDemo-Info.plist */, + 01B05C1B17A97799006C5D39 /* InfoPlist.strings */, + 01B05C1E17A97799006C5D39 /* main.m */, + 01B05C2017A97799006C5D39 /* tableViewDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01B05C3717A9779A006C5D39 /* tableViewDemoTests */ = { + isa = PBXGroup; + children = ( + 01B05C3D17A9779A006C5D39 /* tableViewDemoTests.m */, + 01B05C3817A9779A006C5D39 /* Supporting Files */, + ); + path = tableViewDemoTests; + sourceTree = ""; + }; + 01B05C3817A9779A006C5D39 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B05C3917A9779A006C5D39 /* tableViewDemoTests-Info.plist */, + 01B05C3A17A9779A006C5D39 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01B05C0E17A97799006C5D39 /* tableViewDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B05C4117A9779A006C5D39 /* Build configuration list for PBXNativeTarget "tableViewDemo" */; + buildPhases = ( + 01B05C0B17A97799006C5D39 /* Sources */, + 01B05C0C17A97799006C5D39 /* Frameworks */, + 01B05C0D17A97799006C5D39 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = tableViewDemo; + productName = tableViewDemo; + productReference = 01B05C0F17A97799006C5D39 /* tableViewDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01B05C2F17A9779A006C5D39 /* tableViewDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B05C4417A9779A006C5D39 /* Build configuration list for PBXNativeTarget "tableViewDemoTests" */; + buildPhases = ( + 01B05C2C17A9779A006C5D39 /* Sources */, + 01B05C2D17A9779A006C5D39 /* Frameworks */, + 01B05C2E17A9779A006C5D39 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01B05C3617A9779A006C5D39 /* PBXTargetDependency */, + ); + name = tableViewDemoTests; + productName = tableViewDemoTests; + productReference = 01B05C3017A9779A006C5D39 /* tableViewDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01B05C0717A97799006C5D39 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01B05C2F17A9779A006C5D39 = { + TestTargetID = 01B05C0E17A97799006C5D39; + }; + }; + }; + buildConfigurationList = 01B05C0A17A97799006C5D39 /* Build configuration list for PBXProject "tableViewDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01B05C0617A97799006C5D39; + productRefGroup = 01B05C1017A97799006C5D39 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01B05C0E17A97799006C5D39 /* tableViewDemo */, + 01B05C2F17A9779A006C5D39 /* tableViewDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01B05C0D17A97799006C5D39 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C2B17A9779A006C5D39 /* Images.xcassets in Resources */, + 01B05C1D17A97799006C5D39 /* InfoPlist.strings in Resources */, + 01B05C2617A9779A006C5D39 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B05C2E17A9779A006C5D39 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C3C17A9779A006C5D39 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01B05C0B17A97799006C5D39 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C2917A9779A006C5D39 /* ViewController.m in Sources */, + 01B05C2317A9779A006C5D39 /* AppDelegate.m in Sources */, + 01B05C1F17A97799006C5D39 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B05C2C17A9779A006C5D39 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C3E17A9779A006C5D39 /* tableViewDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01B05C3617A9779A006C5D39 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01B05C0E17A97799006C5D39 /* tableViewDemo */; + targetProxy = 01B05C3517A9779A006C5D39 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01B05C1B17A97799006C5D39 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B05C1C17A97799006C5D39 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01B05C2417A9779A006C5D39 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01B05C2517A9779A006C5D39 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01B05C3A17A9779A006C5D39 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B05C3B17A9779A006C5D39 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01B05C3F17A9779A006C5D39 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01B05C4017A9779A006C5D39 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01B05C4217A9779A006C5D39 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewDemo/tableViewDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewDemo/tableViewDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01B05C4317A9779A006C5D39 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewDemo/tableViewDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewDemo/tableViewDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01B05C4517A9779A006C5D39 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/tableViewDemo.app/tableViewDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewDemo/tableViewDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "tableViewDemoTests/tableViewDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01B05C4617A9779A006C5D39 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/tableViewDemo.app/tableViewDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewDemo/tableViewDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewDemoTests/tableViewDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01B05C0A17A97799006C5D39 /* Build configuration list for PBXProject "tableViewDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B05C3F17A9779A006C5D39 /* Debug */, + 01B05C4017A9779A006C5D39 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01B05C4117A9779A006C5D39 /* Build configuration list for PBXNativeTarget "tableViewDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B05C4217A9779A006C5D39 /* Debug */, + 01B05C4317A9779A006C5D39 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01B05C4417A9779A006C5D39 /* Build configuration list for PBXNativeTarget "tableViewDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B05C4517A9779A006C5D39 /* Debug */, + 01B05C4617A9779A006C5D39 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01B05C0717A97799006C5D39 /* Project object */; +} diff --git a/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..54661d3 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..2ad281c Binary files /dev/null and b/appCode/tableViewDemo/tableViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..fe2b454 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,5 @@ + + + diff --git a/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewDemo.xcscheme b/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewDemo.xcscheme new file mode 100644 index 0000000..a8f42af --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..1bb3514 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + tableViewDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01B05C0E17A97799006C5D39 + + primary + + + 01B05C2F17A9779A006C5D39 + + primary + + + + + diff --git a/appCode/tableViewDemo/tableViewDemo/AppDelegate.h b/appCode/tableViewDemo/tableViewDemo/AppDelegate.h new file mode 100644 index 0000000..8ab5d78 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// tableViewDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/tableViewDemo/tableViewDemo/AppDelegate.m b/appCode/tableViewDemo/tableViewDemo/AppDelegate.m new file mode 100644 index 0000000..685e854 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// tableViewDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/tableViewDemo/tableViewDemo/Base.lproj/Main.storyboard b/appCode/tableViewDemo/tableViewDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..9073db4 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/Base.lproj/Main.storyboard @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/tableViewDemo/tableViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/tableViewDemo/tableViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/tableViewDemo/tableViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/tableViewDemo/tableViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/tableViewDemo/tableViewDemo/ViewController.h b/appCode/tableViewDemo/tableViewDemo/ViewController.h new file mode 100644 index 0000000..5d7a50f --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/ViewController.h @@ -0,0 +1,17 @@ +// +// ViewController.h +// tableViewDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UITableView *teamsTable; +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; + + + +@end diff --git a/appCode/tableViewDemo/tableViewDemo/ViewController.m b/appCode/tableViewDemo/tableViewDemo/ViewController.m new file mode 100644 index 0000000..3e24883 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/ViewController.m @@ -0,0 +1,79 @@ +// +// ViewController.m +// tableViewDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController +NSArray *teamsArray; + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + _teamsTable.dataSource = self; + _teamsTable.delegate = self; + teamsArray = [[NSArray alloc]initWithObjects: + @"Manchester United", + @"Manchester City", + @"Arsenal", + @"Liverpool", + @"Chelsea", + @"Cardiff City", + @"Aston Villa", + @"Crystal Palace", + @"Everton", + @"Fulham", + @"Hull City", + @"Newcastle United", + @"Norwich City", + @"Southampton", + @"Stoke City", + @"Sunderland", + @"Swansea City", + @"Tottenham Hotspur", + @"West Bromwich Albion", + @"West Ham United", nil]; + +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section +{ + return [teamsArray count]; + +} + +-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath +{ + static NSString *simpleTableIdentifier = @"TeamCell"; + + UITableViewCell *thisCell = [tableView dequeueReusableCellWithIdentifier:simpleTableIdentifier]; + if(thisCell==nil) + { + thisCell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:simpleTableIdentifier]; + + } + thisCell.textLabel.text = [teamsArray objectAtIndex:indexPath.row]; + return thisCell; +} + +-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath +{ + _lblOutput.text = [teamsArray objectAtIndex:indexPath.row]; +} + +@end diff --git a/appCode/tableViewDemo/tableViewDemo/en.lproj/InfoPlist.strings b/appCode/tableViewDemo/tableViewDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/tableViewDemo/tableViewDemo/main.m b/appCode/tableViewDemo/tableViewDemo/main.m new file mode 100644 index 0000000..cede57f --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// tableViewDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/tableViewDemo/tableViewDemo/tableViewDemo-Info.plist b/appCode/tableViewDemo/tableViewDemo/tableViewDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/tableViewDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/tableViewDemo/tableViewDemo/tableViewDemo-Prefix.pch b/appCode/tableViewDemo/tableViewDemo/tableViewDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemo/tableViewDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/tableViewDemo/tableViewDemoTests/en.lproj/InfoPlist.strings b/appCode/tableViewDemo/tableViewDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/tableViewDemo/tableViewDemoTests/tableViewDemoTests-Info.plist b/appCode/tableViewDemo/tableViewDemoTests/tableViewDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemoTests/tableViewDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/tableViewDemo/tableViewDemoTests/tableViewDemoTests.m b/appCode/tableViewDemo/tableViewDemoTests/tableViewDemoTests.m new file mode 100644 index 0000000..b1662b2 --- /dev/null +++ b/appCode/tableViewDemo/tableViewDemoTests/tableViewDemoTests.m @@ -0,0 +1,34 @@ +// +// tableViewDemoTests.m +// tableViewDemoTests +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface tableViewDemoTests : XCTestCase + +@end + +@implementation tableViewDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.pbxproj b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..89326f5 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01B05C5417A99857006C5D39 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C5317A99857006C5D39 /* Foundation.framework */; }; + 01B05C5617A99857006C5D39 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C5517A99857006C5D39 /* CoreGraphics.framework */; }; + 01B05C5817A99857006C5D39 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C5717A99857006C5D39 /* UIKit.framework */; }; + 01B05C5E17A99857006C5D39 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C5C17A99857006C5D39 /* InfoPlist.strings */; }; + 01B05C6017A99857006C5D39 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C5F17A99857006C5D39 /* main.m */; }; + 01B05C6417A99857006C5D39 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C6317A99857006C5D39 /* AppDelegate.m */; }; + 01B05C6717A99857006C5D39 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C6517A99857006C5D39 /* Main.storyboard */; }; + 01B05C6A17A99857006C5D39 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C6917A99857006C5D39 /* ViewController.m */; }; + 01B05C6C17A99857006C5D39 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C6B17A99857006C5D39 /* Images.xcassets */; }; + 01B05C7317A99857006C5D39 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C7217A99857006C5D39 /* XCTest.framework */; }; + 01B05C7417A99857006C5D39 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C5317A99857006C5D39 /* Foundation.framework */; }; + 01B05C7517A99857006C5D39 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01B05C5717A99857006C5D39 /* UIKit.framework */; }; + 01B05C7D17A99857006C5D39 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01B05C7B17A99857006C5D39 /* InfoPlist.strings */; }; + 01B05C7F17A99857006C5D39 /* tableViewMultiSegmentDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B05C7E17A99857006C5D39 /* tableViewMultiSegmentDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01B05C7617A99857006C5D39 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01B05C4817A99857006C5D39 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01B05C4F17A99857006C5D39; + remoteInfo = tableViewMultiSegmentDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01B05C5017A99857006C5D39 /* tableViewMultiSegmentDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tableViewMultiSegmentDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B05C5317A99857006C5D39 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01B05C5517A99857006C5D39 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01B05C5717A99857006C5D39 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01B05C5B17A99857006C5D39 /* tableViewMultiSegmentDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "tableViewMultiSegmentDemo-Info.plist"; sourceTree = ""; }; + 01B05C5D17A99857006C5D39 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B05C5F17A99857006C5D39 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01B05C6117A99857006C5D39 /* tableViewMultiSegmentDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "tableViewMultiSegmentDemo-Prefix.pch"; sourceTree = ""; }; + 01B05C6217A99857006C5D39 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01B05C6317A99857006C5D39 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01B05C6617A99857006C5D39 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01B05C6817A99857006C5D39 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01B05C6917A99857006C5D39 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01B05C6B17A99857006C5D39 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01B05C7117A99857006C5D39 /* tableViewMultiSegmentDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tableViewMultiSegmentDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01B05C7217A99857006C5D39 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01B05C7A17A99857006C5D39 /* tableViewMultiSegmentDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "tableViewMultiSegmentDemoTests-Info.plist"; sourceTree = ""; }; + 01B05C7C17A99857006C5D39 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01B05C7E17A99857006C5D39 /* tableViewMultiSegmentDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = tableViewMultiSegmentDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01B05C4D17A99857006C5D39 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C5617A99857006C5D39 /* CoreGraphics.framework in Frameworks */, + 01B05C5817A99857006C5D39 /* UIKit.framework in Frameworks */, + 01B05C5417A99857006C5D39 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B05C6E17A99857006C5D39 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C7317A99857006C5D39 /* XCTest.framework in Frameworks */, + 01B05C7517A99857006C5D39 /* UIKit.framework in Frameworks */, + 01B05C7417A99857006C5D39 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01B05C4717A99857006C5D39 = { + isa = PBXGroup; + children = ( + 01B05C5917A99857006C5D39 /* tableViewMultiSegmentDemo */, + 01B05C7817A99857006C5D39 /* tableViewMultiSegmentDemoTests */, + 01B05C5217A99857006C5D39 /* Frameworks */, + 01B05C5117A99857006C5D39 /* Products */, + ); + sourceTree = ""; + }; + 01B05C5117A99857006C5D39 /* Products */ = { + isa = PBXGroup; + children = ( + 01B05C5017A99857006C5D39 /* tableViewMultiSegmentDemo.app */, + 01B05C7117A99857006C5D39 /* tableViewMultiSegmentDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01B05C5217A99857006C5D39 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01B05C5317A99857006C5D39 /* Foundation.framework */, + 01B05C5517A99857006C5D39 /* CoreGraphics.framework */, + 01B05C5717A99857006C5D39 /* UIKit.framework */, + 01B05C7217A99857006C5D39 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01B05C5917A99857006C5D39 /* tableViewMultiSegmentDemo */ = { + isa = PBXGroup; + children = ( + 01B05C6217A99857006C5D39 /* AppDelegate.h */, + 01B05C6317A99857006C5D39 /* AppDelegate.m */, + 01B05C6517A99857006C5D39 /* Main.storyboard */, + 01B05C6817A99857006C5D39 /* ViewController.h */, + 01B05C6917A99857006C5D39 /* ViewController.m */, + 01B05C6B17A99857006C5D39 /* Images.xcassets */, + 01B05C5A17A99857006C5D39 /* Supporting Files */, + ); + path = tableViewMultiSegmentDemo; + sourceTree = ""; + }; + 01B05C5A17A99857006C5D39 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B05C5B17A99857006C5D39 /* tableViewMultiSegmentDemo-Info.plist */, + 01B05C5C17A99857006C5D39 /* InfoPlist.strings */, + 01B05C5F17A99857006C5D39 /* main.m */, + 01B05C6117A99857006C5D39 /* tableViewMultiSegmentDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01B05C7817A99857006C5D39 /* tableViewMultiSegmentDemoTests */ = { + isa = PBXGroup; + children = ( + 01B05C7E17A99857006C5D39 /* tableViewMultiSegmentDemoTests.m */, + 01B05C7917A99857006C5D39 /* Supporting Files */, + ); + path = tableViewMultiSegmentDemoTests; + sourceTree = ""; + }; + 01B05C7917A99857006C5D39 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01B05C7A17A99857006C5D39 /* tableViewMultiSegmentDemoTests-Info.plist */, + 01B05C7B17A99857006C5D39 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01B05C4F17A99857006C5D39 /* tableViewMultiSegmentDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B05C8217A99857006C5D39 /* Build configuration list for PBXNativeTarget "tableViewMultiSegmentDemo" */; + buildPhases = ( + 01B05C4C17A99857006C5D39 /* Sources */, + 01B05C4D17A99857006C5D39 /* Frameworks */, + 01B05C4E17A99857006C5D39 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = tableViewMultiSegmentDemo; + productName = tableViewMultiSegmentDemo; + productReference = 01B05C5017A99857006C5D39 /* tableViewMultiSegmentDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01B05C7017A99857006C5D39 /* tableViewMultiSegmentDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01B05C8517A99857006C5D39 /* Build configuration list for PBXNativeTarget "tableViewMultiSegmentDemoTests" */; + buildPhases = ( + 01B05C6D17A99857006C5D39 /* Sources */, + 01B05C6E17A99857006C5D39 /* Frameworks */, + 01B05C6F17A99857006C5D39 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01B05C7717A99857006C5D39 /* PBXTargetDependency */, + ); + name = tableViewMultiSegmentDemoTests; + productName = tableViewMultiSegmentDemoTests; + productReference = 01B05C7117A99857006C5D39 /* tableViewMultiSegmentDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01B05C4817A99857006C5D39 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01B05C7017A99857006C5D39 = { + TestTargetID = 01B05C4F17A99857006C5D39; + }; + }; + }; + buildConfigurationList = 01B05C4B17A99857006C5D39 /* Build configuration list for PBXProject "tableViewMultiSegmentDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01B05C4717A99857006C5D39; + productRefGroup = 01B05C5117A99857006C5D39 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01B05C4F17A99857006C5D39 /* tableViewMultiSegmentDemo */, + 01B05C7017A99857006C5D39 /* tableViewMultiSegmentDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01B05C4E17A99857006C5D39 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C6C17A99857006C5D39 /* Images.xcassets in Resources */, + 01B05C5E17A99857006C5D39 /* InfoPlist.strings in Resources */, + 01B05C6717A99857006C5D39 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B05C6F17A99857006C5D39 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C7D17A99857006C5D39 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01B05C4C17A99857006C5D39 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C6A17A99857006C5D39 /* ViewController.m in Sources */, + 01B05C6417A99857006C5D39 /* AppDelegate.m in Sources */, + 01B05C6017A99857006C5D39 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01B05C6D17A99857006C5D39 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01B05C7F17A99857006C5D39 /* tableViewMultiSegmentDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01B05C7717A99857006C5D39 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01B05C4F17A99857006C5D39 /* tableViewMultiSegmentDemo */; + targetProxy = 01B05C7617A99857006C5D39 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01B05C5C17A99857006C5D39 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B05C5D17A99857006C5D39 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01B05C6517A99857006C5D39 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01B05C6617A99857006C5D39 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01B05C7B17A99857006C5D39 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01B05C7C17A99857006C5D39 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01B05C8017A99857006C5D39 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01B05C8117A99857006C5D39 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01B05C8317A99857006C5D39 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01B05C8417A99857006C5D39 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01B05C8617A99857006C5D39 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/tableViewMultiSegmentDemo.app/tableViewMultiSegmentDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01B05C8717A99857006C5D39 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/tableViewMultiSegmentDemo.app/tableViewMultiSegmentDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01B05C4B17A99857006C5D39 /* Build configuration list for PBXProject "tableViewMultiSegmentDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B05C8017A99857006C5D39 /* Debug */, + 01B05C8117A99857006C5D39 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01B05C8217A99857006C5D39 /* Build configuration list for PBXNativeTarget "tableViewMultiSegmentDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B05C8317A99857006C5D39 /* Debug */, + 01B05C8417A99857006C5D39 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01B05C8517A99857006C5D39 /* Build configuration list for PBXNativeTarget "tableViewMultiSegmentDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01B05C8617A99857006C5D39 /* Debug */, + 01B05C8717A99857006C5D39 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01B05C4817A99857006C5D39 /* Project object */; +} diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..38ed9a8 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..0d4fc2e Binary files /dev/null and b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewMultiSegmentDemo.xcscheme b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewMultiSegmentDemo.xcscheme new file mode 100644 index 0000000..af5a13f --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewMultiSegmentDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..a0d0f49 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + tableViewMultiSegmentDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01B05C4F17A99857006C5D39 + + primary + + + 01B05C7017A99857006C5D39 + + primary + + + + + diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/AppDelegate.h b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/AppDelegate.h new file mode 100644 index 0000000..7d0c675 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// tableViewMultiSegmentDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/AppDelegate.m b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/AppDelegate.m new file mode 100644 index 0000000..d914e5b --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// tableViewMultiSegmentDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Base.lproj/Main.storyboard b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..e0505a2 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Base.lproj/Main.storyboard @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/ViewController.h b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/ViewController.h new file mode 100644 index 0000000..75d5c87 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// tableViewMultiSegmentDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UITableView *teamsTable; +@property (strong, nonatomic) IBOutlet UILabel *lblOutlet; + +@end diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/ViewController.m b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/ViewController.m new file mode 100644 index 0000000..554a0fa --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/ViewController.m @@ -0,0 +1,90 @@ +// +// ViewController.m +// tableViewMultiSegmentDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController +NSArray *countriesArray; +NSArray *sportsArray; + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + _teamsTable.delegate = self; + _teamsTable.dataSource = self; + + countriesArray = [[NSArray alloc] initWithObjects:@"USA", @"Canada", @"Mexico", nil]; + sportsArray = [[NSArray alloc] initWithObjects:@"Baseball", @"Football", @"Hockey", @"Soccer", @"Basketball", nil]; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +-(NSInteger) numberOfSectionsInTableView:(UITableView *)tableView +{ + return 2; +} + +-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section +{ + if(section==0) + { + return [countriesArray count]; + + } + else + { + return [sportsArray count]; + } +} + +-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath +{ + static NSString *simpleTableIdentifier = @"MyCell"; + UITableViewCell *thisCell = [tableView dequeueReusableCellWithIdentifier:simpleTableIdentifier]; + if(thisCell==nil) + { + thisCell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:simpleTableIdentifier]; + + } + if(indexPath.section==0) + { + thisCell.textLabel.text = [countriesArray objectAtIndex:indexPath.row]; + + } + else + { + thisCell.textLabel.text = [sportsArray objectAtIndex:indexPath.row]; + + } + return thisCell; + +} + +-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath +{ + if(indexPath.section==0) + { + _lblOutlet.text = [countriesArray objectAtIndex:indexPath.row]; + + } + else + { + _lblOutlet.text = [sportsArray objectAtIndex:indexPath.row]; + } +} + +@end diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/en.lproj/InfoPlist.strings b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/main.m b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/main.m new file mode 100644 index 0000000..e1e8915 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// tableViewMultiSegmentDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Info.plist b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Prefix.pch b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo/tableViewMultiSegmentDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/en.lproj/InfoPlist.strings b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests-Info.plist b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests.m b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests.m new file mode 100644 index 0000000..17c3957 --- /dev/null +++ b/appCode/tableViewMultiSegmentDemo/tableViewMultiSegmentDemoTests/tableViewMultiSegmentDemoTests.m @@ -0,0 +1,34 @@ +// +// tableViewMultiSegmentDemoTests.m +// tableViewMultiSegmentDemoTests +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface tableViewMultiSegmentDemoTests : XCTestCase + +@end + +@implementation tableViewMultiSegmentDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/tableViewNavDemo/.DS_Store b/appCode/tableViewNavDemo/.DS_Store new file mode 100644 index 0000000..29168f8 Binary files /dev/null and b/appCode/tableViewNavDemo/.DS_Store differ diff --git a/appCode/tableViewNavDemo/TravelDetailsViewController.h b/appCode/tableViewNavDemo/TravelDetailsViewController.h new file mode 100644 index 0000000..fd83af5 --- /dev/null +++ b/appCode/tableViewNavDemo/TravelDetailsViewController.h @@ -0,0 +1,14 @@ +// +// TravelDetailsViewController.h +// tableViewNavDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface TravelDetailsViewController : UIViewController +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; +@property (nonatomic, strong) NSString *navItemName; +@end diff --git a/appCode/tableViewNavDemo/TravelDetailsViewController.m b/appCode/tableViewNavDemo/TravelDetailsViewController.m new file mode 100644 index 0000000..a3baaa0 --- /dev/null +++ b/appCode/tableViewNavDemo/TravelDetailsViewController.m @@ -0,0 +1,19 @@ +// +// TravelDetailsViewController.m +// tableViewNavDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "TravelDetailsViewController.h" + +@implementation TravelDetailsViewController +@synthesize navItemName; +-(void)viewDidLoad +{ + [super viewDidLoad]; + + _lblOutput.text = navItemName; +} +@end diff --git a/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.pbxproj b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..650133d --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.pbxproj @@ -0,0 +1,477 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01373FA417A9E21500B6C16D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FA317A9E21500B6C16D /* Foundation.framework */; }; + 01373FA617A9E21500B6C16D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FA517A9E21500B6C16D /* CoreGraphics.framework */; }; + 01373FA817A9E21500B6C16D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FA717A9E21500B6C16D /* UIKit.framework */; }; + 01373FAE17A9E21500B6C16D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01373FAC17A9E21500B6C16D /* InfoPlist.strings */; }; + 01373FB017A9E21500B6C16D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FAF17A9E21500B6C16D /* main.m */; }; + 01373FB417A9E21500B6C16D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FB317A9E21500B6C16D /* AppDelegate.m */; }; + 01373FB717A9E21500B6C16D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01373FB517A9E21500B6C16D /* Main.storyboard */; }; + 01373FBA17A9E21500B6C16D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FB917A9E21500B6C16D /* ViewController.m */; }; + 01373FBC17A9E21500B6C16D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01373FBB17A9E21500B6C16D /* Images.xcassets */; }; + 01373FC317A9E21500B6C16D /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FC217A9E21500B6C16D /* XCTest.framework */; }; + 01373FC417A9E21500B6C16D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FA317A9E21500B6C16D /* Foundation.framework */; }; + 01373FC517A9E21500B6C16D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01373FA717A9E21500B6C16D /* UIKit.framework */; }; + 01373FCD17A9E21500B6C16D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01373FCB17A9E21500B6C16D /* InfoPlist.strings */; }; + 01373FCF17A9E21500B6C16D /* tableViewNavDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FCE17A9E21500B6C16D /* tableViewNavDemoTests.m */; }; + 01373FDA17A9EE7B00B6C16D /* TravelDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01373FD917A9EE7B00B6C16D /* TravelDetailsViewController.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01373FC617A9E21500B6C16D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01373F9817A9E21500B6C16D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01373F9F17A9E21500B6C16D; + remoteInfo = tableViewNavDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01373FA017A9E21500B6C16D /* tableViewNavDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tableViewNavDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01373FA317A9E21500B6C16D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01373FA517A9E21500B6C16D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01373FA717A9E21500B6C16D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01373FAB17A9E21500B6C16D /* tableViewNavDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "tableViewNavDemo-Info.plist"; sourceTree = ""; }; + 01373FAD17A9E21500B6C16D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01373FAF17A9E21500B6C16D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01373FB117A9E21500B6C16D /* tableViewNavDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "tableViewNavDemo-Prefix.pch"; sourceTree = ""; }; + 01373FB217A9E21500B6C16D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01373FB317A9E21500B6C16D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01373FB617A9E21500B6C16D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01373FB817A9E21500B6C16D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01373FB917A9E21500B6C16D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01373FBB17A9E21500B6C16D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01373FC117A9E21500B6C16D /* tableViewNavDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tableViewNavDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01373FC217A9E21500B6C16D /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01373FCA17A9E21500B6C16D /* tableViewNavDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "tableViewNavDemoTests-Info.plist"; sourceTree = ""; }; + 01373FCC17A9E21500B6C16D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01373FCE17A9E21500B6C16D /* tableViewNavDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = tableViewNavDemoTests.m; sourceTree = ""; }; + 01373FD817A9EE7B00B6C16D /* TravelDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TravelDetailsViewController.h; path = ../TravelDetailsViewController.h; sourceTree = ""; }; + 01373FD917A9EE7B00B6C16D /* TravelDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TravelDetailsViewController.m; path = ../TravelDetailsViewController.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01373F9D17A9E21500B6C16D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01373FA617A9E21500B6C16D /* CoreGraphics.framework in Frameworks */, + 01373FA817A9E21500B6C16D /* UIKit.framework in Frameworks */, + 01373FA417A9E21500B6C16D /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01373FBE17A9E21500B6C16D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01373FC317A9E21500B6C16D /* XCTest.framework in Frameworks */, + 01373FC517A9E21500B6C16D /* UIKit.framework in Frameworks */, + 01373FC417A9E21500B6C16D /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01373F9717A9E21500B6C16D = { + isa = PBXGroup; + children = ( + 01373FA917A9E21500B6C16D /* tableViewNavDemo */, + 01373FC817A9E21500B6C16D /* tableViewNavDemoTests */, + 01373FA217A9E21500B6C16D /* Frameworks */, + 01373FA117A9E21500B6C16D /* Products */, + ); + sourceTree = ""; + }; + 01373FA117A9E21500B6C16D /* Products */ = { + isa = PBXGroup; + children = ( + 01373FA017A9E21500B6C16D /* tableViewNavDemo.app */, + 01373FC117A9E21500B6C16D /* tableViewNavDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01373FA217A9E21500B6C16D /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01373FA317A9E21500B6C16D /* Foundation.framework */, + 01373FA517A9E21500B6C16D /* CoreGraphics.framework */, + 01373FA717A9E21500B6C16D /* UIKit.framework */, + 01373FC217A9E21500B6C16D /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01373FA917A9E21500B6C16D /* tableViewNavDemo */ = { + isa = PBXGroup; + children = ( + 01373FD817A9EE7B00B6C16D /* TravelDetailsViewController.h */, + 01373FD917A9EE7B00B6C16D /* TravelDetailsViewController.m */, + 01373FB217A9E21500B6C16D /* AppDelegate.h */, + 01373FB317A9E21500B6C16D /* AppDelegate.m */, + 01373FB517A9E21500B6C16D /* Main.storyboard */, + 01373FB817A9E21500B6C16D /* ViewController.h */, + 01373FB917A9E21500B6C16D /* ViewController.m */, + 01373FBB17A9E21500B6C16D /* Images.xcassets */, + 01373FAA17A9E21500B6C16D /* Supporting Files */, + ); + path = tableViewNavDemo; + sourceTree = ""; + }; + 01373FAA17A9E21500B6C16D /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01373FAB17A9E21500B6C16D /* tableViewNavDemo-Info.plist */, + 01373FAC17A9E21500B6C16D /* InfoPlist.strings */, + 01373FAF17A9E21500B6C16D /* main.m */, + 01373FB117A9E21500B6C16D /* tableViewNavDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01373FC817A9E21500B6C16D /* tableViewNavDemoTests */ = { + isa = PBXGroup; + children = ( + 01373FCE17A9E21500B6C16D /* tableViewNavDemoTests.m */, + 01373FC917A9E21500B6C16D /* Supporting Files */, + ); + path = tableViewNavDemoTests; + sourceTree = ""; + }; + 01373FC917A9E21500B6C16D /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01373FCA17A9E21500B6C16D /* tableViewNavDemoTests-Info.plist */, + 01373FCB17A9E21500B6C16D /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01373F9F17A9E21500B6C16D /* tableViewNavDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01373FD217A9E21500B6C16D /* Build configuration list for PBXNativeTarget "tableViewNavDemo" */; + buildPhases = ( + 01373F9C17A9E21500B6C16D /* Sources */, + 01373F9D17A9E21500B6C16D /* Frameworks */, + 01373F9E17A9E21500B6C16D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = tableViewNavDemo; + productName = tableViewNavDemo; + productReference = 01373FA017A9E21500B6C16D /* tableViewNavDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01373FC017A9E21500B6C16D /* tableViewNavDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01373FD517A9E21500B6C16D /* Build configuration list for PBXNativeTarget "tableViewNavDemoTests" */; + buildPhases = ( + 01373FBD17A9E21500B6C16D /* Sources */, + 01373FBE17A9E21500B6C16D /* Frameworks */, + 01373FBF17A9E21500B6C16D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01373FC717A9E21500B6C16D /* PBXTargetDependency */, + ); + name = tableViewNavDemoTests; + productName = tableViewNavDemoTests; + productReference = 01373FC117A9E21500B6C16D /* tableViewNavDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01373F9817A9E21500B6C16D /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01373FC017A9E21500B6C16D = { + TestTargetID = 01373F9F17A9E21500B6C16D; + }; + }; + }; + buildConfigurationList = 01373F9B17A9E21500B6C16D /* Build configuration list for PBXProject "tableViewNavDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01373F9717A9E21500B6C16D; + productRefGroup = 01373FA117A9E21500B6C16D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01373F9F17A9E21500B6C16D /* tableViewNavDemo */, + 01373FC017A9E21500B6C16D /* tableViewNavDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01373F9E17A9E21500B6C16D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01373FBC17A9E21500B6C16D /* Images.xcassets in Resources */, + 01373FAE17A9E21500B6C16D /* InfoPlist.strings in Resources */, + 01373FB717A9E21500B6C16D /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01373FBF17A9E21500B6C16D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01373FCD17A9E21500B6C16D /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01373F9C17A9E21500B6C16D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01373FBA17A9E21500B6C16D /* ViewController.m in Sources */, + 01373FB417A9E21500B6C16D /* AppDelegate.m in Sources */, + 01373FB017A9E21500B6C16D /* main.m in Sources */, + 01373FDA17A9EE7B00B6C16D /* TravelDetailsViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01373FBD17A9E21500B6C16D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01373FCF17A9E21500B6C16D /* tableViewNavDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01373FC717A9E21500B6C16D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01373F9F17A9E21500B6C16D /* tableViewNavDemo */; + targetProxy = 01373FC617A9E21500B6C16D /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01373FAC17A9E21500B6C16D /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01373FAD17A9E21500B6C16D /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01373FB517A9E21500B6C16D /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01373FB617A9E21500B6C16D /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01373FCB17A9E21500B6C16D /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01373FCC17A9E21500B6C16D /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01373FD017A9E21500B6C16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01373FD117A9E21500B6C16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01373FD317A9E21500B6C16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewNavDemo/tableViewNavDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewNavDemo/tableViewNavDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01373FD417A9E21500B6C16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewNavDemo/tableViewNavDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewNavDemo/tableViewNavDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01373FD617A9E21500B6C16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/tableViewNavDemo.app/tableViewNavDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewNavDemo/tableViewNavDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "tableViewNavDemoTests/tableViewNavDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01373FD717A9E21500B6C16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/tableViewNavDemo.app/tableViewNavDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "tableViewNavDemo/tableViewNavDemo-Prefix.pch"; + INFOPLIST_FILE = "tableViewNavDemoTests/tableViewNavDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01373F9B17A9E21500B6C16D /* Build configuration list for PBXProject "tableViewNavDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01373FD017A9E21500B6C16D /* Debug */, + 01373FD117A9E21500B6C16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01373FD217A9E21500B6C16D /* Build configuration list for PBXNativeTarget "tableViewNavDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01373FD317A9E21500B6C16D /* Debug */, + 01373FD417A9E21500B6C16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01373FD517A9E21500B6C16D /* Build configuration list for PBXNativeTarget "tableViewNavDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01373FD617A9E21500B6C16D /* Debug */, + 01373FD717A9E21500B6C16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01373F9817A9E21500B6C16D /* Project object */; +} diff --git a/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9f12e78 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..79c9c57 Binary files /dev/null and b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewNavDemo.xcscheme b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewNavDemo.xcscheme new file mode 100644 index 0000000..31473c3 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/tableViewNavDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..191dd39 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + tableViewNavDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01373F9F17A9E21500B6C16D + + primary + + + 01373FC017A9E21500B6C16D + + primary + + + + + diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/AppDelegate.h b/appCode/tableViewNavDemo/tableViewNavDemo/AppDelegate.h new file mode 100644 index 0000000..d71ec3c --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// tableViewNavDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/AppDelegate.m b/appCode/tableViewNavDemo/tableViewNavDemo/AppDelegate.m new file mode 100644 index 0000000..2a8c47e --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// tableViewNavDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/Base.lproj/Main.storyboard b/appCode/tableViewNavDemo/tableViewNavDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..bb690b6 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/Base.lproj/Main.storyboard @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/ViewController.h b/appCode/tableViewNavDemo/tableViewNavDemo/ViewController.h new file mode 100644 index 0000000..4012aee --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/ViewController.h @@ -0,0 +1,14 @@ +// +// ViewController.h +// tableViewNavDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UITableView *placesTable; + +@end diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/ViewController.m b/appCode/tableViewNavDemo/tableViewNavDemo/ViewController.m new file mode 100644 index 0000000..d9128c8 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/ViewController.m @@ -0,0 +1,62 @@ +// +// ViewController.m +// tableViewNavDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" +#import "TravelDetailsViewController.h" +@interface ViewController () + +@end + +@implementation ViewController +NSArray *navItems; +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + _placesTable.dataSource = self; + _placesTable.delegate = self; + navItems = [[NSArray alloc]initWithObjects:@"Continents", + @"Countries", @"Cities", nil]; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section +{ + return [navItems count]; +} + +- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath +{ + static NSString *simpleTableIdentifier = @"navCell"; + + UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:simpleTableIdentifier]; + + if (cell == nil) { + cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:simpleTableIdentifier]; + } + + cell.textLabel.text = [navItems objectAtIndex:indexPath.row]; + return cell; +} + +-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender +{ + if([segue.identifier isEqualToString:@"showDetail"]) + { + NSIndexPath *indexPath = [_placesTable indexPathForSelectedRow]; + TravelDetailsViewController *deetsController = segue.destinationViewController; + deetsController.navItemName = [navItems objectAtIndex:indexPath.row]; + } +} + +@end diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/en.lproj/InfoPlist.strings b/appCode/tableViewNavDemo/tableViewNavDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/main.m b/appCode/tableViewNavDemo/tableViewNavDemo/main.m new file mode 100644 index 0000000..dd6784c --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// tableViewNavDemo +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/tableViewNavDemo-Info.plist b/appCode/tableViewNavDemo/tableViewNavDemo/tableViewNavDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/tableViewNavDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/tableViewNavDemo/tableViewNavDemo/tableViewNavDemo-Prefix.pch b/appCode/tableViewNavDemo/tableViewNavDemo/tableViewNavDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemo/tableViewNavDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/tableViewNavDemo/tableViewNavDemoTests/en.lproj/InfoPlist.strings b/appCode/tableViewNavDemo/tableViewNavDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/tableViewNavDemo/tableViewNavDemoTests/tableViewNavDemoTests-Info.plist b/appCode/tableViewNavDemo/tableViewNavDemoTests/tableViewNavDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemoTests/tableViewNavDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/tableViewNavDemo/tableViewNavDemoTests/tableViewNavDemoTests.m b/appCode/tableViewNavDemo/tableViewNavDemoTests/tableViewNavDemoTests.m new file mode 100644 index 0000000..1fb2827 --- /dev/null +++ b/appCode/tableViewNavDemo/tableViewNavDemoTests/tableViewNavDemoTests.m @@ -0,0 +1,34 @@ +// +// tableViewNavDemoTests.m +// tableViewNavDemoTests +// +// Created by Laurence Moroney on 7/31/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface tableViewNavDemoTests : XCTestCase + +@end + +@implementation tableViewNavDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.pbxproj b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..e62c208 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01EBF32A17A82F4200B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF32917A82F4200B75D52 /* Foundation.framework */; }; + 01EBF32C17A82F4200B75D52 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF32B17A82F4200B75D52 /* CoreGraphics.framework */; }; + 01EBF32E17A82F4200B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF32D17A82F4200B75D52 /* UIKit.framework */; }; + 01EBF33417A82F4200B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF33217A82F4200B75D52 /* InfoPlist.strings */; }; + 01EBF33617A82F4200B75D52 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF33517A82F4200B75D52 /* main.m */; }; + 01EBF33A17A82F4200B75D52 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF33917A82F4200B75D52 /* AppDelegate.m */; }; + 01EBF33D17A82F4200B75D52 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF33B17A82F4200B75D52 /* Main.storyboard */; }; + 01EBF34017A82F4200B75D52 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF33F17A82F4200B75D52 /* ViewController.m */; }; + 01EBF34217A82F4200B75D52 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF34117A82F4200B75D52 /* Images.xcassets */; }; + 01EBF34917A82F4200B75D52 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF34817A82F4200B75D52 /* XCTest.framework */; }; + 01EBF34A17A82F4200B75D52 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF32917A82F4200B75D52 /* Foundation.framework */; }; + 01EBF34B17A82F4200B75D52 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01EBF32D17A82F4200B75D52 /* UIKit.framework */; }; + 01EBF35317A82F4200B75D52 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01EBF35117A82F4200B75D52 /* InfoPlist.strings */; }; + 01EBF35517A82F4200B75D52 /* uiPickerDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EBF35417A82F4200B75D52 /* uiPickerDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01EBF34C17A82F4200B75D52 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01EBF31E17A82F4200B75D52 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01EBF32517A82F4200B75D52; + remoteInfo = uiPickerDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01EBF32617A82F4200B75D52 /* uiPickerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = uiPickerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF32917A82F4200B75D52 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01EBF32B17A82F4200B75D52 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01EBF32D17A82F4200B75D52 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01EBF33117A82F4200B75D52 /* uiPickerDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "uiPickerDemo-Info.plist"; sourceTree = ""; }; + 01EBF33317A82F4200B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF33517A82F4200B75D52 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01EBF33717A82F4200B75D52 /* uiPickerDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "uiPickerDemo-Prefix.pch"; sourceTree = ""; }; + 01EBF33817A82F4200B75D52 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01EBF33917A82F4200B75D52 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01EBF33C17A82F4200B75D52 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01EBF33E17A82F4200B75D52 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01EBF33F17A82F4200B75D52 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01EBF34117A82F4200B75D52 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01EBF34717A82F4200B75D52 /* uiPickerDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = uiPickerDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01EBF34817A82F4200B75D52 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01EBF35017A82F4200B75D52 /* uiPickerDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "uiPickerDemoTests-Info.plist"; sourceTree = ""; }; + 01EBF35217A82F4200B75D52 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01EBF35417A82F4200B75D52 /* uiPickerDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = uiPickerDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01EBF32317A82F4200B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF32C17A82F4200B75D52 /* CoreGraphics.framework in Frameworks */, + 01EBF32E17A82F4200B75D52 /* UIKit.framework in Frameworks */, + 01EBF32A17A82F4200B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF34417A82F4200B75D52 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF34917A82F4200B75D52 /* XCTest.framework in Frameworks */, + 01EBF34B17A82F4200B75D52 /* UIKit.framework in Frameworks */, + 01EBF34A17A82F4200B75D52 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01EBF31D17A82F4200B75D52 = { + isa = PBXGroup; + children = ( + 01EBF32F17A82F4200B75D52 /* uiPickerDemo */, + 01EBF34E17A82F4200B75D52 /* uiPickerDemoTests */, + 01EBF32817A82F4200B75D52 /* Frameworks */, + 01EBF32717A82F4200B75D52 /* Products */, + ); + sourceTree = ""; + }; + 01EBF32717A82F4200B75D52 /* Products */ = { + isa = PBXGroup; + children = ( + 01EBF32617A82F4200B75D52 /* uiPickerDemo.app */, + 01EBF34717A82F4200B75D52 /* uiPickerDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01EBF32817A82F4200B75D52 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01EBF32917A82F4200B75D52 /* Foundation.framework */, + 01EBF32B17A82F4200B75D52 /* CoreGraphics.framework */, + 01EBF32D17A82F4200B75D52 /* UIKit.framework */, + 01EBF34817A82F4200B75D52 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01EBF32F17A82F4200B75D52 /* uiPickerDemo */ = { + isa = PBXGroup; + children = ( + 01EBF33817A82F4200B75D52 /* AppDelegate.h */, + 01EBF33917A82F4200B75D52 /* AppDelegate.m */, + 01EBF33B17A82F4200B75D52 /* Main.storyboard */, + 01EBF33E17A82F4200B75D52 /* ViewController.h */, + 01EBF33F17A82F4200B75D52 /* ViewController.m */, + 01EBF34117A82F4200B75D52 /* Images.xcassets */, + 01EBF33017A82F4200B75D52 /* Supporting Files */, + ); + path = uiPickerDemo; + sourceTree = ""; + }; + 01EBF33017A82F4200B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF33117A82F4200B75D52 /* uiPickerDemo-Info.plist */, + 01EBF33217A82F4200B75D52 /* InfoPlist.strings */, + 01EBF33517A82F4200B75D52 /* main.m */, + 01EBF33717A82F4200B75D52 /* uiPickerDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01EBF34E17A82F4200B75D52 /* uiPickerDemoTests */ = { + isa = PBXGroup; + children = ( + 01EBF35417A82F4200B75D52 /* uiPickerDemoTests.m */, + 01EBF34F17A82F4200B75D52 /* Supporting Files */, + ); + path = uiPickerDemoTests; + sourceTree = ""; + }; + 01EBF34F17A82F4200B75D52 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01EBF35017A82F4200B75D52 /* uiPickerDemoTests-Info.plist */, + 01EBF35117A82F4200B75D52 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01EBF32517A82F4200B75D52 /* uiPickerDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF35817A82F4200B75D52 /* Build configuration list for PBXNativeTarget "uiPickerDemo" */; + buildPhases = ( + 01EBF32217A82F4200B75D52 /* Sources */, + 01EBF32317A82F4200B75D52 /* Frameworks */, + 01EBF32417A82F4200B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = uiPickerDemo; + productName = uiPickerDemo; + productReference = 01EBF32617A82F4200B75D52 /* uiPickerDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01EBF34617A82F4200B75D52 /* uiPickerDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01EBF35B17A82F4200B75D52 /* Build configuration list for PBXNativeTarget "uiPickerDemoTests" */; + buildPhases = ( + 01EBF34317A82F4200B75D52 /* Sources */, + 01EBF34417A82F4200B75D52 /* Frameworks */, + 01EBF34517A82F4200B75D52 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01EBF34D17A82F4200B75D52 /* PBXTargetDependency */, + ); + name = uiPickerDemoTests; + productName = uiPickerDemoTests; + productReference = 01EBF34717A82F4200B75D52 /* uiPickerDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01EBF31E17A82F4200B75D52 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01EBF34617A82F4200B75D52 = { + TestTargetID = 01EBF32517A82F4200B75D52; + }; + }; + }; + buildConfigurationList = 01EBF32117A82F4200B75D52 /* Build configuration list for PBXProject "uiPickerDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01EBF31D17A82F4200B75D52; + productRefGroup = 01EBF32717A82F4200B75D52 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01EBF32517A82F4200B75D52 /* uiPickerDemo */, + 01EBF34617A82F4200B75D52 /* uiPickerDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01EBF32417A82F4200B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF34217A82F4200B75D52 /* Images.xcassets in Resources */, + 01EBF33417A82F4200B75D52 /* InfoPlist.strings in Resources */, + 01EBF33D17A82F4200B75D52 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF34517A82F4200B75D52 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF35317A82F4200B75D52 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01EBF32217A82F4200B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF34017A82F4200B75D52 /* ViewController.m in Sources */, + 01EBF33A17A82F4200B75D52 /* AppDelegate.m in Sources */, + 01EBF33617A82F4200B75D52 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01EBF34317A82F4200B75D52 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01EBF35517A82F4200B75D52 /* uiPickerDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01EBF34D17A82F4200B75D52 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01EBF32517A82F4200B75D52 /* uiPickerDemo */; + targetProxy = 01EBF34C17A82F4200B75D52 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01EBF33217A82F4200B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF33317A82F4200B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01EBF33B17A82F4200B75D52 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01EBF33C17A82F4200B75D52 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01EBF35117A82F4200B75D52 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01EBF35217A82F4200B75D52 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01EBF35617A82F4200B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01EBF35717A82F4200B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01EBF35917A82F4200B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "uiPickerDemo/uiPickerDemo-Prefix.pch"; + INFOPLIST_FILE = "uiPickerDemo/uiPickerDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01EBF35A17A82F4200B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "uiPickerDemo/uiPickerDemo-Prefix.pch"; + INFOPLIST_FILE = "uiPickerDemo/uiPickerDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01EBF35C17A82F4200B75D52 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/uiPickerDemo.app/uiPickerDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "uiPickerDemo/uiPickerDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "uiPickerDemoTests/uiPickerDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01EBF35D17A82F4200B75D52 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/uiPickerDemo.app/uiPickerDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "uiPickerDemo/uiPickerDemo-Prefix.pch"; + INFOPLIST_FILE = "uiPickerDemoTests/uiPickerDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01EBF32117A82F4200B75D52 /* Build configuration list for PBXProject "uiPickerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF35617A82F4200B75D52 /* Debug */, + 01EBF35717A82F4200B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01EBF35817A82F4200B75D52 /* Build configuration list for PBXNativeTarget "uiPickerDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF35917A82F4200B75D52 /* Debug */, + 01EBF35A17A82F4200B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01EBF35B17A82F4200B75D52 /* Build configuration list for PBXNativeTarget "uiPickerDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01EBF35C17A82F4200B75D52 /* Debug */, + 01EBF35D17A82F4200B75D52 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01EBF31E17A82F4200B75D52 /* Project object */; +} diff --git a/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..b0eace2 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..a0bc17e Binary files /dev/null and b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/uiPickerDemo.xcscheme b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/uiPickerDemo.xcscheme new file mode 100644 index 0000000..9c21dc2 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/uiPickerDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..5480816 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + uiPickerDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01EBF32517A82F4200B75D52 + + primary + + + 01EBF34617A82F4200B75D52 + + primary + + + + + diff --git a/appCode/uiPickerDemo/uiPickerDemo/AppDelegate.h b/appCode/uiPickerDemo/uiPickerDemo/AppDelegate.h new file mode 100644 index 0000000..63de42b --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// uiPickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/uiPickerDemo/uiPickerDemo/AppDelegate.m b/appCode/uiPickerDemo/uiPickerDemo/AppDelegate.m new file mode 100644 index 0000000..e61da53 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// uiPickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/uiPickerDemo/uiPickerDemo/Base.lproj/Main.storyboard b/appCode/uiPickerDemo/uiPickerDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..921ce6e --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/Base.lproj/Main.storyboard @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/uiPickerDemo/uiPickerDemo/ViewController.h b/appCode/uiPickerDemo/uiPickerDemo/ViewController.h new file mode 100644 index 0000000..c10a76e --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// uiPickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UIPickerView *myPicker; +@property (strong, nonatomic) IBOutlet UILabel *lblOutput; + +@end diff --git a/appCode/uiPickerDemo/uiPickerDemo/ViewController.m b/appCode/uiPickerDemo/uiPickerDemo/ViewController.m new file mode 100644 index 0000000..784ef9c --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/ViewController.m @@ -0,0 +1,68 @@ +// +// ViewController.m +// uiPickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController +NSArray *teamNames; + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + teamNames = [[NSArray alloc] initWithObjects:@"Liverpool", + @"Manchester United", + @"Manchester City", + @"Cardiff City", + @"Arsenal", + @"Chelsea", + @"Spurs", nil]; + _myPicker.delegate = self; + _myPicker.dataSource = self; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +-(NSInteger)numberOfComponentsInPickerView:(UIPickerView *)pickerView +{ + return 2; +} + +-(NSInteger)pickerView:(UIPickerView *)pickerView numberOfRowsInComponent:(NSInteger)component +{ + NSInteger nReturn; + switch(component) + { + case 0: + nReturn = [teamNames count]; + break; + case 1: + nReturn = [teamPredictions] + } + return [teamNames count]; + +} + +-(NSString *)pickerView:(UIPickerView *)pickerView titleForRow:(NSInteger)row forComponent:(NSInteger)component +{ + return [teamNames objectAtIndex:row]; +} + +-(void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component +{ + +} +@end diff --git a/appCode/uiPickerDemo/uiPickerDemo/en.lproj/InfoPlist.strings b/appCode/uiPickerDemo/uiPickerDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/uiPickerDemo/uiPickerDemo/main.m b/appCode/uiPickerDemo/uiPickerDemo/main.m new file mode 100644 index 0000000..e69e345 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// uiPickerDemo +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/uiPickerDemo/uiPickerDemo/uiPickerDemo-Info.plist b/appCode/uiPickerDemo/uiPickerDemo/uiPickerDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/uiPickerDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/uiPickerDemo/uiPickerDemo/uiPickerDemo-Prefix.pch b/appCode/uiPickerDemo/uiPickerDemo/uiPickerDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemo/uiPickerDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/uiPickerDemo/uiPickerDemoTests/en.lproj/InfoPlist.strings b/appCode/uiPickerDemo/uiPickerDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/uiPickerDemo/uiPickerDemoTests/uiPickerDemoTests-Info.plist b/appCode/uiPickerDemo/uiPickerDemoTests/uiPickerDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemoTests/uiPickerDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/uiPickerDemo/uiPickerDemoTests/uiPickerDemoTests.m b/appCode/uiPickerDemo/uiPickerDemoTests/uiPickerDemoTests.m new file mode 100644 index 0000000..466208d --- /dev/null +++ b/appCode/uiPickerDemo/uiPickerDemoTests/uiPickerDemoTests.m @@ -0,0 +1,34 @@ +// +// uiPickerDemoTests.m +// uiPickerDemoTests +// +// Created by Laurence Moroney on 7/30/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface uiPickerDemoTests : XCTestCase + +@end + +@implementation uiPickerDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/appCode/webViewDemo/webViewDemo.xcodeproj/project.pbxproj b/appCode/webViewDemo/webViewDemo.xcodeproj/project.pbxproj new file mode 100644 index 0000000..ed77ebc --- /dev/null +++ b/appCode/webViewDemo/webViewDemo.xcodeproj/project.pbxproj @@ -0,0 +1,469 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 01C1FF7A17ABFB2E00B2B8E6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FF7917ABFB2E00B2B8E6 /* Foundation.framework */; }; + 01C1FF7C17ABFB2E00B2B8E6 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FF7B17ABFB2E00B2B8E6 /* CoreGraphics.framework */; }; + 01C1FF7E17ABFB2E00B2B8E6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FF7D17ABFB2E00B2B8E6 /* UIKit.framework */; }; + 01C1FF8417ABFB2E00B2B8E6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FF8217ABFB2E00B2B8E6 /* InfoPlist.strings */; }; + 01C1FF8617ABFB2E00B2B8E6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FF8517ABFB2E00B2B8E6 /* main.m */; }; + 01C1FF8A17ABFB2E00B2B8E6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FF8917ABFB2E00B2B8E6 /* AppDelegate.m */; }; + 01C1FF8D17ABFB2E00B2B8E6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FF8B17ABFB2E00B2B8E6 /* Main.storyboard */; }; + 01C1FF9017ABFB2E00B2B8E6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FF8F17ABFB2E00B2B8E6 /* ViewController.m */; }; + 01C1FF9217ABFB2E00B2B8E6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FF9117ABFB2E00B2B8E6 /* Images.xcassets */; }; + 01C1FF9917ABFB2F00B2B8E6 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FF9817ABFB2F00B2B8E6 /* XCTest.framework */; }; + 01C1FF9A17ABFB2F00B2B8E6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FF7917ABFB2E00B2B8E6 /* Foundation.framework */; }; + 01C1FF9B17ABFB2F00B2B8E6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1FF7D17ABFB2E00B2B8E6 /* UIKit.framework */; }; + 01C1FFA317ABFB2F00B2B8E6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 01C1FFA117ABFB2F00B2B8E6 /* InfoPlist.strings */; }; + 01C1FFA517ABFB2F00B2B8E6 /* webViewDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C1FFA417ABFB2F00B2B8E6 /* webViewDemoTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 01C1FF9C17ABFB2F00B2B8E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 01C1FF6E17ABFB2E00B2B8E6 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 01C1FF7517ABFB2E00B2B8E6; + remoteInfo = webViewDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01C1FF7617ABFB2E00B2B8E6 /* webViewDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = webViewDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 01C1FF7917ABFB2E00B2B8E6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 01C1FF7B17ABFB2E00B2B8E6 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 01C1FF7D17ABFB2E00B2B8E6 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 01C1FF8117ABFB2E00B2B8E6 /* webViewDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "webViewDemo-Info.plist"; sourceTree = ""; }; + 01C1FF8317ABFB2E00B2B8E6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01C1FF8517ABFB2E00B2B8E6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 01C1FF8717ABFB2E00B2B8E6 /* webViewDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "webViewDemo-Prefix.pch"; sourceTree = ""; }; + 01C1FF8817ABFB2E00B2B8E6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 01C1FF8917ABFB2E00B2B8E6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 01C1FF8C17ABFB2E00B2B8E6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 01C1FF8E17ABFB2E00B2B8E6 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + 01C1FF8F17ABFB2E00B2B8E6 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + 01C1FF9117ABFB2E00B2B8E6 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 01C1FF9717ABFB2F00B2B8E6 /* webViewDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = webViewDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 01C1FF9817ABFB2F00B2B8E6 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 01C1FFA017ABFB2F00B2B8E6 /* webViewDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "webViewDemoTests-Info.plist"; sourceTree = ""; }; + 01C1FFA217ABFB2F00B2B8E6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 01C1FFA417ABFB2F00B2B8E6 /* webViewDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = webViewDemoTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 01C1FF7317ABFB2E00B2B8E6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF7C17ABFB2E00B2B8E6 /* CoreGraphics.framework in Frameworks */, + 01C1FF7E17ABFB2E00B2B8E6 /* UIKit.framework in Frameworks */, + 01C1FF7A17ABFB2E00B2B8E6 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01C1FF9417ABFB2F00B2B8E6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF9917ABFB2F00B2B8E6 /* XCTest.framework in Frameworks */, + 01C1FF9B17ABFB2F00B2B8E6 /* UIKit.framework in Frameworks */, + 01C1FF9A17ABFB2F00B2B8E6 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 01C1FF6D17ABFB2E00B2B8E6 = { + isa = PBXGroup; + children = ( + 01C1FF7F17ABFB2E00B2B8E6 /* webViewDemo */, + 01C1FF9E17ABFB2F00B2B8E6 /* webViewDemoTests */, + 01C1FF7817ABFB2E00B2B8E6 /* Frameworks */, + 01C1FF7717ABFB2E00B2B8E6 /* Products */, + ); + sourceTree = ""; + }; + 01C1FF7717ABFB2E00B2B8E6 /* Products */ = { + isa = PBXGroup; + children = ( + 01C1FF7617ABFB2E00B2B8E6 /* webViewDemo.app */, + 01C1FF9717ABFB2F00B2B8E6 /* webViewDemoTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 01C1FF7817ABFB2E00B2B8E6 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 01C1FF7917ABFB2E00B2B8E6 /* Foundation.framework */, + 01C1FF7B17ABFB2E00B2B8E6 /* CoreGraphics.framework */, + 01C1FF7D17ABFB2E00B2B8E6 /* UIKit.framework */, + 01C1FF9817ABFB2F00B2B8E6 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 01C1FF7F17ABFB2E00B2B8E6 /* webViewDemo */ = { + isa = PBXGroup; + children = ( + 01C1FF8817ABFB2E00B2B8E6 /* AppDelegate.h */, + 01C1FF8917ABFB2E00B2B8E6 /* AppDelegate.m */, + 01C1FF8B17ABFB2E00B2B8E6 /* Main.storyboard */, + 01C1FF8E17ABFB2E00B2B8E6 /* ViewController.h */, + 01C1FF8F17ABFB2E00B2B8E6 /* ViewController.m */, + 01C1FF9117ABFB2E00B2B8E6 /* Images.xcassets */, + 01C1FF8017ABFB2E00B2B8E6 /* Supporting Files */, + ); + path = webViewDemo; + sourceTree = ""; + }; + 01C1FF8017ABFB2E00B2B8E6 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01C1FF8117ABFB2E00B2B8E6 /* webViewDemo-Info.plist */, + 01C1FF8217ABFB2E00B2B8E6 /* InfoPlist.strings */, + 01C1FF8517ABFB2E00B2B8E6 /* main.m */, + 01C1FF8717ABFB2E00B2B8E6 /* webViewDemo-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 01C1FF9E17ABFB2F00B2B8E6 /* webViewDemoTests */ = { + isa = PBXGroup; + children = ( + 01C1FFA417ABFB2F00B2B8E6 /* webViewDemoTests.m */, + 01C1FF9F17ABFB2F00B2B8E6 /* Supporting Files */, + ); + path = webViewDemoTests; + sourceTree = ""; + }; + 01C1FF9F17ABFB2F00B2B8E6 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 01C1FFA017ABFB2F00B2B8E6 /* webViewDemoTests-Info.plist */, + 01C1FFA117ABFB2F00B2B8E6 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 01C1FF7517ABFB2E00B2B8E6 /* webViewDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01C1FFA817ABFB2F00B2B8E6 /* Build configuration list for PBXNativeTarget "webViewDemo" */; + buildPhases = ( + 01C1FF7217ABFB2E00B2B8E6 /* Sources */, + 01C1FF7317ABFB2E00B2B8E6 /* Frameworks */, + 01C1FF7417ABFB2E00B2B8E6 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = webViewDemo; + productName = webViewDemo; + productReference = 01C1FF7617ABFB2E00B2B8E6 /* webViewDemo.app */; + productType = "com.apple.product-type.application"; + }; + 01C1FF9617ABFB2F00B2B8E6 /* webViewDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 01C1FFAB17ABFB2F00B2B8E6 /* Build configuration list for PBXNativeTarget "webViewDemoTests" */; + buildPhases = ( + 01C1FF9317ABFB2F00B2B8E6 /* Sources */, + 01C1FF9417ABFB2F00B2B8E6 /* Frameworks */, + 01C1FF9517ABFB2F00B2B8E6 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 01C1FF9D17ABFB2F00B2B8E6 /* PBXTargetDependency */, + ); + name = webViewDemoTests; + productName = webViewDemoTests; + productReference = 01C1FF9717ABFB2F00B2B8E6 /* webViewDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 01C1FF6E17ABFB2E00B2B8E6 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Laurence Moroney"; + TargetAttributes = { + 01C1FF9617ABFB2F00B2B8E6 = { + TestTargetID = 01C1FF7517ABFB2E00B2B8E6; + }; + }; + }; + buildConfigurationList = 01C1FF7117ABFB2E00B2B8E6 /* Build configuration list for PBXProject "webViewDemo" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 01C1FF6D17ABFB2E00B2B8E6; + productRefGroup = 01C1FF7717ABFB2E00B2B8E6 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 01C1FF7517ABFB2E00B2B8E6 /* webViewDemo */, + 01C1FF9617ABFB2F00B2B8E6 /* webViewDemoTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 01C1FF7417ABFB2E00B2B8E6 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF9217ABFB2E00B2B8E6 /* Images.xcassets in Resources */, + 01C1FF8417ABFB2E00B2B8E6 /* InfoPlist.strings in Resources */, + 01C1FF8D17ABFB2E00B2B8E6 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01C1FF9517ABFB2F00B2B8E6 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FFA317ABFB2F00B2B8E6 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 01C1FF7217ABFB2E00B2B8E6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FF9017ABFB2E00B2B8E6 /* ViewController.m in Sources */, + 01C1FF8A17ABFB2E00B2B8E6 /* AppDelegate.m in Sources */, + 01C1FF8617ABFB2E00B2B8E6 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 01C1FF9317ABFB2F00B2B8E6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 01C1FFA517ABFB2F00B2B8E6 /* webViewDemoTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 01C1FF9D17ABFB2F00B2B8E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 01C1FF7517ABFB2E00B2B8E6 /* webViewDemo */; + targetProxy = 01C1FF9C17ABFB2F00B2B8E6 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 01C1FF8217ABFB2E00B2B8E6 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01C1FF8317ABFB2E00B2B8E6 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 01C1FF8B17ABFB2E00B2B8E6 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 01C1FF8C17ABFB2E00B2B8E6 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 01C1FFA117ABFB2F00B2B8E6 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 01C1FFA217ABFB2F00B2B8E6 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 01C1FFA617ABFB2F00B2B8E6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 01C1FFA717ABFB2F00B2B8E6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 01C1FFA917ABFB2F00B2B8E6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "webViewDemo/webViewDemo-Prefix.pch"; + INFOPLIST_FILE = "webViewDemo/webViewDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 01C1FFAA17ABFB2F00B2B8E6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "webViewDemo/webViewDemo-Prefix.pch"; + INFOPLIST_FILE = "webViewDemo/webViewDemo-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 01C1FFAC17ABFB2F00B2B8E6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/webViewDemo.app/webViewDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "webViewDemo/webViewDemo-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "webViewDemoTests/webViewDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 01C1FFAD17ABFB2F00B2B8E6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/webViewDemo.app/webViewDemo"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "webViewDemo/webViewDemo-Prefix.pch"; + INFOPLIST_FILE = "webViewDemoTests/webViewDemoTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 01C1FF7117ABFB2E00B2B8E6 /* Build configuration list for PBXProject "webViewDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01C1FFA617ABFB2F00B2B8E6 /* Debug */, + 01C1FFA717ABFB2F00B2B8E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 01C1FFA817ABFB2F00B2B8E6 /* Build configuration list for PBXNativeTarget "webViewDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01C1FFA917ABFB2F00B2B8E6 /* Debug */, + 01C1FFAA17ABFB2F00B2B8E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 01C1FFAB17ABFB2F00B2B8E6 /* Build configuration list for PBXNativeTarget "webViewDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01C1FFAC17ABFB2F00B2B8E6 /* Debug */, + 01C1FFAD17ABFB2F00B2B8E6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 01C1FF6E17ABFB2E00B2B8E6 /* Project object */; +} diff --git a/appCode/webViewDemo/webViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/appCode/webViewDemo/webViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..12655f1 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/appCode/webViewDemo/webViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate b/appCode/webViewDemo/webViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..e4692c0 Binary files /dev/null and b/appCode/webViewDemo/webViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lmoroney.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..fe2b454 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,5 @@ + + + diff --git a/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/webViewDemo.xcscheme b/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/webViewDemo.xcscheme new file mode 100644 index 0000000..937d419 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/webViewDemo.xcscheme @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist b/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..8e98632 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo.xcodeproj/xcuserdata/lmoroney.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + webViewDemo.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 01C1FF7517ABFB2E00B2B8E6 + + primary + + + 01C1FF9617ABFB2F00B2B8E6 + + primary + + + + + diff --git a/appCode/webViewDemo/webViewDemo/AppDelegate.h b/appCode/webViewDemo/webViewDemo/AppDelegate.h new file mode 100644 index 0000000..9eef1f9 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// webViewDemo +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/appCode/webViewDemo/webViewDemo/AppDelegate.m b/appCode/webViewDemo/webViewDemo/AppDelegate.m new file mode 100644 index 0000000..fd09932 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/AppDelegate.m @@ -0,0 +1,46 @@ +// +// AppDelegate.m +// webViewDemo +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application +{ + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application +{ + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application +{ + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application +{ + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application +{ + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/appCode/webViewDemo/webViewDemo/Base.lproj/Main.storyboard b/appCode/webViewDemo/webViewDemo/Base.lproj/Main.storyboard new file mode 100644 index 0000000..3c14132 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/Base.lproj/Main.storyboard @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/appCode/webViewDemo/webViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/appCode/webViewDemo/webViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/webViewDemo/webViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json b/appCode/webViewDemo/webViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "orientation" : "portrait", + "idiom" : "iphone", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + }, + { + "orientation" : "portrait", + "idiom" : "iphone", + "subtype" : "retina4", + "extent" : "full-screen", + "minimum-system-version" : "7.0", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/appCode/webViewDemo/webViewDemo/ViewController.h b/appCode/webViewDemo/webViewDemo/ViewController.h new file mode 100644 index 0000000..f781e75 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/ViewController.h @@ -0,0 +1,17 @@ +// +// ViewController.h +// webViewDemo +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface ViewController : UIViewController +@property (strong, nonatomic) IBOutlet UIWebView *webView; +@property (strong, nonatomic) IBOutlet UITextField *txtAddress; +- (IBAction)AddressChanged:(id)sender; +- (IBAction)GoPressed:(id)sender; + +@end diff --git a/appCode/webViewDemo/webViewDemo/ViewController.m b/appCode/webViewDemo/webViewDemo/ViewController.m new file mode 100644 index 0000000..6d01210 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/ViewController.m @@ -0,0 +1,63 @@ +// +// ViewController.m +// webViewDemo +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad +{ + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. + _txtAddress.delegate = self; +} + +- (void)didReceiveMemoryWarning +{ + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +- (IBAction)AddressChanged:(id)sender { + [self CallWeb]; +} + +- (IBAction)GoPressed:(id)sender { + [self CallWeb]; +} + +-(BOOL)textFieldShouldReturn:(UITextField *)textField +{ + [self CallWeb]; + return true; +} + +-(void)CallWeb +{ + NSString *addr = _txtAddress.text; + [_txtAddress resignFirstResponder]; + NSString *urlString; + addr = [addr lowercaseString]; + if([addr rangeOfString:@"http://"].location == NSNotFound) + { + urlString = @"http://"; + urlString = [urlString stringByAppendingString:addr]; + } + else + { + urlString = addr; + } + NSURL *url = [NSURL URLWithString:urlString]; + NSURLRequest *theRequest = [NSURLRequest requestWithURL:url]; + [_webView loadRequest:theRequest]; +} +@end diff --git a/appCode/webViewDemo/webViewDemo/en.lproj/InfoPlist.strings b/appCode/webViewDemo/webViewDemo/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/webViewDemo/webViewDemo/main.m b/appCode/webViewDemo/webViewDemo/main.m new file mode 100644 index 0000000..b1930b2 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/main.m @@ -0,0 +1,18 @@ +// +// main.m +// webViewDemo +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/appCode/webViewDemo/webViewDemo/webViewDemo-Info.plist b/appCode/webViewDemo/webViewDemo/webViewDemo-Info.plist new file mode 100644 index 0000000..632d078 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/webViewDemo-Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/appCode/webViewDemo/webViewDemo/webViewDemo-Prefix.pch b/appCode/webViewDemo/webViewDemo/webViewDemo-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/appCode/webViewDemo/webViewDemo/webViewDemo-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/appCode/webViewDemo/webViewDemoTests/en.lproj/InfoPlist.strings b/appCode/webViewDemo/webViewDemoTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/appCode/webViewDemo/webViewDemoTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/appCode/webViewDemo/webViewDemoTests/webViewDemoTests-Info.plist b/appCode/webViewDemo/webViewDemoTests/webViewDemoTests-Info.plist new file mode 100644 index 0000000..4fa1d91 --- /dev/null +++ b/appCode/webViewDemo/webViewDemoTests/webViewDemoTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.ios7developer.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/appCode/webViewDemo/webViewDemoTests/webViewDemoTests.m b/appCode/webViewDemo/webViewDemoTests/webViewDemoTests.m new file mode 100644 index 0000000..dde8168 --- /dev/null +++ b/appCode/webViewDemo/webViewDemoTests/webViewDemoTests.m @@ -0,0 +1,34 @@ +// +// webViewDemoTests.m +// webViewDemoTests +// +// Created by Laurence Moroney on 8/2/13. +// Copyright (c) 2013 Laurence Moroney. All rights reserved. +// + +#import + +@interface webViewDemoTests : XCTestCase + +@end + +@implementation webViewDemoTests + +- (void)setUp +{ + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown +{ + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..f6005ad --- /dev/null +++ b/contributing.md @@ -0,0 +1,14 @@ +# Contributing to Apress Source Code + +Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers. + +## How to Contribute + +1. Make sure you have a GitHub account. +2. Fork the repository for the relevant book. +3. Create a new branch on which to make your change, e.g. +`git checkout -b my_code_contribution` +4. Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted. +5. Submit a pull request. + +Thank you for your contribution! \ No newline at end of file