ibtoolTranslation 0.0.6 → 0.0.7
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 081b9bef8d09869402f1bbda4ee8f220fe3a9200
|
|
4
|
+
data.tar.gz: 42c6d6d0824138def15b2ce07800ac4a5bba36e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd0b36c009fb62490d0524f16ded5f4684aa054efde7932dc4c81b745080011876d9267f9f5d50e6fd7b5428361f87a83ef71b075fc5496da21ef3f5acee21fc
|
|
7
|
+
data.tar.gz: a8b76c697aa0736a1d288e0ee109d490cd0d5b4834e2ac130cc8553b6100b36f28a4d3caa46b691a973b6f1a6dcf22e65b6366a296c86c93bdc95560a7462696
|
data/bin/ibtoolTranslation
CHANGED
|
@@ -15,7 +15,7 @@ module IbtoolTranslation
|
|
|
15
15
|
option :to, :type => :array, :aliases => '-t',:required => true, :desc => 'storyboards of the result'
|
|
16
16
|
desc "update", "update storyboard"
|
|
17
17
|
def update
|
|
18
|
-
IbtoolTranslation::Core.new.update(options[:dir], options[:from], options[:to],
|
|
18
|
+
IbtoolTranslation::Core.new.update(options[:dir], options[:from], options[:to], options[:string])
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
option :dir, :type => :string, :aliases => '-d',:required => true, :desc => 'directory of the reference'
|
|
@@ -24,7 +24,7 @@ module IbtoolTranslation
|
|
|
24
24
|
option :to, :type => :array, :aliases => '-t',:required => true, :desc => 'storyboards of the result'
|
|
25
25
|
desc "create", "create Translation.strings"
|
|
26
26
|
def create
|
|
27
|
-
IbtoolTranslation::Core.new.create(options[:dir], options[:from], options[:to],
|
|
27
|
+
IbtoolTranslation::Core.new.create(options[:dir], options[:from], options[:to], options[:string])
|
|
28
28
|
end
|
|
29
29
|
desc "version", "version"
|
|
30
30
|
def version
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="
|
|
2
|
+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="W4H-FJ-WP2">
|
|
3
3
|
<dependencies>
|
|
4
|
-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="
|
|
4
|
+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
|
|
5
5
|
</dependencies>
|
|
6
6
|
<scenes>
|
|
7
|
-
<!--
|
|
7
|
+
<!--Root View Controller-->
|
|
8
8
|
<scene sceneID="G8d-y9-IpG">
|
|
9
9
|
<objects>
|
|
10
10
|
<tableViewController id="qKe-kL-ggu" sceneMemberID="viewController">
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
<subviews>
|
|
83
83
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BYa-F5-6Bd">
|
|
84
84
|
<rect key="frame" x="20" y="41" width="285" height="66"/>
|
|
85
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
86
85
|
<color key="backgroundColor" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="calibratedRGB"/>
|
|
87
86
|
<string key="text">hoge
|
|
88
87
|
piyo
|
|
@@ -93,7 +92,6 @@ fuga</string>
|
|
|
93
92
|
</label>
|
|
94
93
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="285" translatesAutoresizingMaskIntoConstraints="NO" id="Q7j-JV-BS6">
|
|
95
94
|
<rect key="frame" x="20" y="148" width="285" height="66"/>
|
|
96
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
97
95
|
<color key="backgroundColor" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="calibratedRGB"/>
|
|
98
96
|
<string key="text">hoge
|
|
99
97
|
piyo
|
|
@@ -104,7 +102,6 @@ fuga</string>
|
|
|
104
102
|
</label>
|
|
105
103
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="285" translatesAutoresizingMaskIntoConstraints="NO" id="cfA-L8-XId">
|
|
106
104
|
<rect key="frame" x="20" y="251" width="285" height="66"/>
|
|
107
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
108
105
|
<color key="backgroundColor" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="calibratedRGB"/>
|
|
109
106
|
<string key="text">hoge
|
|
110
107
|
piyo
|
|
@@ -115,25 +112,21 @@ fuga</string>
|
|
|
115
112
|
</label>
|
|
116
113
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="numberOfLines : 1" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qHq-IC-lJQ">
|
|
117
114
|
<rect key="frame" x="10" y="12" width="142" height="21"/>
|
|
118
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
119
115
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
120
116
|
<nil key="highlightedColor"/>
|
|
121
117
|
</label>
|
|
122
118
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="numberOfLines : 2" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R5Y-km-7IB">
|
|
123
119
|
<rect key="frame" x="10" y="119" width="142" height="21"/>
|
|
124
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
125
120
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
126
121
|
<nil key="highlightedColor"/>
|
|
127
122
|
</label>
|
|
128
123
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="numberOfLines : 0" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zg1-nu-NGb">
|
|
129
124
|
<rect key="frame" x="10" y="222" width="142" height="21"/>
|
|
130
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
131
125
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
132
126
|
<nil key="highlightedColor"/>
|
|
133
127
|
</label>
|
|
134
128
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bbl-KF-HsK">
|
|
135
129
|
<rect key="frame" x="0.0" y="300" width="320" height="116"/>
|
|
136
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
137
130
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
138
131
|
</view>
|
|
139
132
|
</subviews>
|
|
@@ -184,7 +177,6 @@ fuga</string>
|
|
|
184
177
|
<subviews>
|
|
185
178
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="C" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pIG-ob-jFS">
|
|
186
179
|
<rect key="frame" x="0.0" y="0.0" width="320" height="220"/>
|
|
187
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
188
180
|
<fontDescription key="fontDescription" type="system" pointSize="100"/>
|
|
189
181
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
190
182
|
<nil key="highlightedColor"/>
|
|
@@ -216,7 +208,6 @@ fuga</string>
|
|
|
216
208
|
<subviews>
|
|
217
209
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="D" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cm9-XA-eke">
|
|
218
210
|
<rect key="frame" x="0.0" y="0.0" width="320" height="220"/>
|
|
219
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
220
211
|
<fontDescription key="fontDescription" type="system" pointSize="100"/>
|
|
221
212
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
222
213
|
<nil key="highlightedColor"/>
|
|
@@ -245,7 +236,6 @@ fuga</string>
|
|
|
245
236
|
<subviews>
|
|
246
237
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="C8a-M3-w6x">
|
|
247
238
|
<rect key="frame" x="145" y="256" width="30" height="30"/>
|
|
248
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
249
239
|
<state key="normal" title="to D">
|
|
250
240
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
251
241
|
</state>
|
|
@@ -255,7 +245,6 @@ fuga</string>
|
|
|
255
245
|
</button>
|
|
256
246
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="F" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31M-uE-y4S">
|
|
257
247
|
<rect key="frame" x="0.0" y="0.0" width="320" height="220"/>
|
|
258
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
259
248
|
<fontDescription key="fontDescription" type="system" pointSize="100"/>
|
|
260
249
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
261
250
|
<nil key="highlightedColor"/>
|
|
@@ -276,4 +265,4 @@ fuga</string>
|
|
|
276
265
|
<simulatedOrientationMetrics key="orientation"/>
|
|
277
266
|
<simulatedScreenMetrics key="destination"/>
|
|
278
267
|
</simulatedMetricsContainer>
|
|
279
|
-
</document>
|
|
268
|
+
</document>
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="
|
|
2
|
+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="W4H-FJ-WP2">
|
|
3
3
|
<dependencies>
|
|
4
|
-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="
|
|
4
|
+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
|
|
5
5
|
</dependencies>
|
|
6
6
|
<scenes>
|
|
7
|
-
<!--
|
|
7
|
+
<!--Root View Controller-->
|
|
8
8
|
<scene sceneID="G8d-y9-IpG">
|
|
9
9
|
<objects>
|
|
10
10
|
<tableViewController id="qKe-kL-ggu" sceneMemberID="viewController">
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
<subviews>
|
|
83
83
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BYa-F5-6Bd">
|
|
84
84
|
<rect key="frame" x="20" y="41" width="285" height="66"/>
|
|
85
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
86
85
|
<color key="backgroundColor" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="calibratedRGB"/>
|
|
87
86
|
<string key="text">hoge
|
|
88
87
|
piyo
|
|
@@ -93,7 +92,6 @@ fuga</string>
|
|
|
93
92
|
</label>
|
|
94
93
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="285" translatesAutoresizingMaskIntoConstraints="NO" id="Q7j-JV-BS6">
|
|
95
94
|
<rect key="frame" x="20" y="148" width="285" height="66"/>
|
|
96
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
97
95
|
<color key="backgroundColor" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="calibratedRGB"/>
|
|
98
96
|
<string key="text">hoge
|
|
99
97
|
piyo
|
|
@@ -104,7 +102,6 @@ fuga</string>
|
|
|
104
102
|
</label>
|
|
105
103
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="285" translatesAutoresizingMaskIntoConstraints="NO" id="cfA-L8-XId">
|
|
106
104
|
<rect key="frame" x="20" y="251" width="285" height="66"/>
|
|
107
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
108
105
|
<color key="backgroundColor" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="calibratedRGB"/>
|
|
109
106
|
<string key="text">hoge
|
|
110
107
|
piyo
|
|
@@ -115,25 +112,21 @@ fuga</string>
|
|
|
115
112
|
</label>
|
|
116
113
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="numberOfLines : 1" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qHq-IC-lJQ">
|
|
117
114
|
<rect key="frame" x="10" y="12" width="142" height="21"/>
|
|
118
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
119
115
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
120
116
|
<nil key="highlightedColor"/>
|
|
121
117
|
</label>
|
|
122
118
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="numberOfLines : 2" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R5Y-km-7IB">
|
|
123
119
|
<rect key="frame" x="10" y="119" width="142" height="21"/>
|
|
124
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
125
120
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
126
121
|
<nil key="highlightedColor"/>
|
|
127
122
|
</label>
|
|
128
123
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="numberOfLines : 0" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zg1-nu-NGb">
|
|
129
124
|
<rect key="frame" x="10" y="222" width="142" height="21"/>
|
|
130
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
131
125
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
132
126
|
<nil key="highlightedColor"/>
|
|
133
127
|
</label>
|
|
134
128
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bbl-KF-HsK">
|
|
135
129
|
<rect key="frame" x="0.0" y="300" width="320" height="116"/>
|
|
136
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
137
130
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
138
131
|
</view>
|
|
139
132
|
</subviews>
|
|
@@ -184,7 +177,6 @@ fuga</string>
|
|
|
184
177
|
<subviews>
|
|
185
178
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="C" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pIG-ob-jFS">
|
|
186
179
|
<rect key="frame" x="0.0" y="0.0" width="320" height="220"/>
|
|
187
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
188
180
|
<fontDescription key="fontDescription" type="system" pointSize="100"/>
|
|
189
181
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
190
182
|
<nil key="highlightedColor"/>
|
|
@@ -216,7 +208,6 @@ fuga</string>
|
|
|
216
208
|
<subviews>
|
|
217
209
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="D" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cm9-XA-eke">
|
|
218
210
|
<rect key="frame" x="0.0" y="0.0" width="320" height="220"/>
|
|
219
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
220
211
|
<fontDescription key="fontDescription" type="system" pointSize="100"/>
|
|
221
212
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
222
213
|
<nil key="highlightedColor"/>
|
|
@@ -245,7 +236,6 @@ fuga</string>
|
|
|
245
236
|
<subviews>
|
|
246
237
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="C8a-M3-w6x">
|
|
247
238
|
<rect key="frame" x="145" y="256" width="30" height="30"/>
|
|
248
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
249
239
|
<state key="normal" title="to D">
|
|
250
240
|
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
|
|
251
241
|
</state>
|
|
@@ -255,7 +245,6 @@ fuga</string>
|
|
|
255
245
|
</button>
|
|
256
246
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="B" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31M-uE-y4S">
|
|
257
247
|
<rect key="frame" x="0.0" y="0.0" width="320" height="220"/>
|
|
258
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
259
248
|
<fontDescription key="fontDescription" type="system" pointSize="100"/>
|
|
260
249
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
261
250
|
<nil key="highlightedColor"/>
|
|
@@ -276,4 +265,4 @@ fuga</string>
|
|
|
276
265
|
<simulatedOrientationMetrics key="orientation"/>
|
|
277
266
|
<simulatedScreenMetrics key="destination"/>
|
|
278
267
|
</simulatedMetricsContainer>
|
|
279
|
-
</document>
|
|
268
|
+
</document>
|
metadata
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ibtoolTranslation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- akuraru
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 0.18.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.18.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '1.5'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.5'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rake
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: "This is the script that can be used to internationalize the storyboard.\n
|
|
@@ -62,7 +62,7 @@ executables:
|
|
|
62
62
|
extensions: []
|
|
63
63
|
extra_rdoc_files: []
|
|
64
64
|
files:
|
|
65
|
-
- .gitignore
|
|
65
|
+
- ".gitignore"
|
|
66
66
|
- Gemfile
|
|
67
67
|
- Guardfile
|
|
68
68
|
- LICENSE.txt
|
|
@@ -91,17 +91,17 @@ require_paths:
|
|
|
91
91
|
- lib
|
|
92
92
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- -
|
|
94
|
+
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
|
-
- -
|
|
99
|
+
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0'
|
|
102
102
|
requirements: []
|
|
103
103
|
rubyforge_project:
|
|
104
|
-
rubygems_version: 2.
|
|
104
|
+
rubygems_version: 2.4.5
|
|
105
105
|
signing_key:
|
|
106
106
|
specification_version: 4
|
|
107
107
|
summary: This is the script that can be used to internationalize the storyboard.
|