choctop 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (174) hide show
  1. data/History.txt +4 -0
  2. data/Manifest.txt +173 -0
  3. data/README.rdoc +130 -0
  4. data/Rakefile +28 -0
  5. data/app_generators/install_choctop/install_choctop_generator.rb +47 -0
  6. data/app_generators/install_choctop/templates/Rakefile.erb +17 -0
  7. data/assets/DefaultVolumeIcon.icns +0 -0
  8. data/assets/default_background.jpg +0 -0
  9. data/bin/install_choctop +24 -0
  10. data/features/development.feature +13 -0
  11. data/features/dmg.feature +16 -0
  12. data/features/fixtures/SampleApp-AlreadyBuilt/SampleApp.xcodeproj/drnic.mode1v3 +1370 -0
  13. data/features/fixtures/SampleApp-AlreadyBuilt/SampleApp.xcodeproj/drnic.pbxuser +134 -0
  14. data/features/fixtures/SampleApp/English.lproj/InfoPlist.strings +0 -0
  15. data/features/fixtures/SampleApp/English.lproj/MainMenu.xib +3034 -0
  16. data/features/fixtures/SampleApp/Info.plist +28 -0
  17. data/features/fixtures/SampleApp/SampleApp.xcodeproj/TemplateIcon.icns +0 -0
  18. data/features/fixtures/SampleApp/SampleApp.xcodeproj/drnic.mode1v3 +1370 -0
  19. data/features/fixtures/SampleApp/SampleApp.xcodeproj/drnic.pbxuser +134 -0
  20. data/features/fixtures/SampleApp/SampleApp.xcodeproj/project.pbxproj +284 -0
  21. data/features/fixtures/SampleApp/SampleApp_Prefix.pch +7 -0
  22. data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/Info.plist +26 -0
  23. data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/MacOS/SampleApp +0 -0
  24. data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/PkgInfo +1 -0
  25. data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/Resources/English.lproj/InfoPlist.strings +0 -0
  26. data/features/fixtures/SampleApp/build/Debug/SampleApp.app/Contents/Resources/English.lproj/MainMenu.nib +0 -0
  27. data/features/fixtures/SampleApp/build/Release/SampleApp.app.dSYM/Contents/Info.plist +27 -0
  28. data/features/fixtures/SampleApp/build/Release/SampleApp.app.dSYM/Contents/Resources/DWARF/SampleApp +0 -0
  29. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Sparkle +0 -0
  30. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcast.h +33 -0
  31. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h +47 -0
  32. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUUpdater.h +118 -0
  33. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h +27 -0
  34. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h +21 -0
  35. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Info.plist +24 -0
  36. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/License.txt +7 -0
  37. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist +174 -0
  38. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib +56 -0
  39. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib +20 -0
  40. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib +0 -0
  41. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  42. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
  43. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  44. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/classes.nib +67 -0
  45. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib +20 -0
  46. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  47. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  48. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
  49. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  50. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings +0 -0
  51. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  52. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
  53. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  54. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/classes.nib +67 -0
  55. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib +20 -0
  56. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  57. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  58. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib +21 -0
  59. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  60. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings +0 -0
  61. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  62. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
  63. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  64. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/classes.nib +67 -0
  65. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib +20 -0
  66. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  67. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  68. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
  69. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  70. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings +0 -0
  71. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  72. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib +16 -0
  73. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  74. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/classes.nib +67 -0
  75. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib +16 -0
  76. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  77. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  78. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib +16 -0
  79. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  80. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings +0 -0
  81. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  82. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
  83. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  84. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/classes.nib +67 -0
  85. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib +20 -0
  86. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  87. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  88. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
  89. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  90. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings +0 -0
  91. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  92. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib +18 -0
  93. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  94. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/classes.nib +67 -0
  95. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib +16 -0
  96. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  97. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  98. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib +16 -0
  99. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  100. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings +0 -0
  101. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/relaunch +0 -0
  102. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  103. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
  104. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  105. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/classes.nib +67 -0
  106. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib +20 -0
  107. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  108. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  109. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib +18 -0
  110. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  111. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings +0 -0
  112. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/classes.nib +50 -0
  113. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib +20 -0
  114. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib +0 -0
  115. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/classes.nib +39 -0
  116. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib +18 -0
  117. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib +0 -0
  118. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/classes.nib +59 -0
  119. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib +20 -0
  120. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib +0 -0
  121. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings +0 -0
  122. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle +0 -0
  123. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Info.plist +26 -0
  124. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/MacOS/SampleApp +0 -0
  125. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/PkgInfo +1 -0
  126. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Resources/English.lproj/InfoPlist.strings +0 -0
  127. data/features/fixtures/SampleApp/build/Release/SampleApp.app/Contents/Resources/English.lproj/MainMenu.nib +0 -0
  128. data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/Objects-normal/i386/SampleApp.LinkFileList +1 -0
  129. data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-all-target-headers.hmap +0 -0
  130. data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-generated-files.hmap +0 -0
  131. data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-own-target-headers.hmap +0 -0
  132. data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp-project-headers.hmap +0 -0
  133. data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp.dep +8 -0
  134. data/features/fixtures/SampleApp/build/SampleApp.build/Debug/SampleApp.build/SampleApp.hmap +0 -0
  135. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/i386/SampleApp +0 -0
  136. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/i386/SampleApp.LinkFileList +1 -0
  137. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/ppc/SampleApp +0 -0
  138. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/Objects-normal/ppc/SampleApp.LinkFileList +1 -0
  139. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-all-target-headers.hmap +0 -0
  140. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-generated-files.hmap +0 -0
  141. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-own-target-headers.hmap +0 -0
  142. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp-project-headers.hmap +0 -0
  143. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp.dep +16 -0
  144. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp.hmap +0 -0
  145. data/features/fixtures/SampleApp/build/SampleApp.build/Release/SampleApp.build/SampleApp~.dep +16 -0
  146. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/categories.pbxbtree +0 -0
  147. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/cdecls.pbxbtree +0 -0
  148. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/decls.pbxbtree +0 -0
  149. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/files.pbxbtree +0 -0
  150. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/imports.pbxbtree +0 -0
  151. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/pbxindex.header +0 -0
  152. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/protocols.pbxbtree +0 -0
  153. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/refs.pbxbtree +0 -0
  154. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/strings.pbxstrings/control +0 -0
  155. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/strings.pbxstrings/strings +0 -0
  156. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/subclasses.pbxbtree +0 -0
  157. data/features/fixtures/SampleApp/build/SampleApp.build/SampleApp.pbxindex/symbols0.pbxsymbols +0 -0
  158. data/features/fixtures/SampleApp/main.m +14 -0
  159. data/features/fixtures/design/background.jpg +0 -0
  160. data/features/fixtures/design/ds_store +0 -0
  161. data/features/initial_generator.feature +26 -0
  162. data/features/rake_tasks.feature +44 -0
  163. data/features/steps/common.rb +242 -0
  164. data/features/steps/dmg_steps.rb +31 -0
  165. data/features/steps/env.rb +8 -0
  166. data/features/steps/generator.rb +39 -0
  167. data/features/steps/remote.rb +20 -0
  168. data/lib/choctop.rb +185 -0
  169. data/lib/choctop/appcast.rb +54 -0
  170. data/lib/choctop/dmg.rb +112 -0
  171. data/script/console +10 -0
  172. data/script/destroy +14 -0
  173. data/script/generate +14 -0
  174. metadata +271 -0
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>English</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>SampleApp</string>
9
+ <key>CFBundleIconFile</key>
10
+ <string></string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>${PRODUCT_NAME}</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>APPL</string>
19
+ <key>CFBundleSignature</key>
20
+ <string>????</string>
21
+ <key>CFBundleVersion</key>
22
+ <string>0.1.0</string>
23
+ <key>NSMainNibFile</key>
24
+ <string>MainMenu</string>
25
+ <key>NSPrincipalClass</key>
26
+ <string>NSApplication</string>
27
+ </dict>
28
+ </plist>
@@ -0,0 +1,1370 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>ActivePerspectiveName</key>
6
+ <string>Project</string>
7
+ <key>AllowedModules</key>
8
+ <array>
9
+ <dict>
10
+ <key>BundleLoadPath</key>
11
+ <string></string>
12
+ <key>MaxInstances</key>
13
+ <string>n</string>
14
+ <key>Module</key>
15
+ <string>PBXSmartGroupTreeModule</string>
16
+ <key>Name</key>
17
+ <string>Groups and Files Outline View</string>
18
+ </dict>
19
+ <dict>
20
+ <key>BundleLoadPath</key>
21
+ <string></string>
22
+ <key>MaxInstances</key>
23
+ <string>n</string>
24
+ <key>Module</key>
25
+ <string>PBXNavigatorGroup</string>
26
+ <key>Name</key>
27
+ <string>Editor</string>
28
+ </dict>
29
+ <dict>
30
+ <key>BundleLoadPath</key>
31
+ <string></string>
32
+ <key>MaxInstances</key>
33
+ <string>n</string>
34
+ <key>Module</key>
35
+ <string>XCTaskListModule</string>
36
+ <key>Name</key>
37
+ <string>Task List</string>
38
+ </dict>
39
+ <dict>
40
+ <key>BundleLoadPath</key>
41
+ <string></string>
42
+ <key>MaxInstances</key>
43
+ <string>n</string>
44
+ <key>Module</key>
45
+ <string>XCDetailModule</string>
46
+ <key>Name</key>
47
+ <string>File and Smart Group Detail Viewer</string>
48
+ </dict>
49
+ <dict>
50
+ <key>BundleLoadPath</key>
51
+ <string></string>
52
+ <key>MaxInstances</key>
53
+ <string>1</string>
54
+ <key>Module</key>
55
+ <string>PBXBuildResultsModule</string>
56
+ <key>Name</key>
57
+ <string>Detailed Build Results Viewer</string>
58
+ </dict>
59
+ <dict>
60
+ <key>BundleLoadPath</key>
61
+ <string></string>
62
+ <key>MaxInstances</key>
63
+ <string>1</string>
64
+ <key>Module</key>
65
+ <string>PBXProjectFindModule</string>
66
+ <key>Name</key>
67
+ <string>Project Batch Find Tool</string>
68
+ </dict>
69
+ <dict>
70
+ <key>BundleLoadPath</key>
71
+ <string></string>
72
+ <key>MaxInstances</key>
73
+ <string>n</string>
74
+ <key>Module</key>
75
+ <string>XCProjectFormatConflictsModule</string>
76
+ <key>Name</key>
77
+ <string>Project Format Conflicts List</string>
78
+ </dict>
79
+ <dict>
80
+ <key>BundleLoadPath</key>
81
+ <string></string>
82
+ <key>MaxInstances</key>
83
+ <string>n</string>
84
+ <key>Module</key>
85
+ <string>PBXBookmarksModule</string>
86
+ <key>Name</key>
87
+ <string>Bookmarks Tool</string>
88
+ </dict>
89
+ <dict>
90
+ <key>BundleLoadPath</key>
91
+ <string></string>
92
+ <key>MaxInstances</key>
93
+ <string>n</string>
94
+ <key>Module</key>
95
+ <string>PBXClassBrowserModule</string>
96
+ <key>Name</key>
97
+ <string>Class Browser</string>
98
+ </dict>
99
+ <dict>
100
+ <key>BundleLoadPath</key>
101
+ <string></string>
102
+ <key>MaxInstances</key>
103
+ <string>n</string>
104
+ <key>Module</key>
105
+ <string>PBXCVSModule</string>
106
+ <key>Name</key>
107
+ <string>Source Code Control Tool</string>
108
+ </dict>
109
+ <dict>
110
+ <key>BundleLoadPath</key>
111
+ <string></string>
112
+ <key>MaxInstances</key>
113
+ <string>n</string>
114
+ <key>Module</key>
115
+ <string>PBXDebugBreakpointsModule</string>
116
+ <key>Name</key>
117
+ <string>Debug Breakpoints Tool</string>
118
+ </dict>
119
+ <dict>
120
+ <key>BundleLoadPath</key>
121
+ <string></string>
122
+ <key>MaxInstances</key>
123
+ <string>n</string>
124
+ <key>Module</key>
125
+ <string>XCDockableInspector</string>
126
+ <key>Name</key>
127
+ <string>Inspector</string>
128
+ </dict>
129
+ <dict>
130
+ <key>BundleLoadPath</key>
131
+ <string></string>
132
+ <key>MaxInstances</key>
133
+ <string>n</string>
134
+ <key>Module</key>
135
+ <string>PBXOpenQuicklyModule</string>
136
+ <key>Name</key>
137
+ <string>Open Quickly Tool</string>
138
+ </dict>
139
+ <dict>
140
+ <key>BundleLoadPath</key>
141
+ <string></string>
142
+ <key>MaxInstances</key>
143
+ <string>1</string>
144
+ <key>Module</key>
145
+ <string>PBXDebugSessionModule</string>
146
+ <key>Name</key>
147
+ <string>Debugger</string>
148
+ </dict>
149
+ <dict>
150
+ <key>BundleLoadPath</key>
151
+ <string></string>
152
+ <key>MaxInstances</key>
153
+ <string>1</string>
154
+ <key>Module</key>
155
+ <string>PBXDebugCLIModule</string>
156
+ <key>Name</key>
157
+ <string>Debug Console</string>
158
+ </dict>
159
+ <dict>
160
+ <key>BundleLoadPath</key>
161
+ <string></string>
162
+ <key>MaxInstances</key>
163
+ <string>n</string>
164
+ <key>Module</key>
165
+ <string>XCSnapshotModule</string>
166
+ <key>Name</key>
167
+ <string>Snapshots Tool</string>
168
+ </dict>
169
+ </array>
170
+ <key>BundlePath</key>
171
+ <string>/Previous Systems.localized/2008-11-14_0120/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources</string>
172
+ <key>Description</key>
173
+ <string>DefaultDescriptionKey</string>
174
+ <key>DockingSystemVisible</key>
175
+ <false/>
176
+ <key>Extension</key>
177
+ <string>mode1v3</string>
178
+ <key>FavBarConfig</key>
179
+ <dict>
180
+ <key>PBXProjectModuleGUID</key>
181
+ <string>311106330F244BB50026C456</string>
182
+ <key>XCBarModuleItemNames</key>
183
+ <dict/>
184
+ <key>XCBarModuleItems</key>
185
+ <array/>
186
+ </dict>
187
+ <key>FirstTimeWindowDisplayed</key>
188
+ <false/>
189
+ <key>Identifier</key>
190
+ <string>com.apple.perspectives.project.mode1v3</string>
191
+ <key>MajorVersion</key>
192
+ <integer>33</integer>
193
+ <key>MinorVersion</key>
194
+ <integer>0</integer>
195
+ <key>Name</key>
196
+ <string>Default</string>
197
+ <key>Notifications</key>
198
+ <array/>
199
+ <key>OpenEditors</key>
200
+ <array/>
201
+ <key>PerspectiveWidths</key>
202
+ <array>
203
+ <integer>-1</integer>
204
+ <integer>-1</integer>
205
+ </array>
206
+ <key>Perspectives</key>
207
+ <array>
208
+ <dict>
209
+ <key>ChosenToolbarItems</key>
210
+ <array>
211
+ <string>active-combo-popup</string>
212
+ <string>active-target-popup</string>
213
+ <string>active-platform-popup</string>
214
+ <string>action</string>
215
+ <string>NSToolbarFlexibleSpaceItem</string>
216
+ <string>buildOrClean</string>
217
+ <string>build-and-goOrGo</string>
218
+ <string>com.apple.ide.PBXToolbarStopButton</string>
219
+ <string>get-info</string>
220
+ <string>toggle-editor</string>
221
+ <string>NSToolbarFlexibleSpaceItem</string>
222
+ <string>com.apple.pbx.toolbar.searchfield</string>
223
+ </array>
224
+ <key>ControllerClassBaseName</key>
225
+ <string></string>
226
+ <key>IconName</key>
227
+ <string>WindowOfProjectWithEditor</string>
228
+ <key>Identifier</key>
229
+ <string>perspective.project</string>
230
+ <key>IsVertical</key>
231
+ <false/>
232
+ <key>Layout</key>
233
+ <array>
234
+ <dict>
235
+ <key>BecomeActive</key>
236
+ <true/>
237
+ <key>ContentConfiguration</key>
238
+ <dict>
239
+ <key>PBXBottomSmartGroupGIDs</key>
240
+ <array>
241
+ <string>1C37FBAC04509CD000000102</string>
242
+ <string>1C37FAAC04509CD000000102</string>
243
+ <string>1C08E77C0454961000C914BD</string>
244
+ <string>1C37FABC05509CD000000102</string>
245
+ <string>1C37FABC05539CD112110102</string>
246
+ <string>E2644B35053B69B200211256</string>
247
+ <string>1C37FABC04509CD000100104</string>
248
+ <string>1CC0EA4004350EF90044410B</string>
249
+ <string>1CC0EA4004350EF90041110B</string>
250
+ </array>
251
+ <key>PBXProjectModuleGUID</key>
252
+ <string>1CE0B1FE06471DED0097A5F4</string>
253
+ <key>PBXProjectModuleLabel</key>
254
+ <string>Files</string>
255
+ <key>PBXProjectStructureProvided</key>
256
+ <string>yes</string>
257
+ <key>PBXSmartGroupTreeModuleColumnData</key>
258
+ <dict>
259
+ <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
260
+ <array>
261
+ <real>186</real>
262
+ </array>
263
+ <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
264
+ <array>
265
+ <string>MainColumn</string>
266
+ </array>
267
+ </dict>
268
+ <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
269
+ <dict>
270
+ <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
271
+ <array>
272
+ <string>29B97314FDCFA39411CA2CEA</string>
273
+ <string>29B97317FDCFA39411CA2CEA</string>
274
+ <string>29B97323FDCFA39411CA2CEA</string>
275
+ <string>1058C7A0FEA54F0111CA2CBB</string>
276
+ <string>1058C7A2FEA54F0111CA2CBB</string>
277
+ <string>1C37FBAC04509CD000000102</string>
278
+ <string>31D490360F24AD94008D19D9</string>
279
+ <string>1C37FABC05509CD000000102</string>
280
+ </array>
281
+ <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
282
+ <array>
283
+ <array>
284
+ <integer>8</integer>
285
+ <integer>7</integer>
286
+ <integer>0</integer>
287
+ </array>
288
+ </array>
289
+ <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
290
+ <string>{{0, 0}, {186, 445}}</string>
291
+ </dict>
292
+ <key>PBXTopSmartGroupGIDs</key>
293
+ <array/>
294
+ <key>XCIncludePerspectivesSwitch</key>
295
+ <true/>
296
+ <key>XCSharingToken</key>
297
+ <string>com.apple.Xcode.GFSharingToken</string>
298
+ </dict>
299
+ <key>GeometryConfiguration</key>
300
+ <dict>
301
+ <key>Frame</key>
302
+ <string>{{0, 0}, {203, 463}}</string>
303
+ <key>GroupTreeTableConfiguration</key>
304
+ <array>
305
+ <string>MainColumn</string>
306
+ <real>186</real>
307
+ </array>
308
+ <key>RubberWindowFrame</key>
309
+ <string>42 243 788 504 0 0 1680 1028 </string>
310
+ </dict>
311
+ <key>Module</key>
312
+ <string>PBXSmartGroupTreeModule</string>
313
+ <key>Proportion</key>
314
+ <string>203pt</string>
315
+ </dict>
316
+ <dict>
317
+ <key>Dock</key>
318
+ <array>
319
+ <dict>
320
+ <key>ContentConfiguration</key>
321
+ <dict>
322
+ <key>PBXProjectModuleGUID</key>
323
+ <string>1CE0B20306471E060097A5F4</string>
324
+ <key>PBXProjectModuleLabel</key>
325
+ <string>Info.plist</string>
326
+ <key>PBXSplitModuleInNavigatorKey</key>
327
+ <dict>
328
+ <key>Split0</key>
329
+ <dict>
330
+ <key>PBXProjectModuleGUID</key>
331
+ <string>1CE0B20406471E060097A5F4</string>
332
+ <key>PBXProjectModuleLabel</key>
333
+ <string>Info.plist</string>
334
+ <key>_historyCapacity</key>
335
+ <integer>0</integer>
336
+ <key>bookmark</key>
337
+ <string>31D490420F24ADB3008D19D9</string>
338
+ <key>history</key>
339
+ <array>
340
+ <string>3111067C0F24859E0026C456</string>
341
+ </array>
342
+ </dict>
343
+ <key>SplitCount</key>
344
+ <string>1</string>
345
+ </dict>
346
+ <key>StatusBarVisibility</key>
347
+ <true/>
348
+ </dict>
349
+ <key>GeometryConfiguration</key>
350
+ <dict>
351
+ <key>Frame</key>
352
+ <string>{{0, 0}, {580, 285}}</string>
353
+ <key>RubberWindowFrame</key>
354
+ <string>42 243 788 504 0 0 1680 1028 </string>
355
+ </dict>
356
+ <key>Module</key>
357
+ <string>PBXNavigatorGroup</string>
358
+ <key>Proportion</key>
359
+ <string>285pt</string>
360
+ </dict>
361
+ <dict>
362
+ <key>ContentConfiguration</key>
363
+ <dict>
364
+ <key>PBXProjectModuleGUID</key>
365
+ <string>1CE0B20506471E060097A5F4</string>
366
+ <key>PBXProjectModuleLabel</key>
367
+ <string>Detail</string>
368
+ </dict>
369
+ <key>GeometryConfiguration</key>
370
+ <dict>
371
+ <key>Frame</key>
372
+ <string>{{0, 290}, {580, 173}}</string>
373
+ <key>RubberWindowFrame</key>
374
+ <string>42 243 788 504 0 0 1680 1028 </string>
375
+ </dict>
376
+ <key>Module</key>
377
+ <string>XCDetailModule</string>
378
+ <key>Proportion</key>
379
+ <string>173pt</string>
380
+ </dict>
381
+ </array>
382
+ <key>Proportion</key>
383
+ <string>580pt</string>
384
+ </dict>
385
+ </array>
386
+ <key>Name</key>
387
+ <string>Project</string>
388
+ <key>ServiceClasses</key>
389
+ <array>
390
+ <string>XCModuleDock</string>
391
+ <string>PBXSmartGroupTreeModule</string>
392
+ <string>XCModuleDock</string>
393
+ <string>PBXNavigatorGroup</string>
394
+ <string>XCDetailModule</string>
395
+ </array>
396
+ <key>TableOfContents</key>
397
+ <array>
398
+ <string>31D490430F24ADB3008D19D9</string>
399
+ <string>1CE0B1FE06471DED0097A5F4</string>
400
+ <string>31D490440F24ADB3008D19D9</string>
401
+ <string>1CE0B20306471E060097A5F4</string>
402
+ <string>1CE0B20506471E060097A5F4</string>
403
+ </array>
404
+ <key>ToolbarConfiguration</key>
405
+ <string>xcode.toolbar.config.defaultV3</string>
406
+ </dict>
407
+ <dict>
408
+ <key>ControllerClassBaseName</key>
409
+ <string></string>
410
+ <key>IconName</key>
411
+ <string>WindowOfProject</string>
412
+ <key>Identifier</key>
413
+ <string>perspective.morph</string>
414
+ <key>IsVertical</key>
415
+ <integer>0</integer>
416
+ <key>Layout</key>
417
+ <array>
418
+ <dict>
419
+ <key>BecomeActive</key>
420
+ <integer>1</integer>
421
+ <key>ContentConfiguration</key>
422
+ <dict>
423
+ <key>PBXBottomSmartGroupGIDs</key>
424
+ <array>
425
+ <string>1C37FBAC04509CD000000102</string>
426
+ <string>1C37FAAC04509CD000000102</string>
427
+ <string>1C08E77C0454961000C914BD</string>
428
+ <string>1C37FABC05509CD000000102</string>
429
+ <string>1C37FABC05539CD112110102</string>
430
+ <string>E2644B35053B69B200211256</string>
431
+ <string>1C37FABC04509CD000100104</string>
432
+ <string>1CC0EA4004350EF90044410B</string>
433
+ <string>1CC0EA4004350EF90041110B</string>
434
+ </array>
435
+ <key>PBXProjectModuleGUID</key>
436
+ <string>11E0B1FE06471DED0097A5F4</string>
437
+ <key>PBXProjectModuleLabel</key>
438
+ <string>Files</string>
439
+ <key>PBXProjectStructureProvided</key>
440
+ <string>yes</string>
441
+ <key>PBXSmartGroupTreeModuleColumnData</key>
442
+ <dict>
443
+ <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
444
+ <array>
445
+ <real>186</real>
446
+ </array>
447
+ <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
448
+ <array>
449
+ <string>MainColumn</string>
450
+ </array>
451
+ </dict>
452
+ <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
453
+ <dict>
454
+ <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
455
+ <array>
456
+ <string>29B97314FDCFA39411CA2CEA</string>
457
+ <string>1C37FABC05509CD000000102</string>
458
+ </array>
459
+ <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
460
+ <array>
461
+ <array>
462
+ <integer>0</integer>
463
+ </array>
464
+ </array>
465
+ <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
466
+ <string>{{0, 0}, {186, 337}}</string>
467
+ </dict>
468
+ <key>PBXTopSmartGroupGIDs</key>
469
+ <array/>
470
+ <key>XCIncludePerspectivesSwitch</key>
471
+ <integer>1</integer>
472
+ <key>XCSharingToken</key>
473
+ <string>com.apple.Xcode.GFSharingToken</string>
474
+ </dict>
475
+ <key>GeometryConfiguration</key>
476
+ <dict>
477
+ <key>Frame</key>
478
+ <string>{{0, 0}, {203, 355}}</string>
479
+ <key>GroupTreeTableConfiguration</key>
480
+ <array>
481
+ <string>MainColumn</string>
482
+ <real>186</real>
483
+ </array>
484
+ <key>RubberWindowFrame</key>
485
+ <string>373 269 690 397 0 0 1440 878 </string>
486
+ </dict>
487
+ <key>Module</key>
488
+ <string>PBXSmartGroupTreeModule</string>
489
+ <key>Proportion</key>
490
+ <string>100%</string>
491
+ </dict>
492
+ </array>
493
+ <key>Name</key>
494
+ <string>Morph</string>
495
+ <key>PreferredWidth</key>
496
+ <integer>300</integer>
497
+ <key>ServiceClasses</key>
498
+ <array>
499
+ <string>XCModuleDock</string>
500
+ <string>PBXSmartGroupTreeModule</string>
501
+ </array>
502
+ <key>TableOfContents</key>
503
+ <array>
504
+ <string>11E0B1FE06471DED0097A5F4</string>
505
+ </array>
506
+ <key>ToolbarConfiguration</key>
507
+ <string>xcode.toolbar.config.default.shortV3</string>
508
+ </dict>
509
+ </array>
510
+ <key>PerspectivesBarVisible</key>
511
+ <false/>
512
+ <key>ShelfIsVisible</key>
513
+ <false/>
514
+ <key>SourceDescription</key>
515
+ <string>file at '/Previous Systems.localized/2008-11-14_0120/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec'</string>
516
+ <key>StatusbarIsVisible</key>
517
+ <true/>
518
+ <key>TimeStamp</key>
519
+ <real>0.0</real>
520
+ <key>ToolbarDisplayMode</key>
521
+ <integer>1</integer>
522
+ <key>ToolbarIsVisible</key>
523
+ <true/>
524
+ <key>ToolbarSizeMode</key>
525
+ <integer>1</integer>
526
+ <key>Type</key>
527
+ <string>Perspectives</string>
528
+ <key>UpdateMessage</key>
529
+ <string>The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'?</string>
530
+ <key>WindowJustification</key>
531
+ <integer>5</integer>
532
+ <key>WindowOrderList</key>
533
+ <array>
534
+ <string>/Users/drnic/Documents/ruby/gems/choctop/features/fixtures/SampleApp/SampleApp.xcodeproj</string>
535
+ </array>
536
+ <key>WindowString</key>
537
+ <string>42 243 788 504 0 0 1680 1028 </string>
538
+ <key>WindowToolsV3</key>
539
+ <array>
540
+ <dict>
541
+ <key>FirstTimeWindowDisplayed</key>
542
+ <false/>
543
+ <key>Identifier</key>
544
+ <string>windowTool.build</string>
545
+ <key>IsVertical</key>
546
+ <true/>
547
+ <key>Layout</key>
548
+ <array>
549
+ <dict>
550
+ <key>Dock</key>
551
+ <array>
552
+ <dict>
553
+ <key>ContentConfiguration</key>
554
+ <dict>
555
+ <key>PBXProjectModuleGUID</key>
556
+ <string>1CD0528F0623707200166675</string>
557
+ <key>PBXProjectModuleLabel</key>
558
+ <string></string>
559
+ <key>StatusBarVisibility</key>
560
+ <true/>
561
+ </dict>
562
+ <key>GeometryConfiguration</key>
563
+ <dict>
564
+ <key>Frame</key>
565
+ <string>{{0, 0}, {500, 218}}</string>
566
+ <key>RubberWindowFrame</key>
567
+ <string>62 482 500 500 0 0 1024 746 </string>
568
+ </dict>
569
+ <key>Module</key>
570
+ <string>PBXNavigatorGroup</string>
571
+ <key>Proportion</key>
572
+ <string>218pt</string>
573
+ </dict>
574
+ <dict>
575
+ <key>ContentConfiguration</key>
576
+ <dict>
577
+ <key>PBXProjectModuleGUID</key>
578
+ <string>XCMainBuildResultsModuleGUID</string>
579
+ <key>PBXProjectModuleLabel</key>
580
+ <string>Build</string>
581
+ <key>XCBuildResultsTrigger_Collapse</key>
582
+ <integer>1021</integer>
583
+ <key>XCBuildResultsTrigger_Open</key>
584
+ <integer>1011</integer>
585
+ </dict>
586
+ <key>GeometryConfiguration</key>
587
+ <dict>
588
+ <key>Frame</key>
589
+ <string>{{0, 223}, {500, 236}}</string>
590
+ <key>RubberWindowFrame</key>
591
+ <string>62 482 500 500 0 0 1024 746 </string>
592
+ </dict>
593
+ <key>Module</key>
594
+ <string>PBXBuildResultsModule</string>
595
+ <key>Proportion</key>
596
+ <string>236pt</string>
597
+ </dict>
598
+ </array>
599
+ <key>Proportion</key>
600
+ <string>459pt</string>
601
+ </dict>
602
+ </array>
603
+ <key>Name</key>
604
+ <string>Build Results</string>
605
+ <key>ServiceClasses</key>
606
+ <array>
607
+ <string>PBXBuildResultsModule</string>
608
+ </array>
609
+ <key>StatusbarIsVisible</key>
610
+ <true/>
611
+ <key>TableOfContents</key>
612
+ <array>
613
+ <string>311106340F244BB50026C456</string>
614
+ <string>311106350F244BB50026C456</string>
615
+ <string>1CD0528F0623707200166675</string>
616
+ <string>XCMainBuildResultsModuleGUID</string>
617
+ </array>
618
+ <key>ToolbarConfiguration</key>
619
+ <string>xcode.toolbar.config.buildV3</string>
620
+ <key>WindowString</key>
621
+ <string>62 482 500 500 0 0 1024 746 </string>
622
+ <key>WindowToolGUID</key>
623
+ <string>311106340F244BB50026C456</string>
624
+ <key>WindowToolIsVisible</key>
625
+ <false/>
626
+ </dict>
627
+ <dict>
628
+ <key>Identifier</key>
629
+ <string>windowTool.debugger</string>
630
+ <key>Layout</key>
631
+ <array>
632
+ <dict>
633
+ <key>Dock</key>
634
+ <array>
635
+ <dict>
636
+ <key>ContentConfiguration</key>
637
+ <dict>
638
+ <key>Debugger</key>
639
+ <dict>
640
+ <key>HorizontalSplitView</key>
641
+ <dict>
642
+ <key>_collapsingFrameDimension</key>
643
+ <real>0.0</real>
644
+ <key>_indexOfCollapsedView</key>
645
+ <integer>0</integer>
646
+ <key>_percentageOfCollapsedView</key>
647
+ <real>0.0</real>
648
+ <key>isCollapsed</key>
649
+ <string>yes</string>
650
+ <key>sizes</key>
651
+ <array>
652
+ <string>{{0, 0}, {317, 164}}</string>
653
+ <string>{{317, 0}, {377, 164}}</string>
654
+ </array>
655
+ </dict>
656
+ <key>VerticalSplitView</key>
657
+ <dict>
658
+ <key>_collapsingFrameDimension</key>
659
+ <real>0.0</real>
660
+ <key>_indexOfCollapsedView</key>
661
+ <integer>0</integer>
662
+ <key>_percentageOfCollapsedView</key>
663
+ <real>0.0</real>
664
+ <key>isCollapsed</key>
665
+ <string>yes</string>
666
+ <key>sizes</key>
667
+ <array>
668
+ <string>{{0, 0}, {694, 164}}</string>
669
+ <string>{{0, 164}, {694, 216}}</string>
670
+ </array>
671
+ </dict>
672
+ </dict>
673
+ <key>LauncherConfigVersion</key>
674
+ <string>8</string>
675
+ <key>PBXProjectModuleGUID</key>
676
+ <string>1C162984064C10D400B95A72</string>
677
+ <key>PBXProjectModuleLabel</key>
678
+ <string>Debug - GLUTExamples (Underwater)</string>
679
+ </dict>
680
+ <key>GeometryConfiguration</key>
681
+ <dict>
682
+ <key>DebugConsoleDrawerSize</key>
683
+ <string>{100, 120}</string>
684
+ <key>DebugConsoleVisible</key>
685
+ <string>None</string>
686
+ <key>DebugConsoleWindowFrame</key>
687
+ <string>{{200, 200}, {500, 300}}</string>
688
+ <key>DebugSTDIOWindowFrame</key>
689
+ <string>{{200, 200}, {500, 300}}</string>
690
+ <key>Frame</key>
691
+ <string>{{0, 0}, {694, 380}}</string>
692
+ <key>RubberWindowFrame</key>
693
+ <string>321 238 694 422 0 0 1440 878 </string>
694
+ </dict>
695
+ <key>Module</key>
696
+ <string>PBXDebugSessionModule</string>
697
+ <key>Proportion</key>
698
+ <string>100%</string>
699
+ </dict>
700
+ </array>
701
+ <key>Proportion</key>
702
+ <string>100%</string>
703
+ </dict>
704
+ </array>
705
+ <key>Name</key>
706
+ <string>Debugger</string>
707
+ <key>ServiceClasses</key>
708
+ <array>
709
+ <string>PBXDebugSessionModule</string>
710
+ </array>
711
+ <key>StatusbarIsVisible</key>
712
+ <integer>1</integer>
713
+ <key>TableOfContents</key>
714
+ <array>
715
+ <string>1CD10A99069EF8BA00B06720</string>
716
+ <string>1C0AD2AB069F1E9B00FABCE6</string>
717
+ <string>1C162984064C10D400B95A72</string>
718
+ <string>1C0AD2AC069F1E9B00FABCE6</string>
719
+ </array>
720
+ <key>ToolbarConfiguration</key>
721
+ <string>xcode.toolbar.config.debugV3</string>
722
+ <key>WindowString</key>
723
+ <string>321 238 694 422 0 0 1440 878 </string>
724
+ <key>WindowToolGUID</key>
725
+ <string>1CD10A99069EF8BA00B06720</string>
726
+ <key>WindowToolIsVisible</key>
727
+ <integer>0</integer>
728
+ </dict>
729
+ <dict>
730
+ <key>Identifier</key>
731
+ <string>windowTool.find</string>
732
+ <key>Layout</key>
733
+ <array>
734
+ <dict>
735
+ <key>Dock</key>
736
+ <array>
737
+ <dict>
738
+ <key>Dock</key>
739
+ <array>
740
+ <dict>
741
+ <key>ContentConfiguration</key>
742
+ <dict>
743
+ <key>PBXProjectModuleGUID</key>
744
+ <string>1CDD528C0622207200134675</string>
745
+ <key>PBXProjectModuleLabel</key>
746
+ <string>&lt;No Editor&gt;</string>
747
+ <key>PBXSplitModuleInNavigatorKey</key>
748
+ <dict>
749
+ <key>Split0</key>
750
+ <dict>
751
+ <key>PBXProjectModuleGUID</key>
752
+ <string>1CD0528D0623707200166675</string>
753
+ </dict>
754
+ <key>SplitCount</key>
755
+ <string>1</string>
756
+ </dict>
757
+ <key>StatusBarVisibility</key>
758
+ <integer>1</integer>
759
+ </dict>
760
+ <key>GeometryConfiguration</key>
761
+ <dict>
762
+ <key>Frame</key>
763
+ <string>{{0, 0}, {781, 167}}</string>
764
+ <key>RubberWindowFrame</key>
765
+ <string>62 385 781 470 0 0 1440 878 </string>
766
+ </dict>
767
+ <key>Module</key>
768
+ <string>PBXNavigatorGroup</string>
769
+ <key>Proportion</key>
770
+ <string>781pt</string>
771
+ </dict>
772
+ </array>
773
+ <key>Proportion</key>
774
+ <string>50%</string>
775
+ </dict>
776
+ <dict>
777
+ <key>BecomeActive</key>
778
+ <integer>1</integer>
779
+ <key>ContentConfiguration</key>
780
+ <dict>
781
+ <key>PBXProjectModuleGUID</key>
782
+ <string>1CD0528E0623707200166675</string>
783
+ <key>PBXProjectModuleLabel</key>
784
+ <string>Project Find</string>
785
+ </dict>
786
+ <key>GeometryConfiguration</key>
787
+ <dict>
788
+ <key>Frame</key>
789
+ <string>{{8, 0}, {773, 254}}</string>
790
+ <key>RubberWindowFrame</key>
791
+ <string>62 385 781 470 0 0 1440 878 </string>
792
+ </dict>
793
+ <key>Module</key>
794
+ <string>PBXProjectFindModule</string>
795
+ <key>Proportion</key>
796
+ <string>50%</string>
797
+ </dict>
798
+ </array>
799
+ <key>Proportion</key>
800
+ <string>428pt</string>
801
+ </dict>
802
+ </array>
803
+ <key>Name</key>
804
+ <string>Project Find</string>
805
+ <key>ServiceClasses</key>
806
+ <array>
807
+ <string>PBXProjectFindModule</string>
808
+ </array>
809
+ <key>StatusbarIsVisible</key>
810
+ <integer>1</integer>
811
+ <key>TableOfContents</key>
812
+ <array>
813
+ <string>1C530D57069F1CE1000CFCEE</string>
814
+ <string>1C530D58069F1CE1000CFCEE</string>
815
+ <string>1C530D59069F1CE1000CFCEE</string>
816
+ <string>1CDD528C0622207200134675</string>
817
+ <string>1C530D5A069F1CE1000CFCEE</string>
818
+ <string>1CE0B1FE06471DED0097A5F4</string>
819
+ <string>1CD0528E0623707200166675</string>
820
+ </array>
821
+ <key>WindowString</key>
822
+ <string>62 385 781 470 0 0 1440 878 </string>
823
+ <key>WindowToolGUID</key>
824
+ <string>1C530D57069F1CE1000CFCEE</string>
825
+ <key>WindowToolIsVisible</key>
826
+ <integer>0</integer>
827
+ </dict>
828
+ <dict>
829
+ <key>Identifier</key>
830
+ <string>MENUSEPARATOR</string>
831
+ </dict>
832
+ <dict>
833
+ <key>Identifier</key>
834
+ <string>windowTool.debuggerConsole</string>
835
+ <key>Layout</key>
836
+ <array>
837
+ <dict>
838
+ <key>Dock</key>
839
+ <array>
840
+ <dict>
841
+ <key>BecomeActive</key>
842
+ <integer>1</integer>
843
+ <key>ContentConfiguration</key>
844
+ <dict>
845
+ <key>PBXProjectModuleGUID</key>
846
+ <string>1C78EAAC065D492600B07095</string>
847
+ <key>PBXProjectModuleLabel</key>
848
+ <string>Debugger Console</string>
849
+ </dict>
850
+ <key>GeometryConfiguration</key>
851
+ <dict>
852
+ <key>Frame</key>
853
+ <string>{{0, 0}, {650, 250}}</string>
854
+ <key>RubberWindowFrame</key>
855
+ <string>516 632 650 250 0 0 1680 1027 </string>
856
+ </dict>
857
+ <key>Module</key>
858
+ <string>PBXDebugCLIModule</string>
859
+ <key>Proportion</key>
860
+ <string>209pt</string>
861
+ </dict>
862
+ </array>
863
+ <key>Proportion</key>
864
+ <string>209pt</string>
865
+ </dict>
866
+ </array>
867
+ <key>Name</key>
868
+ <string>Debugger Console</string>
869
+ <key>ServiceClasses</key>
870
+ <array>
871
+ <string>PBXDebugCLIModule</string>
872
+ </array>
873
+ <key>StatusbarIsVisible</key>
874
+ <integer>1</integer>
875
+ <key>TableOfContents</key>
876
+ <array>
877
+ <string>1C78EAAD065D492600B07095</string>
878
+ <string>1C78EAAE065D492600B07095</string>
879
+ <string>1C78EAAC065D492600B07095</string>
880
+ </array>
881
+ <key>ToolbarConfiguration</key>
882
+ <string>xcode.toolbar.config.consoleV3</string>
883
+ <key>WindowString</key>
884
+ <string>650 41 650 250 0 0 1280 1002 </string>
885
+ <key>WindowToolGUID</key>
886
+ <string>1C78EAAD065D492600B07095</string>
887
+ <key>WindowToolIsVisible</key>
888
+ <integer>0</integer>
889
+ </dict>
890
+ <dict>
891
+ <key>Identifier</key>
892
+ <string>windowTool.snapshots</string>
893
+ <key>Layout</key>
894
+ <array>
895
+ <dict>
896
+ <key>Dock</key>
897
+ <array>
898
+ <dict>
899
+ <key>Module</key>
900
+ <string>XCSnapshotModule</string>
901
+ <key>Proportion</key>
902
+ <string>100%</string>
903
+ </dict>
904
+ </array>
905
+ <key>Proportion</key>
906
+ <string>100%</string>
907
+ </dict>
908
+ </array>
909
+ <key>Name</key>
910
+ <string>Snapshots</string>
911
+ <key>ServiceClasses</key>
912
+ <array>
913
+ <string>XCSnapshotModule</string>
914
+ </array>
915
+ <key>StatusbarIsVisible</key>
916
+ <string>Yes</string>
917
+ <key>ToolbarConfiguration</key>
918
+ <string>xcode.toolbar.config.snapshots</string>
919
+ <key>WindowString</key>
920
+ <string>315 824 300 550 0 0 1440 878 </string>
921
+ <key>WindowToolIsVisible</key>
922
+ <string>Yes</string>
923
+ </dict>
924
+ <dict>
925
+ <key>Identifier</key>
926
+ <string>windowTool.scm</string>
927
+ <key>Layout</key>
928
+ <array>
929
+ <dict>
930
+ <key>Dock</key>
931
+ <array>
932
+ <dict>
933
+ <key>ContentConfiguration</key>
934
+ <dict>
935
+ <key>PBXProjectModuleGUID</key>
936
+ <string>1C78EAB2065D492600B07095</string>
937
+ <key>PBXProjectModuleLabel</key>
938
+ <string>&lt;No Editor&gt;</string>
939
+ <key>PBXSplitModuleInNavigatorKey</key>
940
+ <dict>
941
+ <key>Split0</key>
942
+ <dict>
943
+ <key>PBXProjectModuleGUID</key>
944
+ <string>1C78EAB3065D492600B07095</string>
945
+ </dict>
946
+ <key>SplitCount</key>
947
+ <string>1</string>
948
+ </dict>
949
+ <key>StatusBarVisibility</key>
950
+ <integer>1</integer>
951
+ </dict>
952
+ <key>GeometryConfiguration</key>
953
+ <dict>
954
+ <key>Frame</key>
955
+ <string>{{0, 0}, {452, 0}}</string>
956
+ <key>RubberWindowFrame</key>
957
+ <string>743 379 452 308 0 0 1280 1002 </string>
958
+ </dict>
959
+ <key>Module</key>
960
+ <string>PBXNavigatorGroup</string>
961
+ <key>Proportion</key>
962
+ <string>0pt</string>
963
+ </dict>
964
+ <dict>
965
+ <key>BecomeActive</key>
966
+ <integer>1</integer>
967
+ <key>ContentConfiguration</key>
968
+ <dict>
969
+ <key>PBXProjectModuleGUID</key>
970
+ <string>1CD052920623707200166675</string>
971
+ <key>PBXProjectModuleLabel</key>
972
+ <string>SCM</string>
973
+ </dict>
974
+ <key>GeometryConfiguration</key>
975
+ <dict>
976
+ <key>ConsoleFrame</key>
977
+ <string>{{0, 259}, {452, 0}}</string>
978
+ <key>Frame</key>
979
+ <string>{{0, 7}, {452, 259}}</string>
980
+ <key>RubberWindowFrame</key>
981
+ <string>743 379 452 308 0 0 1280 1002 </string>
982
+ <key>TableConfiguration</key>
983
+ <array>
984
+ <string>Status</string>
985
+ <real>30</real>
986
+ <string>FileName</string>
987
+ <real>199</real>
988
+ <string>Path</string>
989
+ <real>197.0950012207031</real>
990
+ </array>
991
+ <key>TableFrame</key>
992
+ <string>{{0, 0}, {452, 250}}</string>
993
+ </dict>
994
+ <key>Module</key>
995
+ <string>PBXCVSModule</string>
996
+ <key>Proportion</key>
997
+ <string>262pt</string>
998
+ </dict>
999
+ </array>
1000
+ <key>Proportion</key>
1001
+ <string>266pt</string>
1002
+ </dict>
1003
+ </array>
1004
+ <key>Name</key>
1005
+ <string>SCM</string>
1006
+ <key>ServiceClasses</key>
1007
+ <array>
1008
+ <string>PBXCVSModule</string>
1009
+ </array>
1010
+ <key>StatusbarIsVisible</key>
1011
+ <integer>1</integer>
1012
+ <key>TableOfContents</key>
1013
+ <array>
1014
+ <string>1C78EAB4065D492600B07095</string>
1015
+ <string>1C78EAB5065D492600B07095</string>
1016
+ <string>1C78EAB2065D492600B07095</string>
1017
+ <string>1CD052920623707200166675</string>
1018
+ </array>
1019
+ <key>ToolbarConfiguration</key>
1020
+ <string>xcode.toolbar.config.scm</string>
1021
+ <key>WindowString</key>
1022
+ <string>743 379 452 308 0 0 1280 1002 </string>
1023
+ </dict>
1024
+ <dict>
1025
+ <key>Identifier</key>
1026
+ <string>windowTool.breakpoints</string>
1027
+ <key>IsVertical</key>
1028
+ <integer>0</integer>
1029
+ <key>Layout</key>
1030
+ <array>
1031
+ <dict>
1032
+ <key>Dock</key>
1033
+ <array>
1034
+ <dict>
1035
+ <key>BecomeActive</key>
1036
+ <integer>1</integer>
1037
+ <key>ContentConfiguration</key>
1038
+ <dict>
1039
+ <key>PBXBottomSmartGroupGIDs</key>
1040
+ <array>
1041
+ <string>1C77FABC04509CD000000102</string>
1042
+ </array>
1043
+ <key>PBXProjectModuleGUID</key>
1044
+ <string>1CE0B1FE06471DED0097A5F4</string>
1045
+ <key>PBXProjectModuleLabel</key>
1046
+ <string>Files</string>
1047
+ <key>PBXProjectStructureProvided</key>
1048
+ <string>no</string>
1049
+ <key>PBXSmartGroupTreeModuleColumnData</key>
1050
+ <dict>
1051
+ <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
1052
+ <array>
1053
+ <real>168</real>
1054
+ </array>
1055
+ <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
1056
+ <array>
1057
+ <string>MainColumn</string>
1058
+ </array>
1059
+ </dict>
1060
+ <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
1061
+ <dict>
1062
+ <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
1063
+ <array>
1064
+ <string>1C77FABC04509CD000000102</string>
1065
+ </array>
1066
+ <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
1067
+ <array>
1068
+ <array>
1069
+ <integer>0</integer>
1070
+ </array>
1071
+ </array>
1072
+ <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
1073
+ <string>{{0, 0}, {168, 350}}</string>
1074
+ </dict>
1075
+ <key>PBXTopSmartGroupGIDs</key>
1076
+ <array/>
1077
+ <key>XCIncludePerspectivesSwitch</key>
1078
+ <integer>0</integer>
1079
+ </dict>
1080
+ <key>GeometryConfiguration</key>
1081
+ <dict>
1082
+ <key>Frame</key>
1083
+ <string>{{0, 0}, {185, 368}}</string>
1084
+ <key>GroupTreeTableConfiguration</key>
1085
+ <array>
1086
+ <string>MainColumn</string>
1087
+ <real>168</real>
1088
+ </array>
1089
+ <key>RubberWindowFrame</key>
1090
+ <string>315 424 744 409 0 0 1440 878 </string>
1091
+ </dict>
1092
+ <key>Module</key>
1093
+ <string>PBXSmartGroupTreeModule</string>
1094
+ <key>Proportion</key>
1095
+ <string>185pt</string>
1096
+ </dict>
1097
+ <dict>
1098
+ <key>ContentConfiguration</key>
1099
+ <dict>
1100
+ <key>PBXProjectModuleGUID</key>
1101
+ <string>1CA1AED706398EBD00589147</string>
1102
+ <key>PBXProjectModuleLabel</key>
1103
+ <string>Detail</string>
1104
+ </dict>
1105
+ <key>GeometryConfiguration</key>
1106
+ <dict>
1107
+ <key>Frame</key>
1108
+ <string>{{190, 0}, {554, 368}}</string>
1109
+ <key>RubberWindowFrame</key>
1110
+ <string>315 424 744 409 0 0 1440 878 </string>
1111
+ </dict>
1112
+ <key>Module</key>
1113
+ <string>XCDetailModule</string>
1114
+ <key>Proportion</key>
1115
+ <string>554pt</string>
1116
+ </dict>
1117
+ </array>
1118
+ <key>Proportion</key>
1119
+ <string>368pt</string>
1120
+ </dict>
1121
+ </array>
1122
+ <key>MajorVersion</key>
1123
+ <integer>3</integer>
1124
+ <key>MinorVersion</key>
1125
+ <integer>0</integer>
1126
+ <key>Name</key>
1127
+ <string>Breakpoints</string>
1128
+ <key>ServiceClasses</key>
1129
+ <array>
1130
+ <string>PBXSmartGroupTreeModule</string>
1131
+ <string>XCDetailModule</string>
1132
+ </array>
1133
+ <key>StatusbarIsVisible</key>
1134
+ <integer>1</integer>
1135
+ <key>TableOfContents</key>
1136
+ <array>
1137
+ <string>1CDDB66807F98D9800BB5817</string>
1138
+ <string>1CDDB66907F98D9800BB5817</string>
1139
+ <string>1CE0B1FE06471DED0097A5F4</string>
1140
+ <string>1CA1AED706398EBD00589147</string>
1141
+ </array>
1142
+ <key>ToolbarConfiguration</key>
1143
+ <string>xcode.toolbar.config.breakpointsV3</string>
1144
+ <key>WindowString</key>
1145
+ <string>315 424 744 409 0 0 1440 878 </string>
1146
+ <key>WindowToolGUID</key>
1147
+ <string>1CDDB66807F98D9800BB5817</string>
1148
+ <key>WindowToolIsVisible</key>
1149
+ <integer>1</integer>
1150
+ </dict>
1151
+ <dict>
1152
+ <key>Identifier</key>
1153
+ <string>windowTool.debugAnimator</string>
1154
+ <key>Layout</key>
1155
+ <array>
1156
+ <dict>
1157
+ <key>Dock</key>
1158
+ <array>
1159
+ <dict>
1160
+ <key>Module</key>
1161
+ <string>PBXNavigatorGroup</string>
1162
+ <key>Proportion</key>
1163
+ <string>100%</string>
1164
+ </dict>
1165
+ </array>
1166
+ <key>Proportion</key>
1167
+ <string>100%</string>
1168
+ </dict>
1169
+ </array>
1170
+ <key>Name</key>
1171
+ <string>Debug Visualizer</string>
1172
+ <key>ServiceClasses</key>
1173
+ <array>
1174
+ <string>PBXNavigatorGroup</string>
1175
+ </array>
1176
+ <key>StatusbarIsVisible</key>
1177
+ <integer>1</integer>
1178
+ <key>ToolbarConfiguration</key>
1179
+ <string>xcode.toolbar.config.debugAnimatorV3</string>
1180
+ <key>WindowString</key>
1181
+ <string>100 100 700 500 0 0 1280 1002 </string>
1182
+ </dict>
1183
+ <dict>
1184
+ <key>Identifier</key>
1185
+ <string>windowTool.bookmarks</string>
1186
+ <key>Layout</key>
1187
+ <array>
1188
+ <dict>
1189
+ <key>Dock</key>
1190
+ <array>
1191
+ <dict>
1192
+ <key>Module</key>
1193
+ <string>PBXBookmarksModule</string>
1194
+ <key>Proportion</key>
1195
+ <string>100%</string>
1196
+ </dict>
1197
+ </array>
1198
+ <key>Proportion</key>
1199
+ <string>100%</string>
1200
+ </dict>
1201
+ </array>
1202
+ <key>Name</key>
1203
+ <string>Bookmarks</string>
1204
+ <key>ServiceClasses</key>
1205
+ <array>
1206
+ <string>PBXBookmarksModule</string>
1207
+ </array>
1208
+ <key>StatusbarIsVisible</key>
1209
+ <integer>0</integer>
1210
+ <key>WindowString</key>
1211
+ <string>538 42 401 187 0 0 1280 1002 </string>
1212
+ </dict>
1213
+ <dict>
1214
+ <key>Identifier</key>
1215
+ <string>windowTool.projectFormatConflicts</string>
1216
+ <key>Layout</key>
1217
+ <array>
1218
+ <dict>
1219
+ <key>Dock</key>
1220
+ <array>
1221
+ <dict>
1222
+ <key>Module</key>
1223
+ <string>XCProjectFormatConflictsModule</string>
1224
+ <key>Proportion</key>
1225
+ <string>100%</string>
1226
+ </dict>
1227
+ </array>
1228
+ <key>Proportion</key>
1229
+ <string>100%</string>
1230
+ </dict>
1231
+ </array>
1232
+ <key>Name</key>
1233
+ <string>Project Format Conflicts</string>
1234
+ <key>ServiceClasses</key>
1235
+ <array>
1236
+ <string>XCProjectFormatConflictsModule</string>
1237
+ </array>
1238
+ <key>StatusbarIsVisible</key>
1239
+ <integer>0</integer>
1240
+ <key>WindowContentMinSize</key>
1241
+ <string>450 300</string>
1242
+ <key>WindowString</key>
1243
+ <string>50 850 472 307 0 0 1440 877</string>
1244
+ </dict>
1245
+ <dict>
1246
+ <key>Identifier</key>
1247
+ <string>windowTool.classBrowser</string>
1248
+ <key>Layout</key>
1249
+ <array>
1250
+ <dict>
1251
+ <key>Dock</key>
1252
+ <array>
1253
+ <dict>
1254
+ <key>BecomeActive</key>
1255
+ <integer>1</integer>
1256
+ <key>ContentConfiguration</key>
1257
+ <dict>
1258
+ <key>OptionsSetName</key>
1259
+ <string>Hierarchy, all classes</string>
1260
+ <key>PBXProjectModuleGUID</key>
1261
+ <string>1CA6456E063B45B4001379D8</string>
1262
+ <key>PBXProjectModuleLabel</key>
1263
+ <string>Class Browser - NSObject</string>
1264
+ </dict>
1265
+ <key>GeometryConfiguration</key>
1266
+ <dict>
1267
+ <key>ClassesFrame</key>
1268
+ <string>{{0, 0}, {374, 96}}</string>
1269
+ <key>ClassesTreeTableConfiguration</key>
1270
+ <array>
1271
+ <string>PBXClassNameColumnIdentifier</string>
1272
+ <real>208</real>
1273
+ <string>PBXClassBookColumnIdentifier</string>
1274
+ <real>22</real>
1275
+ </array>
1276
+ <key>Frame</key>
1277
+ <string>{{0, 0}, {630, 331}}</string>
1278
+ <key>MembersFrame</key>
1279
+ <string>{{0, 105}, {374, 395}}</string>
1280
+ <key>MembersTreeTableConfiguration</key>
1281
+ <array>
1282
+ <string>PBXMemberTypeIconColumnIdentifier</string>
1283
+ <real>22</real>
1284
+ <string>PBXMemberNameColumnIdentifier</string>
1285
+ <real>216</real>
1286
+ <string>PBXMemberTypeColumnIdentifier</string>
1287
+ <real>97</real>
1288
+ <string>PBXMemberBookColumnIdentifier</string>
1289
+ <real>22</real>
1290
+ </array>
1291
+ <key>PBXModuleWindowStatusBarHidden2</key>
1292
+ <integer>1</integer>
1293
+ <key>RubberWindowFrame</key>
1294
+ <string>385 179 630 352 0 0 1440 878 </string>
1295
+ </dict>
1296
+ <key>Module</key>
1297
+ <string>PBXClassBrowserModule</string>
1298
+ <key>Proportion</key>
1299
+ <string>332pt</string>
1300
+ </dict>
1301
+ </array>
1302
+ <key>Proportion</key>
1303
+ <string>332pt</string>
1304
+ </dict>
1305
+ </array>
1306
+ <key>Name</key>
1307
+ <string>Class Browser</string>
1308
+ <key>ServiceClasses</key>
1309
+ <array>
1310
+ <string>PBXClassBrowserModule</string>
1311
+ </array>
1312
+ <key>StatusbarIsVisible</key>
1313
+ <integer>0</integer>
1314
+ <key>TableOfContents</key>
1315
+ <array>
1316
+ <string>1C0AD2AF069F1E9B00FABCE6</string>
1317
+ <string>1C0AD2B0069F1E9B00FABCE6</string>
1318
+ <string>1CA6456E063B45B4001379D8</string>
1319
+ </array>
1320
+ <key>ToolbarConfiguration</key>
1321
+ <string>xcode.toolbar.config.classbrowser</string>
1322
+ <key>WindowString</key>
1323
+ <string>385 179 630 352 0 0 1440 878 </string>
1324
+ <key>WindowToolGUID</key>
1325
+ <string>1C0AD2AF069F1E9B00FABCE6</string>
1326
+ <key>WindowToolIsVisible</key>
1327
+ <integer>0</integer>
1328
+ </dict>
1329
+ <dict>
1330
+ <key>Identifier</key>
1331
+ <string>windowTool.refactoring</string>
1332
+ <key>IncludeInToolsMenu</key>
1333
+ <integer>0</integer>
1334
+ <key>Layout</key>
1335
+ <array>
1336
+ <dict>
1337
+ <key>Dock</key>
1338
+ <array>
1339
+ <dict>
1340
+ <key>BecomeActive</key>
1341
+ <integer>1</integer>
1342
+ <key>GeometryConfiguration</key>
1343
+ <dict>
1344
+ <key>Frame</key>
1345
+ <string>{0, 0}, {500, 335}</string>
1346
+ <key>RubberWindowFrame</key>
1347
+ <string>{0, 0}, {500, 335}</string>
1348
+ </dict>
1349
+ <key>Module</key>
1350
+ <string>XCRefactoringModule</string>
1351
+ <key>Proportion</key>
1352
+ <string>100%</string>
1353
+ </dict>
1354
+ </array>
1355
+ <key>Proportion</key>
1356
+ <string>100%</string>
1357
+ </dict>
1358
+ </array>
1359
+ <key>Name</key>
1360
+ <string>Refactoring</string>
1361
+ <key>ServiceClasses</key>
1362
+ <array>
1363
+ <string>XCRefactoringModule</string>
1364
+ </array>
1365
+ <key>WindowString</key>
1366
+ <string>200 200 500 356 0 0 1920 1200 </string>
1367
+ </dict>
1368
+ </array>
1369
+ </dict>
1370
+ </plist>