spaceship_stub 0.0.3 → 0.0.4
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_stub/spaceship/spec/portal/app_group_spec.rb +57 -0
- data/lib/spaceship_stub/spaceship/spec/portal/app_spec.rb +136 -0
- data/lib/spaceship_stub/spaceship/spec/portal/certificate_spec.rb +116 -0
- data/lib/spaceship_stub/spaceship/spec/portal/device_spec.rb +142 -0
- data/lib/spaceship_stub/spaceship/spec/portal/enterprise_spec.rb +28 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.apostroph.json +51 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.explicit.json +51 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.nopush.json +50 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addAppId.action.wildcard.json +49 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addApplicationGroup.action.json +22 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addDeviceResponse.action.json +30 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addDeviceResponse.action.plist +33 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/addWebsitePushId.action.json +22 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/aps_development.cer +0 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/certificateCreate.certRequest.json +44 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/certificateSigningRequest.certSigningRequest +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/create_profile_name_taken.txt +1 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/create_profile_success.json +64 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteAppId.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteApplicationGroup.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteDevice.action.json +13 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteProvisioningProfile.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/deleteWebsitePushId.action.json +16 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/dev_center_provisioning_profiles_response.json +829 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/download_certificate_failure.html +13 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/downloaded_provisioning_profile.mobileprovision +51 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/enableDevice.action.json +22 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getAppIdDetail.action.json +55 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileAdHoc.action.json +108 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileAppStore.action.json +91 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileDevelopment.action.json +108 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfiletvOSAppStore.action.json +93 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listApplicationGroups.action.json +30 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listApps.action.json +97 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listAppsMac.action.json +97 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listCertRequests.action.json +80 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevices.action.json +53 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesDisabled.action.json +71 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesPage1-2.action.json +65 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesPage2-2.action.json +23 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesTV.action.json +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesWatch.action.json +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesiPhone.action.json +44 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listDevicesiPod.action.json +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listProvisioningProfiles.action.json +126 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listProvisioningProfiles.action.plist +597 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listTeams.action.json +61 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listTeams_multiple.action.json +105 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/listWebsitePushIds.action.json +31 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/list_certificates_filtered.json +38 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/peopleList.json +34 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/profileContentDownload.action +0 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/repair_profile_success.json +65 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/repair_profile_tvos_success.json +66 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/revokeCertificate.action.json +56 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/submitCertificateRequest.action.json +59 -0
- data/lib/spaceship_stub/spaceship/spec/portal/fixtures/updateAppIdName.action.json +44 -0
- data/lib/spaceship_stub/spaceship/spec/portal/person_spec.rb +27 -0
- data/lib/spaceship_stub/spaceship/spec/portal/persons_spec.rb +19 -0
- data/lib/spaceship_stub/spaceship/spec/portal/portal_client_spec.rb +279 -0
- data/lib/spaceship_stub/spaceship/spec/portal/portal_permission_spec.rb +26 -0
- data/lib/spaceship_stub/spaceship/spec/portal/portal_stubbing.rb +293 -0
- data/lib/spaceship_stub/spaceship/spec/portal/tvos_profile_spec.rb +24 -0
- data/lib/spaceship_stub/spaceship/spec/portal/website_push_spec.rb +57 -0
- metadata +65 -1
@@ -0,0 +1,13 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html lang="en-us">
|
3
|
+
<head>
|
4
|
+
<title>Try your request again.</title>
|
5
|
+
</head>
|
6
|
+
<body id="error">
|
7
|
+
<h4>We are unable to process your request.</h4>
|
8
|
+
<p>An unknown error occurred. Please <a href="index.action">try again</a>.
|
9
|
+
<footer>
|
10
|
+
<p>Copyright © 2015 Apple Inc. All rights reserved.</p>
|
11
|
+
</footer>
|
12
|
+
</body>
|
13
|
+
</html>
|
@@ -0,0 +1,51 @@
|
|
1
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
2
|
+
<plist version="1.0">
|
3
|
+
<dict>
|
4
|
+
<key>AppIDName</key>
|
5
|
+
<string>SunApp Setup</string>
|
6
|
+
<key>ApplicationIdentifierPrefix</key>
|
7
|
+
<array>
|
8
|
+
<string>5A997XSHK2</string>
|
9
|
+
</array>
|
10
|
+
<key>CreationDate</key>
|
11
|
+
<date>2015-02-21T15:57:07Z</date>
|
12
|
+
<key>DeveloperCertificates</key>
|
13
|
+
<array>
|
14
|
+
<data>REDACTED</data>
|
15
|
+
</array>
|
16
|
+
<key>Entitlements</key>
|
17
|
+
<dict>
|
18
|
+
<key>keychain-access-groups</key>
|
19
|
+
<array>
|
20
|
+
<string>5A997XSHK2.*</string>
|
21
|
+
</array>
|
22
|
+
<key>get-task-allow</key>
|
23
|
+
<false/>
|
24
|
+
<key>application-identifier</key>
|
25
|
+
<string>5A997XSHK2.net.sunapps.9</string>
|
26
|
+
<key>com.apple.developer.team-identifier</key>
|
27
|
+
<string>5A997XSHK2</string>
|
28
|
+
<key>aps-environment</key>
|
29
|
+
<string>production</string>
|
30
|
+
<key>beta-reports-active</key>
|
31
|
+
<true/>
|
32
|
+
|
33
|
+
</dict>
|
34
|
+
<key>ExpirationDate</key>
|
35
|
+
<date>2016-02-10T23:44:20Z</date>
|
36
|
+
<key>Name</key>
|
37
|
+
<string>App Name</string>
|
38
|
+
<key>TeamIdentifier</key>
|
39
|
+
<array>
|
40
|
+
<string>5A997XSHK2</string>
|
41
|
+
</array>
|
42
|
+
<key>TeamName</key>
|
43
|
+
<string>SunApps GmbH</string>
|
44
|
+
<key>TimeToLive</key>
|
45
|
+
<integer>354</integer>
|
46
|
+
<key>UUID</key>
|
47
|
+
<string>REDACRED</string>
|
48
|
+
<key>Version</key>
|
49
|
+
<integer>1</integer>
|
50
|
+
</dict>
|
51
|
+
</plist>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2016-11-17T19:15:50Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "5fbf6cd3-29a1-4892-yec8-7fc3853b2722",
|
7
|
+
"requestUrl": "https://developer.apple.com:443/services-account/QH65B2/account/ios/device/enableDevice.action",
|
8
|
+
"responseId": "411027f3-c0ed-4201-8054-dd2a12901350",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"nextDeviceResetDate": null,
|
13
|
+
"device": {
|
14
|
+
"deviceId": "DISABLED_B",
|
15
|
+
"name": "Old iPod",
|
16
|
+
"deviceNumber": "44ee59893cb94ead4635743b25012e5b9f8c67c1",
|
17
|
+
"devicePlatform": "ios",
|
18
|
+
"status": "c",
|
19
|
+
"model": "iPod touch",
|
20
|
+
"deviceClass": "ipod"
|
21
|
+
}
|
22
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-06-16T07:47:39Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "8ac49b41-3e33-4ad7-a4ec-11b8fec30b45",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/identifiers/getAppIdDetail.action",
|
8
|
+
"responseId": "348c13a8-fa35-4cac-b49e-09366fa1fa04",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"httpResponseHeaders": null,
|
16
|
+
"appId": {
|
17
|
+
"appIdId": "B7JBD8LHAA",
|
18
|
+
"name": "The App Name",
|
19
|
+
"appIdPlatform": "ios",
|
20
|
+
"prefix": "5A997XSHK2",
|
21
|
+
"identifier": "net.sunapps.151",
|
22
|
+
"isWildCard": false,
|
23
|
+
"isDuplicate": false,
|
24
|
+
"features": {
|
25
|
+
"push": true,
|
26
|
+
"inAppPurchase": true,
|
27
|
+
"gameCenter": true,
|
28
|
+
"passbook": false,
|
29
|
+
"dataProtection": "",
|
30
|
+
"homeKit": false,
|
31
|
+
"cloudKitVersion": 1,
|
32
|
+
"iCloud": false,
|
33
|
+
"LPLF93JG7M": false,
|
34
|
+
"IAD53UNK2F": false,
|
35
|
+
"V66P55NK2I": false,
|
36
|
+
"SKC3T5S89Y": false,
|
37
|
+
"APG3427HIY": false,
|
38
|
+
"HK421J6T7P": false,
|
39
|
+
"WC421J6T7P": false
|
40
|
+
},
|
41
|
+
"enabledFeatures": ["gameCenter", "inAppPurchase", "push"],
|
42
|
+
"isDevPushEnabled": false,
|
43
|
+
"isProdPushEnabled": true,
|
44
|
+
"associatedApplicationGroupsCount": 0,
|
45
|
+
"associatedCloudContainersCount": 0,
|
46
|
+
"associatedIdentifiersCount": 0,
|
47
|
+
"associatedApplicationGroups": [
|
48
|
+
{
|
49
|
+
"name": "Production App Group",
|
50
|
+
"identifier": "group.tools.fastlane",
|
51
|
+
"applicationGroup": "NR5BH6N89Z"
|
52
|
+
}
|
53
|
+
]
|
54
|
+
}
|
55
|
+
}
|
data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileAdHoc.action.json
ADDED
@@ -0,0 +1,108 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-14T15:02:01Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/getProvisioningProfile.action?content-type=text/x-url-arguments&accept=application/json&requestId=9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21&userLocale=en_US&teamId=5A997XSHK2&includeInactiveProfiles=true&onlyCountLists=true",
|
8
|
+
"responseId": "32ac3bfa-18e3-465f-9738-6721f87766ed",
|
9
|
+
"isAdmin": false,
|
10
|
+
"isMember": true,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"provisioningProfile": {
|
16
|
+
"provisioningProfileId": "0123456789",
|
17
|
+
"name": "1 Gut Altentann Ad Hoc",
|
18
|
+
"status": "Invalid",
|
19
|
+
"type": "iOS Distribution",
|
20
|
+
"distributionMethod": "store",
|
21
|
+
"proProPlatform": "ios",
|
22
|
+
"version": "2",
|
23
|
+
"dateExpire": "2015-11-25",
|
24
|
+
"managingApp": null,
|
25
|
+
"appId": {
|
26
|
+
"appIdId": "2UMR2S6P4L",
|
27
|
+
"name": "Gut Altentann",
|
28
|
+
"appIdPlatform": "ios",
|
29
|
+
"prefix": "5A997XSHK2",
|
30
|
+
"identifier": "net.sunapps.1",
|
31
|
+
"isWildCard": false,
|
32
|
+
"isDuplicate": false,
|
33
|
+
"features": {
|
34
|
+
"push": true,
|
35
|
+
"inAppPurchase": true,
|
36
|
+
"gameCenter": true,
|
37
|
+
"passbook": false,
|
38
|
+
"dataProtection": "",
|
39
|
+
"homeKit": false,
|
40
|
+
"cloudKitVersion": 1,
|
41
|
+
"iCloud": false,
|
42
|
+
"LPLF93JG7M": false,
|
43
|
+
"IAD53UNK2F": false,
|
44
|
+
"V66P55NK2I": false,
|
45
|
+
"SKC3T5S89Y": false,
|
46
|
+
"APG3427HIY": false,
|
47
|
+
"HK421J6T7P": false,
|
48
|
+
"WC421J6T7P": false
|
49
|
+
},
|
50
|
+
"enabledFeatures": [
|
51
|
+
"gameCenter",
|
52
|
+
"inAppPurchase",
|
53
|
+
"push"
|
54
|
+
],
|
55
|
+
"isDevPushEnabled": false,
|
56
|
+
"isProdPushEnabled": false,
|
57
|
+
"associatedApplicationGroupsCount": null,
|
58
|
+
"associatedCloudContainersCount": null,
|
59
|
+
"associatedIdentifiersCount": null
|
60
|
+
},
|
61
|
+
"appIdId": "2UMR2S6P4L",
|
62
|
+
"deviceCount": 13,
|
63
|
+
"certificates": [{
|
64
|
+
"name": "iOS Development: Felix Krause",
|
65
|
+
"displayName": null,
|
66
|
+
"certificateId": "3BH4JJSWM4",
|
67
|
+
"serialNumber": "76CE84A447D2E388",
|
68
|
+
"status": "Issued",
|
69
|
+
"statusCode": 0,
|
70
|
+
"expirationDate": "2017-09-15",
|
71
|
+
"expirationDateString": "Sep 15, 2017",
|
72
|
+
"certificatePlatform": "ios",
|
73
|
+
"certificateType": {
|
74
|
+
"certificateTypeDisplayId": "5QPB9NHCEI",
|
75
|
+
"name": "iOS Development",
|
76
|
+
"platform": "ios",
|
77
|
+
"permissionType": "development",
|
78
|
+
"distributionType": "development",
|
79
|
+
"distributionMethod": "app",
|
80
|
+
"ownerType": "teamMember",
|
81
|
+
"daysOverlap": 364,
|
82
|
+
"maxActive": 1
|
83
|
+
},
|
84
|
+
"hasAskKey": false
|
85
|
+
}],
|
86
|
+
"devices": [{
|
87
|
+
"deviceId": "FVRY7XH22J",
|
88
|
+
"name": "Felix Krause's iPhone 6s",
|
89
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
90
|
+
"devicePlatform": "ios",
|
91
|
+
"status": "c",
|
92
|
+
"deviceClass": "iphone",
|
93
|
+
"model": "iPhone 6s"
|
94
|
+
}, {
|
95
|
+
"deviceId": "4ZE252U553",
|
96
|
+
"name": "Felix Krause's iPad",
|
97
|
+
"deviceNumber": "aaabbbceeccddddaaabbb",
|
98
|
+
"devicePlatform": "ios",
|
99
|
+
"status": "c",
|
100
|
+
"deviceClass": "ipad",
|
101
|
+
"model": "iPad Air (Model A1475)"
|
102
|
+
}],
|
103
|
+
"deviceIds": ["FVRY7XH22J", "4ZE252U553"],
|
104
|
+
"certificateIds": ["3BH4JJSWM4"],
|
105
|
+
"certificateCount": 1,
|
106
|
+
"UUID": "cc4d542e-1ee6-445f-967f-f19aea167e7a"
|
107
|
+
}
|
108
|
+
}
|
data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileAppStore.action.json
ADDED
@@ -0,0 +1,91 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-14T15:02:01Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/getProvisioningProfile.action?content-type=text/x-url-arguments&accept=application/json&requestId=9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21&userLocale=en_US&teamId=5A997XSHK2&includeInactiveProfiles=true&onlyCountLists=true",
|
8
|
+
"responseId": "32ac3bfa-18e3-465f-9738-6721f87766ed",
|
9
|
+
"isAdmin": false,
|
10
|
+
"isMember": true,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"provisioningProfile": {
|
16
|
+
"provisioningProfileId": "0123456789",
|
17
|
+
"name": "1 Gut Altentann App Store",
|
18
|
+
"status": "Invalid",
|
19
|
+
"type": "iOS Distribution",
|
20
|
+
"distributionMethod": "store",
|
21
|
+
"proProPlatform": "ios",
|
22
|
+
"version": "2",
|
23
|
+
"dateExpire": "2015-11-25",
|
24
|
+
"managingApp": null,
|
25
|
+
"appId": {
|
26
|
+
"appIdId": "2UMR2S6P4L",
|
27
|
+
"name": "Gut Altentann",
|
28
|
+
"appIdPlatform": "ios",
|
29
|
+
"prefix": "5A997XSHK2",
|
30
|
+
"identifier": "net.sunapps.1",
|
31
|
+
"isWildCard": false,
|
32
|
+
"isDuplicate": false,
|
33
|
+
"features": {
|
34
|
+
"push": true,
|
35
|
+
"inAppPurchase": true,
|
36
|
+
"gameCenter": true,
|
37
|
+
"passbook": false,
|
38
|
+
"dataProtection": "",
|
39
|
+
"homeKit": false,
|
40
|
+
"cloudKitVersion": 1,
|
41
|
+
"iCloud": false,
|
42
|
+
"LPLF93JG7M": false,
|
43
|
+
"IAD53UNK2F": false,
|
44
|
+
"V66P55NK2I": false,
|
45
|
+
"SKC3T5S89Y": false,
|
46
|
+
"APG3427HIY": false,
|
47
|
+
"HK421J6T7P": false,
|
48
|
+
"WC421J6T7P": false
|
49
|
+
},
|
50
|
+
"enabledFeatures": [
|
51
|
+
"gameCenter",
|
52
|
+
"inAppPurchase",
|
53
|
+
"push"
|
54
|
+
],
|
55
|
+
"isDevPushEnabled": false,
|
56
|
+
"isProdPushEnabled": false,
|
57
|
+
"associatedApplicationGroupsCount": null,
|
58
|
+
"associatedCloudContainersCount": null,
|
59
|
+
"associatedIdentifiersCount": null
|
60
|
+
},
|
61
|
+
"appIdId": "2UMR2S6P4L",
|
62
|
+
"deviceCount": 0,
|
63
|
+
"certificates": [{
|
64
|
+
"name": "iOS Development: Felix Krause",
|
65
|
+
"displayName": null,
|
66
|
+
"certificateId": "3BH4JJSWM4",
|
67
|
+
"serialNumber": "76CE84A447D2E388",
|
68
|
+
"status": "Issued",
|
69
|
+
"statusCode": 0,
|
70
|
+
"expirationDate": "2017-09-15",
|
71
|
+
"expirationDateString": "Sep 15, 2017",
|
72
|
+
"certificatePlatform": "ios",
|
73
|
+
"certificateType": {
|
74
|
+
"certificateTypeDisplayId": "5QPB9NHCEI",
|
75
|
+
"name": "iOS Development",
|
76
|
+
"platform": "ios",
|
77
|
+
"permissionType": "development",
|
78
|
+
"distributionType": "development",
|
79
|
+
"distributionMethod": "app",
|
80
|
+
"ownerType": "teamMember",
|
81
|
+
"daysOverlap": 364,
|
82
|
+
"maxActive": 1
|
83
|
+
},
|
84
|
+
"hasAskKey": false
|
85
|
+
}],
|
86
|
+
"devices": [],
|
87
|
+
"certificateIds": ["3BH4JJSWM4"],
|
88
|
+
"certificateCount": 1,
|
89
|
+
"UUID": "cc4d542e-1ee6-445f-967f-f19aea167e7a"
|
90
|
+
}
|
91
|
+
}
|
data/lib/spaceship_stub/spaceship/spec/portal/fixtures/getProvisioningProfileDevelopment.action.json
ADDED
@@ -0,0 +1,108 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-14T15:02:01Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21",
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/getProvisioningProfile.action?content-type=text/x-url-arguments&accept=application/json&requestId=9d1eb364-dfa2-482b-9ff9-6bc3bb9c3d21&userLocale=en_US&teamId=5A997XSHK2&includeInactiveProfiles=true&onlyCountLists=true",
|
8
|
+
"responseId": "32ac3bfa-18e3-465f-9738-6721f87766ed",
|
9
|
+
"isAdmin": false,
|
10
|
+
"isMember": true,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"provisioningProfile": {
|
16
|
+
"provisioningProfileId": "0123456789",
|
17
|
+
"name": "1 Gut Altentann Development",
|
18
|
+
"status": "Invalid",
|
19
|
+
"type": "iOS Development",
|
20
|
+
"distributionMethod": "store",
|
21
|
+
"proProPlatform": "ios",
|
22
|
+
"version": "2",
|
23
|
+
"dateExpire": "2015-11-25",
|
24
|
+
"managingApp": null,
|
25
|
+
"appId": {
|
26
|
+
"appIdId": "2UMR2S6P4L",
|
27
|
+
"name": "Gut Altentann",
|
28
|
+
"appIdPlatform": "ios",
|
29
|
+
"prefix": "5A997XSHK2",
|
30
|
+
"identifier": "net.sunapps.1",
|
31
|
+
"isWildCard": false,
|
32
|
+
"isDuplicate": false,
|
33
|
+
"features": {
|
34
|
+
"push": true,
|
35
|
+
"inAppPurchase": true,
|
36
|
+
"gameCenter": true,
|
37
|
+
"passbook": false,
|
38
|
+
"dataProtection": "",
|
39
|
+
"homeKit": false,
|
40
|
+
"cloudKitVersion": 1,
|
41
|
+
"iCloud": false,
|
42
|
+
"LPLF93JG7M": false,
|
43
|
+
"IAD53UNK2F": false,
|
44
|
+
"V66P55NK2I": false,
|
45
|
+
"SKC3T5S89Y": false,
|
46
|
+
"APG3427HIY": false,
|
47
|
+
"HK421J6T7P": false,
|
48
|
+
"WC421J6T7P": false
|
49
|
+
},
|
50
|
+
"enabledFeatures": [
|
51
|
+
"gameCenter",
|
52
|
+
"inAppPurchase",
|
53
|
+
"push"
|
54
|
+
],
|
55
|
+
"isDevPushEnabled": false,
|
56
|
+
"isProdPushEnabled": false,
|
57
|
+
"associatedApplicationGroupsCount": null,
|
58
|
+
"associatedCloudContainersCount": null,
|
59
|
+
"associatedIdentifiersCount": null
|
60
|
+
},
|
61
|
+
"appIdId": "2UMR2S6P4L",
|
62
|
+
"deviceCount": 13,
|
63
|
+
"certificates": [{
|
64
|
+
"name": "iOS Development: Felix Krause",
|
65
|
+
"displayName": null,
|
66
|
+
"certificateId": "3BH4JJSWM4",
|
67
|
+
"serialNumber": "76CE84A447D2E388",
|
68
|
+
"status": "Issued",
|
69
|
+
"statusCode": 0,
|
70
|
+
"expirationDate": "2017-09-15",
|
71
|
+
"expirationDateString": "Sep 15, 2017",
|
72
|
+
"certificatePlatform": "ios",
|
73
|
+
"certificateType": {
|
74
|
+
"certificateTypeDisplayId": "5QPB9NHCEI",
|
75
|
+
"name": "iOS Development",
|
76
|
+
"platform": "ios",
|
77
|
+
"permissionType": "development",
|
78
|
+
"distributionType": "development",
|
79
|
+
"distributionMethod": "app",
|
80
|
+
"ownerType": "teamMember",
|
81
|
+
"daysOverlap": 364,
|
82
|
+
"maxActive": 1
|
83
|
+
},
|
84
|
+
"hasAskKey": false
|
85
|
+
}],
|
86
|
+
"devices": [{
|
87
|
+
"deviceId": "FVRY7XH22J",
|
88
|
+
"name": "Felix Krause's iPhone 6s",
|
89
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
90
|
+
"devicePlatform": "ios",
|
91
|
+
"status": "c",
|
92
|
+
"deviceClass": "iphone",
|
93
|
+
"model": "iPhone 6s"
|
94
|
+
}, {
|
95
|
+
"deviceId": "4ZE252U553",
|
96
|
+
"name": "Felix Krause's iPad",
|
97
|
+
"deviceNumber": "aaabbbceeccddddaaabbb",
|
98
|
+
"devicePlatform": "ios",
|
99
|
+
"status": "c",
|
100
|
+
"deviceClass": "ipad",
|
101
|
+
"model": "iPad Air (Model A1475)"
|
102
|
+
}],
|
103
|
+
"deviceIds": ["FVRY7XH22J", "4ZE252U553"],
|
104
|
+
"certificateIds": ["3BH4JJSWM4"],
|
105
|
+
"certificateCount": 1,
|
106
|
+
"UUID": "cc4d542e-1ee6-445f-967f-f19aea167e7a"
|
107
|
+
}
|
108
|
+
}
|