choctop 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/History.txt +12 -0
  2. data/Manifest.txt +0 -57
  3. data/README.rdoc +6 -0
  4. data/Rakefile +18 -22
  5. data/features/development.feature +1 -1
  6. data/features/dmg.feature +8 -0
  7. data/features/rake_tasks.feature +1 -0
  8. data/features/step_definitions/common_steps.rb +0 -9
  9. data/features/step_definitions/dmg_steps.rb +2 -6
  10. data/features/step_definitions/generator_steps.rb +13 -2
  11. data/features/step_definitions/remote_steps.rb +5 -5
  12. data/features/support/env.rb +10 -3
  13. data/lib/choctop.rb +41 -12
  14. data/lib/choctop/appcast.rb +17 -4
  15. data/lib/choctop/dmg.rb +38 -6
  16. data/spec/choctop_spec.rb +30 -2
  17. metadata +16 -95
  18. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/TemplateIcon.icns +0 -0
  19. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/drnic.mode1v3 +0 -1360
  20. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/drnic.pbxuser +0 -108
  21. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/project.pbxproj +0 -276
  22. data/features/fixtures/App With Whitespace/App With Whitespace_Prefix.pch +0 -7
  23. data/features/fixtures/App With Whitespace/English.lproj/InfoPlist.strings +0 -0
  24. data/features/fixtures/App With Whitespace/English.lproj/MainMenu.xib +0 -3034
  25. data/features/fixtures/App With Whitespace/Info.plist +0 -30
  26. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/categories.pbxbtree +0 -0
  27. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/cdecls.pbxbtree +0 -0
  28. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/decls.pbxbtree +0 -0
  29. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/files.pbxbtree +0 -0
  30. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/imports.pbxbtree +0 -0
  31. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/pbxindex.header +0 -0
  32. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/protocols.pbxbtree +0 -0
  33. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/refs.pbxbtree +0 -0
  34. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/strings.pbxstrings/control +0 -0
  35. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/strings.pbxstrings/strings +0 -0
  36. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/subclasses.pbxbtree +0 -0
  37. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/symbols0.pbxsymbols +0 -0
  38. data/features/fixtures/App With Whitespace/main.m +0 -14
  39. data/features/fixtures/SampleApp/English.lproj/InfoPlist.strings +0 -0
  40. data/features/fixtures/SampleApp/English.lproj/MainMenu.xib +0 -3034
  41. data/features/fixtures/SampleApp/Info.plist +0 -30
  42. data/features/fixtures/SampleApp/README.txt +0 -1
  43. data/features/fixtures/SampleApp/SampleApp.xcodeproj/TemplateIcon.icns +0 -0
  44. data/features/fixtures/SampleApp/SampleApp.xcodeproj/project.pbxproj +0 -284
  45. data/features/fixtures/SampleApp/SampleApp_Prefix.pch +0 -7
  46. data/features/fixtures/SampleApp/build/Release/README.txt +0 -1
  47. data/features/fixtures/SampleApp/build/Release/dmg/README.txt +0 -1
  48. data/features/fixtures/SampleApp/main.m +0 -14
  49. data/website/_layouts/default.html +0 -41
  50. data/website/_layouts/post.html +0 -86
  51. data/website/_posts/2009-02-02-first-post.markdown +0 -6
  52. data/website/_site/2009/02/02/first-post.html +0 -86
  53. data/website/_site/atom.xml +0 -24
  54. data/website/_site/config.yml +0 -6
  55. data/website/_site/css/stylesheet.css +0 -135
  56. data/website/_site/images/logo.gif +0 -0
  57. data/website/_site/images/logo.jpg +0 -0
  58. data/website/_site/images/logo.png +0 -0
  59. data/website/_site/images/love-16.gif +0 -0
  60. data/website/_site/images/love.gif +0 -0
  61. data/website/_site/images/mocra-keynote-bg.jpg +0 -0
  62. data/website/_site/images/title slide.jpg +0 -0
  63. data/website/_site/images/title-slide.png +0 -0
  64. data/website/_site/index.html +0 -85
  65. data/website/atom.xml +0 -27
  66. data/website/config.yml +0 -6
  67. data/website/css/stylesheet.css +0 -135
  68. data/website/images/logo.gif +0 -0
  69. data/website/images/logo.png +0 -0
  70. data/website/images/love-16.gif +0 -0
  71. data/website/images/love.gif +0 -0
  72. data/website/images/mocra-keynote-bg.jpg +0 -0
  73. data/website/images/title-slide.png +0 -0
  74. data/website/index.markdown +0 -63
data/lib/choctop/dmg.rb CHANGED
@@ -1,15 +1,30 @@
1
1
  module ChocTop::Dmg
2
2
  def prepare_files
3
+ self.files = files.inject({}) do |files, file|
4
+ path_or_helper, options = file
5
+ path = case path_or_helper
6
+ when Symbol
7
+ send path_or_helper
8
+ when Proc
9
+ path_or_helper.call
10
+ else
11
+ path_or_helper
12
+ end
13
+ files[path] = options if path && File.exists?(path) && File.basename(path) != '.'
14
+ files
15
+ end
16
+ end
17
+
18
+ def copy_files
3
19
  FileUtils.mkdir_p(src_folder)
4
- files.each do |file|
5
- path, options = file
20
+ files.each do |path, options|
6
21
  FileUtils.cp_r(path, src_folder)
7
22
  end
8
23
  end
9
24
 
10
25
  def make_dmg
11
26
  prepare_files
12
- FileUtils.rm_rf build_path
27
+ copy_files
13
28
  FileUtils.mkdir_p build_path
14
29
  FileUtils.mkdir_p mountpoint # TODO can we remove random mountpoints?
15
30
  sh "hdiutil create -format UDRW -quiet -volname '#{name}' -srcfolder '#{src_folder}' '#{pkg}'"
@@ -17,8 +32,10 @@ module ChocTop::Dmg
17
32
  sh "bless --folder '#{volume_path}' --openfolder '#{volume_path}'"
18
33
  sh "sleep 1"
19
34
 
35
+ puts "volume_icon: #{volume_icon.inspect}"
36
+ puts "include_applications_icon?: #{include_applications_icon?.inspect}"
20
37
  configure_volume_icon
21
- configure_applications_icon
38
+ configure_applications_icon if include_applications_icon?
22
39
  configure_dmg_window
23
40
  end
24
41
 
@@ -58,6 +75,7 @@ module ChocTop::Dmg
58
75
  end
59
76
  script = <<-SCRIPT.gsub(/^ /, '')
60
77
  tell application "Finder"
78
+ set applications_folder to displayed name of (path to applications folder) -- i18n
61
79
  set mountpoint to POSIX file ("#{volume_path}" as string) as alias
62
80
  tell folder mountpoint
63
81
  open
@@ -73,7 +91,7 @@ module ChocTop::Dmg
73
91
  set text size of the icon view options of container window to #{icon_text_size}
74
92
  set arrangement of the icon view options of container window to not arranged
75
93
  #{set_position_of_files}
76
- set position of item "Applications" to {#{applications_icon_position.join(", ")}}
94
+ #{set_position_of_shortcuts}
77
95
  set the bounds of the container window to {#{window_bounds.join(", ")}}
78
96
  set background picture of the icon view options of container window to file "#{volume_background.gsub(/\//,':')}"
79
97
  update without registering applications
@@ -97,11 +115,25 @@ module ChocTop::Dmg
97
115
  end.join("\n")
98
116
  end
99
117
 
118
+ def set_position_of_shortcuts
119
+ if include_applications_icon?
120
+ %Q{set position of item applications_folder to {#{applications_icon_position.join(", ")}}}
121
+ else
122
+ ""
123
+ end
124
+ end
125
+
126
+ def include_applications_icon?
127
+ puts "target: #{target.inspect}"
128
+ target =~ /.app$/
129
+ end
130
+
100
131
  def configure_applications_icon
101
132
  run_applescript <<-SCRIPT.gsub(/^ /, ''), "apps_icon_script"
102
133
  tell application "Finder"
134
+ set applications_folder to displayed name of (path to applications folder) -- i18n
103
135
  set dest to disk "#{name}"
104
- set src to folder "Applications" of startup disk
136
+ set src to folder applications_folder of startup disk
105
137
  make new alias at dest to src
106
138
  end tell
107
139
  SCRIPT
data/spec/choctop_spec.rb CHANGED
@@ -1,7 +1,5 @@
1
1
  require File.dirname(__FILE__) + '/spec_helper.rb'
2
2
 
3
- # Time to add your specs!
4
- # http://rspec.info/
5
3
  describe ChocTop do
6
4
  attr_reader :choctop
7
5
 
@@ -79,7 +77,37 @@ describe ChocTop do
79
77
  it "should position README.txt at [50, 100]" do
80
78
  @choctop.set_position_of_files.should =~ /set position of item "README.txt" to \{50, 100\}/
81
79
  end
80
+
81
+ it "should render an Applications shortcut" do
82
+ @choctop.set_position_of_shortcuts.should =~ /applications_folder/
83
+ end
84
+ end
85
+
86
+ end
87
+
88
+ describe "add_files for non-Cocoa app" do
89
+ before(:each) do
90
+ @my_project_path = File.dirname(__FILE__) + "/../tmp/MyProject"
91
+ FileUtils.rm_rf(@my_project_path)
92
+ FileUtils.mkdir_p(@my_project_path)
93
+ `touch #{File.join(@my_project_path, 'README.txt')}`
94
+ `touch #{File.join(@my_project_path, 'some_other_file.txt')}`
95
+ FileUtils.chdir(@my_project_path) do
96
+ @choctop = ChocTop.new
97
+ @choctop.add_file "README.txt", :position => [50, 100]
98
+ @choctop.add_file "some_other_file.txt", :position => [50, 150]
99
+ @choctop.prepare_files
100
+ end
101
+ end
102
+
103
+ it "should have README.txt in build/Release/dmg ready for inclusion in DMG" do
104
+ FileUtils.chdir(@my_project_path) do
105
+ File.should be_exists('build/Release/dmg/README.txt')
106
+ end
82
107
  end
83
108
 
109
+ it "should not render an Applications shortcut" do
110
+ @choctop.set_position_of_shortcuts.should_not =~ /applications_folder/
111
+ end
84
112
  end
85
113
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: choctop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-06-11 00:00:00 +10:00
13
+ date: 2009-11-16 00:00:00 +10:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -33,16 +33,6 @@ dependencies:
33
33
  - !ruby/object:Gem::Version
34
34
  version: 2.1.2
35
35
  version:
36
- - !ruby/object:Gem::Dependency
37
- name: RedCloth
38
- type: :runtime
39
- version_requirement:
40
- version_requirements: !ruby/object:Gem::Requirement
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- version: 4.1.1
45
- version:
46
36
  - !ruby/object:Gem::Dependency
47
37
  name: newgem
48
38
  type: :development
@@ -51,7 +41,7 @@ dependencies:
51
41
  requirements:
52
42
  - - ">="
53
43
  - !ruby/object:Gem::Version
54
- version: 1.4.1
44
+ version: 1.5.2
55
45
  version:
56
46
  - !ruby/object:Gem::Dependency
57
47
  name: hoe
@@ -61,26 +51,18 @@ dependencies:
61
51
  requirements:
62
52
  - - ">="
63
53
  - !ruby/object:Gem::Version
64
- version: 1.8.0
54
+ version: 2.3.3
65
55
  version:
66
- description: |-
67
- Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and
68
- upload. Instead of hours, its only 30 seconds to release each new version of an application.
69
-
70
- Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's
71
- like Hoe but for Cocoa apps.
72
-
73
- The main feature is a powerful rake task "rake appcast" which builds a release of your
74
- application, creates a DMG package, generates a Sparkle XML file, and posts the package
75
- and XML file to your remote host via rsync.
76
-
77
- All rake tasks:
78
-
79
- rake appcast # Create dmg, update appcast file, and upload to host
80
- rake build # Build Xcode Release
81
- rake dmg # Create the dmg file for appcasting
82
- rake feed # Create/update the appcast file
83
- rake upload # Upload the appcast file to the host
56
+ description: "Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; \n\
57
+ it\xE2\x80\x99s like Hoe but for Cocoa apps.\n\n\
58
+ Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and\n\
59
+ upload. Instead of hours, its only 30 seconds to release each new version of an application.\n\n\
60
+ Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's\n\
61
+ like Hoe but for Cocoa apps.\n\n\
62
+ The main feature is a powerful rake task \"rake appcast\" which builds a release of your\n\
63
+ application, creates a DMG package, generates a Sparkle XML file, and posts the package\n\
64
+ and XML file to your remote host via rsync.\n\n\
65
+ All rake tasks:\n\n rake appcast # Create dmg, update appcast file, and upload to host\n rake build # Build Xcode Release\n rake dmg # Create the dmg file for appcasting\n rake feed # Create/update the appcast file\n rake upload # Upload the appcast file to the host"
84
66
  email:
85
67
  - drnicwilliams@gmail.com
86
68
  - chris@cobaltedge.com
@@ -91,10 +73,6 @@ extensions: []
91
73
  extra_rdoc_files:
92
74
  - History.txt
93
75
  - Manifest.txt
94
- - README.rdoc
95
- - features/fixtures/SampleApp/README.txt
96
- - features/fixtures/SampleApp/build/Release/README.txt
97
- - features/fixtures/SampleApp/build/Release/dmg/README.txt
98
76
  files:
99
77
  - History.txt
100
78
  - Manifest.txt
@@ -112,37 +90,6 @@ files:
112
90
  - bin/install_choctop
113
91
  - features/development.feature
114
92
  - features/dmg.feature
115
- - features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/TemplateIcon.icns
116
- - features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/drnic.mode1v3
117
- - features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/drnic.pbxuser
118
- - features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/project.pbxproj
119
- - features/fixtures/App With Whitespace/App With Whitespace_Prefix.pch
120
- - features/fixtures/App With Whitespace/English.lproj/InfoPlist.strings
121
- - features/fixtures/App With Whitespace/English.lproj/MainMenu.xib
122
- - features/fixtures/App With Whitespace/Info.plist
123
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/categories.pbxbtree
124
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/cdecls.pbxbtree
125
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/decls.pbxbtree
126
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/files.pbxbtree
127
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/imports.pbxbtree
128
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/pbxindex.header
129
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/protocols.pbxbtree
130
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/refs.pbxbtree
131
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/strings.pbxstrings/control
132
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/strings.pbxstrings/strings
133
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/subclasses.pbxbtree
134
- - features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/symbols0.pbxsymbols
135
- - features/fixtures/App With Whitespace/main.m
136
- - features/fixtures/SampleApp/English.lproj/InfoPlist.strings
137
- - features/fixtures/SampleApp/English.lproj/MainMenu.xib
138
- - features/fixtures/SampleApp/Info.plist
139
- - features/fixtures/SampleApp/README.txt
140
- - features/fixtures/SampleApp/SampleApp.xcodeproj/TemplateIcon.icns
141
- - features/fixtures/SampleApp/SampleApp.xcodeproj/project.pbxproj
142
- - features/fixtures/SampleApp/SampleApp_Prefix.pch
143
- - features/fixtures/SampleApp/build/Release/README.txt
144
- - features/fixtures/SampleApp/build/Release/dmg/README.txt
145
- - features/fixtures/SampleApp/main.m
146
93
  - features/fixtures/custom_assets/appicon.icns
147
94
  - features/initial_generator.feature
148
95
  - features/rake_tasks.feature
@@ -166,32 +113,6 @@ files:
166
113
  - spec/spec.opts
167
114
  - spec/spec_helper.rb
168
115
  - tasks/rspec.rake
169
- - website/_layouts/default.html
170
- - website/_layouts/post.html
171
- - website/_posts/2009-02-02-first-post.markdown
172
- - website/_site/2009/02/02/first-post.html
173
- - website/_site/atom.xml
174
- - website/_site/config.yml
175
- - website/_site/css/stylesheet.css
176
- - website/_site/images/logo.gif
177
- - website/_site/images/logo.jpg
178
- - website/_site/images/logo.png
179
- - website/_site/images/love-16.gif
180
- - website/_site/images/love.gif
181
- - website/_site/images/mocra-keynote-bg.jpg
182
- - website/_site/images/title slide.jpg
183
- - website/_site/images/title-slide.png
184
- - website/_site/index.html
185
- - website/atom.xml
186
- - website/config.yml
187
- - website/css/stylesheet.css
188
- - website/images/logo.gif
189
- - website/images/logo.png
190
- - website/images/love-16.gif
191
- - website/images/love.gif
192
- - website/images/mocra-keynote-bg.jpg
193
- - website/images/title-slide.png
194
- - website/index.markdown
195
116
  has_rdoc: true
196
117
  homepage: http://drnic.github.com/choctop
197
118
  licenses: []
@@ -217,9 +138,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
138
  requirements: []
218
139
 
219
140
  rubyforge_project: choctop
220
- rubygems_version: 1.3.4
141
+ rubygems_version: 1.3.5
221
142
  signing_key:
222
143
  specification_version: 3
223
- summary: Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload
144
+ summary: "Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it\xE2\x80\x99s like Hoe but for Cocoa apps"
224
145
  test_files: []
225
146
 
@@ -1,1360 +0,0 @@
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>3163F8FB0F387F1E00A76AE6</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>ContentConfiguration</key>
236
- <dict>
237
- <key>PBXBottomSmartGroupGIDs</key>
238
- <array>
239
- <string>1C37FBAC04509CD000000102</string>
240
- <string>1C37FAAC04509CD000000102</string>
241
- <string>1C08E77C0454961000C914BD</string>
242
- <string>1C37FABC05509CD000000102</string>
243
- <string>1C37FABC05539CD112110102</string>
244
- <string>E2644B35053B69B200211256</string>
245
- <string>1C37FABC04509CD000100104</string>
246
- <string>1CC0EA4004350EF90044410B</string>
247
- <string>1CC0EA4004350EF90041110B</string>
248
- </array>
249
- <key>PBXProjectModuleGUID</key>
250
- <string>1CE0B1FE06471DED0097A5F4</string>
251
- <key>PBXProjectModuleLabel</key>
252
- <string>Files</string>
253
- <key>PBXProjectStructureProvided</key>
254
- <string>yes</string>
255
- <key>PBXSmartGroupTreeModuleColumnData</key>
256
- <dict>
257
- <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
258
- <array>
259
- <real>186</real>
260
- </array>
261
- <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
262
- <array>
263
- <string>MainColumn</string>
264
- </array>
265
- </dict>
266
- <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
267
- <dict>
268
- <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
269
- <array>
270
- <string>29B97314FDCFA39411CA2CEA</string>
271
- <string>1C37FABC05509CD000000102</string>
272
- </array>
273
- <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
274
- <array>
275
- <array>
276
- <integer>0</integer>
277
- </array>
278
- </array>
279
- <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
280
- <string>{{0, 0}, {186, 445}}</string>
281
- </dict>
282
- <key>PBXTopSmartGroupGIDs</key>
283
- <array/>
284
- <key>XCIncludePerspectivesSwitch</key>
285
- <true/>
286
- <key>XCSharingToken</key>
287
- <string>com.apple.Xcode.GFSharingToken</string>
288
- </dict>
289
- <key>GeometryConfiguration</key>
290
- <dict>
291
- <key>Frame</key>
292
- <string>{{0, 0}, {203, 463}}</string>
293
- <key>GroupTreeTableConfiguration</key>
294
- <array>
295
- <string>MainColumn</string>
296
- <real>186</real>
297
- </array>
298
- <key>RubberWindowFrame</key>
299
- <string>246 242 788 504 0 0 1280 778 </string>
300
- </dict>
301
- <key>Module</key>
302
- <string>PBXSmartGroupTreeModule</string>
303
- <key>Proportion</key>
304
- <string>203pt</string>
305
- </dict>
306
- <dict>
307
- <key>Dock</key>
308
- <array>
309
- <dict>
310
- <key>ContentConfiguration</key>
311
- <dict>
312
- <key>PBXProjectModuleGUID</key>
313
- <string>1CE0B20306471E060097A5F4</string>
314
- <key>PBXProjectModuleLabel</key>
315
- <string>Info.plist</string>
316
- <key>PBXSplitModuleInNavigatorKey</key>
317
- <dict>
318
- <key>Split0</key>
319
- <dict>
320
- <key>PBXProjectModuleGUID</key>
321
- <string>1CE0B20406471E060097A5F4</string>
322
- <key>PBXProjectModuleLabel</key>
323
- <string>Info.plist</string>
324
- <key>_historyCapacity</key>
325
- <integer>0</integer>
326
- <key>bookmark</key>
327
- <string>3163F8F80F387F1E00A76AE6</string>
328
- <key>history</key>
329
- <array>
330
- <string>3163F8F70F387F1E00A76AE6</string>
331
- </array>
332
- </dict>
333
- <key>SplitCount</key>
334
- <string>1</string>
335
- </dict>
336
- <key>StatusBarVisibility</key>
337
- <true/>
338
- </dict>
339
- <key>GeometryConfiguration</key>
340
- <dict>
341
- <key>Frame</key>
342
- <string>{{0, 0}, {580, 285}}</string>
343
- <key>RubberWindowFrame</key>
344
- <string>246 242 788 504 0 0 1280 778 </string>
345
- </dict>
346
- <key>Module</key>
347
- <string>PBXNavigatorGroup</string>
348
- <key>Proportion</key>
349
- <string>285pt</string>
350
- </dict>
351
- <dict>
352
- <key>ContentConfiguration</key>
353
- <dict>
354
- <key>PBXProjectModuleGUID</key>
355
- <string>1CE0B20506471E060097A5F4</string>
356
- <key>PBXProjectModuleLabel</key>
357
- <string>Detail</string>
358
- </dict>
359
- <key>GeometryConfiguration</key>
360
- <dict>
361
- <key>Frame</key>
362
- <string>{{0, 290}, {580, 173}}</string>
363
- <key>RubberWindowFrame</key>
364
- <string>246 242 788 504 0 0 1280 778 </string>
365
- </dict>
366
- <key>Module</key>
367
- <string>XCDetailModule</string>
368
- <key>Proportion</key>
369
- <string>173pt</string>
370
- </dict>
371
- </array>
372
- <key>Proportion</key>
373
- <string>580pt</string>
374
- </dict>
375
- </array>
376
- <key>Name</key>
377
- <string>Project</string>
378
- <key>ServiceClasses</key>
379
- <array>
380
- <string>XCModuleDock</string>
381
- <string>PBXSmartGroupTreeModule</string>
382
- <string>XCModuleDock</string>
383
- <string>PBXNavigatorGroup</string>
384
- <string>XCDetailModule</string>
385
- </array>
386
- <key>TableOfContents</key>
387
- <array>
388
- <string>3163F8F90F387F1E00A76AE6</string>
389
- <string>1CE0B1FE06471DED0097A5F4</string>
390
- <string>3163F8FA0F387F1E00A76AE6</string>
391
- <string>1CE0B20306471E060097A5F4</string>
392
- <string>1CE0B20506471E060097A5F4</string>
393
- </array>
394
- <key>ToolbarConfiguration</key>
395
- <string>xcode.toolbar.config.defaultV3</string>
396
- </dict>
397
- <dict>
398
- <key>ControllerClassBaseName</key>
399
- <string></string>
400
- <key>IconName</key>
401
- <string>WindowOfProject</string>
402
- <key>Identifier</key>
403
- <string>perspective.morph</string>
404
- <key>IsVertical</key>
405
- <integer>0</integer>
406
- <key>Layout</key>
407
- <array>
408
- <dict>
409
- <key>BecomeActive</key>
410
- <integer>1</integer>
411
- <key>ContentConfiguration</key>
412
- <dict>
413
- <key>PBXBottomSmartGroupGIDs</key>
414
- <array>
415
- <string>1C37FBAC04509CD000000102</string>
416
- <string>1C37FAAC04509CD000000102</string>
417
- <string>1C08E77C0454961000C914BD</string>
418
- <string>1C37FABC05509CD000000102</string>
419
- <string>1C37FABC05539CD112110102</string>
420
- <string>E2644B35053B69B200211256</string>
421
- <string>1C37FABC04509CD000100104</string>
422
- <string>1CC0EA4004350EF90044410B</string>
423
- <string>1CC0EA4004350EF90041110B</string>
424
- </array>
425
- <key>PBXProjectModuleGUID</key>
426
- <string>11E0B1FE06471DED0097A5F4</string>
427
- <key>PBXProjectModuleLabel</key>
428
- <string>Files</string>
429
- <key>PBXProjectStructureProvided</key>
430
- <string>yes</string>
431
- <key>PBXSmartGroupTreeModuleColumnData</key>
432
- <dict>
433
- <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
434
- <array>
435
- <real>186</real>
436
- </array>
437
- <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
438
- <array>
439
- <string>MainColumn</string>
440
- </array>
441
- </dict>
442
- <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
443
- <dict>
444
- <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
445
- <array>
446
- <string>29B97314FDCFA39411CA2CEA</string>
447
- <string>1C37FABC05509CD000000102</string>
448
- </array>
449
- <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
450
- <array>
451
- <array>
452
- <integer>0</integer>
453
- </array>
454
- </array>
455
- <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
456
- <string>{{0, 0}, {186, 337}}</string>
457
- </dict>
458
- <key>PBXTopSmartGroupGIDs</key>
459
- <array/>
460
- <key>XCIncludePerspectivesSwitch</key>
461
- <integer>1</integer>
462
- <key>XCSharingToken</key>
463
- <string>com.apple.Xcode.GFSharingToken</string>
464
- </dict>
465
- <key>GeometryConfiguration</key>
466
- <dict>
467
- <key>Frame</key>
468
- <string>{{0, 0}, {203, 355}}</string>
469
- <key>GroupTreeTableConfiguration</key>
470
- <array>
471
- <string>MainColumn</string>
472
- <real>186</real>
473
- </array>
474
- <key>RubberWindowFrame</key>
475
- <string>373 269 690 397 0 0 1440 878 </string>
476
- </dict>
477
- <key>Module</key>
478
- <string>PBXSmartGroupTreeModule</string>
479
- <key>Proportion</key>
480
- <string>100%</string>
481
- </dict>
482
- </array>
483
- <key>Name</key>
484
- <string>Morph</string>
485
- <key>PreferredWidth</key>
486
- <integer>300</integer>
487
- <key>ServiceClasses</key>
488
- <array>
489
- <string>XCModuleDock</string>
490
- <string>PBXSmartGroupTreeModule</string>
491
- </array>
492
- <key>TableOfContents</key>
493
- <array>
494
- <string>11E0B1FE06471DED0097A5F4</string>
495
- </array>
496
- <key>ToolbarConfiguration</key>
497
- <string>xcode.toolbar.config.default.shortV3</string>
498
- </dict>
499
- </array>
500
- <key>PerspectivesBarVisible</key>
501
- <false/>
502
- <key>ShelfIsVisible</key>
503
- <false/>
504
- <key>SourceDescription</key>
505
- <string>file at '/Previous Systems.localized/2008-11-14_0120/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec'</string>
506
- <key>StatusbarIsVisible</key>
507
- <true/>
508
- <key>TimeStamp</key>
509
- <real>0.0</real>
510
- <key>ToolbarDisplayMode</key>
511
- <integer>1</integer>
512
- <key>ToolbarIsVisible</key>
513
- <true/>
514
- <key>ToolbarSizeMode</key>
515
- <integer>1</integer>
516
- <key>Type</key>
517
- <string>Perspectives</string>
518
- <key>UpdateMessage</key>
519
- <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>
520
- <key>WindowJustification</key>
521
- <integer>5</integer>
522
- <key>WindowOrderList</key>
523
- <array>
524
- <string>/Users/drnic/Documents/ruby/gems/choctop/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj</string>
525
- </array>
526
- <key>WindowString</key>
527
- <string>246 242 788 504 0 0 1280 778 </string>
528
- <key>WindowToolsV3</key>
529
- <array>
530
- <dict>
531
- <key>Identifier</key>
532
- <string>windowTool.build</string>
533
- <key>Layout</key>
534
- <array>
535
- <dict>
536
- <key>Dock</key>
537
- <array>
538
- <dict>
539
- <key>ContentConfiguration</key>
540
- <dict>
541
- <key>PBXProjectModuleGUID</key>
542
- <string>1CD0528F0623707200166675</string>
543
- <key>PBXProjectModuleLabel</key>
544
- <string>&lt;No Editor&gt;</string>
545
- <key>PBXSplitModuleInNavigatorKey</key>
546
- <dict>
547
- <key>Split0</key>
548
- <dict>
549
- <key>PBXProjectModuleGUID</key>
550
- <string>1CD052900623707200166675</string>
551
- </dict>
552
- <key>SplitCount</key>
553
- <string>1</string>
554
- </dict>
555
- <key>StatusBarVisibility</key>
556
- <integer>1</integer>
557
- </dict>
558
- <key>GeometryConfiguration</key>
559
- <dict>
560
- <key>Frame</key>
561
- <string>{{0, 0}, {500, 215}}</string>
562
- <key>RubberWindowFrame</key>
563
- <string>192 257 500 500 0 0 1280 1002 </string>
564
- </dict>
565
- <key>Module</key>
566
- <string>PBXNavigatorGroup</string>
567
- <key>Proportion</key>
568
- <string>218pt</string>
569
- </dict>
570
- <dict>
571
- <key>BecomeActive</key>
572
- <integer>1</integer>
573
- <key>ContentConfiguration</key>
574
- <dict>
575
- <key>PBXProjectModuleGUID</key>
576
- <string>XCMainBuildResultsModuleGUID</string>
577
- <key>PBXProjectModuleLabel</key>
578
- <string>Build</string>
579
- </dict>
580
- <key>GeometryConfiguration</key>
581
- <dict>
582
- <key>Frame</key>
583
- <string>{{0, 222}, {500, 236}}</string>
584
- <key>RubberWindowFrame</key>
585
- <string>192 257 500 500 0 0 1280 1002 </string>
586
- </dict>
587
- <key>Module</key>
588
- <string>PBXBuildResultsModule</string>
589
- <key>Proportion</key>
590
- <string>236pt</string>
591
- </dict>
592
- </array>
593
- <key>Proportion</key>
594
- <string>458pt</string>
595
- </dict>
596
- </array>
597
- <key>Name</key>
598
- <string>Build Results</string>
599
- <key>ServiceClasses</key>
600
- <array>
601
- <string>PBXBuildResultsModule</string>
602
- </array>
603
- <key>StatusbarIsVisible</key>
604
- <integer>1</integer>
605
- <key>TableOfContents</key>
606
- <array>
607
- <string>1C78EAA5065D492600B07095</string>
608
- <string>1C78EAA6065D492600B07095</string>
609
- <string>1CD0528F0623707200166675</string>
610
- <string>XCMainBuildResultsModuleGUID</string>
611
- </array>
612
- <key>ToolbarConfiguration</key>
613
- <string>xcode.toolbar.config.buildV3</string>
614
- <key>WindowString</key>
615
- <string>192 257 500 500 0 0 1280 1002 </string>
616
- </dict>
617
- <dict>
618
- <key>Identifier</key>
619
- <string>windowTool.debugger</string>
620
- <key>Layout</key>
621
- <array>
622
- <dict>
623
- <key>Dock</key>
624
- <array>
625
- <dict>
626
- <key>ContentConfiguration</key>
627
- <dict>
628
- <key>Debugger</key>
629
- <dict>
630
- <key>HorizontalSplitView</key>
631
- <dict>
632
- <key>_collapsingFrameDimension</key>
633
- <real>0.0</real>
634
- <key>_indexOfCollapsedView</key>
635
- <integer>0</integer>
636
- <key>_percentageOfCollapsedView</key>
637
- <real>0.0</real>
638
- <key>isCollapsed</key>
639
- <string>yes</string>
640
- <key>sizes</key>
641
- <array>
642
- <string>{{0, 0}, {317, 164}}</string>
643
- <string>{{317, 0}, {377, 164}}</string>
644
- </array>
645
- </dict>
646
- <key>VerticalSplitView</key>
647
- <dict>
648
- <key>_collapsingFrameDimension</key>
649
- <real>0.0</real>
650
- <key>_indexOfCollapsedView</key>
651
- <integer>0</integer>
652
- <key>_percentageOfCollapsedView</key>
653
- <real>0.0</real>
654
- <key>isCollapsed</key>
655
- <string>yes</string>
656
- <key>sizes</key>
657
- <array>
658
- <string>{{0, 0}, {694, 164}}</string>
659
- <string>{{0, 164}, {694, 216}}</string>
660
- </array>
661
- </dict>
662
- </dict>
663
- <key>LauncherConfigVersion</key>
664
- <string>8</string>
665
- <key>PBXProjectModuleGUID</key>
666
- <string>1C162984064C10D400B95A72</string>
667
- <key>PBXProjectModuleLabel</key>
668
- <string>Debug - GLUTExamples (Underwater)</string>
669
- </dict>
670
- <key>GeometryConfiguration</key>
671
- <dict>
672
- <key>DebugConsoleDrawerSize</key>
673
- <string>{100, 120}</string>
674
- <key>DebugConsoleVisible</key>
675
- <string>None</string>
676
- <key>DebugConsoleWindowFrame</key>
677
- <string>{{200, 200}, {500, 300}}</string>
678
- <key>DebugSTDIOWindowFrame</key>
679
- <string>{{200, 200}, {500, 300}}</string>
680
- <key>Frame</key>
681
- <string>{{0, 0}, {694, 380}}</string>
682
- <key>RubberWindowFrame</key>
683
- <string>321 238 694 422 0 0 1440 878 </string>
684
- </dict>
685
- <key>Module</key>
686
- <string>PBXDebugSessionModule</string>
687
- <key>Proportion</key>
688
- <string>100%</string>
689
- </dict>
690
- </array>
691
- <key>Proportion</key>
692
- <string>100%</string>
693
- </dict>
694
- </array>
695
- <key>Name</key>
696
- <string>Debugger</string>
697
- <key>ServiceClasses</key>
698
- <array>
699
- <string>PBXDebugSessionModule</string>
700
- </array>
701
- <key>StatusbarIsVisible</key>
702
- <integer>1</integer>
703
- <key>TableOfContents</key>
704
- <array>
705
- <string>1CD10A99069EF8BA00B06720</string>
706
- <string>1C0AD2AB069F1E9B00FABCE6</string>
707
- <string>1C162984064C10D400B95A72</string>
708
- <string>1C0AD2AC069F1E9B00FABCE6</string>
709
- </array>
710
- <key>ToolbarConfiguration</key>
711
- <string>xcode.toolbar.config.debugV3</string>
712
- <key>WindowString</key>
713
- <string>321 238 694 422 0 0 1440 878 </string>
714
- <key>WindowToolGUID</key>
715
- <string>1CD10A99069EF8BA00B06720</string>
716
- <key>WindowToolIsVisible</key>
717
- <integer>0</integer>
718
- </dict>
719
- <dict>
720
- <key>Identifier</key>
721
- <string>windowTool.find</string>
722
- <key>Layout</key>
723
- <array>
724
- <dict>
725
- <key>Dock</key>
726
- <array>
727
- <dict>
728
- <key>Dock</key>
729
- <array>
730
- <dict>
731
- <key>ContentConfiguration</key>
732
- <dict>
733
- <key>PBXProjectModuleGUID</key>
734
- <string>1CDD528C0622207200134675</string>
735
- <key>PBXProjectModuleLabel</key>
736
- <string>&lt;No Editor&gt;</string>
737
- <key>PBXSplitModuleInNavigatorKey</key>
738
- <dict>
739
- <key>Split0</key>
740
- <dict>
741
- <key>PBXProjectModuleGUID</key>
742
- <string>1CD0528D0623707200166675</string>
743
- </dict>
744
- <key>SplitCount</key>
745
- <string>1</string>
746
- </dict>
747
- <key>StatusBarVisibility</key>
748
- <integer>1</integer>
749
- </dict>
750
- <key>GeometryConfiguration</key>
751
- <dict>
752
- <key>Frame</key>
753
- <string>{{0, 0}, {781, 167}}</string>
754
- <key>RubberWindowFrame</key>
755
- <string>62 385 781 470 0 0 1440 878 </string>
756
- </dict>
757
- <key>Module</key>
758
- <string>PBXNavigatorGroup</string>
759
- <key>Proportion</key>
760
- <string>781pt</string>
761
- </dict>
762
- </array>
763
- <key>Proportion</key>
764
- <string>50%</string>
765
- </dict>
766
- <dict>
767
- <key>BecomeActive</key>
768
- <integer>1</integer>
769
- <key>ContentConfiguration</key>
770
- <dict>
771
- <key>PBXProjectModuleGUID</key>
772
- <string>1CD0528E0623707200166675</string>
773
- <key>PBXProjectModuleLabel</key>
774
- <string>Project Find</string>
775
- </dict>
776
- <key>GeometryConfiguration</key>
777
- <dict>
778
- <key>Frame</key>
779
- <string>{{8, 0}, {773, 254}}</string>
780
- <key>RubberWindowFrame</key>
781
- <string>62 385 781 470 0 0 1440 878 </string>
782
- </dict>
783
- <key>Module</key>
784
- <string>PBXProjectFindModule</string>
785
- <key>Proportion</key>
786
- <string>50%</string>
787
- </dict>
788
- </array>
789
- <key>Proportion</key>
790
- <string>428pt</string>
791
- </dict>
792
- </array>
793
- <key>Name</key>
794
- <string>Project Find</string>
795
- <key>ServiceClasses</key>
796
- <array>
797
- <string>PBXProjectFindModule</string>
798
- </array>
799
- <key>StatusbarIsVisible</key>
800
- <integer>1</integer>
801
- <key>TableOfContents</key>
802
- <array>
803
- <string>1C530D57069F1CE1000CFCEE</string>
804
- <string>1C530D58069F1CE1000CFCEE</string>
805
- <string>1C530D59069F1CE1000CFCEE</string>
806
- <string>1CDD528C0622207200134675</string>
807
- <string>1C530D5A069F1CE1000CFCEE</string>
808
- <string>1CE0B1FE06471DED0097A5F4</string>
809
- <string>1CD0528E0623707200166675</string>
810
- </array>
811
- <key>WindowString</key>
812
- <string>62 385 781 470 0 0 1440 878 </string>
813
- <key>WindowToolGUID</key>
814
- <string>1C530D57069F1CE1000CFCEE</string>
815
- <key>WindowToolIsVisible</key>
816
- <integer>0</integer>
817
- </dict>
818
- <dict>
819
- <key>Identifier</key>
820
- <string>MENUSEPARATOR</string>
821
- </dict>
822
- <dict>
823
- <key>Identifier</key>
824
- <string>windowTool.debuggerConsole</string>
825
- <key>Layout</key>
826
- <array>
827
- <dict>
828
- <key>Dock</key>
829
- <array>
830
- <dict>
831
- <key>BecomeActive</key>
832
- <integer>1</integer>
833
- <key>ContentConfiguration</key>
834
- <dict>
835
- <key>PBXProjectModuleGUID</key>
836
- <string>1C78EAAC065D492600B07095</string>
837
- <key>PBXProjectModuleLabel</key>
838
- <string>Debugger Console</string>
839
- </dict>
840
- <key>GeometryConfiguration</key>
841
- <dict>
842
- <key>Frame</key>
843
- <string>{{0, 0}, {650, 250}}</string>
844
- <key>RubberWindowFrame</key>
845
- <string>516 632 650 250 0 0 1680 1027 </string>
846
- </dict>
847
- <key>Module</key>
848
- <string>PBXDebugCLIModule</string>
849
- <key>Proportion</key>
850
- <string>209pt</string>
851
- </dict>
852
- </array>
853
- <key>Proportion</key>
854
- <string>209pt</string>
855
- </dict>
856
- </array>
857
- <key>Name</key>
858
- <string>Debugger Console</string>
859
- <key>ServiceClasses</key>
860
- <array>
861
- <string>PBXDebugCLIModule</string>
862
- </array>
863
- <key>StatusbarIsVisible</key>
864
- <integer>1</integer>
865
- <key>TableOfContents</key>
866
- <array>
867
- <string>1C78EAAD065D492600B07095</string>
868
- <string>1C78EAAE065D492600B07095</string>
869
- <string>1C78EAAC065D492600B07095</string>
870
- </array>
871
- <key>ToolbarConfiguration</key>
872
- <string>xcode.toolbar.config.consoleV3</string>
873
- <key>WindowString</key>
874
- <string>650 41 650 250 0 0 1280 1002 </string>
875
- <key>WindowToolGUID</key>
876
- <string>1C78EAAD065D492600B07095</string>
877
- <key>WindowToolIsVisible</key>
878
- <integer>0</integer>
879
- </dict>
880
- <dict>
881
- <key>Identifier</key>
882
- <string>windowTool.snapshots</string>
883
- <key>Layout</key>
884
- <array>
885
- <dict>
886
- <key>Dock</key>
887
- <array>
888
- <dict>
889
- <key>Module</key>
890
- <string>XCSnapshotModule</string>
891
- <key>Proportion</key>
892
- <string>100%</string>
893
- </dict>
894
- </array>
895
- <key>Proportion</key>
896
- <string>100%</string>
897
- </dict>
898
- </array>
899
- <key>Name</key>
900
- <string>Snapshots</string>
901
- <key>ServiceClasses</key>
902
- <array>
903
- <string>XCSnapshotModule</string>
904
- </array>
905
- <key>StatusbarIsVisible</key>
906
- <string>Yes</string>
907
- <key>ToolbarConfiguration</key>
908
- <string>xcode.toolbar.config.snapshots</string>
909
- <key>WindowString</key>
910
- <string>315 824 300 550 0 0 1440 878 </string>
911
- <key>WindowToolIsVisible</key>
912
- <string>Yes</string>
913
- </dict>
914
- <dict>
915
- <key>Identifier</key>
916
- <string>windowTool.scm</string>
917
- <key>Layout</key>
918
- <array>
919
- <dict>
920
- <key>Dock</key>
921
- <array>
922
- <dict>
923
- <key>ContentConfiguration</key>
924
- <dict>
925
- <key>PBXProjectModuleGUID</key>
926
- <string>1C78EAB2065D492600B07095</string>
927
- <key>PBXProjectModuleLabel</key>
928
- <string>&lt;No Editor&gt;</string>
929
- <key>PBXSplitModuleInNavigatorKey</key>
930
- <dict>
931
- <key>Split0</key>
932
- <dict>
933
- <key>PBXProjectModuleGUID</key>
934
- <string>1C78EAB3065D492600B07095</string>
935
- </dict>
936
- <key>SplitCount</key>
937
- <string>1</string>
938
- </dict>
939
- <key>StatusBarVisibility</key>
940
- <integer>1</integer>
941
- </dict>
942
- <key>GeometryConfiguration</key>
943
- <dict>
944
- <key>Frame</key>
945
- <string>{{0, 0}, {452, 0}}</string>
946
- <key>RubberWindowFrame</key>
947
- <string>743 379 452 308 0 0 1280 1002 </string>
948
- </dict>
949
- <key>Module</key>
950
- <string>PBXNavigatorGroup</string>
951
- <key>Proportion</key>
952
- <string>0pt</string>
953
- </dict>
954
- <dict>
955
- <key>BecomeActive</key>
956
- <integer>1</integer>
957
- <key>ContentConfiguration</key>
958
- <dict>
959
- <key>PBXProjectModuleGUID</key>
960
- <string>1CD052920623707200166675</string>
961
- <key>PBXProjectModuleLabel</key>
962
- <string>SCM</string>
963
- </dict>
964
- <key>GeometryConfiguration</key>
965
- <dict>
966
- <key>ConsoleFrame</key>
967
- <string>{{0, 259}, {452, 0}}</string>
968
- <key>Frame</key>
969
- <string>{{0, 7}, {452, 259}}</string>
970
- <key>RubberWindowFrame</key>
971
- <string>743 379 452 308 0 0 1280 1002 </string>
972
- <key>TableConfiguration</key>
973
- <array>
974
- <string>Status</string>
975
- <real>30</real>
976
- <string>FileName</string>
977
- <real>199</real>
978
- <string>Path</string>
979
- <real>197.0950012207031</real>
980
- </array>
981
- <key>TableFrame</key>
982
- <string>{{0, 0}, {452, 250}}</string>
983
- </dict>
984
- <key>Module</key>
985
- <string>PBXCVSModule</string>
986
- <key>Proportion</key>
987
- <string>262pt</string>
988
- </dict>
989
- </array>
990
- <key>Proportion</key>
991
- <string>266pt</string>
992
- </dict>
993
- </array>
994
- <key>Name</key>
995
- <string>SCM</string>
996
- <key>ServiceClasses</key>
997
- <array>
998
- <string>PBXCVSModule</string>
999
- </array>
1000
- <key>StatusbarIsVisible</key>
1001
- <integer>1</integer>
1002
- <key>TableOfContents</key>
1003
- <array>
1004
- <string>1C78EAB4065D492600B07095</string>
1005
- <string>1C78EAB5065D492600B07095</string>
1006
- <string>1C78EAB2065D492600B07095</string>
1007
- <string>1CD052920623707200166675</string>
1008
- </array>
1009
- <key>ToolbarConfiguration</key>
1010
- <string>xcode.toolbar.config.scm</string>
1011
- <key>WindowString</key>
1012
- <string>743 379 452 308 0 0 1280 1002 </string>
1013
- </dict>
1014
- <dict>
1015
- <key>Identifier</key>
1016
- <string>windowTool.breakpoints</string>
1017
- <key>IsVertical</key>
1018
- <integer>0</integer>
1019
- <key>Layout</key>
1020
- <array>
1021
- <dict>
1022
- <key>Dock</key>
1023
- <array>
1024
- <dict>
1025
- <key>BecomeActive</key>
1026
- <integer>1</integer>
1027
- <key>ContentConfiguration</key>
1028
- <dict>
1029
- <key>PBXBottomSmartGroupGIDs</key>
1030
- <array>
1031
- <string>1C77FABC04509CD000000102</string>
1032
- </array>
1033
- <key>PBXProjectModuleGUID</key>
1034
- <string>1CE0B1FE06471DED0097A5F4</string>
1035
- <key>PBXProjectModuleLabel</key>
1036
- <string>Files</string>
1037
- <key>PBXProjectStructureProvided</key>
1038
- <string>no</string>
1039
- <key>PBXSmartGroupTreeModuleColumnData</key>
1040
- <dict>
1041
- <key>PBXSmartGroupTreeModuleColumnWidthsKey</key>
1042
- <array>
1043
- <real>168</real>
1044
- </array>
1045
- <key>PBXSmartGroupTreeModuleColumnsKey_v4</key>
1046
- <array>
1047
- <string>MainColumn</string>
1048
- </array>
1049
- </dict>
1050
- <key>PBXSmartGroupTreeModuleOutlineStateKey_v7</key>
1051
- <dict>
1052
- <key>PBXSmartGroupTreeModuleOutlineStateExpansionKey</key>
1053
- <array>
1054
- <string>1C77FABC04509CD000000102</string>
1055
- </array>
1056
- <key>PBXSmartGroupTreeModuleOutlineStateSelectionKey</key>
1057
- <array>
1058
- <array>
1059
- <integer>0</integer>
1060
- </array>
1061
- </array>
1062
- <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key>
1063
- <string>{{0, 0}, {168, 350}}</string>
1064
- </dict>
1065
- <key>PBXTopSmartGroupGIDs</key>
1066
- <array/>
1067
- <key>XCIncludePerspectivesSwitch</key>
1068
- <integer>0</integer>
1069
- </dict>
1070
- <key>GeometryConfiguration</key>
1071
- <dict>
1072
- <key>Frame</key>
1073
- <string>{{0, 0}, {185, 368}}</string>
1074
- <key>GroupTreeTableConfiguration</key>
1075
- <array>
1076
- <string>MainColumn</string>
1077
- <real>168</real>
1078
- </array>
1079
- <key>RubberWindowFrame</key>
1080
- <string>315 424 744 409 0 0 1440 878 </string>
1081
- </dict>
1082
- <key>Module</key>
1083
- <string>PBXSmartGroupTreeModule</string>
1084
- <key>Proportion</key>
1085
- <string>185pt</string>
1086
- </dict>
1087
- <dict>
1088
- <key>ContentConfiguration</key>
1089
- <dict>
1090
- <key>PBXProjectModuleGUID</key>
1091
- <string>1CA1AED706398EBD00589147</string>
1092
- <key>PBXProjectModuleLabel</key>
1093
- <string>Detail</string>
1094
- </dict>
1095
- <key>GeometryConfiguration</key>
1096
- <dict>
1097
- <key>Frame</key>
1098
- <string>{{190, 0}, {554, 368}}</string>
1099
- <key>RubberWindowFrame</key>
1100
- <string>315 424 744 409 0 0 1440 878 </string>
1101
- </dict>
1102
- <key>Module</key>
1103
- <string>XCDetailModule</string>
1104
- <key>Proportion</key>
1105
- <string>554pt</string>
1106
- </dict>
1107
- </array>
1108
- <key>Proportion</key>
1109
- <string>368pt</string>
1110
- </dict>
1111
- </array>
1112
- <key>MajorVersion</key>
1113
- <integer>3</integer>
1114
- <key>MinorVersion</key>
1115
- <integer>0</integer>
1116
- <key>Name</key>
1117
- <string>Breakpoints</string>
1118
- <key>ServiceClasses</key>
1119
- <array>
1120
- <string>PBXSmartGroupTreeModule</string>
1121
- <string>XCDetailModule</string>
1122
- </array>
1123
- <key>StatusbarIsVisible</key>
1124
- <integer>1</integer>
1125
- <key>TableOfContents</key>
1126
- <array>
1127
- <string>1CDDB66807F98D9800BB5817</string>
1128
- <string>1CDDB66907F98D9800BB5817</string>
1129
- <string>1CE0B1FE06471DED0097A5F4</string>
1130
- <string>1CA1AED706398EBD00589147</string>
1131
- </array>
1132
- <key>ToolbarConfiguration</key>
1133
- <string>xcode.toolbar.config.breakpointsV3</string>
1134
- <key>WindowString</key>
1135
- <string>315 424 744 409 0 0 1440 878 </string>
1136
- <key>WindowToolGUID</key>
1137
- <string>1CDDB66807F98D9800BB5817</string>
1138
- <key>WindowToolIsVisible</key>
1139
- <integer>1</integer>
1140
- </dict>
1141
- <dict>
1142
- <key>Identifier</key>
1143
- <string>windowTool.debugAnimator</string>
1144
- <key>Layout</key>
1145
- <array>
1146
- <dict>
1147
- <key>Dock</key>
1148
- <array>
1149
- <dict>
1150
- <key>Module</key>
1151
- <string>PBXNavigatorGroup</string>
1152
- <key>Proportion</key>
1153
- <string>100%</string>
1154
- </dict>
1155
- </array>
1156
- <key>Proportion</key>
1157
- <string>100%</string>
1158
- </dict>
1159
- </array>
1160
- <key>Name</key>
1161
- <string>Debug Visualizer</string>
1162
- <key>ServiceClasses</key>
1163
- <array>
1164
- <string>PBXNavigatorGroup</string>
1165
- </array>
1166
- <key>StatusbarIsVisible</key>
1167
- <integer>1</integer>
1168
- <key>ToolbarConfiguration</key>
1169
- <string>xcode.toolbar.config.debugAnimatorV3</string>
1170
- <key>WindowString</key>
1171
- <string>100 100 700 500 0 0 1280 1002 </string>
1172
- </dict>
1173
- <dict>
1174
- <key>Identifier</key>
1175
- <string>windowTool.bookmarks</string>
1176
- <key>Layout</key>
1177
- <array>
1178
- <dict>
1179
- <key>Dock</key>
1180
- <array>
1181
- <dict>
1182
- <key>Module</key>
1183
- <string>PBXBookmarksModule</string>
1184
- <key>Proportion</key>
1185
- <string>100%</string>
1186
- </dict>
1187
- </array>
1188
- <key>Proportion</key>
1189
- <string>100%</string>
1190
- </dict>
1191
- </array>
1192
- <key>Name</key>
1193
- <string>Bookmarks</string>
1194
- <key>ServiceClasses</key>
1195
- <array>
1196
- <string>PBXBookmarksModule</string>
1197
- </array>
1198
- <key>StatusbarIsVisible</key>
1199
- <integer>0</integer>
1200
- <key>WindowString</key>
1201
- <string>538 42 401 187 0 0 1280 1002 </string>
1202
- </dict>
1203
- <dict>
1204
- <key>Identifier</key>
1205
- <string>windowTool.projectFormatConflicts</string>
1206
- <key>Layout</key>
1207
- <array>
1208
- <dict>
1209
- <key>Dock</key>
1210
- <array>
1211
- <dict>
1212
- <key>Module</key>
1213
- <string>XCProjectFormatConflictsModule</string>
1214
- <key>Proportion</key>
1215
- <string>100%</string>
1216
- </dict>
1217
- </array>
1218
- <key>Proportion</key>
1219
- <string>100%</string>
1220
- </dict>
1221
- </array>
1222
- <key>Name</key>
1223
- <string>Project Format Conflicts</string>
1224
- <key>ServiceClasses</key>
1225
- <array>
1226
- <string>XCProjectFormatConflictsModule</string>
1227
- </array>
1228
- <key>StatusbarIsVisible</key>
1229
- <integer>0</integer>
1230
- <key>WindowContentMinSize</key>
1231
- <string>450 300</string>
1232
- <key>WindowString</key>
1233
- <string>50 850 472 307 0 0 1440 877</string>
1234
- </dict>
1235
- <dict>
1236
- <key>Identifier</key>
1237
- <string>windowTool.classBrowser</string>
1238
- <key>Layout</key>
1239
- <array>
1240
- <dict>
1241
- <key>Dock</key>
1242
- <array>
1243
- <dict>
1244
- <key>BecomeActive</key>
1245
- <integer>1</integer>
1246
- <key>ContentConfiguration</key>
1247
- <dict>
1248
- <key>OptionsSetName</key>
1249
- <string>Hierarchy, all classes</string>
1250
- <key>PBXProjectModuleGUID</key>
1251
- <string>1CA6456E063B45B4001379D8</string>
1252
- <key>PBXProjectModuleLabel</key>
1253
- <string>Class Browser - NSObject</string>
1254
- </dict>
1255
- <key>GeometryConfiguration</key>
1256
- <dict>
1257
- <key>ClassesFrame</key>
1258
- <string>{{0, 0}, {374, 96}}</string>
1259
- <key>ClassesTreeTableConfiguration</key>
1260
- <array>
1261
- <string>PBXClassNameColumnIdentifier</string>
1262
- <real>208</real>
1263
- <string>PBXClassBookColumnIdentifier</string>
1264
- <real>22</real>
1265
- </array>
1266
- <key>Frame</key>
1267
- <string>{{0, 0}, {630, 331}}</string>
1268
- <key>MembersFrame</key>
1269
- <string>{{0, 105}, {374, 395}}</string>
1270
- <key>MembersTreeTableConfiguration</key>
1271
- <array>
1272
- <string>PBXMemberTypeIconColumnIdentifier</string>
1273
- <real>22</real>
1274
- <string>PBXMemberNameColumnIdentifier</string>
1275
- <real>216</real>
1276
- <string>PBXMemberTypeColumnIdentifier</string>
1277
- <real>97</real>
1278
- <string>PBXMemberBookColumnIdentifier</string>
1279
- <real>22</real>
1280
- </array>
1281
- <key>PBXModuleWindowStatusBarHidden2</key>
1282
- <integer>1</integer>
1283
- <key>RubberWindowFrame</key>
1284
- <string>385 179 630 352 0 0 1440 878 </string>
1285
- </dict>
1286
- <key>Module</key>
1287
- <string>PBXClassBrowserModule</string>
1288
- <key>Proportion</key>
1289
- <string>332pt</string>
1290
- </dict>
1291
- </array>
1292
- <key>Proportion</key>
1293
- <string>332pt</string>
1294
- </dict>
1295
- </array>
1296
- <key>Name</key>
1297
- <string>Class Browser</string>
1298
- <key>ServiceClasses</key>
1299
- <array>
1300
- <string>PBXClassBrowserModule</string>
1301
- </array>
1302
- <key>StatusbarIsVisible</key>
1303
- <integer>0</integer>
1304
- <key>TableOfContents</key>
1305
- <array>
1306
- <string>1C0AD2AF069F1E9B00FABCE6</string>
1307
- <string>1C0AD2B0069F1E9B00FABCE6</string>
1308
- <string>1CA6456E063B45B4001379D8</string>
1309
- </array>
1310
- <key>ToolbarConfiguration</key>
1311
- <string>xcode.toolbar.config.classbrowser</string>
1312
- <key>WindowString</key>
1313
- <string>385 179 630 352 0 0 1440 878 </string>
1314
- <key>WindowToolGUID</key>
1315
- <string>1C0AD2AF069F1E9B00FABCE6</string>
1316
- <key>WindowToolIsVisible</key>
1317
- <integer>0</integer>
1318
- </dict>
1319
- <dict>
1320
- <key>Identifier</key>
1321
- <string>windowTool.refactoring</string>
1322
- <key>IncludeInToolsMenu</key>
1323
- <integer>0</integer>
1324
- <key>Layout</key>
1325
- <array>
1326
- <dict>
1327
- <key>Dock</key>
1328
- <array>
1329
- <dict>
1330
- <key>BecomeActive</key>
1331
- <integer>1</integer>
1332
- <key>GeometryConfiguration</key>
1333
- <dict>
1334
- <key>Frame</key>
1335
- <string>{0, 0}, {500, 335}</string>
1336
- <key>RubberWindowFrame</key>
1337
- <string>{0, 0}, {500, 335}</string>
1338
- </dict>
1339
- <key>Module</key>
1340
- <string>XCRefactoringModule</string>
1341
- <key>Proportion</key>
1342
- <string>100%</string>
1343
- </dict>
1344
- </array>
1345
- <key>Proportion</key>
1346
- <string>100%</string>
1347
- </dict>
1348
- </array>
1349
- <key>Name</key>
1350
- <string>Refactoring</string>
1351
- <key>ServiceClasses</key>
1352
- <array>
1353
- <string>XCRefactoringModule</string>
1354
- </array>
1355
- <key>WindowString</key>
1356
- <string>200 200 500 356 0 0 1920 1200 </string>
1357
- </dict>
1358
- </array>
1359
- </dict>
1360
- </plist>