xcres 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07f166368a1c3c20e976d5cb5dac003e1f0b0e87
4
- data.tar.gz: 164c9556d5bbf9054c05cd869e349219bd615e64
3
+ metadata.gz: e692ec769fe508468262d0f73df2cf1cef872335
4
+ data.tar.gz: 2cb66b4806e596e17d35a5457da38db2845f29d3
5
5
  SHA512:
6
- metadata.gz: ee5805f7a5e36fc235ae813606a5bb738eb19a9ad89f6ccaf578e1996158470e5f76b49f210e25dd80635087af7810aa146df365f85cc8b59d160a7fff992380
7
- data.tar.gz: f0db23ce61854cbd8ad7095e5884ef057f5031c3524ec1dde941d675fb316cd1ef9f678b92e667add56c6e112c98e40ddc1768ae5ceab5c249d4124a3a38764a
6
+ metadata.gz: f2ec6c5fc9bbe6fca0829de77f45a345ebb4fe8932e2b614dedef96d2c6defe027178565b57929c78038fe1450251093f623755395a0cb6c97b613bc248d40a2
7
+ data.tar.gz: 98986a51995961080d974deeef33113fec37d5fb0d68369e00305a496cc18ec87e24352e6d761ea4aada31b44df601601dc92cbcd532cd980803165cfd8e3946
@@ -1,34 +1,34 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcres (0.5.0)
4
+ xcres (0.6.0)
5
5
  activesupport (>= 3.2.15, < 4)
6
6
  clamp (~> 0.6.3)
7
7
  colored (~> 1.2)
8
- xcodeproj (~> 0.18)
8
+ xcodeproj (>= 0.28.2, < 1.1.0)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (3.2.22)
13
+ activesupport (3.2.22.2)
14
14
  i18n (~> 0.6, >= 0.6.4)
15
15
  multi_json (~> 1.0)
16
- ast (2.0.0)
16
+ ast (2.2.0)
17
17
  bacon (1.2.0)
18
18
  claide (0.9.1)
19
19
  clamp (0.6.5)
20
- clintegracon (0.5.2)
20
+ clintegracon (0.8.1)
21
21
  colored (~> 1.2)
22
22
  diffy
23
- coderay (1.1.0)
23
+ coderay (1.1.1)
24
24
  colored (1.2)
25
- diffy (3.0.6)
25
+ diffy (3.1.0)
26
26
  i18n (0.7.0)
27
- inch (0.4.10)
27
+ inch (0.7.1)
28
28
  pry
29
29
  sparkr (>= 0.2.0)
30
30
  term-ansicolor
31
- yard (~> 0.8.7)
31
+ yard (~> 0.8.7.5)
32
32
  metaclass (0.0.4)
33
33
  method_source (0.8.2)
34
34
  mocha (1.1.0)
@@ -36,35 +36,36 @@ GEM
36
36
  mocha-on-bacon (0.2.2)
37
37
  mocha (>= 0.13.0)
38
38
  multi_json (1.11.2)
39
- parser (2.2.0.pre.4)
40
- ast (>= 1.1, < 3.0)
41
- slop (~> 3.4, >= 3.4.5)
42
- powerpack (0.0.9)
39
+ parser (2.3.0.6)
40
+ ast (~> 2.2)
41
+ powerpack (0.1.1)
43
42
  prettybacon (0.0.2)
44
43
  bacon (~> 1.2)
45
- pry (0.10.1)
44
+ pry (0.10.3)
46
45
  coderay (~> 1.1.0)
47
46
  method_source (~> 0.8.1)
48
47
  slop (~> 3.4)
49
- psych (2.0.5)
50
- rainbow (2.0.0)
51
- rake (10.3.2)
52
- rubocop (0.25.0)
53
- parser (>= 2.2.0.pre.4, < 3.0)
54
- powerpack (~> 0.0.6)
48
+ psych (2.0.17)
49
+ rainbow (2.1.0)
50
+ rake (11.1.1)
51
+ rubocop (0.38.0)
52
+ parser (>= 2.3.0.6, < 3.0)
53
+ powerpack (~> 0.1)
55
54
  rainbow (>= 1.99.1, < 3.0)
56
- ruby-progressbar (~> 1.4)
57
- ruby-progressbar (1.5.1)
55
+ ruby-progressbar (~> 1.7)
56
+ unicode-display_width (~> 1.0, >= 1.0.1)
57
+ ruby-progressbar (1.7.5)
58
58
  slop (3.6.0)
59
59
  sparkr (0.4.1)
60
- term-ansicolor (1.3.0)
60
+ term-ansicolor (1.3.2)
61
61
  tins (~> 1.0)
62
- tins (1.3.2)
62
+ tins (1.9.0)
63
+ unicode-display_width (1.0.2)
63
64
  xcodeproj (0.28.2)
64
65
  activesupport (>= 3)
65
66
  claide (~> 0.9.1)
66
67
  colored (~> 1.2)
67
- yard (0.8.7.4)
68
+ yard (0.8.7.6)
68
69
 
69
70
  PLATFORMS
70
71
  ruby
@@ -83,4 +84,4 @@ DEPENDENCIES
83
84
  xcres!
84
85
 
85
86
  BUNDLED WITH
86
- 1.10.6
87
+ 1.11.2
@@ -4,6 +4,6 @@ module XCRes
4
4
  #
5
5
  # XCRes’s version, following [semver](http://semver.org).
6
6
  #
7
- VERSION = "0.5.0"
7
+ VERSION = "0.6.0"
8
8
 
9
9
  end
@@ -13,7 +13,7 @@ CLIntegracon.configure do |c|
13
13
  c.hook_into :bacon
14
14
 
15
15
  c.ignores '.DS_Store'
16
- c.ignores '**.DS_Store'
16
+ c.ignores '**/.DS_Store'
17
17
  c.ignores '.gitkeep'
18
18
  c.ignores %r[/xcuserdata/]
19
19
  c.ignores %r[/DerivedData/]
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi build Example . 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi build Example . 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -11,4 +11,4 @@
11
11
  Ⓥ Preferred languages: ["en"]
12
12
  Ⓥ Strings files after language selection: ["en.lproj/InfoPlist.strings"]
13
13
  Ⓥ Non-ignored .strings files: []
14
- ✓ Successfully updated: ROOT/tmp/integration/build-keyword-clash/R.h
14
+ ✓ Successfully updated: ROOT/tmp/integration/build-keyword-clash/transformed/R.h
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi build --swift Example . 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi build --swift Example . 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -16,4 +16,4 @@
16
16
  Ⓥ Strings files after language selection: ["en.lproj/InfoPlist.strings", "en.lproj/Localizable.strings"]
17
17
  Ⓥ Non-ignored .strings files: ["Example/Example/en.lproj/Localizable.strings"]
18
18
  Ⓥ Found 4 keys in file Example/Example/en.lproj/Localizable.strings
19
- ✓ Successfully updated: ROOT/tmp/integration/build-swift/R.swift
19
+ ✓ Successfully updated: ROOT/tmp/integration/build-swift/transformed/R.swift
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi build Example . 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi build Example . 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -16,4 +16,4 @@
16
16
  Ⓥ Strings files after language selection: ["en.lproj/InfoPlist.strings", "en.lproj/Localizable.strings"]
17
17
  Ⓥ Non-ignored .strings files: ["Example/Example/en.lproj/Localizable.strings"]
18
18
  Ⓥ Found 4 keys in file Example/Example/en.lproj/Localizable.strings
19
- ✓ Successfully updated: ROOT/tmp/integration/build-var-infoplist/R.h
19
+ ✓ Successfully updated: ROOT/tmp/integration/build-var-infoplist/transformed/R.h
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi build Example . 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi build Example . 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -16,4 +16,4 @@
16
16
  Ⓥ Strings files after language selection: ["en.lproj/InfoPlist.strings", "en.lproj/Localizable.strings"]
17
17
  Ⓥ Non-ignored .strings files: ["Example/Example/en.lproj/Localizable.strings"]
18
18
  Ⓥ Found 4 keys in file Example/Example/en.lproj/Localizable.strings
19
- ✓ Successfully updated: ROOT/tmp/integration/build/R.h
19
+ ✓ Successfully updated: ROOT/tmp/integration/build/transformed/R.h
@@ -1,4 +1,4 @@
1
- xcres --help --verbose --no-ansi 2>&1
1
+ ROOT/bin/xcres --help --verbose --no-ansi 2>&1
2
2
  Usage:
3
3
  xcres [OPTIONS] SUBCOMMAND [ARG] ...
4
4
 
@@ -32,8 +32,10 @@ Targets:
32
32
  inputPaths: []
33
33
  outputPaths: []
34
34
  shellPath: "/bin/sh"
35
- shellScript: |
36
- xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH $SRCROOT/Example/Resources/R
35
+ shellScript: 'xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH
36
+ $SRCROOT/Example/Resources/R
37
+
38
+ '
37
39
  showEnvVarsInLog: '0'
38
40
  buildActionMask: '2147483647'
39
41
  runOnlyForDeploymentPostprocessing: '0'
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi install Example 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi install Example 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -18,5 +18,5 @@ Execute build first:
18
18
  Ⓥ Strings files after language selection: ["en.lproj/InfoPlist.strings"]
19
19
  Ⓥ Non-ignored .strings files: []
20
20
  ✓ Existing file is up-to-date. Don't touch.
21
- ✓ Successfully updated: ROOT/tmp/integration/install-again/Example/Example/Resources/R.h
21
+ ✓ Successfully updated: ROOT/tmp/integration/install-again/transformed/Example/Example/Resources/R.h
22
22
  ✓ Successfully integrated into Example/Example.xcodeproj
@@ -33,8 +33,10 @@ Targets:
33
33
  inputPaths: []
34
34
  outputPaths: []
35
35
  shellPath: "/bin/sh"
36
- shellScript: |
37
- xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH $SRCROOT/Supporting_Files/Resources/R
36
+ shellScript: 'xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH
37
+ $SRCROOT/Supporting_Files/Resources/R
38
+
39
+ '
38
40
  showEnvVarsInLog: '0'
39
41
  buildActionMask: '2147483647'
40
42
  runOnlyForDeploymentPostprocessing: '0'
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi install Example 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi install Example 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -18,5 +18,5 @@ Execute build first:
18
18
  Ⓥ Strings files after language selection: ["InfoPlist.strings"]
19
19
  Ⓥ Non-ignored .strings files: []
20
20
  ✓ Directory did not exist. Will be created.
21
- ✓ Successfully updated: ROOT/tmp/integration/install-moved-supporting-files/Example/Supporting_Files/Resources/R.h
21
+ ✓ Successfully updated: ROOT/tmp/integration/install-moved-supporting-files/transformed/Example/Supporting_Files/Resources/R.h
22
22
  ✓ Successfully integrated into Example/Example.xcodeproj
@@ -33,8 +33,10 @@ Targets:
33
33
  inputPaths: []
34
34
  outputPaths: []
35
35
  shellPath: "/bin/sh"
36
- shellScript: |
37
- xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH $SRCROOT/Resources/R
36
+ shellScript: 'xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH
37
+ $SRCROOT/Resources/R
38
+
39
+ '
38
40
  showEnvVarsInLog: '0'
39
41
  buildActionMask: '2147483647'
40
42
  runOnlyForDeploymentPostprocessing: '0'
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi install Example 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi install Example 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -19,5 +19,5 @@ Execute build first:
19
19
  Ⓥ Strings files after language selection: ["InfoPlist.strings"]
20
20
  Ⓥ Non-ignored .strings files: []
21
21
  ✓ Directory did not exist. Will be created.
22
- ✓ Successfully updated: ROOT/tmp/integration/install-no-supporting-files/Example/Resources/R.h
22
+ ✓ Successfully updated: ROOT/tmp/integration/install-no-supporting-files/transformed/Example/Resources/R.h
23
23
  ✓ Successfully integrated into Example/Example.xcodeproj
@@ -31,8 +31,10 @@ Targets:
31
31
  inputPaths: []
32
32
  outputPaths: []
33
33
  shellPath: "/bin/sh"
34
- shellScript: |
35
- xcres --no-ansi build --documented --swift $PROJECT_FILE_PATH $SRCROOT/Example/Resources/R
34
+ shellScript: 'xcres --no-ansi build --documented --swift $PROJECT_FILE_PATH
35
+ $SRCROOT/Example/Resources/R
36
+
37
+ '
36
38
  showEnvVarsInLog: '0'
37
39
  buildActionMask: '2147483647'
38
40
  runOnlyForDeploymentPostprocessing: '0'
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi install --swift Example 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi install --swift Example 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -18,5 +18,5 @@ Execute build first:
18
18
  Ⓥ Strings files after language selection: ["en.lproj/InfoPlist.strings"]
19
19
  Ⓥ Non-ignored .strings files: []
20
20
  ✓ Directory did not exist. Will be created.
21
- ✓ Successfully updated: ROOT/tmp/integration/install-swift/Example/Example/Resources/R.swift
21
+ ✓ Successfully updated: ROOT/tmp/integration/install-swift/transformed/Example/Example/Resources/R.swift
22
22
  ✓ Successfully integrated into Example/Example.xcodeproj
@@ -32,8 +32,10 @@ Targets:
32
32
  inputPaths: []
33
33
  outputPaths: []
34
34
  shellPath: "/bin/sh"
35
- shellScript: |
36
- xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH $SRCROOT/Example/Resources/R
35
+ shellScript: 'xcres --no-ansi build --documented --no-swift $PROJECT_FILE_PATH
36
+ $SRCROOT/Example/Resources/R
37
+
38
+ '
37
39
  showEnvVarsInLog: '0'
38
40
  buildActionMask: '2147483647'
39
41
  runOnlyForDeploymentPostprocessing: '0'
@@ -1,4 +1,4 @@
1
- xcres --verbose --no-ansi install Example 2>&1
1
+ ROOT/bin/xcres --verbose --no-ansi install Example 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
3
  ⚠ Argument XCODEPROJ is a directory. Try to locate the Xcode project in this directory.
4
4
  ✓ Use Example/Example.xcodeproj as XCODEPROJ.
@@ -18,5 +18,5 @@ Execute build first:
18
18
  Ⓥ Strings files after language selection: ["en.lproj/InfoPlist.strings"]
19
19
  Ⓥ Non-ignored .strings files: []
20
20
  ✓ Directory did not exist. Will be created.
21
- ✓ Successfully updated: ROOT/tmp/integration/install/Example/Example/Resources/R.h
21
+ ✓ Successfully updated: ROOT/tmp/integration/install/transformed/Example/Example/Resources/R.h
22
22
  ✓ Successfully integrated into Example/Example.xcodeproj
@@ -1,3 +1,3 @@
1
- xcres version --verbose --no-ansi 2>&1
1
+ ROOT/bin/xcres version --verbose --no-ansi 2>&1
2
2
  Ⓥ Verbose mode is enabled.
3
- 0.5.0
3
+ 0.6.0
@@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
37
37
  spec.add_runtime_dependency 'clamp', '~> 0.6.3'
38
38
  spec.add_runtime_dependency 'colored', '~> 1.2'
39
39
  spec.add_runtime_dependency 'activesupport', '>= 3.2.15', '< 4'
40
- spec.add_runtime_dependency 'xcodeproj', '~> 0.18'
40
+ spec.add_runtime_dependency 'xcodeproj', ">= 0.28.2", "< 1.1.0"
41
41
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcres
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marius Rackwitz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -188,16 +188,22 @@ dependencies:
188
188
  name: xcodeproj
189
189
  requirement: !ruby/object:Gem::Requirement
190
190
  requirements:
191
- - - "~>"
191
+ - - ">="
192
+ - !ruby/object:Gem::Version
193
+ version: 0.28.2
194
+ - - "<"
192
195
  - !ruby/object:Gem::Version
193
- version: '0.18'
196
+ version: 1.1.0
194
197
  type: :runtime
195
198
  prerelease: false
196
199
  version_requirements: !ruby/object:Gem::Requirement
197
200
  requirements:
198
- - - "~>"
201
+ - - ">="
202
+ - !ruby/object:Gem::Version
203
+ version: 0.28.2
204
+ - - "<"
199
205
  - !ruby/object:Gem::Version
200
- version: '0.18'
206
+ version: 1.1.0
201
207
  description: xcres searches your Xcode project for resourcesand generates an index
202
208
  as struct constants.
203
209
  email: