cocoapods 0.16.0.rc1 → 0.16.0.rc2
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.
- data/CHANGELOG.md +7 -2
- data/lib/cocoapods.rb +1 -1
- data/lib/cocoapods/project.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
## Master
|
|
2
2
|
|
|
3
|
-
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.
|
|
3
|
+
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc2...master) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.4.0.rc1...master)
|
|
4
|
+
|
|
5
|
+
## 0.16.0.rc2
|
|
6
|
+
|
|
7
|
+
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc1...0.16.0.rc2)
|
|
8
|
+
- Fix for uninitialized constant Xcodeproj::Constants error.
|
|
4
9
|
|
|
5
10
|
## 0.16.0.rc1
|
|
6
11
|
|
|
7
12
|
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.2...0.16.0.rc1) • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.5...0.4.0.rc1)
|
|
8
13
|
|
|
9
14
|
- Xcodeproj partial rewrite.
|
|
10
|
-
[#565](https://github.com/CocoaPods/CocoaPods/
|
|
15
|
+
[#565](https://github.com/CocoaPods/CocoaPods/issues/565)
|
|
11
16
|
[#561](https://github.com/CocoaPods/CocoaPods/pull/561)
|
|
12
17
|
- Performance improvements in the `Generating support files` phase.
|
|
13
18
|
- Better support for editing existing projects and sorting groups.
|
data/lib/cocoapods.rb
CHANGED
data/lib/cocoapods/project.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.16.0.
|
|
4
|
+
version: 0.16.0.rc2
|
|
5
5
|
prerelease: 7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -256,7 +256,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
256
256
|
version: '0'
|
|
257
257
|
segments:
|
|
258
258
|
- 0
|
|
259
|
-
hash: -
|
|
259
|
+
hash: -461875756056681187
|
|
260
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
261
261
|
none: false
|
|
262
262
|
requirements:
|