jazzy 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -4
  3. data/CHANGELOG.md +41 -0
  4. data/Gemfile.lock +40 -35
  5. data/README.md +17 -2
  6. data/jazzy.gemspec +1 -1
  7. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/SourceKittenFramework +0 -0
  8. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Commandant.framework/Commandant +0 -0
  9. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Commandant.framework/Versions/A/Commandant +0 -0
  10. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Commandant.framework/Versions/A/Resources/Info.plist +6 -6
  11. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Curry.framework/Curry +0 -0
  12. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Curry.framework/Versions/A/Curry +0 -0
  13. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Curry.framework/Versions/A/Resources/Info.plist +49 -0
  14. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Result.framework/Result +0 -0
  15. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Result.framework/Versions/A/Resources/Info.plist +6 -6
  16. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/Result.framework/Versions/A/Result +0 -0
  17. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/SWXMLHash.framework/SWXMLHash +0 -0
  18. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/SWXMLHash.framework/Versions/A/Resources/Info.plist +5 -5
  19. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/SWXMLHash.framework/Versions/A/SWXMLHash +0 -0
  20. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -0
  21. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Resources/Info.plist +5 -5
  22. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC +0 -0
  23. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib +0 -0
  24. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib +0 -0
  25. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib +0 -0
  26. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDispatch.dylib +0 -0
  27. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftFoundation.dylib +0 -0
  28. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib +0 -0
  29. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/Resources/Info.plist +6 -6
  30. data/lib/jazzy/SourceKitten/Frameworks/SourceKittenFramework.framework/Versions/A/SourceKittenFramework +0 -0
  31. data/lib/jazzy/SourceKitten/bin/sourcekitten +0 -0
  32. data/lib/jazzy/config.rb +37 -11
  33. data/lib/jazzy/doc_builder.rb +4 -1
  34. data/lib/jazzy/gem_version.rb +1 -1
  35. data/lib/jazzy/jazzy_markdown.rb +6 -4
  36. data/lib/jazzy/podspec_documenter.rb +7 -1
  37. data/lib/jazzy/sourcekitten.rb +3 -14
  38. data/lib/jazzy/{assets → themes/apple/assets}/css/highlight.css.scss +0 -0
  39. data/lib/jazzy/{assets → themes/apple/assets}/css/jazzy.css.scss +0 -0
  40. data/lib/jazzy/{assets → themes/apple/assets}/img/carat.png +0 -0
  41. data/lib/jazzy/{assets → themes/apple/assets}/img/dash.png +0 -0
  42. data/lib/jazzy/{assets → themes/apple/assets}/img/gh.png +0 -0
  43. data/lib/jazzy/{assets → themes/apple/assets}/js/jazzy.js +0 -0
  44. data/lib/jazzy/{assets → themes/apple/assets}/js/jquery.min.js +0 -0
  45. data/lib/jazzy/{templates → themes/apple/templates}/doc.mustache +1 -0
  46. data/lib/jazzy/{templates → themes/apple/templates}/footer.mustache +0 -0
  47. data/lib/jazzy/{templates → themes/apple/templates}/header.mustache +0 -0
  48. data/lib/jazzy/{templates → themes/apple/templates}/nav.mustache +0 -0
  49. data/lib/jazzy/{templates → themes/apple/templates}/parameter.mustache +0 -0
  50. data/lib/jazzy/{templates → themes/apple/templates}/task.mustache +0 -0
  51. data/lib/jazzy/{templates → themes/apple/templates}/tasks.mustache +0 -0
  52. data/lib/jazzy/themes/fullwidth/assets/css/highlight.css.scss +63 -0
  53. data/lib/jazzy/themes/fullwidth/assets/css/jazzy.css.scss +552 -0
  54. data/lib/jazzy/themes/fullwidth/assets/img/carat.png +0 -0
  55. data/lib/jazzy/themes/fullwidth/assets/img/dash.png +0 -0
  56. data/lib/jazzy/themes/fullwidth/assets/img/gh.png +0 -0
  57. data/lib/jazzy/themes/fullwidth/assets/js/jazzy.js +37 -0
  58. data/lib/jazzy/themes/fullwidth/assets/js/jquery.min.js +4 -0
  59. data/lib/jazzy/themes/fullwidth/templates/doc.mustache +53 -0
  60. data/lib/jazzy/themes/fullwidth/templates/footer.mustache +4 -0
  61. data/lib/jazzy/themes/fullwidth/templates/header.mustache +26 -0
  62. data/lib/jazzy/themes/fullwidth/templates/nav.mustache +16 -0
  63. data/lib/jazzy/themes/fullwidth/templates/parameter.mustache +12 -0
  64. data/lib/jazzy/themes/fullwidth/templates/task.mustache +86 -0
  65. data/lib/jazzy/themes/fullwidth/templates/tasks.mustache +9 -0
  66. data/spec/integration_spec.rb +57 -47
  67. metadata +35 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5219afff012deb0c2b04b838d43e40d5a4c9d9a
4
- data.tar.gz: 78e198b143d5143e0d9b472954d11281a80979b1
3
+ metadata.gz: 1ba4df57d1e45977d30b8750eb7eff74759ce13a
4
+ data.tar.gz: b6f6d7e0011d40af6689dae141e342d227dd4ca5
5
5
  SHA512:
6
- metadata.gz: a406f1e5e0a36b588128aa509af94f85e43e7c5fbc5f2d1d5eb4014fbc2091fecd20cde0c14f56f9c89a61b0a9df400c24d49f5c882bc67a4c1713b7a9c6042f
7
- data.tar.gz: 04e94c12df882ff15e43ae1cc154af5bc685646a91d6a8752f626a18a1c7816f897052dd75d96f1faf5c9518bdb7755622a521c269d44b8bbc60b209fd4d2f21
6
+ metadata.gz: 8b1749a9f82aafbd45fe25a944391d0b8b8cd6142afbfc1b166599c7f06cbc5e63690c390ea9bfefdece70ccc29ad014157bdbf8fbbf779e163c68403e92fcf5
7
+ data.tar.gz: dcf0827899624fdef0e30221c4d74a34cc081a03e359ff107d65949c8ea27e7803abef645efad4eaee96a7f8fd5118ff2b550b0a4dc9548fff1dd597c862b840
@@ -11,7 +11,5 @@ notifications:
11
11
  slack: realmio:vPdpsG9NLDo2DNlbqtcMAQuE
12
12
  matrix:
13
13
  include:
14
- - osx_image: xcode6.4
15
- env: TRAVIS_SWIFT_VERSION=1.2
16
- - osx_image: xcode7.1
17
- env: TRAVIS_SWIFT_VERSION=2.1
14
+ - osx_image: xcode7.2
15
+ env: TRAVIS_SWIFT_VERSION=2.1.1
@@ -1,3 +1,44 @@
1
+ ## 0.5.0
2
+
3
+ ##### Breaking
4
+
5
+ * `--swift-version` now defaults to 2.1.1 instead of 2.1.
6
+ [Nikita Lutsenko](https://github.com/nlutsenko)
7
+ [#416](https://github.com/realm/jazzy/pull/416)
8
+
9
+ * Swift 1.x is no longer supported.
10
+
11
+ * `--templates-directory` and `--assets-directory` have been deprecated in favor
12
+ of `--theme`. Specify either 'apple' (default), 'fullwidth' or the path to
13
+ your mustache templates and other assets for a custom theme.
14
+ [Karl Bowden](https://github.com/agentk)
15
+ [JP Simard](https://github.com/jpsim)
16
+ [#130](https://github.com/realm/jazzy/issues/130)
17
+
18
+ ##### Enhancements
19
+
20
+ * Add `--sdk [iphone|watch|appletv][os|simulator]|macosx` option for Objective-C
21
+ projects.
22
+ [Jeff Verkoeyen](https://github.com/jverkoey)
23
+
24
+ * Add `--head` option to inject custom HTML into `<head></head>`.
25
+ [JP Simard](https://github.com/jpsim)
26
+
27
+ ##### Bug Fixes
28
+
29
+ * Fix an issue where extension documentation would use the original type
30
+ documentation block rather than the comment immediately preceding the
31
+ extension.
32
+ [JP Simard](https://github.com/jpsim)
33
+ [#230](https://github.com/realm/jazzy/issues/230)
34
+ [#313](https://github.com/realm/jazzy/issues/313)
35
+ [#334](https://github.com/realm/jazzy/issues/334)
36
+
37
+ * Fix multi-byte documentation issues.
38
+ [Norio Nomura](https://github.com/norio-nomura)
39
+ [#403](https://github.com/realm/jazzy/issues/403)
40
+
41
+
1
42
  ## 0.4.1
2
43
 
3
44
  *Note: this is the last official release of jazzy supporting Swift 1.x.*
@@ -2,7 +2,7 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  jazzy (0.4.1)
5
- cocoapods (~> 0.38)
5
+ cocoapods (~> 0.39)
6
6
  mustache (~> 0.99)
7
7
  open4
8
8
  redcarpet (~> 3.2)
@@ -14,66 +14,68 @@ PATH
14
14
  GEM
15
15
  remote: http://rubygems.org/
16
16
  specs:
17
- activesupport (4.2.4)
17
+ activesupport (4.2.5)
18
18
  i18n (~> 0.7)
19
19
  json (~> 1.7, >= 1.7.7)
20
20
  minitest (~> 5.1)
21
21
  thread_safe (~> 0.3, >= 0.3.4)
22
22
  tzinfo (~> 1.1)
23
- addressable (2.3.6)
24
- ast (2.1.0)
23
+ addressable (2.4.0)
24
+ ast (2.2.0)
25
25
  astrolabe (1.3.1)
26
26
  parser (~> 2.2)
27
27
  bacon (1.2.0)
28
28
  claide (0.9.1)
29
- clintegracon (0.5.3)
29
+ clintegracon (0.7.0)
30
30
  colored (~> 1.2)
31
31
  diffy
32
- cocoapods (0.38.2)
33
- activesupport (>= 3.2.15)
32
+ cocoapods (0.39.0)
33
+ activesupport (>= 4.0.2)
34
34
  claide (~> 0.9.1)
35
- cocoapods-core (= 0.38.2)
36
- cocoapods-downloader (~> 0.9.1)
35
+ cocoapods-core (= 0.39.0)
36
+ cocoapods-downloader (~> 0.9.3)
37
37
  cocoapods-plugins (~> 0.4.2)
38
- cocoapods-stats (~> 0.5.3)
39
- cocoapods-trunk (~> 0.6.1)
40
- cocoapods-try (~> 0.4.5)
38
+ cocoapods-search (~> 0.1.0)
39
+ cocoapods-stats (~> 0.6.2)
40
+ cocoapods-trunk (~> 0.6.4)
41
+ cocoapods-try (~> 0.5.1)
41
42
  colored (~> 1.2)
42
43
  escape (~> 0.0.4)
43
- molinillo (~> 0.3.1)
44
- nap (~> 0.8)
45
- xcodeproj (~> 0.26.3)
46
- cocoapods-core (0.38.2)
47
- activesupport (>= 3.2.15)
44
+ molinillo (~> 0.4.0)
45
+ nap (~> 1.0)
46
+ xcodeproj (~> 0.28.2)
47
+ cocoapods-core (0.39.0)
48
+ activesupport (>= 4.0.2)
48
49
  fuzzy_match (~> 2.0.4)
49
- nap (~> 0.8.0)
50
+ nap (~> 1.0)
50
51
  cocoapods-downloader (0.9.3)
51
52
  cocoapods-plugins (0.4.2)
52
53
  nap
53
- cocoapods-stats (0.5.3)
54
- nap (~> 0.8)
54
+ cocoapods-search (0.1.0)
55
+ cocoapods-stats (0.6.2)
55
56
  cocoapods-trunk (0.6.4)
56
57
  nap (>= 0.8, < 2.0)
57
58
  netrc (= 0.7.8)
58
- cocoapods-try (0.4.5)
59
+ cocoapods-try (0.5.1)
59
60
  colored (1.2)
60
- crack (0.4.2)
61
+ crack (0.4.3)
61
62
  safe_yaml (~> 1.0.0)
62
- diffy (3.0.7)
63
+ diffy (3.1.0)
63
64
  escape (0.0.4)
64
65
  fuzzy_match (2.0.4)
66
+ hashdiff (0.2.3)
65
67
  i18n (0.7.0)
66
68
  json (1.8.3)
67
69
  liferaft (0.0.4)
68
70
  metaclass (0.0.4)
69
- minitest (5.8.1)
71
+ minitest (5.8.3)
70
72
  mocha (1.1.0)
71
73
  metaclass (~> 0.0.1)
72
74
  mocha-on-bacon (0.2.2)
73
75
  mocha (>= 0.13.0)
74
- molinillo (0.3.1)
76
+ molinillo (0.4.0)
75
77
  mustache (0.99.8)
76
- nap (0.8.0)
78
+ nap (1.0.0)
77
79
  netrc (0.7.8)
78
80
  open4 (1.3.4)
79
81
  parser (2.2.3.0)
@@ -82,28 +84,31 @@ GEM
82
84
  prettybacon (0.0.2)
83
85
  bacon (~> 1.2)
84
86
  rainbow (2.0.0)
85
- rake (10.3.2)
86
- redcarpet (3.3.3)
87
+ rake (10.4.2)
88
+ redcarpet (3.3.4)
87
89
  rouge (1.10.1)
88
- rubocop (0.34.2)
90
+ rubocop (0.35.1)
89
91
  astrolabe (~> 1.3)
90
- parser (>= 2.2.2.5, < 3.0)
92
+ parser (>= 2.2.3.0, < 3.0)
91
93
  powerpack (~> 0.1)
92
94
  rainbow (>= 1.99.1, < 3.0)
93
- ruby-progressbar (~> 1.4)
95
+ ruby-progressbar (~> 1.7)
96
+ tins (<= 1.6.0)
94
97
  ruby-progressbar (1.7.5)
95
98
  safe_yaml (1.0.4)
96
- sass (3.4.18)
97
- sqlite3 (1.3.10)
99
+ sass (3.4.20)
100
+ sqlite3 (1.3.11)
98
101
  thread_safe (0.3.5)
102
+ tins (1.6.0)
99
103
  tzinfo (1.2.2)
100
104
  thread_safe (~> 0.1)
101
- webmock (1.20.0)
105
+ webmock (1.22.3)
102
106
  addressable (>= 2.3.6)
103
107
  crack (>= 0.3.2)
108
+ hashdiff
104
109
  xcinvoke (0.2.0)
105
110
  liferaft (~> 0.0.4)
106
- xcodeproj (0.26.3)
111
+ xcodeproj (0.28.2)
107
112
  activesupport (>= 3)
108
113
  claide (~> 0.9.1)
109
114
  colored (~> 1.2)
data/README.md CHANGED
@@ -71,11 +71,14 @@ jazzy \
71
71
 
72
72
  ### Objective-C
73
73
 
74
- To generate documentation for Objective-C headers,
75
- you must pass the following parameters to jazzy:
74
+ To generate documentation for Objective-C headers, you must pass the following
75
+ parameters to jazzy:
76
+
76
77
  * `--objc`
77
78
  * `--umbrella-header ...`
78
79
  * `-framework-root ...`
80
+ * `--sdk [iphone|watch|appletv][os|simulator]|macosx` (optional, default value
81
+ of `macosx`)
79
82
 
80
83
  ##### Example
81
84
 
@@ -113,6 +116,18 @@ jazzy \
113
116
  --module AFNetworking
114
117
  ```
115
118
 
119
+ ### Themes
120
+
121
+ Two themes are provided with jazzy: `apple` (default) and `fullwidth`.
122
+
123
+ Here's an example built with `apple`: <https://realm.io/docs/swift/latest/api/>
124
+
125
+ Here's an example built with `fullwidth`: <http://reduxkit.github.io/ReduxKit/api/>
126
+
127
+ You can specify which theme to use by passing in the `--theme` option. You can
128
+ also provide your own custom theme by passing in the path to your theme
129
+ directory.
130
+
116
131
  ## Troubleshooting
117
132
 
118
133
  #### Swift
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.extensions = ['lib/jazzy/SourceKitten/Rakefile']
21
21
 
22
- spec.add_runtime_dependency 'cocoapods', '~> 0.38'
22
+ spec.add_runtime_dependency 'cocoapods', '~> 0.39'
23
23
  spec.add_runtime_dependency 'mustache', '~> 0.99'
24
24
  spec.add_runtime_dependency 'open4'
25
25
  spec.add_runtime_dependency 'redcarpet', '~> 3.2'
@@ -3,7 +3,7 @@
3
3
  <plist version="1.0">
4
4
  <dict>
5
5
  <key>BuildMachineOSBuild</key>
6
- <string>15B42</string>
6
+ <string>15C50</string>
7
7
  <key>CFBundleDevelopmentRegion</key>
8
8
  <string>en</string>
9
9
  <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>FMWK</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>0.6.1</string>
20
+ <string>0.7.0</string>
21
21
  <key>CFBundleSignature</key>
22
22
  <string>????</string>
23
23
  <key>CFBundleSupportedPlatforms</key>
@@ -29,17 +29,17 @@
29
29
  <key>DTCompiler</key>
30
30
  <string>com.apple.compilers.llvm.clang.1_0</string>
31
31
  <key>DTPlatformBuild</key>
32
- <string>7B1005</string>
32
+ <string>7C68</string>
33
33
  <key>DTPlatformVersion</key>
34
34
  <string>GM</string>
35
35
  <key>DTSDKBuild</key>
36
- <string>15A278</string>
36
+ <string>15C43</string>
37
37
  <key>DTSDKName</key>
38
38
  <string>macosx10.11</string>
39
39
  <key>DTXcode</key>
40
- <string>0711</string>
40
+ <string>0720</string>
41
41
  <key>DTXcodeBuild</key>
42
- <string>7B1005</string>
42
+ <string>7C68</string>
43
43
  <key>NSHumanReadableCopyright</key>
44
44
  <string>Copyright © 2014 Carthage. All rights reserved.</string>
45
45
  </dict>
@@ -0,0 +1,49 @@
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>BuildMachineOSBuild</key>
6
+ <string>15C50</string>
7
+ <key>CFBundleDevelopmentRegion</key>
8
+ <string>en</string>
9
+ <key>CFBundleExecutable</key>
10
+ <string>Curry</string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.thoughtbot.Curry</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>Curry</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>FMWK</string>
19
+ <key>CFBundleShortVersionString</key>
20
+ <string>1.4.0</string>
21
+ <key>CFBundleSignature</key>
22
+ <string>????</string>
23
+ <key>CFBundleSupportedPlatforms</key>
24
+ <array>
25
+ <string>MacOSX</string>
26
+ </array>
27
+ <key>CFBundleVersion</key>
28
+ <string>1</string>
29
+ <key>DTCompiler</key>
30
+ <string>com.apple.compilers.llvm.clang.1_0</string>
31
+ <key>DTPlatformBuild</key>
32
+ <string>7C68</string>
33
+ <key>DTPlatformVersion</key>
34
+ <string>GM</string>
35
+ <key>DTSDKBuild</key>
36
+ <string>15C43</string>
37
+ <key>DTSDKName</key>
38
+ <string>macosx10.11</string>
39
+ <key>DTXcode</key>
40
+ <string>0720</string>
41
+ <key>DTXcodeBuild</key>
42
+ <string>7C68</string>
43
+ <key>UIDeviceFamily</key>
44
+ <array>
45
+ <integer>1</integer>
46
+ <integer>2</integer>
47
+ </array>
48
+ </dict>
49
+ </plist>
@@ -3,7 +3,7 @@
3
3
  <plist version="1.0">
4
4
  <dict>
5
5
  <key>BuildMachineOSBuild</key>
6
- <string>15B42</string>
6
+ <string>15C50</string>
7
7
  <key>CFBundleDevelopmentRegion</key>
8
8
  <string>en</string>
9
9
  <key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
17
17
  <key>CFBundlePackageType</key>
18
18
  <string>FMWK</string>
19
19
  <key>CFBundleShortVersionString</key>
20
- <string>0.0.1</string>
20
+ <string>1.0.0</string>
21
21
  <key>CFBundleSignature</key>
22
22
  <string>????</string>
23
23
  <key>CFBundleSupportedPlatforms</key>
@@ -29,17 +29,17 @@
29
29
  <key>DTCompiler</key>
30
30
  <string>com.apple.compilers.llvm.clang.1_0</string>
31
31
  <key>DTPlatformBuild</key>
32
- <string>7B1005</string>
32
+ <string>7C68</string>
33
33
  <key>DTPlatformVersion</key>
34
34
  <string>GM</string>
35
35
  <key>DTSDKBuild</key>
36
- <string>15A278</string>
36
+ <string>15C43</string>
37
37
  <key>DTSDKName</key>
38
38
  <string>macosx10.11</string>
39
39
  <key>DTXcode</key>
40
- <string>0711</string>
40
+ <string>0720</string>
41
41
  <key>DTXcodeBuild</key>
42
- <string>7B1005</string>
42
+ <string>7C68</string>
43
43
  <key>NSHumanReadableCopyright</key>
44
44
  <string>Copyright © 2015 Rob Rix. All rights reserved.</string>
45
45
  </dict>
@@ -3,7 +3,7 @@
3
3
  <plist version="1.0">
4
4
  <dict>
5
5
  <key>BuildMachineOSBuild</key>
6
- <string>15B42</string>
6
+ <string>15C50</string>
7
7
  <key>CFBundleDevelopmentRegion</key>
8
8
  <string>en</string>
9
9
  <key>CFBundleExecutable</key>
@@ -29,17 +29,17 @@
29
29
  <key>DTCompiler</key>
30
30
  <string>com.apple.compilers.llvm.clang.1_0</string>
31
31
  <key>DTPlatformBuild</key>
32
- <string>7B1005</string>
32
+ <string>7C68</string>
33
33
  <key>DTPlatformVersion</key>
34
34
  <string>GM</string>
35
35
  <key>DTSDKBuild</key>
36
- <string>15A278</string>
36
+ <string>15C43</string>
37
37
  <key>DTSDKName</key>
38
38
  <string>macosx10.11</string>
39
39
  <key>DTXcode</key>
40
- <string>0711</string>
40
+ <string>0720</string>
41
41
  <key>DTXcodeBuild</key>
42
- <string>7B1005</string>
42
+ <string>7C68</string>
43
43
  <key>UIDeviceFamily</key>
44
44
  <array>
45
45
  <integer>1</integer>
@@ -3,7 +3,7 @@
3
3
  <plist version="1.0">
4
4
  <dict>
5
5
  <key>BuildMachineOSBuild</key>
6
- <string>15B42</string>
6
+ <string>15C50</string>
7
7
  <key>CFBundleDevelopmentRegion</key>
8
8
  <string>en</string>
9
9
  <key>CFBundleExecutable</key>
@@ -29,17 +29,17 @@
29
29
  <key>DTCompiler</key>
30
30
  <string>com.apple.compilers.llvm.clang.1_0</string>
31
31
  <key>DTPlatformBuild</key>
32
- <string>7B1005</string>
32
+ <string>7C68</string>
33
33
  <key>DTPlatformVersion</key>
34
34
  <string>GM</string>
35
35
  <key>DTSDKBuild</key>
36
- <string>15A278</string>
36
+ <string>15C43</string>
37
37
  <key>DTSDKName</key>
38
38
  <string>macosx10.11</string>
39
39
  <key>DTXcode</key>
40
- <string>0711</string>
40
+ <string>0720</string>
41
41
  <key>DTXcodeBuild</key>
42
- <string>7B1005</string>
42
+ <string>7C68</string>
43
43
  <key>NSHumanReadableCopyright</key>
44
44
  <string>Copyright © 2014 JP Simard. All rights reserved.</string>
45
45
  </dict>