xcres 0.5.0 → 0.6.0
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/Gemfile.lock +27 -26
- data/lib/xcres/version.rb +1 -1
- data/spec/integration.rb +1 -1
- data/spec/integration/build-keyword-clash/after/execution_output.txt +2 -2
- data/spec/integration/build-swift/after/execution_output.txt +2 -2
- data/spec/integration/build-var-infoplist/after/execution_output.txt +2 -2
- data/spec/integration/build/after/execution_output.txt +2 -2
- data/spec/integration/help/after/execution_output.txt +1 -1
- data/spec/integration/install-again/after/Example/Example.xcodeproj.yaml +4 -2
- data/spec/integration/install-again/after/execution_output.txt +2 -2
- data/spec/integration/install-moved-supporting-files/after/Example/Example.xcodeproj.yaml +4 -2
- data/spec/integration/install-moved-supporting-files/after/execution_output.txt +2 -2
- data/spec/integration/install-no-supporting-files/after/Example/Example.xcodeproj.yaml +4 -2
- data/spec/integration/install-no-supporting-files/after/execution_output.txt +2 -2
- data/spec/integration/install-swift/after/Example/Example.xcodeproj.yaml +4 -2
- data/spec/integration/install-swift/after/execution_output.txt +2 -2
- data/spec/integration/install/after/Example/Example.xcodeproj.yaml +4 -2
- data/spec/integration/install/after/execution_output.txt +2 -2
- data/spec/integration/version/after/execution_output.txt +2 -2
- data/xcres.gemspec +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e692ec769fe508468262d0f73df2cf1cef872335
|
|
4
|
+
data.tar.gz: 2cb66b4806e596e17d35a5457da38db2845f29d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2ec6c5fc9bbe6fca0829de77f45a345ebb4fe8932e2b614dedef96d2c6defe027178565b57929c78038fe1450251093f623755395a0cb6c97b613bc248d40a2
|
|
7
|
+
data.tar.gz: 98986a51995961080d974deeef33113fec37d5fb0d68369e00305a496cc18ec87e24352e6d761ea4aada31b44df601601dc92cbcd532cd980803165cfd8e3946
|
data/Gemfile.lock
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
xcres (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 (
|
|
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.
|
|
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.
|
|
20
|
+
clintegracon (0.8.1)
|
|
21
21
|
colored (~> 1.2)
|
|
22
22
|
diffy
|
|
23
|
-
coderay (1.1.
|
|
23
|
+
coderay (1.1.1)
|
|
24
24
|
colored (1.2)
|
|
25
|
-
diffy (3.0
|
|
25
|
+
diffy (3.1.0)
|
|
26
26
|
i18n (0.7.0)
|
|
27
|
-
inch (0.
|
|
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.
|
|
40
|
-
ast (
|
|
41
|
-
|
|
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.
|
|
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.
|
|
50
|
-
rainbow (2.
|
|
51
|
-
rake (
|
|
52
|
-
rubocop (0.
|
|
53
|
-
parser (>= 2.
|
|
54
|
-
powerpack (~> 0.
|
|
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.
|
|
57
|
-
|
|
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.
|
|
60
|
+
term-ansicolor (1.3.2)
|
|
61
61
|
tins (~> 1.0)
|
|
62
|
-
tins (1.
|
|
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.
|
|
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.
|
|
87
|
+
1.11.2
|
data/lib/xcres/version.rb
CHANGED
data/spec/integration.rb
CHANGED
|
@@ -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
|
|
@@ -32,8 +32,10 @@ Targets:
|
|
|
32
32
|
inputPaths: []
|
|
33
33
|
outputPaths: []
|
|
34
34
|
shellPath: "/bin/sh"
|
|
35
|
-
shellScript:
|
|
36
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
0.6.0
|
data/xcres.gemspec
CHANGED
|
@@ -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',
|
|
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.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|