cocoapods-no-dev-schemes 1.0.0 → 1.0.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: 5257544fb1bf1502ef0114266f4a6e210fb3af4b
4
- data.tar.gz: bbe98d985befa0597201f36a918132f1ca7bb43c
3
+ metadata.gz: b2191b08da47196347a030302a552d52942e6d7f
4
+ data.tar.gz: 2b85da7e4b852f14523343343ed9425b0e75f42c
5
5
  SHA512:
6
- metadata.gz: 09c7fcd654a6c3459157d03c661356fb485a627747b2bfd742575adf13316f963de5b20dc9baf971a3ad3bfed0937cf49fc327470b3ed5618d0dbdc4c3c87102
7
- data.tar.gz: 3cef3da465785ddafa0195b6fcd92e794c5eb78c2e2ea3cf850fd39f9c9aa5926e64c7d4f25bb1e9f243838094c3387e75aaff03ee636d353f4ca1948dd357c1
6
+ metadata.gz: 20e3ab565d03c6075f0a6b365e71ec5eef1bdbaace7d288a00c26aa85afdf62d275da8c58181771db0ca744caceb2bf224236eade4272ef7580f9dd68ae65be4
7
+ data.tar.gz: 91c2ade073486c0fe35d54977a8b4ca99c1260ddff3ca4cbc67c7deaa122d7b4d870fe5078c720eced3d6addb632cffca94daae425903eaf4ab396768c614df4
@@ -1,3 +1,3 @@
1
1
  module CocoapodsNoDevSchemes
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -5,7 +5,7 @@ Pod::HooksManager.register('cocoapods-no-dev-schemes', :post_install) do |contex
5
5
  # So we need to undo this function:
6
6
  # https://github.com/CocoaPods/Xcodeproj/blob/27aecbfd66e883d1df616355347246b30fec551d/lib/xcodeproj/scheme.rb#L224-L244
7
7
 
8
- shared_scheme_path = "Pods/Pods.xcodeproj/xcshareddata/"
8
+ shared_scheme_path = "#{context.sandbox_root}/Pods.xcodeproj/xcshareddata/"
9
9
  if Dir.exist?(shared_scheme_path)
10
10
 
11
11
  # But I've not needed to undo it yet.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-no-dev-schemes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orta Therox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-23 00:00:00.000000000 Z
11
+ date: 2015-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -49,6 +49,7 @@ files:
49
49
  - Gemfile
50
50
  - LICENSE.txt
51
51
  - README.md
52
+ - cocoapods-no-dev-schemes-1.0.0.gem
52
53
  - cocoapods-no-dev-schemes.gemspec
53
54
  - lib/cocoapods-no-dev-schemes.rb
54
55
  - lib/cocoapods_plugin.rb
@@ -72,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  version: '0'
73
74
  requirements: []
74
75
  rubyforge_project:
75
- rubygems_version: 2.2.2
76
+ rubygems_version: 2.4.8
76
77
  signing_key:
77
78
  specification_version: 4
78
79
  summary: Removes all the CocoaPods Shared Schemes from Developer Pods.