xcodeproj 0.4.0.rc1 → 0.4.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
@@ -58,6 +58,29 @@ module Xcodeproj
|
|
58
58
|
#
|
59
59
|
attribute :plist_structure_definition_identifier, String
|
60
60
|
|
61
|
+
# @return [String] Whether Xcode should use tabs for text aligment.
|
62
|
+
#
|
63
|
+
# E.g. `1`
|
64
|
+
#
|
65
|
+
attribute :uses_tabs, String
|
66
|
+
|
67
|
+
# @return [String] The width of the indent.
|
68
|
+
#
|
69
|
+
# E.g. `2`
|
70
|
+
#
|
71
|
+
attribute :indent_width, String
|
72
|
+
|
73
|
+
# @return [String] The width of the tabs.
|
74
|
+
#
|
75
|
+
# E.g. `2`
|
76
|
+
#
|
77
|
+
attribute :tab_width, String
|
78
|
+
|
79
|
+
# @return [String] Whether Xcode should wrap lines.
|
80
|
+
#
|
81
|
+
# E.g. `1`
|
82
|
+
#
|
83
|
+
attribute :wraps_lines, String
|
61
84
|
|
62
85
|
## CONVENIENCE METHODS #################################################
|
63
86
|
|
@@ -96,7 +119,7 @@ module Xcodeproj
|
|
96
119
|
def update_last_known_file_type
|
97
120
|
self.last_known_file_type = Constants::FILE_TYPES_BY_EXTENSION[pathname.extname[1..-1]]
|
98
121
|
end
|
99
|
-
|
122
|
+
|
100
123
|
end
|
101
124
|
end
|
102
125
|
end
|
@@ -31,6 +31,30 @@ module Xcodeproj
|
|
31
31
|
#
|
32
32
|
attribute :name, String
|
33
33
|
|
34
|
+
# @return [String] Whether Xcode should use tabs for text aligment.
|
35
|
+
#
|
36
|
+
# E.g. `1`
|
37
|
+
#
|
38
|
+
attribute :uses_tabs, String
|
39
|
+
|
40
|
+
# @return [String] The width of the indent.
|
41
|
+
#
|
42
|
+
# E.g. `2`
|
43
|
+
#
|
44
|
+
attribute :indent_width, String
|
45
|
+
|
46
|
+
# @return [String] The width of the tabs.
|
47
|
+
#
|
48
|
+
# E.g. `2`
|
49
|
+
#
|
50
|
+
attribute :tab_width, String
|
51
|
+
|
52
|
+
# @return [String] Whether Xcode should wrap lines.
|
53
|
+
#
|
54
|
+
# E.g. `1`
|
55
|
+
#
|
56
|
+
attribute :wraps_lines, String
|
57
|
+
|
34
58
|
end
|
35
59
|
|
36
60
|
# The purpose of this subclass is not understood.
|
data/lib/xcodeproj.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xcodeproj
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.0.
|
4
|
+
version: 0.4.0.rc2
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
segments:
|
101
101
|
- 0
|
102
|
-
hash:
|
102
|
+
hash: 2919884453979069373
|
103
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
104
104
|
none: false
|
105
105
|
requirements:
|