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,169 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"iconUrl": "https://is4-ssl.mzstatic.com/image/thumb/Newsstand6/v4/9a/be/17/9abe173a-6411-8903-f1c2-5c6e28970d20/Icon-76@2x.png.png/150x150bb-80.png",
|
4
|
+
"uploadDate": 1443019906000,
|
5
|
+
"binaryState": "ITC.apps.preReleaseBuildStatus.Validated",
|
6
|
+
"fileName": "AppName.ipa",
|
7
|
+
"buildSdk": "13A340",
|
8
|
+
"buildPlatform": "13A340",
|
9
|
+
"bundleId": "com.appidnej",
|
10
|
+
"appName": "App Name",
|
11
|
+
"supportedArchitectures": "armv7, arm64",
|
12
|
+
"localizations": "English",
|
13
|
+
"newsstandApp": false,
|
14
|
+
"prerenderedIconFlag": true,
|
15
|
+
"entitlements": {
|
16
|
+
"Name.app/App": {
|
17
|
+
"application-identifier": "DSKLJLKFJ.com.appidentifier",
|
18
|
+
"get-task-allow": "false",
|
19
|
+
"beta-reports-active": "true",
|
20
|
+
"keychain-access-groups": "( \"DSKLJLKFJ.com.appidentifier\" )",
|
21
|
+
"com.apple.developer.team-identifier": "123123123"
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"appPlatform": "ios",
|
25
|
+
"deviceProtocols": "",
|
26
|
+
"cfBundleVersion": "4",
|
27
|
+
"cfBundleShortVersion": "2.0.1",
|
28
|
+
"minOsVersion": "7.0",
|
29
|
+
"deviceFamilies": "iPhone / iPod touch, iPad",
|
30
|
+
"capabilities": "armv7",
|
31
|
+
"sizeInBytes": 3620096,
|
32
|
+
"sizesInBytes": {
|
33
|
+
"iPhone 4S": {
|
34
|
+
"uncompressed": 1390592,
|
35
|
+
"compressed": 926841
|
36
|
+
},
|
37
|
+
"iPad 4 Wifi": {
|
38
|
+
"uncompressed": 1390592,
|
39
|
+
"compressed": 926856
|
40
|
+
},
|
41
|
+
"iPhone 6 Plus": {
|
42
|
+
"uncompressed": 1519616,
|
43
|
+
"compressed": 998298
|
44
|
+
},
|
45
|
+
"iPhone 6s Plus": {
|
46
|
+
"uncompressed": 1519616,
|
47
|
+
"compressed": 998297
|
48
|
+
},
|
49
|
+
"iPad Air Wifi + Cell": {
|
50
|
+
"uncompressed": 1519616,
|
51
|
+
"compressed": 998293
|
52
|
+
},
|
53
|
+
"iPhone 6": {
|
54
|
+
"uncompressed": 1519616,
|
55
|
+
"compressed": 998298
|
56
|
+
},
|
57
|
+
"iPhone 5": {
|
58
|
+
"uncompressed": 1390592,
|
59
|
+
"compressed": 926885
|
60
|
+
},
|
61
|
+
"iPad Pro WiFi + Cellular": {
|
62
|
+
"uncompressed": 1519616,
|
63
|
+
"compressed": 1013208
|
64
|
+
},
|
65
|
+
"iPad mini 4 WiFi + Cellular": {
|
66
|
+
"uncompressed": 1519616,
|
67
|
+
"compressed": 998276
|
68
|
+
},
|
69
|
+
"iPad 3 Wifi + Cell": {
|
70
|
+
"uncompressed": 1390592,
|
71
|
+
"compressed": 926856
|
72
|
+
},
|
73
|
+
"iPad Air Wifi": {
|
74
|
+
"uncompressed": 1519616,
|
75
|
+
"compressed": 998293
|
76
|
+
},
|
77
|
+
"iPad Mini Wifi + Cell": {
|
78
|
+
"uncompressed": 1390592,
|
79
|
+
"compressed": 926837
|
80
|
+
},
|
81
|
+
"iPad Mini 2 Wifi + Cell": {
|
82
|
+
"uncompressed": 1519616,
|
83
|
+
"compressed": 998293
|
84
|
+
},
|
85
|
+
"iPad Mini 3 Wifi + Cell": {
|
86
|
+
"uncompressed": 1519616,
|
87
|
+
"compressed": 998293
|
88
|
+
},
|
89
|
+
"iPad Pro WiFi": {
|
90
|
+
"uncompressed": 1519616,
|
91
|
+
"compressed": 1013208
|
92
|
+
},
|
93
|
+
"Universal": {
|
94
|
+
"uncompressed": 2031616,
|
95
|
+
"compressed": 1405378
|
96
|
+
},
|
97
|
+
"iPod Touch Sixth Generation": {
|
98
|
+
"uncompressed": 1519616,
|
99
|
+
"compressed": 998282
|
100
|
+
},
|
101
|
+
"iPod Touch Fifth Generation": {
|
102
|
+
"uncompressed": 1390592,
|
103
|
+
"compressed": 926858
|
104
|
+
},
|
105
|
+
"iPhone 6s": {
|
106
|
+
"uncompressed": 1519616,
|
107
|
+
"compressed": 998285
|
108
|
+
},
|
109
|
+
"iPad 3 Wifi": {
|
110
|
+
"uncompressed": 1390592,
|
111
|
+
"compressed": 926856
|
112
|
+
},
|
113
|
+
"iPhone 5S": {
|
114
|
+
"uncompressed": 1519616,
|
115
|
+
"compressed": 998285
|
116
|
+
},
|
117
|
+
"iPad Mini 3 Wifi": {
|
118
|
+
"uncompressed": 1519616,
|
119
|
+
"compressed": 998293
|
120
|
+
},
|
121
|
+
"iPad 2 3G": {
|
122
|
+
"uncompressed": 1390592,
|
123
|
+
"compressed": 926837
|
124
|
+
},
|
125
|
+
"iPad 2 Wifi": {
|
126
|
+
"uncompressed": 1390592,
|
127
|
+
"compressed": 926837
|
128
|
+
},
|
129
|
+
"iPad 4 Wifi + Cell": {
|
130
|
+
"uncompressed": 1390592,
|
131
|
+
"compressed": 926856
|
132
|
+
},
|
133
|
+
"iPad Mini 2 Wifi": {
|
134
|
+
"uncompressed": 1519616,
|
135
|
+
"compressed": 998293
|
136
|
+
},
|
137
|
+
"iPhone 5C": {
|
138
|
+
"uncompressed": 1390592,
|
139
|
+
"compressed": 926885
|
140
|
+
},
|
141
|
+
"iPad mini 4 WiFi": {
|
142
|
+
"uncompressed": 1519616,
|
143
|
+
"compressed": 998276
|
144
|
+
},
|
145
|
+
"iPad Mini Wifi": {
|
146
|
+
"uncompressed": 1390592,
|
147
|
+
"compressed": 926837
|
148
|
+
},
|
149
|
+
"iPad Air 2 Wifi + Cell": {
|
150
|
+
"uncompressed": 1519616,
|
151
|
+
"compressed": 998276
|
152
|
+
},
|
153
|
+
"iPad Air 2 Wifi": {
|
154
|
+
"uncompressed": 1519616,
|
155
|
+
"compressed": 998276
|
156
|
+
}
|
157
|
+
},
|
158
|
+
"containsODR": false,
|
159
|
+
"numberOfAssetPacks": 1,
|
160
|
+
"includesSymbols": false,
|
161
|
+
"dsymurl": "http://iosapps.itunes.apple.com/apple-assets-us-std-000001/Purple3/v4/57/d2/d8/57d2d873-e24b-75a2-asdfs-621628a10518/dSYMs?accessKey=lkjsdfjLKJlKJLKJDSFSDJF"
|
162
|
+
},
|
163
|
+
"messages": {
|
164
|
+
"warn": null,
|
165
|
+
"error": null,
|
166
|
+
"info": ["Success"]
|
167
|
+
},
|
168
|
+
"statusCode": "SUCCESS"
|
169
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"trains": [{
|
4
|
+
"versionString": "2.0.1",
|
5
|
+
"displayVersionString": "2.0.1",
|
6
|
+
"items": null
|
7
|
+
}, {
|
8
|
+
"versionString": "2.0",
|
9
|
+
"displayVersionString": "2.0",
|
10
|
+
"items": null
|
11
|
+
}]
|
12
|
+
},
|
13
|
+
"messages": {
|
14
|
+
"warn": null,
|
15
|
+
"error": null,
|
16
|
+
"info": null
|
17
|
+
},
|
18
|
+
"statusCode": "SUCCESS"
|
19
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"versionString": "2.0.1",
|
4
|
+
"displayVersionString": "2.0.1",
|
5
|
+
"items": [{
|
6
|
+
"sectionErrorKeys": [],
|
7
|
+
"sectionInfoKeys": [],
|
8
|
+
"sectionWarningKeys": [],
|
9
|
+
"id": 123123,
|
10
|
+
"buildVersion": "4",
|
11
|
+
"trainVersion": "2.0.1",
|
12
|
+
"uploadDate": 1443019906000,
|
13
|
+
"iconUrl": "https://is4-ssl.mzstatic.com/image/thumb/Newsstand6/v4/9a/be/17/9abe173a-6411-8903-f1c2-5c6e28970d20/Icon-76@2x.png.png/150x150bb-80.png",
|
14
|
+
"iconAssetToken": "Newsstand6/v4/9a/be/17/9abe173a-6411-8903-f1c2-5c6e28970d20/Icon-76@2x.png.png",
|
15
|
+
"appName": "App Name",
|
16
|
+
"platform": "ios",
|
17
|
+
"betaEntitled": true,
|
18
|
+
"exceededFileSizeLimit": false,
|
19
|
+
"wentLiveWithVersion": true,
|
20
|
+
"processing": false,
|
21
|
+
"processingState": null,
|
22
|
+
"exportComplianceState": "notRequired",
|
23
|
+
"externalStatus": "submitForReview",
|
24
|
+
"storeStatus": "readyForSale",
|
25
|
+
"hasBuildDetail": true
|
26
|
+
}, {
|
27
|
+
"sectionErrorKeys": [],
|
28
|
+
"sectionInfoKeys": [],
|
29
|
+
"sectionWarningKeys": [],
|
30
|
+
"id": 123123343,
|
31
|
+
"buildVersion": "3",
|
32
|
+
"trainVersion": "2.0.1",
|
33
|
+
"uploadDate": 1443018762000,
|
34
|
+
"iconUrl": "https://is2-ssl.mzstatic.com/image/thumb/Newsstand3/v4/7c/e7/24/7ce724a4-40b3-d494-10dc-af487835e528/Icon-76@2x.png.png/150x150bb-80.png",
|
35
|
+
"iconAssetToken": "Newsstand3/v4/7c/e7/24/7ce724a4-40b3-d494-10dc-af487835e528/Icon-76@2x.png.png",
|
36
|
+
"appName": "App Name",
|
37
|
+
"platform": "ios",
|
38
|
+
"betaEntitled": true,
|
39
|
+
"exceededFileSizeLimit": false,
|
40
|
+
"wentLiveWithVersion": false,
|
41
|
+
"processing": false,
|
42
|
+
"processingState": null,
|
43
|
+
"exportComplianceState": "missing",
|
44
|
+
"externalStatus": "none",
|
45
|
+
"storeStatus": null,
|
46
|
+
"hasBuildDetail": true
|
47
|
+
}]
|
48
|
+
},
|
49
|
+
"messages": {
|
50
|
+
"warn": null,
|
51
|
+
"error": null,
|
52
|
+
"info": null
|
53
|
+
},
|
54
|
+
"statusCode": "SUCCESS"
|
55
|
+
}
|