cocoapods 0.26.0 → 0.26.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2933e2a1e2470564b492bf06874db7c125869163
4
- data.tar.gz: 8e802d212e075d854dd98e4c8df94ccee47118ec
3
+ metadata.gz: 9a7ffdd6252f71f996d249e68d5a02e1c8821bf3
4
+ data.tar.gz: f1acf431c6a7981550a097962328d6940950df13
5
5
  SHA512:
6
- metadata.gz: 7adf39411bb44c1d215bcb16cb73407408c9cb2fef80309b1bb4b4a02097c50d28587489ce1de7d48aaed3343af37513c1790d203b0617e972ceb5378db639ab
7
- data.tar.gz: f92f71fd022536a66deba4f0658e0766271f5a894c762285a7033433ce17d52f3866248ee621ccedaa84417ff73d01d049df5514dbfe885f0d9e691db0a6ab21
6
+ metadata.gz: 710356a623f2850626b25a93678acc356f384f538c6335be89a69d488e32767ed9f467b807545fd9d8ca3fd6b02da1bba6f3651e11777438993de17d72146dd1
7
+ data.tar.gz: e14e63282d05598ba3e3a7d27ec993b205657dc8a32da0f4999c0365dfa254548bccc94f52ccb023bcac9ccfdea907afa89af6ace5e4125f2c9936cd93fd8724
@@ -2,7 +2,7 @@
2
2
 
3
3
  To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).
4
4
 
5
- ## 0.26.0
5
+ ## 0.26.1
6
6
  [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.25.0...0.26.0)
7
7
  • [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.25.0...0.26.0)
8
8
  • [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.11.1...0.12.0)
@@ -1,6 +1,6 @@
1
1
  module Pod
2
2
  # The version of the cocoapods command line tool.
3
3
  #
4
- VERSION = '0.26.0' unless defined? Pod::VERSION
4
+ VERSION = '0.26.1' unless defined? Pod::VERSION
5
5
  end
6
6
 
@@ -42,7 +42,6 @@ module Pod
42
42
  source_files = file_accessor.source_files
43
43
  file_refs = source_files.map { |sf| project.reference_for_path(sf) }
44
44
  target.add_file_references(file_refs, flags)
45
-
46
45
  end
47
46
  end
48
47
  end
@@ -64,7 +63,6 @@ module Pod
64
63
  next
65
64
  end
66
65
  file_references = paths.map { |sf| project.reference_for_path(sf) }
67
- group = project.group_for_spec(file_accessor.spec.name, :products)
68
66
  bundle_target = project.new_resources_bundle(bundle_name, file_accessor.spec_consumer.platform_name)
69
67
  bundle_target.add_resources(file_references)
70
68
 
@@ -87,12 +85,7 @@ module Pod
87
85
  public_gen = Generator::XCConfig::PublicPodXCConfig.new(library)
88
86
  UI.message "- Generating public xcconfig file at #{UI.path(path)}" do
89
87
  public_gen.save_as(path)
90
- #
91
- # TODO
92
88
  add_file_to_support_group(path)
93
- # relative_path = path.relative_path_from(sandbox.root)
94
- # group = project.group_for_spec(library.root_spec.name, :support_files)
95
- # group.new_file(relative_path)
96
89
  end
97
90
 
98
91
  path = library.xcconfig_private_path
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.26.0
4
+ version: 0.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 0.26.0
20
+ version: 0.26.1
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 0.26.0
27
+ version: 0.26.1
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: claide
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -235,7 +235,7 @@ homepage: https://github.com/CocoaPods/CocoaPods
235
235
  licenses:
236
236
  - MIT
237
237
  metadata: {}
238
- post_install_message: "\nCHANGELOG:\n\n## 0.26.0\n[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.25.0...0.26.0)\n•
238
+ post_install_message: "\nCHANGELOG:\n\n## 0.26.1\n[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.25.0...0.26.0)\n•
239
239
  [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.25.0...0.26.0)\n• [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.11.1...0.12.0)\n\n######
240
240
  Enhancements\n\n* CocoaPods now creates and hides the schemes of its targets after
241
241
  every\n installation. The schemes are not shared because the flag which keeps track\n