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,16 @@
|
|
1
|
+
{
|
2
|
+
"responseId": "20399f66-db67-49dd-b5c0-9db7ef5ca442",
|
3
|
+
"resultCode": 0,
|
4
|
+
"creationTimestamp": "2015-05-25T14:44:24Z",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "dc4a31db-c440-4737-ad6f-1416ec67b050",
|
7
|
+
"userLocale": "en_US",
|
8
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/deleteAppId.action",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"httpResponseHeaders": null
|
16
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"responseId": "20399f66-db67-49dd-b5c0-9db7ef5ca442",
|
3
|
+
"resultCode": 0,
|
4
|
+
"creationTimestamp": "2015-05-25T14:44:24Z",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "dc4a31db-c440-4737-ad6f-1416ec67b050",
|
7
|
+
"userLocale": "en_US",
|
8
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/deleteApplicationGroup.action",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"httpResponseHeaders": null
|
16
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2016-11-17T19:16:09Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "4c05049b-699e-4d04-ye50-3a93be2bb7cd",
|
7
|
+
"requestUrl": "https://developer.apple.com:443/services-account/QH65B2/account/ios/device/deleteDevice.action",
|
8
|
+
"responseId": "90bd910a-2f4f-4367-8946-3b9325762519",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"nextDeviceResetDate": null
|
13
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"responseId": "20399f66-db67-49dd-b5c0-9db7ef5ca441",
|
3
|
+
"resultCode": 0,
|
4
|
+
"creationTimestamp": "2015-05-25T14:44:24Z",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "dc4a31db-c440-4737-ad6f-1416ec67b059",
|
7
|
+
"userLocale": "en_US",
|
8
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/deleteProvisioningProfile.action",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"httpResponseHeaders": null
|
16
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2016-11-09T22:20:45Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": "71b72c82-eb8b-4bdd-ycc7-f5aaa678b473",
|
7
|
+
"requestUrl": "https://developer.apple.com:443/services-account/QH65B2/account/ios/identifiers/deleteWebsitePushId.action",
|
8
|
+
"responseId": "cd650f1f-cc8f-4be7-8fd5-71c4f4240a6a",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": null,
|
13
|
+
"pageSize": null,
|
14
|
+
"totalRecords": null,
|
15
|
+
"httpResponseHeaders": null
|
16
|
+
}
|
@@ -0,0 +1,829 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-03T12:57:02Z",
|
3
|
+
"resultCode": 0,
|
4
|
+
"userLocale": "en_US",
|
5
|
+
"protocolVersion": "QH65B2",
|
6
|
+
"requestId": null,
|
7
|
+
"requestUrl": "https://developer.apple.com:443//services-account/QH65B2/account/ios/profile/listProvisioningProfiles.action?content-type=text/x-url-arguments&accept=application/json&teamId=5A997XSHK2",
|
8
|
+
"responseId": "d6efc627-4dfc-4c9f-a74d-81ff81cf2aaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 0,
|
13
|
+
"pageSize": 0,
|
14
|
+
"totalRecords": 58,
|
15
|
+
"provisioningProfiles": [
|
16
|
+
{
|
17
|
+
"provisioningProfileId": "2MAY7NPHRU",
|
18
|
+
"name": "net.sunapps.7 AppStore",
|
19
|
+
"status": "Active",
|
20
|
+
"type": "iOS Distribution",
|
21
|
+
"distributionMethod": "store",
|
22
|
+
"proProPlatform": "ios",
|
23
|
+
"version": "2",
|
24
|
+
"dateExpire": "2015-11-25",
|
25
|
+
"managingApp": null,
|
26
|
+
"deviceIds": [],
|
27
|
+
"certificateIds": [],
|
28
|
+
"UUID": "23d7df3b-9767-4e85-a1ea-1df4d8f32fec"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"provisioningProfileId": "475ESRP5F3",
|
32
|
+
"name": "net.sunapps.7 Development",
|
33
|
+
"status": "Active",
|
34
|
+
"type": "iOS Development",
|
35
|
+
"distributionMethod": "limited",
|
36
|
+
"proProPlatform": "ios",
|
37
|
+
"version": "2",
|
38
|
+
"dateExpire": "2015-11-26",
|
39
|
+
"managingApp": null,
|
40
|
+
"deviceIds": [],
|
41
|
+
"certificateIds": [],
|
42
|
+
"UUID": "897b1089-906a-4ecf-84c5-ffaae80ac0dd"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"provisioningProfileId": "FB8594WWQG",
|
46
|
+
"name": "net.sunapps.7 AdHoc",
|
47
|
+
"status": "Active",
|
48
|
+
"type": "iOS Distribution",
|
49
|
+
"distributionMethod": "store",
|
50
|
+
"proProPlatform": "ios",
|
51
|
+
"version": "2",
|
52
|
+
"dateExpire": "2015-11-25",
|
53
|
+
"managingApp": null,
|
54
|
+
"deviceIds": [],
|
55
|
+
"certificateIds": [],
|
56
|
+
"UUID": "a8b1563e-7559-41f7-854b-6cd09f950d11"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"provisioningProfileId": "GG7EFEJ385",
|
60
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.107",
|
61
|
+
"status": "Active",
|
62
|
+
"type": "iOS Development",
|
63
|
+
"distributionMethod": "limited",
|
64
|
+
"proProPlatform": "ios",
|
65
|
+
"version": "2",
|
66
|
+
"dateExpire": "2015-11-25",
|
67
|
+
"managingApp": "Xcode",
|
68
|
+
"deviceIds": [],
|
69
|
+
"certificateIds": [],
|
70
|
+
"UUID": "a4c3a656-4d23-409d-9cb9-d2ba4424585a"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"provisioningProfileId": "R7446MGDCF",
|
74
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.133",
|
75
|
+
"status": "Active",
|
76
|
+
"type": "iOS Development",
|
77
|
+
"distributionMethod": "limited",
|
78
|
+
"proProPlatform": "ios",
|
79
|
+
"version": "2",
|
80
|
+
"dateExpire": "2015-11-25",
|
81
|
+
"managingApp": "Xcode",
|
82
|
+
"deviceIds": [],
|
83
|
+
"certificateIds": [],
|
84
|
+
"UUID": "f6c81935-25b2-413f-8a13-69838950102e"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"provisioningProfileId": "BM8R743Q2E",
|
88
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.14",
|
89
|
+
"status": "Active",
|
90
|
+
"type": "iOS Development",
|
91
|
+
"distributionMethod": "limited",
|
92
|
+
"proProPlatform": "ios",
|
93
|
+
"version": "2",
|
94
|
+
"dateExpire": "2015-11-25",
|
95
|
+
"managingApp": "Xcode",
|
96
|
+
"deviceIds": [],
|
97
|
+
"certificateIds": [],
|
98
|
+
"UUID": "2f787da9-7942-4c36-adbd-a08785831c0f"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"provisioningProfileId": "RE8U9H436W",
|
102
|
+
"name": "iOSTeam Provisioning Profile: *",
|
103
|
+
"status": "Active",
|
104
|
+
"type": "iOS Development",
|
105
|
+
"distributionMethod": "limited",
|
106
|
+
"proProPlatform": "ios",
|
107
|
+
"version": "2",
|
108
|
+
"dateExpire": "2015-11-25",
|
109
|
+
"managingApp": "Xcode",
|
110
|
+
"deviceIds": [],
|
111
|
+
"certificateIds": [],
|
112
|
+
"UUID": "37590770-a096-4321-af47-dd6c3466bfde"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"provisioningProfileId": "FTCEQB4Z6X",
|
116
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.117",
|
117
|
+
"status": "Active",
|
118
|
+
"type": "iOS Development",
|
119
|
+
"distributionMethod": "limited",
|
120
|
+
"proProPlatform": "ios",
|
121
|
+
"version": "2",
|
122
|
+
"dateExpire": "2015-11-25",
|
123
|
+
"managingApp": "Xcode",
|
124
|
+
"deviceIds": [],
|
125
|
+
"certificateIds": [],
|
126
|
+
"UUID": "cd57cd4a-fb6d-4b18-8256-c51e6b1d3c6a"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"provisioningProfileId": "52CAZP6CJ5",
|
130
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.34",
|
131
|
+
"status": "Active",
|
132
|
+
"type": "iOS Development",
|
133
|
+
"distributionMethod": "limited",
|
134
|
+
"proProPlatform": "ios",
|
135
|
+
"version": "2",
|
136
|
+
"dateExpire": "2015-11-25",
|
137
|
+
"managingApp": "Xcode",
|
138
|
+
"deviceIds": [],
|
139
|
+
"certificateIds": [],
|
140
|
+
"UUID": "cd545867-e4ca-459f-b102-70b775618070"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"provisioningProfileId": "62PTVLF6YY",
|
144
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.99",
|
145
|
+
"status": "Active",
|
146
|
+
"type": "iOS Development",
|
147
|
+
"distributionMethod": "limited",
|
148
|
+
"proProPlatform": "ios",
|
149
|
+
"version": "2",
|
150
|
+
"dateExpire": "2015-11-25",
|
151
|
+
"managingApp": "Xcode",
|
152
|
+
"deviceIds": [],
|
153
|
+
"certificateIds": [],
|
154
|
+
"UUID": "a187f075-8c1f-43dd-aaf9-e7a000b8a87f"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"provisioningProfileId": "G4QL28T4TM",
|
158
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.106",
|
159
|
+
"status": "Active",
|
160
|
+
"type": "iOS Development",
|
161
|
+
"distributionMethod": "limited",
|
162
|
+
"proProPlatform": "ios",
|
163
|
+
"version": "2",
|
164
|
+
"dateExpire": "2015-11-25",
|
165
|
+
"managingApp": "Xcode",
|
166
|
+
"deviceIds": [],
|
167
|
+
"certificateIds": [],
|
168
|
+
"UUID": "28e61d5a-857c-4a1b-a524-8afd8b91a6f6"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"provisioningProfileId": "5QHQ6E83DD",
|
172
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.4",
|
173
|
+
"status": "Active",
|
174
|
+
"type": "iOS Development",
|
175
|
+
"distributionMethod": "limited",
|
176
|
+
"proProPlatform": "ios",
|
177
|
+
"version": "2",
|
178
|
+
"dateExpire": "2015-11-25",
|
179
|
+
"managingApp": "Xcode",
|
180
|
+
"deviceIds": [],
|
181
|
+
"certificateIds": [],
|
182
|
+
"UUID": "8f5aa060-6cad-4e4f-a1ea-93ca5c444791"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"provisioningProfileId": "U3UETV7QXG",
|
186
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.112",
|
187
|
+
"status": "Active",
|
188
|
+
"type": "iOS Development",
|
189
|
+
"distributionMethod": "limited",
|
190
|
+
"proProPlatform": "ios",
|
191
|
+
"version": "2",
|
192
|
+
"dateExpire": "2015-11-25",
|
193
|
+
"managingApp": "Xcode",
|
194
|
+
"deviceIds": [],
|
195
|
+
"certificateIds": [],
|
196
|
+
"UUID": "563793bd-423f-4895-96d2-b554857ab94c"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"provisioningProfileId": "2NDHV42HPM",
|
200
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.100",
|
201
|
+
"status": "Active",
|
202
|
+
"type": "iOS Development",
|
203
|
+
"distributionMethod": "limited",
|
204
|
+
"proProPlatform": "ios",
|
205
|
+
"version": "2",
|
206
|
+
"dateExpire": "2015-11-25",
|
207
|
+
"managingApp": "Xcode",
|
208
|
+
"deviceIds": [],
|
209
|
+
"certificateIds": [],
|
210
|
+
"UUID": "65b4bd9e-9a54-4bdd-829a-d204adf8a13a"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"provisioningProfileId": "54D6QY2XJZ",
|
214
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.*",
|
215
|
+
"status": "Active",
|
216
|
+
"type": "iOS Development",
|
217
|
+
"distributionMethod": "limited",
|
218
|
+
"proProPlatform": "ios",
|
219
|
+
"version": "2",
|
220
|
+
"dateExpire": "2015-11-25",
|
221
|
+
"managingApp": "Xcode",
|
222
|
+
"deviceIds": [],
|
223
|
+
"certificateIds": [],
|
224
|
+
"UUID": "8c6899af-5b5c-469f-8476-728df28f26f2"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"provisioningProfileId": "8AAHVK83TA",
|
228
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.121",
|
229
|
+
"status": "Active",
|
230
|
+
"type": "iOS Development",
|
231
|
+
"distributionMethod": "limited",
|
232
|
+
"proProPlatform": "ios",
|
233
|
+
"version": "2",
|
234
|
+
"dateExpire": "2015-11-25",
|
235
|
+
"managingApp": "Xcode",
|
236
|
+
"deviceIds": [],
|
237
|
+
"certificateIds": [],
|
238
|
+
"UUID": "61e2da0b-9310-4a45-b308-b5ff51fe639a"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"provisioningProfileId": "9X9JHJM6KE",
|
242
|
+
"name": "106 GC Goehrde AppStore",
|
243
|
+
"status": "Active",
|
244
|
+
"type": "iOS Distribution",
|
245
|
+
"distributionMethod": "store",
|
246
|
+
"proProPlatform": "ios",
|
247
|
+
"version": "2",
|
248
|
+
"dateExpire": "2015-11-25",
|
249
|
+
"managingApp": null,
|
250
|
+
"deviceIds": [],
|
251
|
+
"certificateIds": [],
|
252
|
+
"UUID": "e5bd56d9-397a-4323-be71-563b67e69347"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"provisioningProfileId": "WV24RA7VQD",
|
256
|
+
"name": "99 Fitnessland AppStore",
|
257
|
+
"status": "Active",
|
258
|
+
"type": "iOS Distribution",
|
259
|
+
"distributionMethod": "store",
|
260
|
+
"proProPlatform": "ios",
|
261
|
+
"version": "2",
|
262
|
+
"dateExpire": "2015-11-25",
|
263
|
+
"managingApp": null,
|
264
|
+
"deviceIds": [],
|
265
|
+
"certificateIds": [],
|
266
|
+
"UUID": "cd36314c-979e-4697-9d8d-4ebf015eef79"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"provisioningProfileId": "842R9WAW44",
|
270
|
+
"name": "99 FitnessLand AdHoc",
|
271
|
+
"status": "Active",
|
272
|
+
"type": "iOS Distribution",
|
273
|
+
"distributionMethod": "store",
|
274
|
+
"proProPlatform": "ios",
|
275
|
+
"version": "2",
|
276
|
+
"dateExpire": "2015-11-25",
|
277
|
+
"managingApp": null,
|
278
|
+
"deviceIds": [],
|
279
|
+
"certificateIds": [],
|
280
|
+
"UUID": "a9fdb97a-96f3-4378-ac12-f4b9f321e4ef"
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"provisioningProfileId": "38332L6EQH",
|
284
|
+
"name": "SunApps Development",
|
285
|
+
"status": "Active",
|
286
|
+
"type": "iOS Development",
|
287
|
+
"distributionMethod": "limited",
|
288
|
+
"proProPlatform": "ios",
|
289
|
+
"version": "2",
|
290
|
+
"dateExpire": "2015-11-19",
|
291
|
+
"managingApp": null,
|
292
|
+
"deviceIds": [],
|
293
|
+
"certificateIds": [],
|
294
|
+
"UUID": "2e169d60-fd8e-46fe-9bee-6983e15a671b"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"provisioningProfileId": "DLJ2N9BDUR",
|
298
|
+
"name": "SunApps Ad Hoc",
|
299
|
+
"status": "Active",
|
300
|
+
"type": "iOS Distribution",
|
301
|
+
"distributionMethod": "store",
|
302
|
+
"proProPlatform": "ios",
|
303
|
+
"version": "2",
|
304
|
+
"dateExpire": "2015-11-25",
|
305
|
+
"managingApp": null,
|
306
|
+
"deviceIds": [],
|
307
|
+
"certificateIds": [],
|
308
|
+
"UUID": "1335f412-f671-47b2-a872-a96a6d1ca4f6"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"provisioningProfileId": "7EKAHRBJ99",
|
312
|
+
"name": "9 SunPreviewer AppStore",
|
313
|
+
"status": "Active",
|
314
|
+
"type": "iOS Distribution",
|
315
|
+
"distributionMethod": "store",
|
316
|
+
"proProPlatform": "ios",
|
317
|
+
"version": "2",
|
318
|
+
"dateExpire": "2016-02-10",
|
319
|
+
"managingApp": null,
|
320
|
+
"deviceIds": [],
|
321
|
+
"certificateIds": [],
|
322
|
+
"UUID": "1b02f367-f15f-4152-8cad-9b401c6b65bf"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"provisioningProfileId": "FHDFR62ENR",
|
326
|
+
"name": "net.sunapps.4 AdHoc",
|
327
|
+
"status": "Active",
|
328
|
+
"type": "iOS Distribution",
|
329
|
+
"distributionMethod": "store",
|
330
|
+
"proProPlatform": "ios",
|
331
|
+
"version": "2",
|
332
|
+
"dateExpire": "2016-02-10",
|
333
|
+
"managingApp": null,
|
334
|
+
"deviceIds": [],
|
335
|
+
"certificateIds": [],
|
336
|
+
"UUID": "3f0dcb23-f94a-41dd-bb58-956002fbaccf"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"provisioningProfileId": "GNXZ5WHUNV",
|
340
|
+
"name": "le app store",
|
341
|
+
"status": "Active",
|
342
|
+
"type": "iOS Distribution",
|
343
|
+
"distributionMethod": "store",
|
344
|
+
"proProPlatform": "ios",
|
345
|
+
"version": "2",
|
346
|
+
"dateExpire": "2015-11-25",
|
347
|
+
"managingApp": null,
|
348
|
+
"deviceIds": [],
|
349
|
+
"certificateIds": [],
|
350
|
+
"UUID": "26e636d4-f1b0-4153-8e56-ba3fa9201eb9"
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"provisioningProfileId": "NRKXL7AYCQ",
|
354
|
+
"name": "w3r asdf",
|
355
|
+
"status": "Active",
|
356
|
+
"type": "iOS Distribution",
|
357
|
+
"distributionMethod": "store",
|
358
|
+
"proProPlatform": "ios",
|
359
|
+
"version": "2",
|
360
|
+
"dateExpire": "2016-02-10",
|
361
|
+
"managingApp": null,
|
362
|
+
"deviceIds": [],
|
363
|
+
"certificateIds": [],
|
364
|
+
"UUID": "abfb1f32-cea0-456f-9ae1-239c83ef831d"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"provisioningProfileId": "LCHGJCTBKU",
|
368
|
+
"name": "WUHUUU",
|
369
|
+
"status": "Active",
|
370
|
+
"type": "iOS Distribution",
|
371
|
+
"distributionMethod": "store",
|
372
|
+
"proProPlatform": "ios",
|
373
|
+
"version": "2",
|
374
|
+
"dateExpire": "2015-11-25",
|
375
|
+
"managingApp": null,
|
376
|
+
"deviceIds": [],
|
377
|
+
"certificateIds": [],
|
378
|
+
"UUID": "6ed34950-5f5a-45af-a1df-d4f9f7b47158"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"provisioningProfileId": "YSP7Y647X5",
|
382
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.54",
|
383
|
+
"status": "Active",
|
384
|
+
"type": "iOS Development",
|
385
|
+
"distributionMethod": "limited",
|
386
|
+
"proProPlatform": "ios",
|
387
|
+
"version": "2",
|
388
|
+
"dateExpire": "2016-04-02",
|
389
|
+
"managingApp": "Xcode",
|
390
|
+
"deviceIds": [],
|
391
|
+
"certificateIds": [],
|
392
|
+
"UUID": "f3acde18-4679-4a15-8ebd-3f091d523b86"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"provisioningProfileId": "B4TP7DLYNS",
|
396
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.23",
|
397
|
+
"status": "Active",
|
398
|
+
"type": "iOS Development",
|
399
|
+
"distributionMethod": "limited",
|
400
|
+
"proProPlatform": "ios",
|
401
|
+
"version": "2",
|
402
|
+
"dateExpire": "2016-04-02",
|
403
|
+
"managingApp": "Xcode",
|
404
|
+
"deviceIds": [],
|
405
|
+
"certificateIds": [],
|
406
|
+
"UUID": "d7f081f1-fc85-4656-956f-4b24902bc882"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"provisioningProfileId": "2NPX6N76SY",
|
410
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.182",
|
411
|
+
"status": "Active",
|
412
|
+
"type": "iOS Development",
|
413
|
+
"distributionMethod": "limited",
|
414
|
+
"proProPlatform": "ios",
|
415
|
+
"version": "2",
|
416
|
+
"dateExpire": "2016-04-02",
|
417
|
+
"managingApp": "Xcode",
|
418
|
+
"deviceIds": [],
|
419
|
+
"certificateIds": [],
|
420
|
+
"UUID": "d47915a5-6a58-4e46-b351-7fd5c00bb719"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"provisioningProfileId": "RB2R97WA9W",
|
424
|
+
"name": "1 Gut Altentann Ad Hoc",
|
425
|
+
"status": "Active",
|
426
|
+
"type": "iOS Distribution",
|
427
|
+
"distributionMethod": "store",
|
428
|
+
"proProPlatform": "ios",
|
429
|
+
"version": "2",
|
430
|
+
"dateExpire": "2015-11-25",
|
431
|
+
"managingApp": null,
|
432
|
+
"deviceIds": [],
|
433
|
+
"certificateIds": [],
|
434
|
+
"UUID": "cc4d542e-1ee6-445f-967f-f19aea167e7a"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"provisioningProfileId": "DZYK3BPE42",
|
438
|
+
"name": "1 Gut Altentann Automatic",
|
439
|
+
"status": "Active",
|
440
|
+
"type": "iOS Distribution",
|
441
|
+
"distributionMethod": "store",
|
442
|
+
"proProPlatform": "ios",
|
443
|
+
"version": "2",
|
444
|
+
"dateExpire": "2015-11-25",
|
445
|
+
"managingApp": null,
|
446
|
+
"deviceIds": [],
|
447
|
+
"certificateIds": [],
|
448
|
+
"UUID": "65256d15-9689-47bf-8363-aceaa43c1ee9"
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"provisioningProfileId": "YEJBY5ALUM",
|
452
|
+
"name": "Yeah",
|
453
|
+
"status": "Active",
|
454
|
+
"type": "iOS Distribution",
|
455
|
+
"distributionMethod": "store",
|
456
|
+
"proProPlatform": "ios",
|
457
|
+
"version": "2",
|
458
|
+
"dateExpire": "2015-11-25",
|
459
|
+
"managingApp": null,
|
460
|
+
"deviceIds": [],
|
461
|
+
"certificateIds": [],
|
462
|
+
"UUID": "ac414cef-0c2d-4a41-a6aa-7b3817ca4dda"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"provisioningProfileId": "C3SC638G4G",
|
466
|
+
"name": "Yeah2",
|
467
|
+
"status": "Active",
|
468
|
+
"type": "iOS Distribution",
|
469
|
+
"distributionMethod": "store",
|
470
|
+
"proProPlatform": "ios",
|
471
|
+
"version": "2",
|
472
|
+
"dateExpire": "2015-11-25",
|
473
|
+
"managingApp": null,
|
474
|
+
"deviceIds": [],
|
475
|
+
"certificateIds": [],
|
476
|
+
"UUID": "5a343378-702f-4e50-a967-142d21d3fa10"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"provisioningProfileId": "PWH3FQU97T",
|
480
|
+
"name": "Yeah22",
|
481
|
+
"status": "Active",
|
482
|
+
"type": "iOS Distribution",
|
483
|
+
"distributionMethod": "store",
|
484
|
+
"proProPlatform": "ios",
|
485
|
+
"version": "2",
|
486
|
+
"dateExpire": "2015-11-25",
|
487
|
+
"managingApp": null,
|
488
|
+
"deviceIds": [],
|
489
|
+
"certificateIds": [],
|
490
|
+
"UUID": "33e7cc78-fe55-476a-803e-50bb7b88dd4c"
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"provisioningProfileId": "272BZFCV83",
|
494
|
+
"name": "Yeah23",
|
495
|
+
"status": "Active",
|
496
|
+
"type": "iOS Distribution",
|
497
|
+
"distributionMethod": "store",
|
498
|
+
"proProPlatform": "ios",
|
499
|
+
"version": "2",
|
500
|
+
"dateExpire": "2015-11-25",
|
501
|
+
"managingApp": null,
|
502
|
+
"deviceIds": [],
|
503
|
+
"certificateIds": [],
|
504
|
+
"UUID": "5b823422-8ecd-489a-b5d1-f12f35b868b2"
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"provisioningProfileId": "SUFUD6468K",
|
508
|
+
"name": "Yeah233",
|
509
|
+
"status": "Active",
|
510
|
+
"type": "iOS Distribution",
|
511
|
+
"distributionMethod": "store",
|
512
|
+
"proProPlatform": "ios",
|
513
|
+
"version": "2",
|
514
|
+
"dateExpire": "2015-11-25",
|
515
|
+
"managingApp": null,
|
516
|
+
"deviceIds": [],
|
517
|
+
"certificateIds": [],
|
518
|
+
"UUID": "2494dd5c-0d78-4926-95b4-eb39ac9528ea"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"provisioningProfileId": "V3YJQLCTH9",
|
522
|
+
"name": "Yeah2334",
|
523
|
+
"status": "Active",
|
524
|
+
"type": "iOS Distribution",
|
525
|
+
"distributionMethod": "store",
|
526
|
+
"proProPlatform": "ios",
|
527
|
+
"version": "2",
|
528
|
+
"dateExpire": "2015-11-25",
|
529
|
+
"managingApp": null,
|
530
|
+
"deviceIds": [],
|
531
|
+
"certificateIds": [],
|
532
|
+
"UUID": "b9e5b16b-ac78-410b-b8b6-5a4c73442e7e"
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"provisioningProfileId": "8NQ6RLM33X",
|
536
|
+
"name": "112 Wombats RC AppStore",
|
537
|
+
"status": "Active",
|
538
|
+
"type": "iOS Distribution",
|
539
|
+
"distributionMethod": "store",
|
540
|
+
"proProPlatform": "ios",
|
541
|
+
"version": "2",
|
542
|
+
"dateExpire": "2015-11-25",
|
543
|
+
"managingApp": null,
|
544
|
+
"deviceIds": [],
|
545
|
+
"certificateIds": [],
|
546
|
+
"UUID": "1ed1c04b-43c9-4afe-9133-d8c8a36a5b59"
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"provisioningProfileId": "G56Q7QXR5T",
|
550
|
+
"name": "107 GC Lorenzen AppStore",
|
551
|
+
"status": "Active",
|
552
|
+
"type": "iOS Distribution",
|
553
|
+
"distributionMethod": "store",
|
554
|
+
"proProPlatform": "ios",
|
555
|
+
"version": "2",
|
556
|
+
"dateExpire": "2015-11-25",
|
557
|
+
"managingApp": null,
|
558
|
+
"deviceIds": [],
|
559
|
+
"certificateIds": [],
|
560
|
+
"UUID": "05322b38-3c32-42aa-a542-eee7f3c95541"
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"provisioningProfileId": "825KD4CF4U",
|
564
|
+
"name": "121 Hogast Golf AppStore",
|
565
|
+
"status": "Active",
|
566
|
+
"type": "iOS Distribution",
|
567
|
+
"distributionMethod": "store",
|
568
|
+
"proProPlatform": "ios",
|
569
|
+
"version": "2",
|
570
|
+
"dateExpire": "2015-11-25",
|
571
|
+
"managingApp": null,
|
572
|
+
"deviceIds": [],
|
573
|
+
"certificateIds": [],
|
574
|
+
"UUID": "de946223-07b5-4538-b3a5-21c32d822007"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"provisioningProfileId": "ZVWK69B39A",
|
578
|
+
"name": "133 GC Mangfalltal AppStore",
|
579
|
+
"status": "Active",
|
580
|
+
"type": "iOS Distribution",
|
581
|
+
"distributionMethod": "store",
|
582
|
+
"proProPlatform": "ios",
|
583
|
+
"version": "2",
|
584
|
+
"dateExpire": "2015-11-25",
|
585
|
+
"managingApp": null,
|
586
|
+
"deviceIds": [],
|
587
|
+
"certificateIds": [],
|
588
|
+
"UUID": "0ec370e5-60c7-4c48-b945-27c19e4632ac"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"provisioningProfileId": "7CU2L4LK3L",
|
592
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.177",
|
593
|
+
"status": "Active",
|
594
|
+
"type": "iOS Development",
|
595
|
+
"distributionMethod": "limited",
|
596
|
+
"proProPlatform": "ios",
|
597
|
+
"version": "2",
|
598
|
+
"dateExpire": "2016-03-28",
|
599
|
+
"managingApp": "Xcode",
|
600
|
+
"deviceIds": [],
|
601
|
+
"certificateIds": [],
|
602
|
+
"UUID": "c50f7fe3-cbe9-4cba-9c9a-fbeade0d6084"
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"provisioningProfileId": "U92NDK7YMC",
|
606
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.21",
|
607
|
+
"status": "Active",
|
608
|
+
"type": "iOS Development",
|
609
|
+
"distributionMethod": "limited",
|
610
|
+
"proProPlatform": "ios",
|
611
|
+
"version": "2",
|
612
|
+
"dateExpire": "2016-03-28",
|
613
|
+
"managingApp": "Xcode",
|
614
|
+
"deviceIds": [],
|
615
|
+
"certificateIds": [],
|
616
|
+
"UUID": "b1cc8aa4-8ebb-498c-95fe-56dad20b0374"
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"provisioningProfileId": "3JW4G9NQ9U",
|
620
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.1",
|
621
|
+
"status": "Active",
|
622
|
+
"type": "iOS Development",
|
623
|
+
"distributionMethod": "limited",
|
624
|
+
"proProPlatform": "ios",
|
625
|
+
"version": "2",
|
626
|
+
"dateExpire": "2016-03-28",
|
627
|
+
"managingApp": "Xcode",
|
628
|
+
"deviceIds": [],
|
629
|
+
"certificateIds": [],
|
630
|
+
"UUID": "0bb24bab-846d-4ac2-a423-342f5cf6e2b6"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"provisioningProfileId": "7Z5554JY5H",
|
634
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.7",
|
635
|
+
"status": "Active",
|
636
|
+
"type": "iOS Development",
|
637
|
+
"distributionMethod": "limited",
|
638
|
+
"proProPlatform": "ios",
|
639
|
+
"version": "2",
|
640
|
+
"dateExpire": "2016-03-28",
|
641
|
+
"managingApp": "Xcode",
|
642
|
+
"deviceIds": [],
|
643
|
+
"certificateIds": [],
|
644
|
+
"UUID": "ebe130a2-eda2-4fc0-89e2-066e4bcaad4b"
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"provisioningProfileId": "TR49X83J6K",
|
648
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.9",
|
649
|
+
"status": "Active",
|
650
|
+
"type": "iOS Development",
|
651
|
+
"distributionMethod": "limited",
|
652
|
+
"proProPlatform": "ios",
|
653
|
+
"version": "2",
|
654
|
+
"dateExpire": "2016-03-28",
|
655
|
+
"managingApp": "Xcode",
|
656
|
+
"deviceIds": [],
|
657
|
+
"certificateIds": [],
|
658
|
+
"UUID": "0819c774-c00d-4dc4-aaab-81d92444dca7"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"provisioningProfileId": "XG7LV8JCJ7",
|
662
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.15",
|
663
|
+
"status": "Active",
|
664
|
+
"type": "iOS Development",
|
665
|
+
"distributionMethod": "limited",
|
666
|
+
"proProPlatform": "ios",
|
667
|
+
"version": "2",
|
668
|
+
"dateExpire": "2016-03-28",
|
669
|
+
"managingApp": "Xcode",
|
670
|
+
"deviceIds": [],
|
671
|
+
"certificateIds": [],
|
672
|
+
"UUID": "61d7794c-70fb-43cb-9893-538348b834b4"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"provisioningProfileId": "LMBLKLZ2FG",
|
676
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.151",
|
677
|
+
"status": "Active",
|
678
|
+
"type": "iOS Development",
|
679
|
+
"distributionMethod": "limited",
|
680
|
+
"proProPlatform": "ios",
|
681
|
+
"version": "2",
|
682
|
+
"dateExpire": "2016-03-28",
|
683
|
+
"managingApp": "Xcode",
|
684
|
+
"deviceIds": [],
|
685
|
+
"certificateIds": [],
|
686
|
+
"UUID": "8437cb6b-74a1-4d95-ab9b-8a63aefec3d5"
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"provisioningProfileId": "S2BD6MCSKL",
|
690
|
+
"name": "iOSTeam Provisioning Profile: net.sunapps.140",
|
691
|
+
"status": "Active",
|
692
|
+
"type": "iOS Development",
|
693
|
+
"distributionMethod": "limited",
|
694
|
+
"proProPlatform": "ios",
|
695
|
+
"version": "2",
|
696
|
+
"dateExpire": "2016-03-28",
|
697
|
+
"managingApp": "Xcode",
|
698
|
+
"deviceIds": [],
|
699
|
+
"certificateIds": [],
|
700
|
+
"UUID": "5fc43a0b-6d41-40b5-bd26-42acb703a4d3"
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"provisioningProfileId": "9X9W976H6H",
|
704
|
+
"name": "iOSTeam Provisioning Profile: delete.me.please",
|
705
|
+
"status": "Active",
|
706
|
+
"type": "iOS Development",
|
707
|
+
"distributionMethod": "limited",
|
708
|
+
"proProPlatform": "ios",
|
709
|
+
"version": "2",
|
710
|
+
"dateExpire": "2016-03-28",
|
711
|
+
"managingApp": "Xcode",
|
712
|
+
"deviceIds": [],
|
713
|
+
"certificateIds": [],
|
714
|
+
"UUID": "8a68923f-12bd-4fda-acbc-33a99eab76fa"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"provisioningProfileId": "74NRS9C3Y3",
|
718
|
+
"name": "34 ABP AppStore",
|
719
|
+
"status": "Active",
|
720
|
+
"type": "iOS Distribution",
|
721
|
+
"distributionMethod": "store",
|
722
|
+
"proProPlatform": "ios",
|
723
|
+
"version": "2",
|
724
|
+
"dateExpire": "2015-11-25",
|
725
|
+
"managingApp": null,
|
726
|
+
"deviceIds": [],
|
727
|
+
"certificateIds": [],
|
728
|
+
"UUID": "6e8ef821-f687-4ac3-815d-31712d1dbda3"
|
729
|
+
},
|
730
|
+
{
|
731
|
+
"provisioningProfileId": "2DJ685GS6S",
|
732
|
+
"name": "net.sunapps.* AppStore",
|
733
|
+
"status": "Active",
|
734
|
+
"type": "iOS Distribution",
|
735
|
+
"distributionMethod": "store",
|
736
|
+
"proProPlatform": "ios",
|
737
|
+
"version": "2",
|
738
|
+
"dateExpire": "2015-11-25",
|
739
|
+
"managingApp": null,
|
740
|
+
"deviceIds": [],
|
741
|
+
"certificateIds": [],
|
742
|
+
"UUID": "184df3ee-bcc7-4cdc-86db-44edf9e53039"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"provisioningProfileId": "XCSJ6G8972",
|
746
|
+
"name": "1 Gut Altentann AppStore",
|
747
|
+
"status": "Active",
|
748
|
+
"type": "iOS Distribution",
|
749
|
+
"distributionMethod": "store",
|
750
|
+
"proProPlatform": "ios",
|
751
|
+
"version": "2",
|
752
|
+
"dateExpire": "2015-11-25",
|
753
|
+
"managingApp": null,
|
754
|
+
"deviceIds": [],
|
755
|
+
"certificateIds": [],
|
756
|
+
"UUID": "662c2320-a097-4b04-82b3-c23ba4330493"
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"provisioningProfileId": "96P76K72DA",
|
760
|
+
"name": "net.sunapps.177 AppStore",
|
761
|
+
"status": "Active",
|
762
|
+
"type": "iOS Distribution",
|
763
|
+
"distributionMethod": "store",
|
764
|
+
"proProPlatform": "ios",
|
765
|
+
"version": "2",
|
766
|
+
"dateExpire": "2016-02-10",
|
767
|
+
"managingApp": null,
|
768
|
+
"deviceIds": [],
|
769
|
+
"certificateIds": [],
|
770
|
+
"UUID": "5a0963c1-44f3-45f9-b04a-a36ab2087c6a"
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"provisioningProfileId": "3M9G9692ST",
|
774
|
+
"name": "117 Heurigenweingut AppStore",
|
775
|
+
"status": "Active",
|
776
|
+
"type": "iOS Distribution",
|
777
|
+
"distributionMethod": "store",
|
778
|
+
"proProPlatform": "ios",
|
779
|
+
"version": "2",
|
780
|
+
"dateExpire": "2016-02-10",
|
781
|
+
"managingApp": null,
|
782
|
+
"deviceIds": [],
|
783
|
+
"certificateIds": [],
|
784
|
+
"UUID": "91b5da01-887d-4af8-a6f6-d444d4691447"
|
785
|
+
},
|
786
|
+
{
|
787
|
+
"provisioningProfileId": "72R8RXWT5V",
|
788
|
+
"name": "XC: net.sunapps.117",
|
789
|
+
"status": "Active",
|
790
|
+
"type": "iOS Distribution",
|
791
|
+
"distributionMethod": "store",
|
792
|
+
"proProPlatform": "ios",
|
793
|
+
"version": "2",
|
794
|
+
"dateExpire": "2016-02-10",
|
795
|
+
"managingApp": null,
|
796
|
+
"deviceIds": [],
|
797
|
+
"certificateIds": [],
|
798
|
+
"UUID": "f6c7ef6a-f148-4a49-85e6-abeb2532f967"
|
799
|
+
},
|
800
|
+
{
|
801
|
+
"provisioningProfileId": "E74AF4UVXR",
|
802
|
+
"name": "delete.me.please AppStore",
|
803
|
+
"status": "Active",
|
804
|
+
"type": "iOS Distribution",
|
805
|
+
"distributionMethod": "store",
|
806
|
+
"proProPlatform": "ios",
|
807
|
+
"version": "2",
|
808
|
+
"dateExpire": "2016-02-10",
|
809
|
+
"managingApp": null,
|
810
|
+
"deviceIds": [],
|
811
|
+
"certificateIds": [],
|
812
|
+
"UUID": "58ce5b78-15f8-4ceb-83f1-a29f6c4d066f"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"provisioningProfileId": "4CL9REWAG5",
|
816
|
+
"name": "net.sunapps.9 Development",
|
817
|
+
"status": "Active",
|
818
|
+
"type": "iOS Development",
|
819
|
+
"distributionMethod": "limited",
|
820
|
+
"proProPlatform": "ios",
|
821
|
+
"version": "2",
|
822
|
+
"dateExpire": "2016-03-05",
|
823
|
+
"managingApp": null,
|
824
|
+
"deviceIds": [],
|
825
|
+
"certificateIds": [],
|
826
|
+
"UUID": "34b221d4-31aa-4e55-9ea1-e5fac4f7ff8c"
|
827
|
+
}
|
828
|
+
]
|
829
|
+
}
|