iCuke 0.5.5 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. data/.gitignore +2 -0
  2. data/.gitmodules +3 -0
  3. data/README.rdoc +8 -7
  4. data/Rakefile +10 -30
  5. data/VERSION +1 -1
  6. data/app/.gitignore +3 -0
  7. data/app/LICENSE +20 -0
  8. data/app/Readme.markdown +3 -0
  9. data/app/Shared/AppDelegate_Shared.h +17 -0
  10. data/app/Shared/AppDelegate_Shared.m +25 -0
  11. data/app/{images/yellowslide.png → Shared/Icon.png} +0 -0
  12. data/app/Shared/ModalViewController.h +15 -0
  13. data/app/Shared/ModalViewController.m +96 -0
  14. data/app/Shared/TestViewController_Shared.h +15 -0
  15. data/app/Shared/TestViewController_Shared.m +43 -0
  16. data/app/{Info.plist → Shared/Universal-Info.plist} +17 -4
  17. data/app/Shared/Universal_Prefix.pch +8 -0
  18. data/app/Shared/main.m +14 -0
  19. data/app/Universal.xcodeproj/project.pbxproj +301 -0
  20. data/app/iPad/AppDelegate_Pad.h +15 -0
  21. data/app/iPad/AppDelegate_Pad.m +28 -0
  22. data/app/iPad/Default-Landscape.png +0 -0
  23. data/app/iPad/Default-Portrait.png +0 -0
  24. data/app/iPad/MainWindow_Pad.xib +343 -0
  25. data/app/iPad/TestViewController_Pad.h +15 -0
  26. data/app/iPad/TestViewController_Pad.m +52 -0
  27. data/app/iPhone/AppDelegate_Phone.h +15 -0
  28. data/app/iPhone/AppDelegate_Phone.m +28 -0
  29. data/app/{images/segment_search.png → iPhone/Default.png} +0 -0
  30. data/app/iPhone/MainWindow_Phone.xib +363 -0
  31. data/app/iPhone/TestViewController_Phone.h +15 -0
  32. data/app/iPhone/TestViewController_Phone.m +36 -0
  33. data/bin/.gitignore +1 -0
  34. data/bin/icuke +10 -0
  35. data/bin/icuke-module +17 -0
  36. data/ext/.gitignore +1 -0
  37. data/ext/Rakefile +6 -0
  38. data/ext/WaxSim/Simulator.h +31 -0
  39. data/ext/WaxSim/Simulator.m +131 -0
  40. data/ext/WaxSim/WaxSim.m +110 -0
  41. data/ext/WaxSim/WaxSim.xcodeproj/project.pbxproj +238 -0
  42. data/ext/WaxSim/WaxSim_Prefix.pch +7 -0
  43. data/ext/WaxSim/iPhoneSimulatorRemoteClient/iPhoneSimulatorRemoteClient.h +126 -0
  44. data/ext/iCuke/Rakefile +14 -17
  45. data/ext/iCuke/libicuke-sdk3.1.dylib +0 -0
  46. data/ext/iCuke/libicuke-sdk4.0.dylib +0 -0
  47. data/ext/iCuke/libicuke.dylib +0 -0
  48. data/ext/iCuke/{DefaultsResponse.h → sdk3.1/DefaultsResponse.h} +0 -0
  49. data/ext/iCuke/{DefaultsResponse.m → sdk3.1/DefaultsResponse.m} +0 -0
  50. data/ext/iCuke/{EventResponse.h → sdk3.1/EventResponse.h} +0 -0
  51. data/ext/iCuke/{EventResponse.m → sdk3.1/EventResponse.m} +0 -0
  52. data/ext/iCuke/sdk3.1/ModuleResponse.h +5 -0
  53. data/ext/iCuke/sdk3.1/ModuleResponse.m +76 -0
  54. data/ext/iCuke/sdk3.1/Rakefile +20 -0
  55. data/ext/iCuke/{Recorder.h → sdk3.1/Recorder.h} +0 -0
  56. data/ext/iCuke/{Recorder.m → sdk3.1/Recorder.m} +0 -0
  57. data/ext/iCuke/{RecorderResponse.h → sdk3.1/RecorderResponse.h} +0 -0
  58. data/ext/iCuke/{RecorderResponse.m → sdk3.1/RecorderResponse.m} +0 -0
  59. data/ext/iCuke/{SynthesizeSingleton.h → sdk3.1/SynthesizeSingleton.h} +0 -0
  60. data/ext/iCuke/{ViewResponse.h → sdk3.1/ViewResponse.h} +0 -0
  61. data/ext/iCuke/{ViewResponse.m → sdk3.1/ViewResponse.m} +0 -0
  62. data/ext/iCuke/{Viewer.h → sdk3.1/Viewer.h} +0 -0
  63. data/ext/iCuke/sdk3.1/Viewer.m +203 -0
  64. data/ext/iCuke/{iCukeHTTPResponseHandler.h → sdk3.1/iCukeHTTPResponseHandler.h} +0 -0
  65. data/ext/iCuke/{iCukeHTTPResponseHandler.m → sdk3.1/iCukeHTTPResponseHandler.m} +0 -0
  66. data/ext/iCuke/{iCukeHTTPServer.h → sdk3.1/iCukeHTTPServer.h} +0 -0
  67. data/ext/iCuke/{iCukeHTTPServer.m → sdk3.1/iCukeHTTPServer.m} +0 -0
  68. data/ext/iCuke/{iCukeServer.h → sdk3.1/iCukeServer.h} +0 -2
  69. data/ext/iCuke/{iCukeServer.m → sdk3.1/iCukeServer.m} +22 -20
  70. data/ext/iCuke/{json → sdk3.1/json}/JSON.h +0 -0
  71. data/ext/iCuke/{json → sdk3.1/json}/NSObject+SBJSON.h +0 -0
  72. data/ext/iCuke/{json → sdk3.1/json}/NSObject+SBJSON.m +0 -0
  73. data/ext/iCuke/{json → sdk3.1/json}/NSString+SBJSON.h +0 -0
  74. data/ext/iCuke/{json → sdk3.1/json}/NSString+SBJSON.m +0 -0
  75. data/ext/iCuke/{json → sdk3.1/json}/SBJSON.h +0 -0
  76. data/ext/iCuke/{json → sdk3.1/json}/SBJSON.m +0 -0
  77. data/ext/iCuke/{json → sdk3.1/json}/SBJsonBase.h +0 -0
  78. data/ext/iCuke/{json → sdk3.1/json}/SBJsonBase.m +0 -0
  79. data/ext/iCuke/{json → sdk3.1/json}/SBJsonParser.h +0 -0
  80. data/ext/iCuke/{json → sdk3.1/json}/SBJsonParser.m +0 -0
  81. data/ext/iCuke/{json → sdk3.1/json}/SBJsonWriter.h +0 -0
  82. data/ext/iCuke/{json → sdk3.1/json}/SBJsonWriter.m +0 -0
  83. data/ext/iCuke/sdk4.0/DefaultsResponse.h +5 -0
  84. data/ext/iCuke/sdk4.0/DefaultsResponse.m +66 -0
  85. data/ext/iCuke/sdk4.0/EventResponse.h +5 -0
  86. data/ext/iCuke/sdk4.0/EventResponse.m +130 -0
  87. data/ext/iCuke/sdk4.0/ModuleResponse.h +5 -0
  88. data/ext/iCuke/sdk4.0/ModuleResponse.m +76 -0
  89. data/ext/iCuke/sdk4.0/Rakefile +20 -0
  90. data/ext/iCuke/sdk4.0/Recorder.h +17 -0
  91. data/ext/iCuke/sdk4.0/Recorder.m +90 -0
  92. data/ext/iCuke/sdk4.0/RecorderResponse.h +6 -0
  93. data/ext/iCuke/sdk4.0/RecorderResponse.m +68 -0
  94. data/ext/iCuke/sdk4.0/SynthesizeSingleton.h +68 -0
  95. data/ext/iCuke/sdk4.0/ViewResponse.h +5 -0
  96. data/ext/iCuke/sdk4.0/ViewResponse.m +84 -0
  97. data/ext/iCuke/sdk4.0/Viewer.h +8 -0
  98. data/ext/iCuke/{Viewer.m → sdk4.0/Viewer.m} +14 -0
  99. data/ext/iCuke/sdk4.0/iCukeHTTPResponseHandler.h +50 -0
  100. data/ext/iCuke/sdk4.0/iCukeHTTPResponseHandler.m +381 -0
  101. data/ext/iCuke/sdk4.0/iCukeHTTPServer.h +53 -0
  102. data/ext/iCuke/sdk4.0/iCukeHTTPServer.m +365 -0
  103. data/ext/iCuke/sdk4.0/iCukeServer.h +14 -0
  104. data/ext/iCuke/sdk4.0/iCukeServer.m +65 -0
  105. data/ext/iCuke/sdk4.0/json/JSON.h +50 -0
  106. data/ext/iCuke/sdk4.0/json/NSObject+SBJSON.h +68 -0
  107. data/ext/iCuke/sdk4.0/json/NSObject+SBJSON.m +53 -0
  108. data/ext/iCuke/sdk4.0/json/NSString+SBJSON.h +58 -0
  109. data/ext/iCuke/sdk4.0/json/NSString+SBJSON.m +55 -0
  110. data/ext/iCuke/sdk4.0/json/SBJSON.h +75 -0
  111. data/ext/iCuke/sdk4.0/json/SBJSON.m +212 -0
  112. data/ext/iCuke/sdk4.0/json/SBJsonBase.h +86 -0
  113. data/ext/iCuke/sdk4.0/json/SBJsonBase.m +78 -0
  114. data/ext/iCuke/sdk4.0/json/SBJsonParser.h +87 -0
  115. data/ext/iCuke/sdk4.0/json/SBJsonParser.m +475 -0
  116. data/ext/iCuke/sdk4.0/json/SBJsonWriter.h +129 -0
  117. data/ext/iCuke/sdk4.0/json/SBJsonWriter.m +228 -0
  118. data/features/iphone.feature +15 -0
  119. data/features/support/env.rb +1 -1
  120. data/iCuke.gemspec +118 -114
  121. data/lib/icuke/cucumber.rb +93 -64
  122. data/lib/icuke/screen.rb +110 -0
  123. data/lib/icuke/sdk.rb +134 -0
  124. data/lib/icuke/simulate.rb +9 -5
  125. data/lib/icuke/simulator.rb +10 -11
  126. data/lib/icuke/waxsim.rb +36 -0
  127. data/lib/icuke.rb +2 -1
  128. metadata +124 -129
  129. data/app/AlertsViewController.h +0 -59
  130. data/app/AlertsViewController.m +0 -341
  131. data/app/AppDelegate.h +0 -60
  132. data/app/AppDelegate.m +0 -101
  133. data/app/ButtonsViewController.h +0 -80
  134. data/app/ButtonsViewController.m +0 -448
  135. data/app/Constants.h +0 -58
  136. data/app/ControlsViewController.h +0 -72
  137. data/app/ControlsViewController.m +0 -379
  138. data/app/ImagesViewController.h +0 -62
  139. data/app/ImagesViewController.m +0 -137
  140. data/app/MainViewController.h +0 -57
  141. data/app/MainViewController.m +0 -262
  142. data/app/Picker/CustomPickerDataSource.h +0 -55
  143. data/app/Picker/CustomPickerDataSource.m +0 -135
  144. data/app/Picker/CustomView.h +0 -62
  145. data/app/Picker/CustomView.m +0 -119
  146. data/app/PickerViewController.h +0 -88
  147. data/app/PickerViewController.m +0 -402
  148. data/app/Prefix.pch +0 -5
  149. data/app/ReadMe.txt +0 -82
  150. data/app/SearchBarController.h +0 -58
  151. data/app/SearchBarController.m +0 -105
  152. data/app/SegmentViewController.h +0 -54
  153. data/app/SegmentViewController.m +0 -195
  154. data/app/TextFieldController.h +0 -67
  155. data/app/TextFieldController.m +0 -342
  156. data/app/TextViewController.h +0 -57
  157. data/app/TextViewController.m +0 -164
  158. data/app/ToolbarViewController.h +0 -74
  159. data/app/ToolbarViewController.m +0 -303
  160. data/app/TransitionViewController.h +0 -64
  161. data/app/TransitionViewController.m +0 -178
  162. data/app/UICatalog.xcodeproj/project.pbxproj +0 -615
  163. data/app/WebViewController.h +0 -57
  164. data/app/WebViewController.m +0 -173
  165. data/app/en.lproj/AlertsViewController.xib +0 -144
  166. data/app/en.lproj/ButtonsViewController.xib +0 -147
  167. data/app/en.lproj/ControlsViewController.xib +0 -147
  168. data/app/en.lproj/ImagesViewController.xib +0 -264
  169. data/app/en.lproj/Localizable.strings +0 -41
  170. data/app/en.lproj/MainWindow.xib +0 -306
  171. data/app/en.lproj/PickerViewController.xib +0 -415
  172. data/app/en.lproj/SearchBarController.xib +0 -142
  173. data/app/en.lproj/SegmentViewController.xib +0 -143
  174. data/app/en.lproj/TextFieldController.xib +0 -167
  175. data/app/en.lproj/TextViewController.xib +0 -149
  176. data/app/en.lproj/ToolbarViewController.xib +0 -491
  177. data/app/en.lproj/TransitionViewController.xib +0 -255
  178. data/app/en.lproj/WebViewController.xib +0 -141
  179. data/app/images/12-6AM.png +0 -0
  180. data/app/images/12-6PM.png +0 -0
  181. data/app/images/6-12AM.png +0 -0
  182. data/app/images/6-12PM.png +0 -0
  183. data/app/images/Default.png +0 -0
  184. data/app/images/Icon.png +0 -0
  185. data/app/images/UIButton_custom.png +0 -0
  186. data/app/images/blueButton.png +0 -0
  187. data/app/images/orangeslide.png +0 -0
  188. data/app/images/scene1.jpg +0 -0
  189. data/app/images/scene2.jpg +0 -0
  190. data/app/images/scene3.jpg +0 -0
  191. data/app/images/scene4.jpg +0 -0
  192. data/app/images/scene5.jpg +0 -0
  193. data/app/images/segment_check.png +0 -0
  194. data/app/images/segment_tools.png +0 -0
  195. data/app/images/slider_ball.png +0 -0
  196. data/app/images/whiteButton.png +0 -0
  197. data/app/main.m +0 -58
  198. data/features/uicatalog.feature +0 -20
  199. data/lib/icuke/com.apple.Accessibility.plist +0 -0
  200. data/lib/icuke/headless.rb +0 -54
  201. data/lib/icuke/xcode.rb +0 -164
@@ -0,0 +1,301 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 45;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
11
+ 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
12
+ 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
13
+ B218365B1176AC9900D72061 /* AppDelegate_Pad.m in Sources */ = {isa = PBXBuildFile; fileRef = B21836471176AC9900D72061 /* AppDelegate_Pad.m */; };
14
+ B218365C1176AC9900D72061 /* MainWindow_Pad.xib in Resources */ = {isa = PBXBuildFile; fileRef = B21836481176AC9900D72061 /* MainWindow_Pad.xib */; };
15
+ B218365D1176AC9900D72061 /* TestViewController_Pad.m in Sources */ = {isa = PBXBuildFile; fileRef = B218364A1176AC9900D72061 /* TestViewController_Pad.m */; };
16
+ B218365E1176AC9900D72061 /* AppDelegate_Phone.m in Sources */ = {isa = PBXBuildFile; fileRef = B218364D1176AC9900D72061 /* AppDelegate_Phone.m */; };
17
+ B218365F1176AC9900D72061 /* MainWindow_Phone.xib in Resources */ = {isa = PBXBuildFile; fileRef = B218364E1176AC9900D72061 /* MainWindow_Phone.xib */; };
18
+ B21836601176AC9900D72061 /* TestViewController_Phone.m in Sources */ = {isa = PBXBuildFile; fileRef = B21836501176AC9900D72061 /* TestViewController_Phone.m */; };
19
+ B21836611176AC9900D72061 /* AppDelegate_Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = B21836531176AC9900D72061 /* AppDelegate_Shared.m */; };
20
+ B21836621176AC9900D72061 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B21836541176AC9900D72061 /* main.m */; };
21
+ B21836631176AC9900D72061 /* ModalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B21836561176AC9900D72061 /* ModalViewController.m */; };
22
+ B21836641176AC9900D72061 /* TestViewController_Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = B21836581176AC9900D72061 /* TestViewController_Shared.m */; };
23
+ B272832711779005003052E0 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = B272832611779005003052E0 /* Icon.png */; };
24
+ B272832911779009003052E0 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = B272832811779009003052E0 /* Default.png */; };
25
+ B27283621177C36D003052E0 /* Default-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = B27283601177C36D003052E0 /* Default-Landscape.png */; };
26
+ B27283631177C36D003052E0 /* Default-Portrait.png in Resources */ = {isa = PBXBuildFile; fileRef = B27283611177C36D003052E0 /* Default-Portrait.png */; };
27
+ /* End PBXBuildFile section */
28
+
29
+ /* Begin PBXFileReference section */
30
+ 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
31
+ 1D6058910D05DD3D006BFB54 /* Universal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Universal.app; sourceTree = BUILT_PRODUCTS_DIR; };
32
+ 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
33
+ 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
34
+ B21836461176AC9900D72061 /* AppDelegate_Pad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate_Pad.h; sourceTree = "<group>"; };
35
+ B21836471176AC9900D72061 /* AppDelegate_Pad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate_Pad.m; sourceTree = "<group>"; };
36
+ B21836481176AC9900D72061 /* MainWindow_Pad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow_Pad.xib; sourceTree = "<group>"; };
37
+ B21836491176AC9900D72061 /* TestViewController_Pad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestViewController_Pad.h; sourceTree = "<group>"; };
38
+ B218364A1176AC9900D72061 /* TestViewController_Pad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestViewController_Pad.m; sourceTree = "<group>"; };
39
+ B218364C1176AC9900D72061 /* AppDelegate_Phone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate_Phone.h; sourceTree = "<group>"; };
40
+ B218364D1176AC9900D72061 /* AppDelegate_Phone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate_Phone.m; sourceTree = "<group>"; };
41
+ B218364E1176AC9900D72061 /* MainWindow_Phone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow_Phone.xib; sourceTree = "<group>"; };
42
+ B218364F1176AC9900D72061 /* TestViewController_Phone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestViewController_Phone.h; sourceTree = "<group>"; };
43
+ B21836501176AC9900D72061 /* TestViewController_Phone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestViewController_Phone.m; sourceTree = "<group>"; };
44
+ B21836521176AC9900D72061 /* AppDelegate_Shared.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate_Shared.h; sourceTree = "<group>"; };
45
+ B21836531176AC9900D72061 /* AppDelegate_Shared.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate_Shared.m; sourceTree = "<group>"; };
46
+ B21836541176AC9900D72061 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
47
+ B21836551176AC9900D72061 /* ModalViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModalViewController.h; sourceTree = "<group>"; };
48
+ B21836561176AC9900D72061 /* ModalViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ModalViewController.m; sourceTree = "<group>"; };
49
+ B21836571176AC9900D72061 /* TestViewController_Shared.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestViewController_Shared.h; sourceTree = "<group>"; };
50
+ B21836581176AC9900D72061 /* TestViewController_Shared.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestViewController_Shared.m; sourceTree = "<group>"; };
51
+ B21836591176AC9900D72061 /* Universal-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Universal-Info.plist"; sourceTree = "<group>"; };
52
+ B218365A1176AC9900D72061 /* Universal_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Universal_Prefix.pch; sourceTree = "<group>"; };
53
+ B272832611779005003052E0 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
54
+ B272832811779009003052E0 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
55
+ B27283601177C36D003052E0 /* Default-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape.png"; sourceTree = "<group>"; };
56
+ B27283611177C36D003052E0 /* Default-Portrait.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait.png"; sourceTree = "<group>"; };
57
+ /* End PBXFileReference section */
58
+
59
+ /* Begin PBXFrameworksBuildPhase section */
60
+ 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
61
+ isa = PBXFrameworksBuildPhase;
62
+ buildActionMask = 2147483647;
63
+ files = (
64
+ 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
65
+ 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
66
+ 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
67
+ );
68
+ runOnlyForDeploymentPostprocessing = 0;
69
+ };
70
+ /* End PBXFrameworksBuildPhase section */
71
+
72
+ /* Begin PBXGroup section */
73
+ 19C28FACFE9D520D11CA2CBB /* Products */ = {
74
+ isa = PBXGroup;
75
+ children = (
76
+ 1D6058910D05DD3D006BFB54 /* Universal.app */,
77
+ );
78
+ name = Products;
79
+ sourceTree = "<group>";
80
+ };
81
+ 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
82
+ isa = PBXGroup;
83
+ children = (
84
+ B21836511176AC9900D72061 /* Shared */,
85
+ B218364B1176AC9900D72061 /* iPhone */,
86
+ B21836451176AC9900D72061 /* iPad */,
87
+ 29B97323FDCFA39411CA2CEA /* Frameworks */,
88
+ 19C28FACFE9D520D11CA2CBB /* Products */,
89
+ );
90
+ name = CustomTemplate;
91
+ sourceTree = "<group>";
92
+ };
93
+ 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
94
+ isa = PBXGroup;
95
+ children = (
96
+ 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
97
+ 1D30AB110D05D00D00671497 /* Foundation.framework */,
98
+ 288765FC0DF74451002DB57D /* CoreGraphics.framework */,
99
+ );
100
+ name = Frameworks;
101
+ sourceTree = "<group>";
102
+ };
103
+ B21836451176AC9900D72061 /* iPad */ = {
104
+ isa = PBXGroup;
105
+ children = (
106
+ B21836461176AC9900D72061 /* AppDelegate_Pad.h */,
107
+ B21836471176AC9900D72061 /* AppDelegate_Pad.m */,
108
+ B21836491176AC9900D72061 /* TestViewController_Pad.h */,
109
+ B218364A1176AC9900D72061 /* TestViewController_Pad.m */,
110
+ B21836481176AC9900D72061 /* MainWindow_Pad.xib */,
111
+ B27283601177C36D003052E0 /* Default-Landscape.png */,
112
+ B27283611177C36D003052E0 /* Default-Portrait.png */,
113
+ );
114
+ path = iPad;
115
+ sourceTree = "<group>";
116
+ };
117
+ B218364B1176AC9900D72061 /* iPhone */ = {
118
+ isa = PBXGroup;
119
+ children = (
120
+ B218364C1176AC9900D72061 /* AppDelegate_Phone.h */,
121
+ B218364D1176AC9900D72061 /* AppDelegate_Phone.m */,
122
+ B218364F1176AC9900D72061 /* TestViewController_Phone.h */,
123
+ B21836501176AC9900D72061 /* TestViewController_Phone.m */,
124
+ B218364E1176AC9900D72061 /* MainWindow_Phone.xib */,
125
+ B272832811779009003052E0 /* Default.png */,
126
+ );
127
+ path = iPhone;
128
+ sourceTree = "<group>";
129
+ };
130
+ B21836511176AC9900D72061 /* Shared */ = {
131
+ isa = PBXGroup;
132
+ children = (
133
+ B272832611779005003052E0 /* Icon.png */,
134
+ B21836521176AC9900D72061 /* AppDelegate_Shared.h */,
135
+ B21836531176AC9900D72061 /* AppDelegate_Shared.m */,
136
+ B21836571176AC9900D72061 /* TestViewController_Shared.h */,
137
+ B21836581176AC9900D72061 /* TestViewController_Shared.m */,
138
+ B21836551176AC9900D72061 /* ModalViewController.h */,
139
+ B21836561176AC9900D72061 /* ModalViewController.m */,
140
+ B21836541176AC9900D72061 /* main.m */,
141
+ B21836591176AC9900D72061 /* Universal-Info.plist */,
142
+ B218365A1176AC9900D72061 /* Universal_Prefix.pch */,
143
+ );
144
+ path = Shared;
145
+ sourceTree = "<group>";
146
+ };
147
+ /* End PBXGroup section */
148
+
149
+ /* Begin PBXNativeTarget section */
150
+ 1D6058900D05DD3D006BFB54 /* Universal */ = {
151
+ isa = PBXNativeTarget;
152
+ buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Universal" */;
153
+ buildPhases = (
154
+ 1D60588D0D05DD3D006BFB54 /* Resources */,
155
+ 1D60588E0D05DD3D006BFB54 /* Sources */,
156
+ 1D60588F0D05DD3D006BFB54 /* Frameworks */,
157
+ );
158
+ buildRules = (
159
+ );
160
+ dependencies = (
161
+ );
162
+ name = Universal;
163
+ productName = Universal;
164
+ productReference = 1D6058910D05DD3D006BFB54 /* Universal.app */;
165
+ productType = "com.apple.product-type.application";
166
+ };
167
+ /* End PBXNativeTarget section */
168
+
169
+ /* Begin PBXProject section */
170
+ 29B97313FDCFA39411CA2CEA /* Project object */ = {
171
+ isa = PBXProject;
172
+ buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Universal" */;
173
+ compatibilityVersion = "Xcode 3.1";
174
+ hasScannedForEncodings = 1;
175
+ mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
176
+ projectDirPath = "";
177
+ projectRoot = "";
178
+ targets = (
179
+ 1D6058900D05DD3D006BFB54 /* Universal */,
180
+ );
181
+ };
182
+ /* End PBXProject section */
183
+
184
+ /* Begin PBXResourcesBuildPhase section */
185
+ 1D60588D0D05DD3D006BFB54 /* Resources */ = {
186
+ isa = PBXResourcesBuildPhase;
187
+ buildActionMask = 2147483647;
188
+ files = (
189
+ B218365C1176AC9900D72061 /* MainWindow_Pad.xib in Resources */,
190
+ B218365F1176AC9900D72061 /* MainWindow_Phone.xib in Resources */,
191
+ B272832711779005003052E0 /* Icon.png in Resources */,
192
+ B272832911779009003052E0 /* Default.png in Resources */,
193
+ B27283621177C36D003052E0 /* Default-Landscape.png in Resources */,
194
+ B27283631177C36D003052E0 /* Default-Portrait.png in Resources */,
195
+ );
196
+ runOnlyForDeploymentPostprocessing = 0;
197
+ };
198
+ /* End PBXResourcesBuildPhase section */
199
+
200
+ /* Begin PBXSourcesBuildPhase section */
201
+ 1D60588E0D05DD3D006BFB54 /* Sources */ = {
202
+ isa = PBXSourcesBuildPhase;
203
+ buildActionMask = 2147483647;
204
+ files = (
205
+ B218365B1176AC9900D72061 /* AppDelegate_Pad.m in Sources */,
206
+ B218365D1176AC9900D72061 /* TestViewController_Pad.m in Sources */,
207
+ B218365E1176AC9900D72061 /* AppDelegate_Phone.m in Sources */,
208
+ B21836601176AC9900D72061 /* TestViewController_Phone.m in Sources */,
209
+ B21836611176AC9900D72061 /* AppDelegate_Shared.m in Sources */,
210
+ B21836621176AC9900D72061 /* main.m in Sources */,
211
+ B21836631176AC9900D72061 /* ModalViewController.m in Sources */,
212
+ B21836641176AC9900D72061 /* TestViewController_Shared.m in Sources */,
213
+ );
214
+ runOnlyForDeploymentPostprocessing = 0;
215
+ };
216
+ /* End PBXSourcesBuildPhase section */
217
+
218
+ /* Begin XCBuildConfiguration section */
219
+ 1D6058940D05DD3E006BFB54 /* Debug */ = {
220
+ isa = XCBuildConfiguration;
221
+ buildSettings = {
222
+ ALWAYS_SEARCH_USER_PATHS = NO;
223
+ COPY_PHASE_STRIP = NO;
224
+ GCC_DYNAMIC_NO_PIC = NO;
225
+ GCC_OPTIMIZATION_LEVEL = 0;
226
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
227
+ GCC_PREFIX_HEADER = Shared/Universal_Prefix.pch;
228
+ INFOPLIST_FILE = "Shared/Universal-Info.plist";
229
+ PRODUCT_NAME = Universal;
230
+ };
231
+ name = Debug;
232
+ };
233
+ 1D6058950D05DD3E006BFB54 /* Release */ = {
234
+ isa = XCBuildConfiguration;
235
+ buildSettings = {
236
+ ALWAYS_SEARCH_USER_PATHS = NO;
237
+ COPY_PHASE_STRIP = YES;
238
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
239
+ GCC_PREFIX_HEADER = Shared/Universal_Prefix.pch;
240
+ INFOPLIST_FILE = "Shared/Universal-Info.plist";
241
+ PRODUCT_NAME = Universal;
242
+ VALIDATE_PRODUCT = YES;
243
+ };
244
+ name = Release;
245
+ };
246
+ C01FCF4F08A954540054247B /* Debug */ = {
247
+ isa = XCBuildConfiguration;
248
+ buildSettings = {
249
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
250
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
251
+ GCC_C_LANGUAGE_STANDARD = c99;
252
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
253
+ GCC_WARN_UNUSED_VARIABLE = YES;
254
+ IPHONEOS_DEPLOYMENT_TARGET = 3.1.3;
255
+ PREBINDING = NO;
256
+ SDKROOT = iphoneos3.2;
257
+ TARGETED_DEVICE_FAMILY = "1,2";
258
+ };
259
+ name = Debug;
260
+ };
261
+ C01FCF5008A954540054247B /* Release */ = {
262
+ isa = XCBuildConfiguration;
263
+ buildSettings = {
264
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
265
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
266
+ GCC_C_LANGUAGE_STANDARD = c99;
267
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
268
+ GCC_WARN_UNUSED_VARIABLE = YES;
269
+ IPHONEOS_DEPLOYMENT_TARGET = 3.1.3;
270
+ OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
271
+ PREBINDING = NO;
272
+ SDKROOT = iphoneos3.2;
273
+ TARGETED_DEVICE_FAMILY = "1,2";
274
+ };
275
+ name = Release;
276
+ };
277
+ /* End XCBuildConfiguration section */
278
+
279
+ /* Begin XCConfigurationList section */
280
+ 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Universal" */ = {
281
+ isa = XCConfigurationList;
282
+ buildConfigurations = (
283
+ 1D6058940D05DD3E006BFB54 /* Debug */,
284
+ 1D6058950D05DD3E006BFB54 /* Release */,
285
+ );
286
+ defaultConfigurationIsVisible = 0;
287
+ defaultConfigurationName = Release;
288
+ };
289
+ C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Universal" */ = {
290
+ isa = XCConfigurationList;
291
+ buildConfigurations = (
292
+ C01FCF4F08A954540054247B /* Debug */,
293
+ C01FCF5008A954540054247B /* Release */,
294
+ );
295
+ defaultConfigurationIsVisible = 0;
296
+ defaultConfigurationName = Release;
297
+ };
298
+ /* End XCConfigurationList section */
299
+ };
300
+ rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
301
+ }
@@ -0,0 +1,15 @@
1
+ //
2
+ // AppDelegate_Pad.h
3
+ // Universal
4
+ //
5
+ // Created by Sam Soffes on 4/12/10.
6
+ // Copyright Sam Soffes 2010. All rights reserved.
7
+ //
8
+
9
+ #import "AppDelegate_Shared.h"
10
+
11
+ @interface AppDelegate_Pad : AppDelegate_Shared {
12
+
13
+ }
14
+
15
+ @end
@@ -0,0 +1,28 @@
1
+ //
2
+ // AppDelegate_Pad.m
3
+ // Universal
4
+ //
5
+ // Created by Sam Soffes on 4/12/10.
6
+ // Copyright Sam Soffes 2010. All rights reserved.
7
+ //
8
+
9
+ #import "AppDelegate_Pad.h"
10
+ #import "TestViewController_Pad.h"
11
+
12
+ @implementation AppDelegate_Pad
13
+
14
+ #pragma mark -
15
+ #pragma mark UIApplicationDelegate
16
+ #pragma mark -
17
+
18
+ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
19
+ TestViewController_Pad *viewController = [[TestViewController_Pad alloc] init];
20
+ navigationController = [[UINavigationController alloc] initWithRootViewController:viewController];
21
+ [viewController release];
22
+
23
+ [window addSubview:navigationController.view];
24
+ [window makeKeyAndVisible];
25
+ return YES;
26
+ }
27
+
28
+ @end
Binary file
Binary file