cocoapods 0.33.1 → 0.34.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +171 -46
- data/README.md +9 -9
- data/bin/pod +5 -5
- data/bin/sandbox-pod +2 -6
- data/lib/cocoapods.rb +4 -4
- data/lib/cocoapods/command.rb +12 -10
- data/lib/cocoapods/command/init.rb +12 -13
- data/lib/cocoapods/command/inter_process_communication.rb +6 -17
- data/lib/cocoapods/command/lib.rb +27 -24
- data/lib/cocoapods/command/list.rb +9 -9
- data/lib/cocoapods/command/outdated.rb +4 -9
- data/lib/cocoapods/command/project.rb +57 -19
- data/lib/cocoapods/command/push.rb +0 -1
- data/lib/cocoapods/command/repo.rb +14 -15
- data/lib/cocoapods/command/repo/push.rb +24 -19
- data/lib/cocoapods/command/search.rb +12 -13
- data/lib/cocoapods/command/setup.rb +10 -9
- data/lib/cocoapods/command/spec.rb +67 -63
- data/lib/cocoapods/config.rb +21 -54
- data/lib/cocoapods/downloader.rb +0 -1
- data/lib/cocoapods/executable.rb +3 -8
- data/lib/cocoapods/external_sources.rb +2 -4
- data/lib/cocoapods/external_sources/abstract_external_source.rb +15 -10
- data/lib/cocoapods/external_sources/downloader_source.rb +0 -2
- data/lib/cocoapods/external_sources/path_source.rb +1 -4
- data/lib/cocoapods/external_sources/podspec_source.rb +1 -3
- data/lib/cocoapods/gem_version.rb +1 -2
- data/lib/cocoapods/generator/acknowledgements.rb +5 -8
- data/lib/cocoapods/generator/acknowledgements/markdown.rb +5 -7
- data/lib/cocoapods/generator/acknowledgements/plist.rb +9 -10
- data/lib/cocoapods/generator/bridge_support.rb +1 -1
- data/lib/cocoapods/generator/copy_resources_script.rb +10 -14
- data/lib/cocoapods/generator/dummy_source.rb +3 -3
- data/lib/cocoapods/generator/prefix_header.rb +15 -16
- data/lib/cocoapods/generator/target_environment_header.rb +122 -36
- data/lib/cocoapods/generator/xcconfig.rb +0 -4
- data/lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb +74 -65
- data/lib/cocoapods/generator/xcconfig/private_pod_xcconfig.rb +92 -95
- data/lib/cocoapods/generator/xcconfig/public_pod_xcconfig.rb +48 -51
- data/lib/cocoapods/generator/xcconfig/xcconfig_helper.rb +10 -10
- data/lib/cocoapods/hooks/installer_representation.rb +15 -18
- data/lib/cocoapods/hooks/library_representation.rb +4 -8
- data/lib/cocoapods/hooks/pod_representation.rb +1 -5
- data/lib/cocoapods/hooks_manager.rb +63 -0
- data/lib/cocoapods/installer.rb +60 -47
- data/lib/cocoapods/installer/analyzer.rb +60 -62
- data/lib/cocoapods/installer/analyzer/sandbox_analyzer.rb +5 -8
- data/lib/cocoapods/installer/file_references_installer.rb +7 -10
- data/lib/cocoapods/installer/hooks_context.rb +74 -0
- data/lib/cocoapods/installer/migrator.rb +99 -0
- data/lib/cocoapods/installer/pod_source_installer.rb +9 -29
- data/lib/cocoapods/installer/target_installer.rb +7 -17
- data/lib/cocoapods/installer/target_installer/aggregate_target_installer.rb +40 -41
- data/lib/cocoapods/installer/target_installer/pod_target_installer.rb +43 -54
- data/lib/cocoapods/installer/user_project_integrator.rb +54 -10
- data/lib/cocoapods/installer/user_project_integrator/target_integrator.rb +66 -117
- data/lib/cocoapods/installer/user_project_integrator/target_integrator/xcconfig_integrator.rb +116 -0
- data/lib/cocoapods/open_uri.rb +1 -2
- data/lib/cocoapods/project.rb +34 -8
- data/lib/cocoapods/resolver.rb +43 -21
- data/lib/cocoapods/sandbox.rb +80 -75
- data/lib/cocoapods/sandbox/file_accessor.rb +3 -8
- data/lib/cocoapods/sandbox/headers_store.rb +6 -7
- data/lib/cocoapods/sandbox/path_list.rb +7 -10
- data/lib/cocoapods/sources_manager.rb +81 -49
- data/lib/cocoapods/target.rb +18 -12
- data/lib/cocoapods/target/aggregate_target.rb +43 -18
- data/lib/cocoapods/target/pod_target.rb +37 -4
- data/lib/cocoapods/user_interface.rb +19 -18
- data/lib/cocoapods/user_interface/error_report.rb +23 -4
- data/lib/cocoapods/validator.rb +30 -33
- metadata +100 -73
- data/lib/cocoapods/command/help.rb +0 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa70debbf10cd572e3b7514369f7d8a3d79f8c5f
|
4
|
+
data.tar.gz: 9d1b54d8c4ce9b5adeacd9c6979e9c73972c7f73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 316678aedd0631af013b2f5b4fd3c9e93ddf360db3429534966d9c36e7bc206e2bbcfa4f5e43324e24aea49be8fe47a9f4b5aa9eed9af026c4fc1fa1e7d90a3d
|
7
|
+
data.tar.gz: 4be0108c8d9a53264fe8d588845d9a8e9ef41e2fb4a1e5199796ae04b28a5efaeb19448a414d5ef54f0bc4f24f6420661319782003b04a70042aacdcaeaac539
|
data/CHANGELOG.md
CHANGED
@@ -2,42 +2,168 @@
|
|
2
2
|
|
3
3
|
To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).
|
4
4
|
|
5
|
+
## 0.34.0.rc1
|
6
|
+
|
7
|
+
##### Breaking
|
8
|
+
|
9
|
+
* The use of the `$PODS_ROOT` environment variable has been deprecated and
|
10
|
+
should not be used. It will be removed in future versions of CocoaPods.
|
11
|
+
[#2449](https://github.com/CocoaPods/CocoaPods/issues/2449)
|
12
|
+
|
13
|
+
* The `Pods` directory has been reorganized. This might require manual
|
14
|
+
intervention in projects where files generated by CocoaPods have manually been
|
15
|
+
imported into the user's project (common with the acknowledgements files).
|
16
|
+
[#1055](https://github.com/CocoaPods/CocoaPods/pull/1055)
|
17
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
18
|
+
[Michele Titolo](https://github.com/mtitolo)
|
19
|
+
|
20
|
+
|
21
|
+
##### Enhancements
|
22
|
+
|
23
|
+
* Add support to specify dependencies per build configuration:
|
24
|
+
|
25
|
+
pod 'Lookback', :configurations => ['Debug']
|
26
|
+
|
27
|
+
Currently configurations can only be specified per single Pod.
|
28
|
+
[Joachim Bengtsson](https://github.com/nevyn)
|
29
|
+
[Eloy Durán](https://github.com/alloy)
|
30
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
31
|
+
[#1791](https://github.com/CocoaPods/CocoaPods/pull/1791)
|
32
|
+
[#1668](https://github.com/CocoaPods/CocoaPods/pull/1668)
|
33
|
+
[#731](https://github.com/CocoaPods/CocoaPods/pull/731)
|
34
|
+
|
35
|
+
* Add 'specific repo sources' support. Allows one to specify in their Podfile
|
36
|
+
which sources should be used to retrieve specs from and the priority order
|
37
|
+
thereof. For example: `source 'netbe'`, or `source 'master'`, with 'master'
|
38
|
+
being the default GitHub CocoaPods spec-repo.
|
39
|
+
[François Benaiteau](https://github.com/netbe)
|
40
|
+
[#1143](https://github.com/CocoaPods/CocoaPods/pull/1143)
|
41
|
+
[Core#19](https://github.com/CocoaPods/Core/pull/19)
|
42
|
+
|
43
|
+
* Add hooks for plugins. Currently only the installer hook is supported.
|
44
|
+
A plugin can register itself to be activated after the installation with the
|
45
|
+
following syntax:
|
46
|
+
|
47
|
+
Pod::HooksManager.register(:post_install) do |installer_context|
|
48
|
+
# implementation
|
49
|
+
end
|
50
|
+
|
51
|
+
The `installer_context` is an instance of the `Pod::Installer:HooksContext`
|
52
|
+
class which provides the information about the installation.
|
53
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
54
|
+
[Core#132](https://github.com/CocoaPods/Core/pull/1755)
|
55
|
+
|
56
|
+
* Display indication for deprecated pods when searching for Pods.
|
57
|
+
[Hugo Tunius][k0nserv]
|
58
|
+
[#2180](https://github.com/CocoaPods/CocoaPods/issues/2180)
|
59
|
+
|
60
|
+
* Use the CLIntegracon gem for the integration tests.
|
61
|
+
[Marius Rackwitz][mrackwitz]
|
62
|
+
[#2371](https://github.com/CocoaPods/CocoaPods/issues/2371)
|
63
|
+
|
64
|
+
* Include configurations that a user explicitly specifies, in their Podfile,
|
65
|
+
when the `--no-integrate` option is specified.
|
66
|
+
[Eloy Durán](https://github.com/alloy)
|
67
|
+
|
68
|
+
* Properly quote the `-isystem` values in the xcconfig files.
|
69
|
+
[Eloy Durán](https://github.com/alloy)
|
70
|
+
|
71
|
+
* The post install message with the CHANGELOG has been removed from the
|
72
|
+
gemspec.
|
73
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
74
|
+
[Eloy Durán](https://github.com/alloy)
|
75
|
+
|
76
|
+
* Add support for user-specified project directories with the
|
77
|
+
`--project-directory` option.
|
78
|
+
[Samuel Giddins](segiddins)
|
79
|
+
[#2183](https://github.com/CocoaPods/CocoaPods/issues/2183)
|
80
|
+
|
81
|
+
##### Bug Fixes
|
82
|
+
|
83
|
+
* Fixes `pod repo push` to first check if a Specs directory exists and if so
|
84
|
+
push there.
|
85
|
+
[Edward Valentini](edwardvalentini)
|
86
|
+
[#2060](https://github.com/CocoaPods/CocoaPods/issues/2060)
|
87
|
+
|
88
|
+
* Fixes `pod outdated` to not include subspecs.
|
89
|
+
[Ash Furrow](ashfurrow)
|
90
|
+
[#2136](https://github.com/CocoaPods/CocoaPods/issues/2136)
|
91
|
+
|
92
|
+
* Always evaluate podspecs from the original podspec directory. This fixes
|
93
|
+
an issue when depending on a pod via `:path` and that pod's podspec uses
|
94
|
+
relative paths.
|
95
|
+
[Kyle Fuller](kylef)
|
96
|
+
[pod-template#50](https://github.com/CocoaPods/pod-template/issues/50)
|
97
|
+
|
98
|
+
* Fixes spec linting to not warn for missing license file in subspecs.
|
99
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
100
|
+
[Core#132](https://github.com/CocoaPods/Core/issues/132)
|
101
|
+
|
102
|
+
* Fixes `pod init` so that it doesn't recurse when checking for Podfiles.
|
103
|
+
[Paddy O'Brien](https://github.com/tapi)
|
104
|
+
[#2181](https://github.com/CocoaPods/CocoaPods/issues/2181)
|
105
|
+
|
106
|
+
* Fixes missing XCTest framework in Xcode 6.
|
107
|
+
[Paul Williamson](squarefrog)
|
108
|
+
[#2296](https://github.com/CocoaPods/CocoaPods/issues/2296)
|
109
|
+
|
110
|
+
* Support multiple values in ARCHS.
|
111
|
+
[Robert Zuber](https://github.com/z00b)
|
112
|
+
[#1904](https://github.com/CocoaPods/CocoaPods/issues/1904)
|
113
|
+
|
114
|
+
* Fixes static analysis in Xcode 6.
|
115
|
+
[Samuel Giddins](segiddins)
|
116
|
+
[#2402](https://github.com/CocoaPods/CocoaPods/issues/2402)
|
117
|
+
|
118
|
+
* Fixes an issue where a version of a spec will not be locked when using
|
119
|
+
multiple subspecs of a podspec.
|
120
|
+
[Kyle Fuller](https://github.com/kylef)
|
121
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
122
|
+
[#2135](https://github.com/CocoaPods/CocoaPods/issues/2135)
|
123
|
+
|
124
|
+
* Fixes an issue using JSON podspecs installed directly from a lib's
|
125
|
+
repository.
|
126
|
+
[Kyle Fuller](https://github.com/kylef)
|
127
|
+
[#2320](https://github.com/CocoaPods/CocoaPods/issues/2320)
|
128
|
+
|
129
|
+
|
5
130
|
## 0.33.1
|
6
131
|
|
7
132
|
##### Bug Fixes
|
8
133
|
|
9
134
|
* Fix `pod spec lint` for `json` podspecs.
|
10
|
-
[Fabio Pelosin]
|
135
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
11
136
|
[#2157](https://github.com/CocoaPods/CocoaPods/issues/2157)
|
12
137
|
|
13
138
|
* Fixed downloader issues related to `json` podspecs.
|
14
|
-
[Fabio Pelosin]
|
139
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
15
140
|
[#2158](https://github.com/CocoaPods/CocoaPods/issues/2158)
|
16
141
|
|
17
142
|
* Fixed `--no-ansi` flag in help banners.
|
18
|
-
[Fabio Pelosin]
|
143
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
19
144
|
[#34](https://github.com/CocoaPods/CLAide/issues/34)
|
20
145
|
|
146
|
+
|
21
147
|
## 0.33.0
|
22
148
|
|
23
149
|
##### Breaking
|
24
150
|
|
25
151
|
* The deprecated `pre_install` and the `pod_install` hooks of the specification
|
26
152
|
class have been removed.
|
27
|
-
[Fabio Pelosin]
|
153
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
28
154
|
[#2151](https://github.com/CocoaPods/CocoaPods/issues/2151)
|
29
155
|
[#2153](https://github.com/CocoaPods/CocoaPods/pull/2153)
|
30
156
|
|
31
157
|
##### Enhancements
|
32
158
|
|
33
159
|
* Added the `cocoapods-trunk` plugin which introduces the `trunk` subcommand.
|
34
|
-
[Fabio Pelosin]
|
160
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
35
161
|
[#2151](https://github.com/CocoaPods/CocoaPods/issues/2151)
|
36
162
|
[#2153](https://github.com/CocoaPods/CocoaPods/pull/2153)
|
37
163
|
|
38
164
|
* The `pod push` sub-command has been moved to the `pod repo push` sub-command.
|
39
165
|
Moreover pushing to the master repo from it has been disabled.
|
40
|
-
[Fabio Pelosin]
|
166
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
41
167
|
[#2151](https://github.com/CocoaPods/CocoaPods/issues/2151)
|
42
168
|
[#2153](https://github.com/CocoaPods/CocoaPods/pull/2153)
|
43
169
|
|
@@ -50,7 +176,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
50
176
|
exec zsh
|
51
177
|
|
52
178
|
Currently only the Z shell is supported.
|
53
|
-
[Fabio Pelosin]
|
179
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
54
180
|
[CLAide#25](https://github.com/CocoaPods/CLAide/issues/25)
|
55
181
|
[CLAide#20](https://github.com/CocoaPods/CLAide/issues/20)
|
56
182
|
[CLAide#19](https://github.com/CocoaPods/CLAide/issues/19)
|
@@ -60,7 +186,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
60
186
|
* The `--version` flag is now only supported for the root `pod` command. If
|
61
187
|
used in conjunction with the `--verbose` flag the version of the detected
|
62
188
|
plugins will be printed as well.
|
63
|
-
[Fabio Pelosin]
|
189
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
64
190
|
[CLAide#13](https://github.com/CocoaPods/CLAide/issues/13)
|
65
191
|
[CLAide#14](https://github.com/CocoaPods/CLAide/issues/14)
|
66
192
|
|
@@ -68,7 +194,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
68
194
|
information about the available and the installed plug-ins.
|
69
195
|
[David Grandinetti](https://github.com/dbgrandi)
|
70
196
|
[Olivier Halligon](https://github.com/AliSoftware)
|
71
|
-
[Fabio Pelosin]
|
197
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
72
198
|
[#2092](https://github.com/CocoaPods/CocoaPods/issues/2092)
|
73
199
|
|
74
200
|
* Validate the reachability of `social_media_url`, `documentation_url` and
|
@@ -93,7 +219,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
93
219
|
|
94
220
|
* Fixed support for file references in the workspace generated by CocoaPods.
|
95
221
|
[Kyle Fuller][kylef]
|
96
|
-
[Fabio Pelosin]
|
222
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
97
223
|
[Xcodeproj#105](https://github.com/CocoaPods/Xcodeproj/pull/150)
|
98
224
|
|
99
225
|
* Show a helpful error message when reading version information with merge
|
@@ -114,7 +240,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
114
240
|
##### Bug Fixes
|
115
241
|
|
116
242
|
* Fixed the Podfile `default_subspec` attribute in nested subspecs.
|
117
|
-
[Fabio Pelosin]
|
243
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
118
244
|
[#2050](https://github.com/CocoaPods/CocoaPods/issues/2050)
|
119
245
|
|
120
246
|
## 0.32.0
|
@@ -156,19 +282,19 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
156
282
|
* The linter now checks `framework` and `library` attributes for invalid
|
157
283
|
strings.
|
158
284
|
[Paul Williamson](https://github.com/squarefrog)
|
159
|
-
[Fabio Pelosin](
|
285
|
+
[Fabio Pelosin](fabiopelosin)
|
160
286
|
[Core#66](https://github.com/CocoaPods/Core/issues/66)
|
161
287
|
[Core#96](https://github.com/CocoaPods/Core/pull/96)
|
162
288
|
[Core#105](https://github.com/CocoaPods/Core/issues/105)
|
163
289
|
* The Linter will not check for comments anymore.
|
164
|
-
[Fabio Pelosin]
|
290
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
165
291
|
[Core#108](https://github.com/CocoaPods/Core/issues/108)
|
166
292
|
* Removed legacy checks from the linter.
|
167
|
-
[Fabio Pelosin]
|
293
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
168
294
|
[Core#108](https://github.com/CocoaPods/Core/issues/108)
|
169
295
|
* Added logic to handle subspecs and platform scopes to linter check of
|
170
296
|
the `requries_arc` attribute.
|
171
|
-
[Fabio Pelosin]
|
297
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
172
298
|
[CocoaPods#2005](https://github.com/CocoaPods/CocoaPods/issues/2005)
|
173
299
|
* The linter no longer considers empty a Specification if it only specifies the
|
174
300
|
`resource_bundle` attribute.
|
@@ -193,7 +319,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
193
319
|
|
194
320
|
* Dependencies declared with external sources now support HTTP downloads and
|
195
321
|
have improved support for all the options supported by the downloader.
|
196
|
-
[Fabio Pelosin]
|
322
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
197
323
|
|
198
324
|
* An informative error message is presented when merge conflict is detected in
|
199
325
|
a YAML file.
|
@@ -204,15 +330,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
204
330
|
##### Bug Fixes
|
205
331
|
|
206
332
|
* Fixed the Podfile `default_subspec` attribute in nested subspecs.
|
207
|
-
[Fabio Pelosin]
|
333
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
208
334
|
[#1021](https://github.com/CocoaPods/CocoaPods/issues/1021)
|
209
335
|
|
210
|
-
|
211
|
-
|
212
336
|
* Warn when including deprecated pods
|
213
337
|
[Samuel E. Giddins](https://github.com/segiddins)
|
214
338
|
[#2003](https://github.com/CocoaPods/CocoaPods/issues/2003)
|
215
339
|
|
340
|
+
|
216
341
|
## 0.31.1
|
217
342
|
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.31.1...0.31.0)
|
218
343
|
• [CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.31.1...0.31.0)
|
@@ -222,7 +347,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
222
347
|
* The specification now strips the indentation of the `prefix_header` and
|
223
348
|
`prepare_command` to aide their declaration as a here document (similarly to
|
224
349
|
what it already does with the description).
|
225
|
-
[Fabio Pelosin]
|
350
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
226
351
|
[Core#51](https://github.com/CocoaPods/Core/issues/51)
|
227
352
|
|
228
353
|
##### Bug Fixes
|
@@ -240,7 +365,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
240
365
|
|
241
366
|
* Warnings are not promoted to errors anymore to maximise compatibility with
|
242
367
|
existing libraries.
|
243
|
-
[Fabio Pelosin](https://github.com/
|
368
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
244
369
|
[#1629](https://github.com/CocoaPods/CocoaPods/issues/1629)
|
245
370
|
|
246
371
|
* Include the versions of the Pods to the output of `pod list`.
|
@@ -256,7 +381,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
256
381
|
* The linter will now check the reachability of the homepage of Podspecs during
|
257
382
|
a full lint.
|
258
383
|
[Richard Lee](https://github.com/dlackty)
|
259
|
-
[Fabio Pelosin](https://github.com/
|
384
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
260
385
|
[#1704](https://github.com/CocoaPods/CocoaPods/issues/1704)
|
261
386
|
[Core#70](https://github.com/CocoaPods/Core/pull/70)
|
262
387
|
|
@@ -377,13 +502,13 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
377
502
|
the `pod ipc spec` command returns a JSON representation and the YAML
|
378
503
|
specifications are not supported anymore. JSON specifications adopt the
|
379
504
|
`.podspec.json` extension.
|
380
|
-
[Fabio Pelosin](https://github.com/
|
505
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
381
506
|
[#1568](https://github.com/CocoaPods/CocoaPods/pull/1568)
|
382
507
|
|
383
508
|
###### Enhancements
|
384
509
|
|
385
510
|
* Introduced `pod try` the easiest way to test the example project of a pod.
|
386
|
-
[Fabio Pelosin](https://github.com/
|
511
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
387
512
|
[#1568](https://github.com/CocoaPods/CocoaPods/pull/1568)
|
388
513
|
|
389
514
|
* Pod headers are now provided to the user target as a system
|
@@ -413,7 +538,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
413
538
|
* The `pod push` command will now silently test the upcoming CocoaPods trunk
|
414
539
|
service. The service is only tested when pushing to the master repo and the
|
415
540
|
test doesn't affect the normal workflow.
|
416
|
-
[Fabio Pelosin](https://github.com/
|
541
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
417
542
|
|
418
543
|
* The `pod search <query>` command now supports searching on cocoapods.org
|
419
544
|
when searching using the option `--web`. Options `--ios` and `--osx` are
|
@@ -430,7 +555,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
430
555
|
|
431
556
|
* Fixed a bug which resulted in `pod lib lint` not being able to find the
|
432
557
|
headers.
|
433
|
-
[Fabio Pelosin](https://github.com/
|
558
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
434
559
|
[#1566](https://github.com/CocoaPods/CocoaPods/issues/1566)
|
435
560
|
|
436
561
|
* Fixed the developer frameworks search paths so that
|
@@ -449,7 +574,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
449
574
|
[Joshua Kalpin](https://github.com/Kapin)
|
450
575
|
[Core#39](https://github.com/CocoaPods/Core/pull/39)
|
451
576
|
[#1610](https://github.com/CocoaPods/CocoaPods/issues/1610)
|
452
|
-
|
577
|
+
|
453
578
|
* Having the silent flag enabled in the config will no longer cause issues
|
454
579
|
with `pod search`. In addition, the flag `--silent` is no longer supported
|
455
580
|
for the command.
|
@@ -473,9 +598,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
473
598
|
[Carson McDonald](https://github.com/carsonmcdonald)
|
474
599
|
[#1628](https://github.com/CocoaPods/CocoaPods/issues/1628)
|
475
600
|
|
476
|
-
* Fixed all issues caused by `/tmp` being a symlink to `/private/tmp`.
|
477
|
-
This affected mostly `pod lib lint`, causing it to fail when the
|
478
|
-
Pod used `prefix_header_*` or when the pod headers imported headers
|
601
|
+
* Fixed all issues caused by `/tmp` being a symlink to `/private/tmp`.
|
602
|
+
This affected mostly `pod lib lint`, causing it to fail when the
|
603
|
+
Pod used `prefix_header_*` or when the pod headers imported headers
|
479
604
|
using the namespaced syntax (e.g. `#import <MyPod/Header.h>`).
|
480
605
|
[kra Larivain/OpenTable](https://github.com/opentable)
|
481
606
|
[#1514](https://github.com/CocoaPods/CocoaPods/pull/1514)
|
@@ -589,13 +714,13 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
589
714
|
|
590
715
|
* The architecture is now set in the build settings of the user build
|
591
716
|
configurations.
|
592
|
-
[Fabio Pelosin](https://github.com/
|
717
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
593
718
|
[#1450](https://github.com/CocoaPods/CocoaPods/issues/1462)
|
594
719
|
[#1462](https://github.com/CocoaPods/CocoaPods/issues/1462)
|
595
720
|
|
596
721
|
* Fixed a crash related to CocoaPods being unable to resolve an unique build
|
597
722
|
setting of an user target with custom build configurations.
|
598
|
-
[Fabio Pelosin](https://github.com/
|
723
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
599
724
|
[#1462](https://github.com/CocoaPods/CocoaPods/issues/1462)
|
600
725
|
[#1463](https://github.com/CocoaPods/CocoaPods/issues/1463)
|
601
726
|
[#1457](https://github.com/CocoaPods/CocoaPods/issues/1457)
|
@@ -605,10 +730,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
605
730
|
[Noah McCann](https://github.com/nmccann)
|
606
731
|
[#29](https://github.com/CocoaPods/Core/pull/29)
|
607
732
|
|
608
|
-
* The developer dir relative to the SDK is not added anymore if testing
|
733
|
+
* The developer dir relative to the SDK is not added anymore if testing
|
609
734
|
frameworks are detected in OS X targets, as it doesn't exists, avoiding the
|
610
735
|
presentation of the relative warning in Xcode.
|
611
|
-
[Fabio Pelosin](https://github.com/
|
736
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
612
737
|
|
613
738
|
|
614
739
|
## 0.26.2
|
@@ -626,11 +751,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
626
751
|
|
627
752
|
* If an user target doesn't specify an architecture the value specified for the
|
628
753
|
project is used in CocoaPods targets.
|
629
|
-
[Fabio Pelosin](https://github.com/
|
754
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
630
755
|
[#1450](https://github.com/CocoaPods/CocoaPods/issues/1450)
|
631
756
|
|
632
757
|
* The Pods project now properly configures ARC on all build configurations.
|
633
|
-
[Fabio Pelosin](https://github.com/
|
758
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
634
759
|
[#1454](https://github.com/CocoaPods/CocoaPods/issues/1454)
|
635
760
|
|
636
761
|
|
@@ -647,14 +772,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
647
772
|
present and to debug a single Pod it is possible to make its scheme visible
|
648
773
|
in the Schemes manager of Xcode. This is rarely needed though because the
|
649
774
|
user targets trigger the compilation of the Pod targets.
|
650
|
-
[Fabio Pelosin](https://github.com/
|
775
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
651
776
|
[#1185](https://github.com/CocoaPods/CocoaPods/pull/1185)
|
652
777
|
|
653
778
|
* Installations which don't integrate a user target (lint subcommands and
|
654
779
|
`--no-integrate` option) now set the architecture of OS X Pod targets to
|
655
780
|
`$(ARCHS_STANDARD_64_BIT)` (Xcode 4 default value for new targets). This
|
656
781
|
fixes lint issues with Xcode 4.
|
657
|
-
[Fabio Pelosin](https://github.com/
|
782
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
658
783
|
[#1185](https://github.com/CocoaPods/CocoaPods/pull/1185)
|
659
784
|
|
660
785
|
* Further improvements to the organization of the Pods project
|
@@ -666,19 +791,19 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
666
791
|
- The frameworks are referenced relative to the Developer directory and
|
667
792
|
namespaced per platform.
|
668
793
|
|
669
|
-
[Fabio Pelosin](https://github.com/
|
794
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
670
795
|
[#1389](https://github.com/CocoaPods/CocoaPods/pull/1389)
|
671
796
|
[#1420](https://github.com/CocoaPods/CocoaPods/pull/1420)
|
672
797
|
|
673
798
|
* Added the `documentation_url` DSL attribute to the specifications.
|
674
|
-
[Fabio Pelosin](https://github.com/
|
799
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
675
800
|
[#1273](https://github.com/CocoaPods/CocoaPods/pull/1273)
|
676
801
|
|
677
802
|
###### Bug Fixes
|
678
803
|
|
679
804
|
* The search paths of vendored frameworks and libraries now are always
|
680
805
|
specified relatively.
|
681
|
-
[Fabio Pelosin](https://github.com/
|
806
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
682
807
|
[#1405](https://github.com/CocoaPods/CocoaPods/pull/1405)
|
683
808
|
|
684
809
|
* Fix an issue where CocoaPods would fail to work when used with an older
|
@@ -689,7 +814,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
689
814
|
|
690
815
|
* CocoaPods will not attempt to load anymore all the version of a specification
|
691
816
|
preventing crashes if those are incompatible.
|
692
|
-
[Fabio Pelosin](https://github.com/
|
817
|
+
[Fabio Pelosin](https://github.com/fabiopelosin)
|
693
818
|
[#1272](https://github.com/CocoaPods/CocoaPods/pull/1272)
|
694
819
|
|
695
820
|
|
@@ -765,7 +890,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
765
890
|
|
766
891
|
* Added `pod init` command which generates a Podfile according to the
|
767
892
|
targets of the project stored in the working directory and to the templates
|
768
|
-
stored in the `~/.cocoapods/templates` folder. Two templates are supported:
|
893
|
+
stored in the `~/.cocoapods/templates` folder. Two templates are supported:
|
769
894
|
- the `Podfile.default` template for regular targets.
|
770
895
|
- and the `Podfile.test` template for test targets.
|
771
896
|
[Ian Ynda-Hummel](https://github.com/ianyh)
|
@@ -1172,7 +1297,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
|
|
1172
1297
|
* Compile time introspection. Macro definitions which allow to inspect the
|
1173
1298
|
installed Pods and their version have been introduced in the build
|
1174
1299
|
environment of the Pod libraries
|
1175
|
-
([example](https://gist.github.com/
|
1300
|
+
([example](https://gist.github.com/fabiopelosin/5348551)).
|
1176
1301
|
* CocoaPods now defines the `COCOAPODS=1` macro in the Pod and the Client
|
1177
1302
|
targets. This is useful for libraries which conditionally expose interfaces.
|
1178
1303
|
[#903](https://github.com/CocoaPods/CocoaPods/issues/903)
|
@@ -2423,7 +2548,7 @@ allowing you to automate Xcode related tasks.
|
|
2423
2548
|
[6]: https://github.com/CocoaPods/CocoaPods/compare/0.5.1...0.6.0
|
2424
2549
|
[7]: https://github.com/CocoaPods/CocoaPods/compare/0.3.10...0.5.0
|
2425
2550
|
|
2426
|
-
[irrationalfab]: https://github.com/irrationalfab
|
2427
2551
|
[kylef]: (https://github.com/kylef)
|
2428
2552
|
[neonichu]: (https://github.com/neonichu)
|
2429
|
-
|
2553
|
+
[mrackwitz]: https://github.com/mrackwitz
|
2554
|
+
[k0nserv]: https://github.com/k0nserv
|