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 +4 -4
- data/cocoapods-no-dev-schemes-1.0.0.gem +0 -0
- data/lib/cocoapods-no-dev-schemes.rb +1 -1
- data/lib/cocoapods_plugin.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2191b08da47196347a030302a552d52942e6d7f
|
|
4
|
+
data.tar.gz: 2b85da7e4b852f14523343343ed9425b0e75f42c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20e3ab565d03c6075f0a6b365e71ec5eef1bdbaace7d288a00c26aa85afdf62d275da8c58181771db0ca744caceb2bf224236eade4272ef7580f9dd68ae65be4
|
|
7
|
+
data.tar.gz: 91c2ade073486c0fe35d54977a8b4ca99c1260ddff3ca4cbc67c7deaa122d7b4d870fe5078c720eced3d6addb632cffca94daae425903eaf4ab396768c614df4
|
|
Binary file
|
data/lib/cocoapods_plugin.rb
CHANGED
|
@@ -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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|