spaceship_stub 0.0.1 → 0.0.2
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/lib/spaceship/spec/tunes/fixtures/app_details.json +137 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/app_overview_stuckinprepare.json +54 -0
- data/lib/spaceship/spec/tunes/fixtures/app_pricing_intervals.json +68 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center.json +46 -0
- data/lib/spaceship/spec/tunes/fixtures/app_resolution_center_valid.json +26 -0
- data/lib/spaceship/spec/tunes/fixtures/app_summary.json +298 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version.json +836 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_ref.json +12 -0
- data/lib/spaceship/spec/tunes/fixtures/app_version_states_history.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/app_versions_history.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_request.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/add_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_request.json +49 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/remove_response.json +61 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_request.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/availability/uninclude_all_future_territories_response.json +75 -0
- data/lib/spaceship/spec/tunes/fixtures/build_details.json +169 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/build_history_for_train.json +55 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains.json +1734 -0
- data/lib/spaceship/spec/tunes/fixtures/build_trains_operation_failed.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/candiate_builds.json +290 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_first_broken.json +94 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_first_request.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_prefill_request.json +88 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_success.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_application_wildcard_broken.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester.json +247 -0
- data/lib/spaceship/spec/tunes/fixtures/create_sandbox_tester_payload.json +35 -0
- data/lib/spaceship/spec/tunes/fixtures/create_version_success.json +683 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/delete_sandbox_tester_payload.json +7 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_consumable_template.json +115 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_create.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_detail.json +180 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_families.json +299 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create.json +63 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_create_success.json +9 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_detail.json +156 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_edit_versions.json +1 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_family_template.json +92 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_list.json +633 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_price_goal_calc.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_pricing_tiers.json +373475 -0
- data/lib/spaceship/spec/tunes/fixtures/iap_update.json +118 -0
- data/lib/spaceship/spec/tunes/fixtures/invalid_login.html +12 -0
- data/lib/spaceship/spec/tunes/fixtures/landing_page.html +6 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cntrl.js +3 -0
- data/lib/spaceship/spec/tunes/fixtures/login_cookie_spam.txt +1 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_appmanager_single_app.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_create_developer.json +297 -0
- data/lib/spaceship/spec/tunes/fixtures/member_list.json +715 -0
- data/lib/spaceship/spec/tunes/fixtures/member_template.json +309 -0
- data/lib/spaceship/spec/tunes/fixtures/pricing_tiers.json +46182 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes.json +19 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_generated.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/promocodes_history.json +109 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/ratings_US.json +16 -0
- data/lib/spaceship/spec/tunes/fixtures/reject_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/review_by_storefront.json +60 -0
- data/lib/spaceship/spec/tunes/fixtures/sandbox_testers.json +43 -0
- data/lib/spaceship/spec/tunes/fixtures/supported_countries.json +1095 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/create_tester.json +91 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/existing_internal_testers.json +52 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_external.json +120 -0
- data/lib/spaceship/spec/tunes/fixtures/testers/get_internal.json +110 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_appletvos.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_build_info_ios.json +143 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_appletvos.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/testflight_submission_submit_ios.json +23 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_failed.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_temporarily_unable.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/update_app_version_with_autorelease_overwrite_success.json +861 -0
- data/lib/spaceship/spec/tunes/fixtures/user_detail.json +24 -0
- metadata +83 -3
@@ -0,0 +1,298 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"showSharedSecret": false,
|
4
|
+
"macBundlesEnabled": false,
|
5
|
+
"gameCenterGroupLink": "/WebObjects/iTunesConnect.woa/ra/apps/manageyourapps/summary/gamescentergroup",
|
6
|
+
"canCreateMacApps": true,
|
7
|
+
"cloudStorageEnabled": true,
|
8
|
+
"cloudStorageLink": "/WebObjects/iTunesConnect.woa/ra/apps/manageyourapps/summary/cloudstorage",
|
9
|
+
"catalogReportsLink": "/WebObjects/iTunesConnect.woa/ra/apps/manageyourapps/summary/catalogreports",
|
10
|
+
"sharedSecretLink": "/WebObjects/iTunesConnect.woa/ra/apps/manageyourapps/summary/sharedsecret",
|
11
|
+
"contractAnnouncements": [],
|
12
|
+
"enabledPlatforms": ["ios", "osx", "appletvos"],
|
13
|
+
"canCreateIOSApps": true,
|
14
|
+
"summaries": [{
|
15
|
+
"adamId": "898536088",
|
16
|
+
"name": "App Name 1",
|
17
|
+
"vendorId": "107",
|
18
|
+
"bundleId": "net.sunapps.107",
|
19
|
+
"appType": null,
|
20
|
+
"versionSets": [{
|
21
|
+
"type": "APP",
|
22
|
+
"platformString": "ios",
|
23
|
+
"inFlightVersion": {
|
24
|
+
"type": "APP",
|
25
|
+
"id": null,
|
26
|
+
"version": "0.9.8",
|
27
|
+
"state": "Ready for Sale",
|
28
|
+
"stateKey": "readyForSale",
|
29
|
+
"stateGroup": "readyForSale",
|
30
|
+
"largeAppIcon": {
|
31
|
+
"assetToken": "Purple3/v4/78/7c/b5/787cb594-04a3-a7ba-ac17-b33d1582ebc9/mzl.dbqfnkxr.png",
|
32
|
+
"url": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/78/7c/b5/787cb594-04a3-a7ba-ac17-b33d1582ebc9/mzl.dbqfnkxr.png/1024x1024ss-80.png",
|
33
|
+
"thumbNailUrl": "https://is4-ssl.mzstatic.com/image/thumb/Purple3/v4/78/7c/b5/787cb594-04a3-a7ba-ac17-b33d1582ebc9/mzl.dbqfnkxr.png/500x500bb-80.png",
|
34
|
+
"sortOrder": null,
|
35
|
+
"originalFileName": "appicon.png"
|
36
|
+
},
|
37
|
+
"supportedHardware": ["iphone"],
|
38
|
+
"issuesCount": 0
|
39
|
+
},
|
40
|
+
"deliverableVersion": {
|
41
|
+
"type": "APP",
|
42
|
+
"id": null,
|
43
|
+
"version": "1.0",
|
44
|
+
"state": "Prepare for Upload",
|
45
|
+
"stateKey": "prepareForUpload",
|
46
|
+
"stateGroup": "preRelease",
|
47
|
+
"largeAppIcon": {
|
48
|
+
"assetToken": "Purple4/v4/64/7a/e3/647ae3c4-033b-afcd-5af3-65ccb7240dc9/mzl.zybzvfar.png",
|
49
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple4/v4/64/7a/e3/647ae3c4-033b-afcd-5af3-65ccb7240dc9/mzl.zybzvfar.png/1024x1024ss-80.png",
|
50
|
+
"thumbNailUrl": "https://is2-ssl.mzstatic.com/image/thumb/Purple4/v4/64/7a/e3/647ae3c4-033b-afcd-5af3-65ccb7240dc9/mzl.zybzvfar.png/500x500bb-80.png",
|
51
|
+
"sortOrder": null,
|
52
|
+
"originalFileName": "appicon.png"
|
53
|
+
},
|
54
|
+
"supportedHardware": ["iphone"],
|
55
|
+
"issuesCount": 0
|
56
|
+
}
|
57
|
+
}
|
58
|
+
],
|
59
|
+
"buildVersionSets": [],
|
60
|
+
"lastModifiedDate": 1435685244000,
|
61
|
+
"iconUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple3/v4/78/7c/b5/787cb594-04a3-a7ba-ac17-b33d1582ebc9/mzl.dbqfnkxr.png/340x340bb-80.png",
|
62
|
+
"issuesCount": 0
|
63
|
+
}, {
|
64
|
+
"adamId": "1013943394",
|
65
|
+
"name": "app name why not",
|
66
|
+
"vendorId": "1435592086",
|
67
|
+
"bundleId": "net.sunapps.realtestda",
|
68
|
+
"appType": null,
|
69
|
+
"versionSets": [{
|
70
|
+
"type": "APP",
|
71
|
+
"platformString": "ios",
|
72
|
+
"inFlightVersion": null,
|
73
|
+
"deliverableVersion": {
|
74
|
+
"type": "APP",
|
75
|
+
"id": null,
|
76
|
+
"version": "1.0",
|
77
|
+
"state": "prepareForUpload",
|
78
|
+
"stateKey": "prepareForUpload",
|
79
|
+
"stateGroup": "preRelease",
|
80
|
+
"largeAppIcon": {
|
81
|
+
"assetToken": null,
|
82
|
+
"url": null,
|
83
|
+
"thumbNailUrl": null,
|
84
|
+
"sortOrder": null,
|
85
|
+
"originalFileName": null
|
86
|
+
},
|
87
|
+
"supportedHardware": [],
|
88
|
+
"issuesCount": 0
|
89
|
+
}
|
90
|
+
}],
|
91
|
+
"buildVersionSets": [],
|
92
|
+
"lastModifiedDate": 1435596669000,
|
93
|
+
"iconUrl": null,
|
94
|
+
"issuesCount": 0
|
95
|
+
}, {
|
96
|
+
"adamId": "1006641907",
|
97
|
+
"name": "App Name 3",
|
98
|
+
"vendorId": "187",
|
99
|
+
"bundleId": "net.sunapps.187",
|
100
|
+
"appType": null,
|
101
|
+
"versionSets": [{
|
102
|
+
"type": "APP",
|
103
|
+
"platformString": "ios",
|
104
|
+
"inFlightVersion": null,
|
105
|
+
"deliverableVersion": {
|
106
|
+
"type": "APP",
|
107
|
+
"id": null,
|
108
|
+
"version": "0.9.13",
|
109
|
+
"state": "waitingForReview",
|
110
|
+
"stateKey": "waitingForReview",
|
111
|
+
"stateGroup": "preRelease",
|
112
|
+
"largeAppIcon": {
|
113
|
+
"assetToken": "Purple5/v4/ac/90/92/ac909277-6706-f204-22d8-3736d10c1d85/pr_source.png",
|
114
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple5/v4/ac/90/92/ac909277-6706-f204-22d8-3736d10c1d85/pr_source.png/500x500bb-80.png",
|
115
|
+
"thumbNailUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple5/v4/ac/90/92/ac909277-6706-f204-22d8-3736d10c1d85/pr_source.png/340x340bb-80.png",
|
116
|
+
"sortOrder": null,
|
117
|
+
"originalFileName": null
|
118
|
+
},
|
119
|
+
"supportedHardware": ["iPhone"],
|
120
|
+
"issuesCount": 0
|
121
|
+
}
|
122
|
+
}],
|
123
|
+
"buildVersionSets": [],
|
124
|
+
"lastModifiedDate": 1435219008000,
|
125
|
+
"iconUrl": "https://is3-ssl.mzstatic.com/image/thumb/Purple5/v4/ac/90/92/ac909277-6706-f204-22d8-3736d10c1d85/pr_source.png/340x340bb-80.png",
|
126
|
+
"issuesCount": 0,
|
127
|
+
"type": "ios"
|
128
|
+
}, {
|
129
|
+
"adamId": "999017138",
|
130
|
+
"name": "Profi App",
|
131
|
+
"vendorId": "191",
|
132
|
+
"bundleId": "net.sunapps.191",
|
133
|
+
"appType": null,
|
134
|
+
"versionSets": [{
|
135
|
+
"type": "APP",
|
136
|
+
"platformString": "ios",
|
137
|
+
"inFlightVersion": {
|
138
|
+
"type": "APP",
|
139
|
+
"id": null,
|
140
|
+
"version": "0.9.13",
|
141
|
+
"state": "readyForSale",
|
142
|
+
"stateKey": "readyForSale",
|
143
|
+
"stateGroup": "readyForSale",
|
144
|
+
"largeAppIcon": {
|
145
|
+
"assetToken": "Purple7/v4/cd/a3/e2/cda3e2ac-4034-c6af-ee0c-3e4d9a0baf07/pr_source.png",
|
146
|
+
"url": "https://is2-ssl.mzstatic.com/image/thumb/Purple7/v4/cd/a3/e2/cda3e2ac-4034-c6af-ee0c-3e4d9a0baf07/pr_source.png/500x500bb-80.png",
|
147
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple7/v4/cd/a3/e2/cda3e2ac-4034-c6af-ee0c-3e4d9a0baf07/pr_source.png/340x340bb-80.png",
|
148
|
+
"sortOrder": null,
|
149
|
+
"originalFileName": null
|
150
|
+
},
|
151
|
+
"supportedHardware": ["iPhone"],
|
152
|
+
"issuesCount": 0
|
153
|
+
},
|
154
|
+
"deliverableVersion": null
|
155
|
+
}],
|
156
|
+
"buildVersionSets": [],
|
157
|
+
"lastModifiedDate": 1435193552000,
|
158
|
+
"iconUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple7/v4/cd/a3/e2/cda3e2ac-4034-c6af-ee0c-3e4d9a0baf07/pr_source.png/340x340bb-80.png",
|
159
|
+
"issuesCount": 0,
|
160
|
+
"type": "ios"
|
161
|
+
}, {
|
162
|
+
"adamId": "995365489",
|
163
|
+
"name": "Colorbook / Szene-Eventmagazin",
|
164
|
+
"vendorId": "192",
|
165
|
+
"bundleId": "net.sunapps.192",
|
166
|
+
"appType": null,
|
167
|
+
"versionSets": [{
|
168
|
+
"type": "APP",
|
169
|
+
"platformString": "ios",
|
170
|
+
"inFlightVersion": {
|
171
|
+
"type": "APP",
|
172
|
+
"id": null,
|
173
|
+
"version": "0.9.13",
|
174
|
+
"state": "readyForSale",
|
175
|
+
"stateKey": "readyForSale",
|
176
|
+
"stateGroup": "readyForSale",
|
177
|
+
"largeAppIcon": {
|
178
|
+
"assetToken": "Purple1/v4/52/18/05/521805d6-ecf0-8d75-5406-f2fa4ab02317/pr_source.png",
|
179
|
+
"url": "https://is4-ssl.mzstatic.com/image/thumb/Purple1/v4/52/18/05/521805d6-ecf0-8d75-5406-f2fa4ab02317/pr_source.png/500x500bb-80.png",
|
180
|
+
"thumbNailUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple1/v4/52/18/05/521805d6-ecf0-8d75-5406-f2fa4ab02317/pr_source.png/340x340bb-80.png",
|
181
|
+
"sortOrder": null,
|
182
|
+
"originalFileName": null
|
183
|
+
},
|
184
|
+
"supportedHardware": ["iPhone"],
|
185
|
+
"issuesCount": 0
|
186
|
+
},
|
187
|
+
"deliverableVersion": null
|
188
|
+
}],
|
189
|
+
"buildVersionSets": [],
|
190
|
+
"lastModifiedDate": 1434068792000,
|
191
|
+
"iconUrl": "https://is5-ssl.mzstatic.com/image/thumb/Purple1/v4/52/18/05/521805d6-ecf0-8d75-5406-f2fa4ab02317/pr_source.png/340x340bb-80.png",
|
192
|
+
"issuesCount": 0,
|
193
|
+
"type": "ios"
|
194
|
+
}, {
|
195
|
+
"adamId": "980931301",
|
196
|
+
"name": "Yes",
|
197
|
+
"vendorId": "23",
|
198
|
+
"bundleId": "net.sunapps.23",
|
199
|
+
"appType": null,
|
200
|
+
"versionSets": [{
|
201
|
+
"type": "APP",
|
202
|
+
"platformString": "ios",
|
203
|
+
"inFlightVersion": {
|
204
|
+
"type": "APP",
|
205
|
+
"id": null,
|
206
|
+
"version": "0.9.13",
|
207
|
+
"state": "readyForSale",
|
208
|
+
"stateKey": "readyForSale",
|
209
|
+
"stateGroup": "readyForSale",
|
210
|
+
"largeAppIcon": {
|
211
|
+
"assetToken": "Purple3/v4/22/90/85/229085ce-4cbb-9311-4470-277dcc7d616e/pr_source.png",
|
212
|
+
"url": "https://is2-ssl.mzstatic.com/image/thumb/Purple3/v4/22/90/85/229085ce-4cbb-9311-4470-277dcc7d616e/pr_source.png/500x500bb-80.png",
|
213
|
+
"thumbNailUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/22/90/85/229085ce-4cbb-9311-4470-277dcc7d616e/pr_source.png/340x340bb-80.png",
|
214
|
+
"sortOrder": null,
|
215
|
+
"originalFileName": null
|
216
|
+
},
|
217
|
+
"supportedHardware": ["iPhone"],
|
218
|
+
"issuesCount": 0
|
219
|
+
},
|
220
|
+
"deliverableVersion": null
|
221
|
+
}],
|
222
|
+
"buildVersionSets": [],
|
223
|
+
"lastModifiedDate": 1434068779000,
|
224
|
+
"iconUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple3/v4/22/90/85/229085ce-4cbb-9311-4470-277dcc7d616e/pr_source.png/340x340bb-80.png",
|
225
|
+
"issuesCount": 0,
|
226
|
+
"type": "ios"
|
227
|
+
},{
|
228
|
+
"adamId": "1000000000",
|
229
|
+
"name": "app name why not",
|
230
|
+
"vendorId": "1435592086",
|
231
|
+
"bundleId": "net.sunapps.stuckinprepare",
|
232
|
+
"appType": "ios",
|
233
|
+
"versionSets": [{
|
234
|
+
"type": "APP",
|
235
|
+
"platformString": "ios",
|
236
|
+
"inFlightVersion": {
|
237
|
+
"id": null,
|
238
|
+
"version": "1.0",
|
239
|
+
"state": "prepareForUpload",
|
240
|
+
"stateKey": "prepareForUpload",
|
241
|
+
"stateGroup": "preRelease",
|
242
|
+
"largeAppIcon": {
|
243
|
+
"assetToken": null,
|
244
|
+
"url": null,
|
245
|
+
"thumbNailUrl": null,
|
246
|
+
"sortOrder": null,
|
247
|
+
"originalFileName": null
|
248
|
+
},
|
249
|
+
"supportedHardware": [],
|
250
|
+
"issuesCount": 0
|
251
|
+
},
|
252
|
+
"deliverableVersion": null
|
253
|
+
}],
|
254
|
+
"buildVersionSets": null,
|
255
|
+
"lastModifiedDate": 1435596669000,
|
256
|
+
"iconUrl": null,
|
257
|
+
"issuesCount": 0,
|
258
|
+
"type": "ios"
|
259
|
+
}, {
|
260
|
+
"adamId": "928444013",
|
261
|
+
"name": "DragonBox Full Algebra Pack",
|
262
|
+
"vendorId": "20141010004",
|
263
|
+
"type": "iOS App Bundle",
|
264
|
+
"versions": null,
|
265
|
+
"versionSets": [{
|
266
|
+
"type": "BUNDLE",
|
267
|
+
"platformString": "ios",
|
268
|
+
"inFlightVersion": null,
|
269
|
+
"deliverableVersion": {
|
270
|
+
"type": "BUNDLE",
|
271
|
+
"version": null,
|
272
|
+
"state": "Developer Removed from Sale",
|
273
|
+
"stateGroup": "notForSale",
|
274
|
+
"stateKey": "developerRemovedFromSale",
|
275
|
+
"supportedHardware": ["ipad", "iphone"],
|
276
|
+
"issuesCount": 0,
|
277
|
+
"largeAppIcon": {
|
278
|
+
"assetToken": null,
|
279
|
+
"sortOrder": null,
|
280
|
+
"type": null,
|
281
|
+
"url": null,
|
282
|
+
"thumbNailUrl": null,
|
283
|
+
"originalFileName": null
|
284
|
+
}
|
285
|
+
}
|
286
|
+
}],
|
287
|
+
"lastModifiedDate": 1443771230000,
|
288
|
+
"iconUrl": "https://s5.mzstatic.com/us/r30/Purple1/v4/56/4a/b1/564ab13c-142f-bfc9-1a6d-598c017fe9a2/icon340x340.png"
|
289
|
+
}],
|
290
|
+
"canCreateAppBundles": true
|
291
|
+
},
|
292
|
+
"messages": {
|
293
|
+
"warn": null,
|
294
|
+
"error": null,
|
295
|
+
"info": null
|
296
|
+
},
|
297
|
+
"statusCode": "SUCCESS"
|
298
|
+
}
|