itunes_transporter_generator 0.2 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. data/Gemfile +3 -0
  2. data/LICENSE +19 -0
  3. data/README.md +250 -52
  4. data/doc/Itunes.html +198 -0
  5. data/doc/Itunes/Transporter.html +380 -0
  6. data/doc/Itunes/Transporter/Achievement.html +165 -0
  7. data/doc/Itunes/Transporter/AchievementLocale.html +165 -0
  8. data/doc/Itunes/Transporter/Generator.html +700 -0
  9. data/doc/Itunes/Transporter/Helpers.html +427 -0
  10. data/doc/Itunes/Transporter/InAppPurchase.html +165 -0
  11. data/doc/Itunes/Transporter/Interval.html +165 -0
  12. data/doc/Itunes/Transporter/Leaderboard.html +165 -0
  13. data/doc/Itunes/Transporter/LeaderboardLocale.html +165 -0
  14. data/doc/Itunes/Transporter/Locale.html +256 -0
  15. data/doc/Itunes/Transporter/Product.html +165 -0
  16. data/doc/Itunes/Transporter/PurchaseLocale.html +165 -0
  17. data/doc/Object.html +307 -0
  18. data/doc/Rakefile.html +112 -0
  19. data/doc/bin/itmsp.html +60 -0
  20. data/doc/created.rid +16 -0
  21. data/doc/example/achievements_rb.html +54 -0
  22. data/doc/example/in_app_purchases_rb.html +54 -0
  23. data/doc/example/leaderboards_rb.html +54 -0
  24. data/doc/example/test_rb.html +54 -0
  25. data/doc/images/brick.png +0 -0
  26. data/doc/images/brick_link.png +0 -0
  27. data/doc/images/bug.png +0 -0
  28. data/doc/images/bullet_black.png +0 -0
  29. data/doc/images/bullet_toggle_minus.png +0 -0
  30. data/doc/images/bullet_toggle_plus.png +0 -0
  31. data/doc/images/date.png +0 -0
  32. data/doc/images/find.png +0 -0
  33. data/doc/images/loadingAnimation.gif +0 -0
  34. data/doc/images/macFFBgHack.png +0 -0
  35. data/doc/images/package.png +0 -0
  36. data/doc/images/page_green.png +0 -0
  37. data/doc/images/page_white_text.png +0 -0
  38. data/doc/images/page_white_width.png +0 -0
  39. data/doc/images/plugin.png +0 -0
  40. data/doc/images/ruby.png +0 -0
  41. data/doc/images/tag_green.png +0 -0
  42. data/doc/images/wrench.png +0 -0
  43. data/doc/images/wrench_orange.png +0 -0
  44. data/doc/images/zoom.png +0 -0
  45. data/doc/index.html +110 -0
  46. data/doc/js/darkfish.js +116 -0
  47. data/doc/js/jquery.js +32 -0
  48. data/doc/js/quicksearch.js +114 -0
  49. data/doc/js/thickbox-compressed.js +10 -0
  50. data/doc/lib/itunes/transporter/achievement_rb.html +52 -0
  51. data/doc/lib/itunes/transporter/commands/package_rb.html +54 -0
  52. data/doc/lib/itunes/transporter/commands_rb.html +56 -0
  53. data/doc/lib/itunes/transporter/generator_rb.html +58 -0
  54. data/doc/lib/itunes/transporter/helpers_rb.html +60 -0
  55. data/doc/lib/itunes/transporter/in_app_purchase_rb.html +52 -0
  56. data/doc/lib/itunes/transporter/leaderboard_rb.html +54 -0
  57. data/doc/lib/itunes/transporter/locale_rb.html +52 -0
  58. data/doc/lib/itunes_rb.html +52 -0
  59. data/doc/rdoc.css +763 -0
  60. data/example/config copy.yaml +75 -0
  61. data/example/config.yaml +109 -4
  62. data/example/metadata.xml +201 -0
  63. data/example/sample sku.itmsp/metadata.xml +201 -0
  64. data/example/sample sku.itmsp/test.jpg +0 -0
  65. data/itmsp.gemspec +8 -4
  66. data/lib/itunes.rb +2 -2
  67. data/lib/itunes/transporter.rb +75 -0
  68. data/lib/itunes/transporter/commands.rb +1 -1
  69. data/lib/itunes/transporter/commands/package.rb +12 -9
  70. data/lib/itunes/transporter/generator.rb +291 -191
  71. data/lib/itunes/transporter/helpers.rb +236 -139
  72. data/lib/itunes/transporter/in_app_purchase.rb +16 -23
  73. data/lib/itunes/transporter/leaderboard.rb +0 -36
  74. data/lib/itunes/transporter/locale.rb +11 -11
  75. metadata +81 -7
  76. data/example/achievements.rb +0 -11
  77. data/example/in_app_purchases.rb +0 -9
  78. data/example/leaderboards.rb +0 -12
  79. data/example/test.rb +0 -5
  80. data/lib/itunes/transporter/achievement.rb +0 -9
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2012 Colin Humber
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # itunes_transporter_generator
1
+ # itunes_transporter_generator [![Gem Version](https://badge.fury.io/rb/itunes_transporter_generator.png)](http://badge.fury.io/rb/itunes_transporter_generator)
2
2
  **CLI for generating and packaging app store assets for Game Center and In-App Purchases**
3
3
 
4
4
  Apple recently released their Transporter app (http://bit.ly/UcEhAh) which is a handy way to manage your App Store Packages (.itmsp) instead of having to input achievements, leaderboards, and in-app purchases through iTunes Connect. Unfortunately, there isn't an easy way to generate these packages. Why write XML by hand and deal with the hassle of calculating MD5 and file sizes? Why not define your Game Center and In-App Purchases in a simple format and have your App Store Package generated for you?
@@ -10,11 +10,11 @@ $ gem install itunes_transporter_generator
10
10
 
11
11
  ## Usage
12
12
 
13
- ### Get Familiar With The Spec
14
- First, you'll need to be familiar with the app metadata specification (download from [here](http://bit.ly/TtHMF6)), which outlines all the possible information describing an achievement, leaderboard, or in-app purchase.
13
+ ### Get familiar with the spec
14
+ First, you'll need to be familiar with the app metadata specification, available from the bottom navigation in the Manage Your Applications section of iTunes Connect, which outlines all the possible information describing an achievement, leaderboard, or in-app purchase.
15
15
 
16
16
  ### Describe your application metadata
17
- Next, you'll need to create a YAML file describing your company information and achievement, leaderboard, and/or in-app purchase details.
17
+ Next, you'll need to create a YAML file describing your company information and achievement, leaderboard, and/or in-app purchase details. The beauty of describing your app store assets in YAML is no hand writing XML making it understandable at a glance, and you can store your configuration in source control.
18
18
 
19
19
  ### Generate the .itmsp
20
20
  This is as simple as running the following command in the folder containing your YAML config file and all referenced images.
@@ -32,54 +32,150 @@ Below is a sample configuration file describing an achievement, leaderboard, and
32
32
  ```yaml
33
33
  provider: SampleCompany # optional if team_id is supplied
34
34
  team_id: ABCDE12345 # optional if provider is supplied
35
- vendor_id: sample sku # the application's SKU as definied in iTunes Connect
35
+ vendor_id: sample sku # the application's SKU as defined in iTunes Connect
36
36
  id_prefix: com.samplecompany.applicationname. # if supplied, this will be prefixed to achievement, leaderboard, and in-app purchase IDs
37
+ versions:
38
+ - name: 1.1.3.1
39
+ locales:
40
+ - name: en-US
41
+ title: sampleApp
42
+ description: Description of sampleApp.
43
+ keywords:
44
+ - Sample
45
+ - App
46
+ version_whats_new: Version Whats New.
47
+ software_url: 'http://example.com'
48
+ privacy_url: 'http://example.com'
49
+ support_url: 'http://example.com'
50
+ screenshots:
51
+ - display_target: 'iOS-3.5-in'
52
+ file_name: 'test.jpg'
53
+
37
54
  achievements: # the order in which achievements are defined will be the order in which they appear in Game Center
38
55
  - id: first_achievement
39
56
  name: First Achievement
40
57
  points: 10
41
58
  locales:
42
- - name: en
43
- title: First Achievement
44
- before_earned_description: 'Complete a task'
45
- after_earned_description: 'Completed a task'
46
- after_earned_image: achievement.jpg
47
-
59
+ - name: en
60
+ title: First Achievement
61
+ before_earned_description: Complete a task
62
+ after_earned_description: Completed a task
63
+ achievement_after_earned_image: test.jpg
64
+
48
65
  leaderboards: # the order in which leaderboards are defined will be the order in which they appear in Game Center
49
66
  - default: true # only one leaderboard can be set as default.
50
67
  id: top_scores
51
68
  name: Top Scores
52
69
  locales:
53
- - name: en
54
- title: Top Scores
55
- formatter_suffix: ' Points' # note the space. This must be provided if you want a space between the value and suffix
56
- formatter_suffix_singular: ' Point'
57
- formatter_type: INTEGER_COMMA_SEPARATOR
58
- leaderboard_image: leaderboard.jpg
59
-
70
+ - name: en
71
+ title: Top Scores
72
+ formatter_suffix: ' Points' # note the space. This must be provided if you want a space between the value and suffix
73
+ formatter_suffix_singular: ' Point'
74
+ formatter_type: INTEGER_COMMA_SEPARATOR
75
+ leaderboard_image: test.jpg
76
+
60
77
  purchases:
61
- - product_id: one_hundred_dollars
62
- reference_name: '100 dollars'
63
- type: consumable
64
- review_screenshot_image: product1.jpg
65
- products:
66
- - cleared_for_sale: true
67
- wholesale_price_tier: 1 # pricing tier matrix is available in Exhibit C of the iOS Paid Applications contract in the Contracts, Tax, and Banking section of iTunes Connect
68
- locales:
69
- - name: en
70
- title: '$100'
71
- description: 'An extra $100 to help you out'
78
+ auto_renewable_purchases:
79
+ family:
80
+ name: Sample Product Group
81
+ review_screenshot_image: test.jpg
82
+ purchases:
83
+ - product_id: six_month_subscription
84
+ type: auto-renewable # products in a family group must be of auto-renewable type and be the same product but with different durations
85
+ duration: 6 Months # specific values defined in the app metadata specification outline
86
+ free_trial_duration: 1 Month
87
+ bonus_duration: 1 Month
88
+ cleared_for_sale: true
89
+ wholesale_price_tier: 5
90
+ - product_id: one_year_subscription
91
+ type: auto-renewable # products in a family group must be of auto-renewable type and be the same product but with different durations
92
+ duration: 1 Year # specific values defined in the app metadata specification outline
93
+ bonus_duration: 2 Months
94
+ cleared_for_sale: true
95
+ wholesale_price_tier: 9
96
+ locales:
97
+ - name: en
98
+ title: Sample Product Group
99
+ description: All your products in this sample group
100
+ publication_name: Sample Product Group
101
+ other_purchases:
102
+ - product_id: one_hundred_dollars
103
+ reference_name: 100 dollars
104
+ type: consumable
105
+ review_screenshot_image: test.jpg
106
+ cleared_for_sale: true
107
+ wholesale_price_tier: 1 # pricing tier matrix is available in Exhibit C of the iOS Paid Applications contract in the Contracts, Tax, and Banking section of iTunes Connect
108
+ locales:
109
+ - name: en
110
+ title: $100
111
+ description: An extra $100 for you
112
+ - product_id: new_level
113
+ reference_name: Unlocks a new level
114
+ type: non-consumable
115
+ review_screenshot_image: test.jpg
116
+ cleared_for_sale: true
117
+ intervals:
118
+ - start_date: 2013-01-31
119
+ end_date: 2013-02-28
120
+ wholesale_price_tier: 3
121
+ - start_date: 2013-03-01
122
+ end_date: 2013-05-15
123
+ wholesale_price_tier: 3
124
+ locales:
125
+ - name: en
126
+ title: Unlocks a new level
127
+ description: Try your luck at this new level
128
+ - product_id: another_level
129
+ reference_name: Unlocks another new level
130
+ type: non-consumable
131
+ review_screenshot_image: test.jpg
132
+ cleared_for_sale: true
133
+ intervals:
134
+ - end_date: 2013-08-13
135
+ wholesale_price_tier: 3
136
+ - start_date: 2013-08-14
137
+ wholesale_price_tier: 3
138
+ locales:
139
+ - name: en
140
+ title: Unlocks a new level
141
+ description: Try your luck at this new level
142
+
72
143
  ```
73
144
 
74
145
  This configuration will generate the following metadata.xml:
75
146
  ```xml
76
147
  <?xml version="1.0" encoding="UTF-8"?>
77
- <package xmlns="http://apple.com/itunes/importer" version="software5.0">
148
+ <package xmlns="http://apple.com/itunes/importer" version="software5.1">
78
149
  <provider>SampleCompany</provider>
79
150
  <team_id>ABCDE12345</team_id>
80
151
  <software>
81
152
  <vendor_id>sample sku</vendor_id>
82
153
  <software_metadata>
154
+ <versions>
155
+ <version string="1.1.3.1">
156
+ <locales>
157
+ <locale name="en-US">
158
+ <title>sampleApp</title>
159
+ <description>Description of sampleApp.</description>
160
+ <keywords>
161
+ <keyword>Sample</keyword>
162
+ <keyword>App</keyword>
163
+ </keywords>
164
+ <version_whats_new>Version Whats New.</version_whats_new>
165
+ <software_url>http://example.com</software_url>
166
+ <privacy_url>http://example.com</privacy_url>
167
+ <support_url>http://example.com</support_url>
168
+ <software_screenshots>
169
+ <software_screenshot display_target="iOS-3.5-in" position="1">
170
+ <file_name>test.jpg</file_name>
171
+ <size>20092</size>
172
+ <checksum type="md5">ff5bd97a5f40bb75a84884589ecbfc42</checksum>
173
+ </software_screenshot>
174
+ </software_screenshots>
175
+ </locale>
176
+ </locales>
177
+ </version>
178
+ </versions>
83
179
  <game_center>
84
180
  <achievements>
85
181
  <achievement position="1">
@@ -93,18 +189,18 @@ This configuration will generate the following metadata.xml:
93
189
  <title>First Achievement</title>
94
190
  <before_earned_description>Complete a task</before_earned_description>
95
191
  <after_earned_description>Completed a task</after_earned_description>
96
- <after_earned_image>
192
+ <achievement_after_earned_image>
97
193
  <file_name>test.jpg</file_name>
98
194
  <size>20092</size>
99
195
  <checksum type="md5">ff5bd97a5f40bb75a84884589ecbfc42</checksum>
100
- </after_earned_image>
196
+ </achievement_after_earned_image>
101
197
  </locale>
102
198
  </locales>
103
199
  </achievement>
104
200
  </achievements>
105
201
  <leaderboards>
106
202
  <leaderboard default="true" position="1">
107
- <leaderboard_id/>
203
+ <leaderboard_id>com.samplecompany.applicationname.top_scores</leaderboard_id>
108
204
  <reference_name>Top Scores</reference_name>
109
205
  <sort_ascending>false</sort_ascending>
110
206
  <locales>
@@ -122,40 +218,142 @@ This configuration will generate the following metadata.xml:
122
218
  </locales>
123
219
  </leaderboard>
124
220
  </leaderboards>
125
- <in_app_purchases>
221
+ </game_center>
222
+ <in_app_purchases>
223
+ <family name="Sample Product Group">
224
+ <locales>
225
+ <locale name="en">
226
+ <title>Sample Product Group</title>
227
+ <description>All your products in this sample group</description>
228
+ <publication_name>Sample Product Group</publication_name>
229
+ </locale>
230
+ </locales>
231
+ <review_screenshot>
232
+ <file_name>test.jpg</file_name>
233
+ <size>20092</size>
234
+ <checksum type="md5">ff5bd97a5f40bb75a84884589ecbfc42</checksum>
235
+ </review_screenshot>
236
+ <review_notes/>
126
237
  <in_app_purchase>
127
- <product_id>com.samplecompany.applicationname.one_hundred_dollars</product_id>
128
- <reference_name>100 dollars</reference_name>
129
- <type>consumable</type>
238
+ <product_id>com.samplecompany.applicationname.six_month_subscription</product_id>
239
+ <duration>6 Months</duration>
240
+ <free_trial_duration>1 Month</free_trial_duration>
241
+ <bonus_duration>1 Month</bonus_duration>
242
+ <type>auto-renewable</type>
130
243
  <products>
131
244
  <product>
132
245
  <cleared_for_sale>true</cleared_for_sale>
133
- <wholesale_price_tier>1</wholesale_price_tier>
246
+ <wholesale_price_tier>5</wholesale_price_tier>
134
247
  </product>
135
248
  </products>
136
- <locales>
137
- <locale name="en">
138
- <title>$100</title>
139
- <description>An extra $100 to help you out</description>
140
- </locale>
141
- </locales>
142
- <review_screenshot>
143
- <file_name>test.jpg</file_name>
144
- <size>20092</size>
145
- <checksum type="md5">ff5bd97a5f40bb75a84884589ecbfc42</checksum>
146
- </review_screenshot>
147
249
  </in_app_purchase>
148
- </in_app_purchases>
149
- </game_center>
250
+ <in_app_purchase>
251
+ <product_id>com.samplecompany.applicationname.one_year_subscription</product_id>
252
+ <duration>1 Year</duration>
253
+ <bonus_duration>2 Months</bonus_duration>
254
+ <type>auto-renewable</type>
255
+ <products>
256
+ <product>
257
+ <cleared_for_sale>true</cleared_for_sale>
258
+ <wholesale_price_tier>9</wholesale_price_tier>
259
+ </product>
260
+ </products>
261
+ </in_app_purchase>
262
+ </family>
263
+ <in_app_purchase>
264
+ <product_id>com.samplecompany.applicationname.one_hundred_dollars</product_id>
265
+ <reference_name>100 dollars</reference_name>
266
+ <type>consumable</type>
267
+ <products>
268
+ <product>
269
+ <cleared_for_sale>true</cleared_for_sale>
270
+ <wholesale_price_tier>1</wholesale_price_tier>
271
+ </product>
272
+ </products>
273
+ <locales>
274
+ <locale name="en">
275
+ <title>$100</title>
276
+ <description>An extra $100 for you</description>
277
+ </locale>
278
+ </locales>
279
+ <review_screenshot>
280
+ <file_name>test.jpg</file_name>
281
+ <size>20092</size>
282
+ <checksum type="md5">ff5bd97a5f40bb75a84884589ecbfc42</checksum>
283
+ </review_screenshot>
284
+ </in_app_purchase>
285
+ <in_app_purchase>
286
+ <product_id>com.samplecompany.applicationname.new_level</product_id>
287
+ <reference_name>Unlocks a new level</reference_name>
288
+ <type>non-consumable</type>
289
+ <products>
290
+ <product>
291
+ <cleared_for_sale>true</cleared_for_sale>
292
+ <intervals>
293
+ <interval>
294
+ <start_date>2013-01-31</start_date>
295
+ <end_date>2013-02-28</end_date>
296
+ <wholesale_price_tier>3</wholesale_price_tier>
297
+ </interval>
298
+ </intervals>
299
+ </product>
300
+ </products>
301
+ <locales>
302
+ <locale name="en">
303
+ <title>Unlocks a new level</title>
304
+ <description>Try your luck at this new level</description>
305
+ </locale>
306
+ </locales>
307
+ <review_screenshot>
308
+ <file_name>test.jpg</file_name>
309
+ <size>20092</size>
310
+ <checksum type="md5">ff5bd97a5f40bb75a84884589ecbfc42</checksum>
311
+ </review_screenshot>
312
+ </in_app_purchase>
313
+ <in_app_purchase>
314
+ <product_id>com.samplecompany.applicationname.another_level</product_id>
315
+ <reference_name>Unlocks another new level</reference_name>
316
+ <type>non-consumable</type>
317
+ <products>
318
+ <product>
319
+ <cleared_for_sale>true</cleared_for_sale>
320
+ <intervals>
321
+ <interval>
322
+ <end_date>2013-02-28</end_date>
323
+ <wholesale_price_tier>3</wholesale_price_tier>
324
+ </interval>
325
+ <interval>
326
+ <start_date>2013-08-14</start_date>
327
+ <wholesale_price_tier>3</wholesale_price_tier>
328
+ </interval>
329
+ </intervals>
330
+ </product>
331
+ </products>
332
+ <locales>
333
+ <locale name="en">
334
+ <title>Unlocks a new level</title>
335
+ <description>Try your luck at this new level</description>
336
+ </locale>
337
+ </locales>
338
+ <review_screenshot>
339
+ <file_name>test.jpg</file_name>
340
+ <size>20092</size>
341
+ <checksum type="md5">ff5bd97a5f40bb75a84884589ecbfc42</checksum>
342
+ </review_screenshot>
343
+ </in_app_purchase>
344
+ </in_app_purchases>
150
345
  </software_metadata>
151
346
  </software>
152
347
  </package>
348
+
153
349
  ```
154
350
 
155
351
  ## Todo
156
352
  * TESTS. High on my list
353
+ * RDocs. Definitely need to document this.
157
354
  * Metadata validation. There are lots of rules depending on what values you provide. You should know when you generate the package if there are any issues instead of having Apple tell you when you upload
158
355
  * Anything else! Pull requests are welcome! This is my first Ruby project so I'm sure there is are a lot of improvements that can be made
356
+ * <s>Finish in-app purchase XML generation (lots of different options here!)</s>
159
357
 
160
358
  ## Contact
161
359
 
@@ -166,4 +364,4 @@ Colin Humber
166
364
 
167
365
  ## License
168
366
 
169
- itmsp is available under the MIT license. See the LICENSE file for more info.
367
+ itmsp is available under the MIT license. See the LICENSE file for more info.
data/doc/Itunes.html ADDED
@@ -0,0 +1,198 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: Itunes</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="module">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/itunes/transporter/achievement_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/itunes/transporter/achievement.rb">lib/itunes/transporter/achievement.rb</a></li>
39
+
40
+ <li><a href="./lib/itunes/transporter/generator_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
41
+ class="thickbox" title="lib/itunes/transporter/generator.rb">lib/itunes/transporter/generator.rb</a></li>
42
+
43
+ <li><a href="./lib/itunes/transporter/helpers_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
44
+ class="thickbox" title="lib/itunes/transporter/helpers.rb">lib/itunes/transporter/helpers.rb</a></li>
45
+
46
+ <li><a href="./lib/itunes/transporter/in_app_purchase_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
47
+ class="thickbox" title="lib/itunes/transporter/in_app_purchase.rb">lib/itunes/transporter/in_app_purchase.rb</a></li>
48
+
49
+ <li><a href="./lib/itunes/transporter/leaderboard_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
50
+ class="thickbox" title="lib/itunes/transporter/leaderboard.rb">lib/itunes/transporter/leaderboard.rb</a></li>
51
+
52
+ <li><a href="./lib/itunes/transporter/locale_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
53
+ class="thickbox" title="lib/itunes/transporter/locale.rb">lib/itunes/transporter/locale.rb</a></li>
54
+
55
+ <li><a href="./lib/itunes_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
56
+ class="thickbox" title="lib/itunes.rb">lib/itunes.rb</a></li>
57
+
58
+ </ul>
59
+ </div>
60
+ </div>
61
+
62
+
63
+ </div>
64
+
65
+ <div id="class-metadata">
66
+
67
+
68
+
69
+
70
+
71
+ <!-- Namespace Contents -->
72
+ <div id="namespace-list-section" class="section">
73
+ <h3 class="section-header">Namespace</h3>
74
+ <ul class="link-list">
75
+
76
+ <li><span class="type">MODULE</span> <a href="Itunes/Transporter.html">Itunes::Transporter</a></li>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+
82
+
83
+
84
+
85
+ </div>
86
+
87
+ <div id="project-metadata">
88
+
89
+
90
+ <div id="fileindex-section" class="section project-section">
91
+ <h3 class="section-header">Files</h3>
92
+ <ul>
93
+
94
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
95
+
96
+ </ul>
97
+ </div>
98
+
99
+
100
+ <div id="classindex-section" class="section project-section">
101
+ <h3 class="section-header">Class/Module Index
102
+ <span class="search-toggle"><img src="./images/find.png"
103
+ height="16" width="16" alt="[+]"
104
+ title="show/hide quicksearch" /></span></h3>
105
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
106
+ <fieldset>
107
+ <legend>Quicksearch</legend>
108
+ <input type="text" name="quicksearch" value=""
109
+ class="quicksearch-field" />
110
+ </fieldset>
111
+ </form>
112
+
113
+ <ul class="link-list">
114
+
115
+ <li><a href="./Itunes.html">Itunes</a></li>
116
+
117
+ <li><a href="./Itunes/Transporter.html">Itunes::Transporter</a></li>
118
+
119
+ <li><a href="./Itunes/Transporter/Achievement.html">Itunes::Transporter::Achievement</a></li>
120
+
121
+ <li><a href="./Itunes/Transporter/AchievementLocale.html">Itunes::Transporter::AchievementLocale</a></li>
122
+
123
+ <li><a href="./Itunes/Transporter/Generator.html">Itunes::Transporter::Generator</a></li>
124
+
125
+ <li><a href="./Itunes/Transporter/Helpers.html">Itunes::Transporter::Helpers</a></li>
126
+
127
+ <li><a href="./Itunes/Transporter/InAppPurchase.html">Itunes::Transporter::InAppPurchase</a></li>
128
+
129
+ <li><a href="./Itunes/Transporter/Interval.html">Itunes::Transporter::Interval</a></li>
130
+
131
+ <li><a href="./Itunes/Transporter/Leaderboard.html">Itunes::Transporter::Leaderboard</a></li>
132
+
133
+ <li><a href="./Itunes/Transporter/LeaderboardLocale.html">Itunes::Transporter::LeaderboardLocale</a></li>
134
+
135
+ <li><a href="./Itunes/Transporter/Locale.html">Itunes::Transporter::Locale</a></li>
136
+
137
+ <li><a href="./Itunes/Transporter/Product.html">Itunes::Transporter::Product</a></li>
138
+
139
+ <li><a href="./Itunes/Transporter/PurchaseLocale.html">Itunes::Transporter::PurchaseLocale</a></li>
140
+
141
+ <li><a href="./Object.html">Object</a></li>
142
+
143
+ </ul>
144
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
145
+ </div>
146
+
147
+
148
+ </div>
149
+ </div>
150
+
151
+ <div id="documentation">
152
+ <h1 class="module">Itunes</h1>
153
+
154
+ <div id="description" class="description">
155
+
156
+ </div><!-- description -->
157
+
158
+
159
+
160
+
161
+ <div id="5Buntitled-5D" class="documentation-section">
162
+
163
+
164
+
165
+
166
+
167
+ <!-- Constants -->
168
+ <div id="constants-list" class="section">
169
+ <h3 class="section-header">Constants</h3>
170
+ <dl>
171
+
172
+ <dt><a name="VERSION">VERSION</a></dt>
173
+
174
+ <dd class="description"></dd>
175
+
176
+
177
+ </dl>
178
+ </div>
179
+
180
+
181
+
182
+
183
+ <!-- Methods -->
184
+
185
+ </div><!-- 5Buntitled-5D -->
186
+
187
+
188
+ </div><!-- documentation -->
189
+
190
+ <div id="validator-badges">
191
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
192
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
193
+ Rdoc Generator</a> 2</small>.</p>
194
+ </div>
195
+
196
+ </body>
197
+ </html>
198
+