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,71 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-25T00:02:42Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "21bcfffa-90cb-4e2b-8143-a20dca8a60b5",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 100,
|
14
|
+
"totalRecords": 6,
|
15
|
+
"devices": [
|
16
|
+
{
|
17
|
+
"deviceId": "AAAAAAAAAA",
|
18
|
+
"name": "Felix's iPhone",
|
19
|
+
"deviceNumber": "a03b816861e89fac0a4da5884cb9d2f01bd5641e",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c",
|
22
|
+
"model": "iPhone 5 (Model A1428)",
|
23
|
+
"deviceClass": "iphone"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"deviceId": "BBBBBBBBBB",
|
27
|
+
"name": "Stefan's iPhone",
|
28
|
+
"deviceNumber": "e5814abb3b1d92087d48b64f375d8e7694932c39",
|
29
|
+
"devicePlatform": "ios",
|
30
|
+
"status": "c",
|
31
|
+
"model": "iPhone 6",
|
32
|
+
"deviceClass": "iphone"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"deviceId": "CCCCCCCCCC",
|
36
|
+
"name": "Personal iPhone",
|
37
|
+
"deviceNumber": "97467684eb8dfa3c6d272eac3890dab0d001c706",
|
38
|
+
"devicePlatform": "ios",
|
39
|
+
"status": "c",
|
40
|
+
"model": null,
|
41
|
+
"deviceClass": "ipod"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"deviceId": "DDDDDDDDDD",
|
45
|
+
"name": "iPhone",
|
46
|
+
"deviceNumber": "51dda99a3efe92ffc7d8e9dfe4ca4d2fb94ae509",
|
47
|
+
"devicePlatform": "ios",
|
48
|
+
"status": "c",
|
49
|
+
"model": "iPhone 4 GSM",
|
50
|
+
"deviceClass": "iphone"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"deviceId": "DISABLED_A",
|
54
|
+
"name": "Old iPhone",
|
55
|
+
"deviceNumber": "b3ff6a598170b6de4b616af6613661fc2802c233",
|
56
|
+
"devicePlatform": "ios",
|
57
|
+
"status": "r",
|
58
|
+
"model": "iPhone 5",
|
59
|
+
"deviceClass": "iphone"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"deviceId": "DISABLED_B",
|
63
|
+
"name": "Old iPod",
|
64
|
+
"deviceNumber": "44ee59893cb94ead4635743b25012e5b9f8c67c1",
|
65
|
+
"devicePlatform": "ios",
|
66
|
+
"status": "r",
|
67
|
+
"model": "iPod touch",
|
68
|
+
"deviceClass": "ipod"
|
69
|
+
}
|
70
|
+
]
|
71
|
+
}
|
@@ -0,0 +1,65 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-24T16:37:32Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "881a1f34-bc13-425b-ae18-9f4f8fb40aaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 8,
|
14
|
+
"totalRecords": 9,
|
15
|
+
"httpResponseHeaders": null,
|
16
|
+
"devices": [{
|
17
|
+
"deviceId": "9T5RA84AAA",
|
18
|
+
"name": "Felix Krause's iPhone 6",
|
19
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c"
|
22
|
+
}, {
|
23
|
+
"deviceId": "L4378H2AAA",
|
24
|
+
"name": "Felix's iPad",
|
25
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
26
|
+
"devicePlatform": "ios",
|
27
|
+
"status": "c"
|
28
|
+
}, {
|
29
|
+
"deviceId": "LEL449RAAA",
|
30
|
+
"name": "4s",
|
31
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
32
|
+
"devicePlatform": "ios",
|
33
|
+
"status": "c"
|
34
|
+
}, {
|
35
|
+
"deviceId": "S4227Y4AAA",
|
36
|
+
"name": "Simon iOS",
|
37
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
38
|
+
"devicePlatform": "ios",
|
39
|
+
"status": "c"
|
40
|
+
}, {
|
41
|
+
"deviceId": "5YTNZ5AAAA",
|
42
|
+
"name": "iPhone 4S",
|
43
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
44
|
+
"devicePlatform": "ios",
|
45
|
+
"status": "c"
|
46
|
+
}, {
|
47
|
+
"deviceId": "WXQ7V239BE",
|
48
|
+
"name": "iPhone 4s",
|
49
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
50
|
+
"devicePlatform": "ios",
|
51
|
+
"status": "c"
|
52
|
+
}, {
|
53
|
+
"deviceId": "9K3WR66AAA",
|
54
|
+
"name": "MyName",
|
55
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
56
|
+
"devicePlatform": "ios",
|
57
|
+
"status": "c"
|
58
|
+
}, {
|
59
|
+
"deviceId": "GD25LDGAAA",
|
60
|
+
"name": "iPhonekajsdf",
|
61
|
+
"deviceNumber": "aaabbbccccddddaaabbb",
|
62
|
+
"devicePlatform": "ios",
|
63
|
+
"status": "c"
|
64
|
+
}]
|
65
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-24T16:37:33Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "558ba377-d979-45c6-b2f8-ee6d2d692aaa",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": true,
|
12
|
+
"pageNumber": 2,
|
13
|
+
"pageSize": 8,
|
14
|
+
"totalRecords": 9,
|
15
|
+
"httpResponseHeaders": null,
|
16
|
+
"devices": [{
|
17
|
+
"deviceId": "XJXGVS4AAAA",
|
18
|
+
"name": "The last phone",
|
19
|
+
"deviceNumber": "4c24a7ee5c8674847f49b4fb2d87483053faaaaa",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c"
|
22
|
+
}]
|
23
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-25T00:02:42Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "21bcfffa-90cb-4e2b-8143-a20dca8a60b5",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 100,
|
14
|
+
"totalRecords": 1,
|
15
|
+
"devices": [
|
16
|
+
{
|
17
|
+
"deviceId": "EEEEEEEEEE",
|
18
|
+
"name": "Tracy's Apple TV",
|
19
|
+
"deviceNumber": "8defe35b2cad44affacabd124834acbd8746ff34",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c",
|
22
|
+
"model": "The new Apple TV",
|
23
|
+
"deviceClass": "tvOS"
|
24
|
+
}
|
25
|
+
]
|
26
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-25T00:02:42Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "21bcfffa-90cb-4e2b-8143-a20dca8a60b5",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 100,
|
14
|
+
"totalRecords": 1,
|
15
|
+
"devices": [
|
16
|
+
{
|
17
|
+
"deviceId": "FFFFFFFFFF",
|
18
|
+
"name": "Tracy's Watch",
|
19
|
+
"deviceNumber": "8defe35b2cad44aff7d8e9dfe4ca4d2fb94ae509",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c",
|
22
|
+
"model": "Apple Watch 38mm",
|
23
|
+
"deviceClass": "watch"
|
24
|
+
}
|
25
|
+
]
|
26
|
+
}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-25T00:02:42Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "21bcfffa-90cb-4e2b-8143-a20dca8a60b5",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 100,
|
14
|
+
"totalRecords": 3,
|
15
|
+
"devices": [
|
16
|
+
{
|
17
|
+
"deviceId": "AAAAAAAAAA",
|
18
|
+
"name": "Felix's iPhone",
|
19
|
+
"deviceNumber": "a03b816861e89fac0a4da5884cb9d2f01bd5641e",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c",
|
22
|
+
"model": "iPhone 5 (Model A1428)",
|
23
|
+
"deviceClass": "iphone"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"deviceId": "BBBBBBBBBB",
|
27
|
+
"name": "Stefan's iPhone",
|
28
|
+
"deviceNumber": "e5814abb3b1d92087d48b64f375d8e7694932c39",
|
29
|
+
"devicePlatform": "ios",
|
30
|
+
"status": "c",
|
31
|
+
"model": "iPhone 6",
|
32
|
+
"deviceClass": "iphone"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"deviceId": "DDDDDDDDDD",
|
36
|
+
"name": "iPhone",
|
37
|
+
"deviceNumber": "51dda99a3efe92ffc7d8e9dfe4ca4d2fb94ae509",
|
38
|
+
"devicePlatform": "ios",
|
39
|
+
"status": "c",
|
40
|
+
"model": "iPhone 4 GSM",
|
41
|
+
"deviceClass": "iphone"
|
42
|
+
}
|
43
|
+
]
|
44
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-04-25T00:02:42Z",
|
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/device/listDevices.action",
|
8
|
+
"responseId": "21bcfffa-90cb-4e2b-8143-a20dca8a60b5",
|
9
|
+
"isAdmin": true,
|
10
|
+
"isMember": false,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 100,
|
14
|
+
"totalRecords": 1,
|
15
|
+
"devices": [
|
16
|
+
{
|
17
|
+
"deviceId": "CCCCCCCCCC",
|
18
|
+
"name": "Personal iPhone",
|
19
|
+
"deviceNumber": "97467684eb8dfa3c6d272eac3890dab0d001c706",
|
20
|
+
"devicePlatform": "ios",
|
21
|
+
"status": "c",
|
22
|
+
"model": null,
|
23
|
+
"deviceClass": "ipod"
|
24
|
+
}
|
25
|
+
]
|
26
|
+
}
|
@@ -0,0 +1,126 @@
|
|
1
|
+
{
|
2
|
+
"creationTimestamp": "2015-05-14T14:55:57Z",
|
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/listProvisioningProfiles.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": "b9ca036d-ed62-4cf0-948f-fdd4722b2702",
|
9
|
+
"isAdmin": false,
|
10
|
+
"isMember": true,
|
11
|
+
"isAgent": false,
|
12
|
+
"pageNumber": 1,
|
13
|
+
"pageSize": 500,
|
14
|
+
"totalRecords": 87,
|
15
|
+
"provisioningProfiles": [
|
16
|
+
{
|
17
|
+
"provisioningProfileId": "PP00000001",
|
18
|
+
"name": "1 Gut Altentann Ad Hoc",
|
19
|
+
"status": "Active",
|
20
|
+
"type": "iOS Distribution",
|
21
|
+
"distributionMethod": "store",
|
22
|
+
"proProPlatform": "ios",
|
23
|
+
"version": "2",
|
24
|
+
"dateExpire": "2015-11-25T01:00:00Z",
|
25
|
+
"managingApp": null,
|
26
|
+
"deviceIds": [
|
27
|
+
|
28
|
+
],
|
29
|
+
"certificateIds": [
|
30
|
+
|
31
|
+
],
|
32
|
+
"UUID": "cc4d542e-1ee6-445f-967f-f19aea167e7a"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"provisioningProfileId": "PP00000002",
|
36
|
+
"name": "1 Gut Altentann AppStore",
|
37
|
+
"status": "Active",
|
38
|
+
"type": "iOS Distribution",
|
39
|
+
"distributionMethod": "store",
|
40
|
+
"proProPlatform": "ios",
|
41
|
+
"version": "2",
|
42
|
+
"dateExpire": "2015-11-25T02:00:00Z",
|
43
|
+
"managingApp": null,
|
44
|
+
"deviceIds": [
|
45
|
+
|
46
|
+
],
|
47
|
+
"certificateIds": [
|
48
|
+
|
49
|
+
],
|
50
|
+
"UUID": "662c2320-a097-4b04-82b3-c23ba4330493"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"provisioningProfileId": "PP00000003",
|
54
|
+
"name": "106 GC Goehrde AppStore",
|
55
|
+
"status": "Active",
|
56
|
+
"type": "iOS Distribution",
|
57
|
+
"distributionMethod": "store",
|
58
|
+
"proProPlatform": "ios",
|
59
|
+
"version": "2",
|
60
|
+
"dateExpire": "2015-11-25T03:00:00Z",
|
61
|
+
"managingApp": null,
|
62
|
+
"deviceIds": [
|
63
|
+
|
64
|
+
],
|
65
|
+
"certificateIds": [
|
66
|
+
|
67
|
+
],
|
68
|
+
"UUID": "e5bd56d9-397a-4323-be71-563b67e69347"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"provisioningProfileId": "PP00000004",
|
72
|
+
"name": "107 GC Lorenzen AppStore tvOS",
|
73
|
+
"status": "Active",
|
74
|
+
"type": "tvOS Distribution",
|
75
|
+
"distributionMethod": "store",
|
76
|
+
"proProPlatform": "ios",
|
77
|
+
"proProSubPlatform": "tvOS",
|
78
|
+
"version": "2",
|
79
|
+
"dateExpire": "2015-11-25T04:00:00Z",
|
80
|
+
"managingApp": null,
|
81
|
+
"deviceIds": [
|
82
|
+
|
83
|
+
],
|
84
|
+
"certificateIds": [
|
85
|
+
|
86
|
+
],
|
87
|
+
"UUID": "05322b38-3c32-42aa-a542-eee7f3c95541"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"provisioningProfileId": "PP00000005",
|
91
|
+
"name": "112 Wombats RC Development",
|
92
|
+
"status": "Active",
|
93
|
+
"type": "iOS Development",
|
94
|
+
"distributionMethod": "limited",
|
95
|
+
"proProPlatform": "ios",
|
96
|
+
"version": "2",
|
97
|
+
"dateExpire": "2015-11-25T05:00:00Z",
|
98
|
+
"managingApp": null,
|
99
|
+
"deviceIds": [
|
100
|
+
|
101
|
+
],
|
102
|
+
"certificateIds": [
|
103
|
+
|
104
|
+
],
|
105
|
+
"UUID": "1ed1c04b-43c9-4afe-9133-d8c8a36a5b59"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"provisioningProfileId": "PP00000006",
|
109
|
+
"name": "delete.me.please AppStore",
|
110
|
+
"status": "Active",
|
111
|
+
"type": "iOS Distribution",
|
112
|
+
"distributionMethod": "store",
|
113
|
+
"proProPlatform": "ios",
|
114
|
+
"version": "2",
|
115
|
+
"dateExpire": "2016-02-10T00:00:00Z",
|
116
|
+
"managingApp": null,
|
117
|
+
"deviceIds": [
|
118
|
+
|
119
|
+
],
|
120
|
+
"certificateIds": [
|
121
|
+
|
122
|
+
],
|
123
|
+
"UUID": "58ce5b78-15f8-4ceb-83f1-a29f6c4d066f"
|
124
|
+
}
|
125
|
+
]
|
126
|
+
}
|
@@ -0,0 +1,597 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>provisioningProfiles</key>
|
6
|
+
<array>
|
7
|
+
<dict>
|
8
|
+
<key>provisioningProfileId</key>
|
9
|
+
<string>PP00000001</string>
|
10
|
+
<key>name</key>
|
11
|
+
<string>1 Gut Altentann Ad Hoc</string>
|
12
|
+
<key>status</key>
|
13
|
+
<string>Active</string>
|
14
|
+
<key>type</key>
|
15
|
+
<string>iOS Distribution</string>
|
16
|
+
<key>distributionMethod</key>
|
17
|
+
<string>store</string>
|
18
|
+
<key>proProPlatform</key>
|
19
|
+
<string>ios</string>
|
20
|
+
<key>UUID</key>
|
21
|
+
<string>3f199055-3b95-485e-8a45-bd24b884586c</string>
|
22
|
+
<key>version</key>
|
23
|
+
<string>3</string>
|
24
|
+
<key>dateExpire</key>
|
25
|
+
<date>2018-02-17T16:07:15Z</date>
|
26
|
+
<key>appId</key>
|
27
|
+
<dict>
|
28
|
+
<key>appIdId</key>
|
29
|
+
<string>U2KGR6ZZ88</string>
|
30
|
+
<key>name</key>
|
31
|
+
<string>Fabricio Devtoolio Test 2</string>
|
32
|
+
<key>appIdPlatform</key>
|
33
|
+
<string>ios</string>
|
34
|
+
<key>prefix</key>
|
35
|
+
<string>47C5778P4P</string>
|
36
|
+
<key>identifier</key>
|
37
|
+
<string>com.fabricio.devtoolio.test2</string>
|
38
|
+
<key>isWildCard</key>
|
39
|
+
<false/>
|
40
|
+
<key>isDuplicate</key>
|
41
|
+
<false/>
|
42
|
+
<key>features</key>
|
43
|
+
<dict>
|
44
|
+
<key>push</key>
|
45
|
+
<true/>
|
46
|
+
<key>iCloud</key>
|
47
|
+
<false/>
|
48
|
+
<key>inAppPurchase</key>
|
49
|
+
<true/>
|
50
|
+
<key>gameCenter</key>
|
51
|
+
<true/>
|
52
|
+
<key>LPLF93JG7M</key>
|
53
|
+
<false/>
|
54
|
+
<key>passbook</key>
|
55
|
+
<false/>
|
56
|
+
<key>IAD53UNK2F</key>
|
57
|
+
<false/>
|
58
|
+
<key>V66P55NK2I</key>
|
59
|
+
<false/>
|
60
|
+
<key>dataProtection</key>
|
61
|
+
<string/>
|
62
|
+
<key>SKC3T5S89Y</key>
|
63
|
+
<false/>
|
64
|
+
<key>APG3427HIY</key>
|
65
|
+
<false/>
|
66
|
+
<key>HK421J6T7P</key>
|
67
|
+
<false/>
|
68
|
+
<key>homeKit</key>
|
69
|
+
<false/>
|
70
|
+
<key>WC421J6T7P</key>
|
71
|
+
<false/>
|
72
|
+
<key>cloudKitVersion</key>
|
73
|
+
<integer>1</integer>
|
74
|
+
</dict>
|
75
|
+
<key>enabledFeatures</key>
|
76
|
+
<array>
|
77
|
+
<string>gameCenter</string>
|
78
|
+
<string>inAppPurchase</string>
|
79
|
+
<string>push</string>
|
80
|
+
</array>
|
81
|
+
<key>isDevPushEnabled</key>
|
82
|
+
<false/>
|
83
|
+
<key>isProdPushEnabled</key>
|
84
|
+
<false/>
|
85
|
+
</dict>
|
86
|
+
<key>appIdId</key>
|
87
|
+
<string>U2KGR6ZZ88</string>
|
88
|
+
<key>devices</key>
|
89
|
+
<array/>
|
90
|
+
<key>deviceIds</key>
|
91
|
+
<array/>
|
92
|
+
<key>certificates</key>
|
93
|
+
<array/>
|
94
|
+
<key>certificateIds</key>
|
95
|
+
<array/>
|
96
|
+
<key>isTemplateProfile</key>
|
97
|
+
<false/>
|
98
|
+
<key>isTeamProfile</key>
|
99
|
+
<false/>
|
100
|
+
<key>isFreeProvisioningProfile</key>
|
101
|
+
<false/>
|
102
|
+
</dict>
|
103
|
+
<dict>
|
104
|
+
<key>provisioningProfileId</key>
|
105
|
+
<string>CV9G8F3L2J</string>
|
106
|
+
<key>name</key>
|
107
|
+
<string>match Development com.mikefurtak.SingleViewGoogle</string>
|
108
|
+
<key>status</key>
|
109
|
+
<string>Active</string>
|
110
|
+
<key>type</key>
|
111
|
+
<string>iOS Development</string>
|
112
|
+
<key>distributionMethod</key>
|
113
|
+
<string>limited</string>
|
114
|
+
<key>proProPlatform</key>
|
115
|
+
<string>ios</string>
|
116
|
+
<key>UUID</key>
|
117
|
+
<string>bc80eff9-23bc-4542-a16e-51a673ac9f56</string>
|
118
|
+
<key>version</key>
|
119
|
+
<string>3</string>
|
120
|
+
<key>dateExpire</key>
|
121
|
+
<date>2018-02-13T16:34:46Z</date>
|
122
|
+
<key>appId</key>
|
123
|
+
<dict>
|
124
|
+
<key>appIdId</key>
|
125
|
+
<string>J9AV985ZXR</string>
|
126
|
+
<key>name</key>
|
127
|
+
<string>Single View mfurtak</string>
|
128
|
+
<key>appIdPlatform</key>
|
129
|
+
<string>ios</string>
|
130
|
+
<key>prefix</key>
|
131
|
+
<string>47C5778P4P</string>
|
132
|
+
<key>identifier</key>
|
133
|
+
<string>com.mikefurtak.SingleViewGoogle</string>
|
134
|
+
<key>isWildCard</key>
|
135
|
+
<false/>
|
136
|
+
<key>isDuplicate</key>
|
137
|
+
<false/>
|
138
|
+
<key>features</key>
|
139
|
+
<dict>
|
140
|
+
<key>push</key>
|
141
|
+
<true/>
|
142
|
+
<key>iCloud</key>
|
143
|
+
<false/>
|
144
|
+
<key>inAppPurchase</key>
|
145
|
+
<true/>
|
146
|
+
<key>gameCenter</key>
|
147
|
+
<true/>
|
148
|
+
<key>LPLF93JG7M</key>
|
149
|
+
<false/>
|
150
|
+
<key>passbook</key>
|
151
|
+
<false/>
|
152
|
+
<key>IAD53UNK2F</key>
|
153
|
+
<false/>
|
154
|
+
<key>V66P55NK2I</key>
|
155
|
+
<false/>
|
156
|
+
<key>dataProtection</key>
|
157
|
+
<string/>
|
158
|
+
<key>SKC3T5S89Y</key>
|
159
|
+
<false/>
|
160
|
+
<key>APG3427HIY</key>
|
161
|
+
<false/>
|
162
|
+
<key>HK421J6T7P</key>
|
163
|
+
<false/>
|
164
|
+
<key>homeKit</key>
|
165
|
+
<false/>
|
166
|
+
<key>WC421J6T7P</key>
|
167
|
+
<false/>
|
168
|
+
<key>cloudKitVersion</key>
|
169
|
+
<integer>1</integer>
|
170
|
+
</dict>
|
171
|
+
<key>enabledFeatures</key>
|
172
|
+
<array>
|
173
|
+
<string>gameCenter</string>
|
174
|
+
<string>inAppPurchase</string>
|
175
|
+
<string>push</string>
|
176
|
+
</array>
|
177
|
+
<key>isDevPushEnabled</key>
|
178
|
+
<false/>
|
179
|
+
<key>isProdPushEnabled</key>
|
180
|
+
<false/>
|
181
|
+
</dict>
|
182
|
+
<key>appIdId</key>
|
183
|
+
<string>J9AV985ZXR</string>
|
184
|
+
<key>devices</key>
|
185
|
+
<array/>
|
186
|
+
<key>deviceIds</key>
|
187
|
+
<array/>
|
188
|
+
<key>certificates</key>
|
189
|
+
<array/>
|
190
|
+
<key>certificateIds</key>
|
191
|
+
<array/>
|
192
|
+
<key>isTemplateProfile</key>
|
193
|
+
<false/>
|
194
|
+
<key>isTeamProfile</key>
|
195
|
+
<false/>
|
196
|
+
<key>isFreeProvisioningProfile</key>
|
197
|
+
<false/>
|
198
|
+
</dict>
|
199
|
+
<dict>
|
200
|
+
<key>provisioningProfileId</key>
|
201
|
+
<string>6PBM2NFGA8</string>
|
202
|
+
<key>name</key>
|
203
|
+
<string>match AppStore com.mikefurtak.SingleViewGoogle</string>
|
204
|
+
<key>status</key>
|
205
|
+
<string>Active</string>
|
206
|
+
<key>type</key>
|
207
|
+
<string>iOS Distribution</string>
|
208
|
+
<key>distributionMethod</key>
|
209
|
+
<string>store</string>
|
210
|
+
<key>proProPlatform</key>
|
211
|
+
<string>ios</string>
|
212
|
+
<key>UUID</key>
|
213
|
+
<string>bd008232-e664-42c1-8a8a-5580b47f7edd</string>
|
214
|
+
<key>version</key>
|
215
|
+
<string>3</string>
|
216
|
+
<key>dateExpire</key>
|
217
|
+
<date>2018-02-16T15:36:48Z</date>
|
218
|
+
<key>appId</key>
|
219
|
+
<dict>
|
220
|
+
<key>appIdId</key>
|
221
|
+
<string>J9AV985ZXR</string>
|
222
|
+
<key>name</key>
|
223
|
+
<string>Single View mfurtak</string>
|
224
|
+
<key>appIdPlatform</key>
|
225
|
+
<string>ios</string>
|
226
|
+
<key>prefix</key>
|
227
|
+
<string>47C5778P4P</string>
|
228
|
+
<key>identifier</key>
|
229
|
+
<string>com.mikefurtak.SingleViewGoogle</string>
|
230
|
+
<key>isWildCard</key>
|
231
|
+
<false/>
|
232
|
+
<key>isDuplicate</key>
|
233
|
+
<false/>
|
234
|
+
<key>features</key>
|
235
|
+
<dict>
|
236
|
+
<key>push</key>
|
237
|
+
<true/>
|
238
|
+
<key>iCloud</key>
|
239
|
+
<false/>
|
240
|
+
<key>inAppPurchase</key>
|
241
|
+
<true/>
|
242
|
+
<key>gameCenter</key>
|
243
|
+
<true/>
|
244
|
+
<key>LPLF93JG7M</key>
|
245
|
+
<false/>
|
246
|
+
<key>passbook</key>
|
247
|
+
<false/>
|
248
|
+
<key>IAD53UNK2F</key>
|
249
|
+
<false/>
|
250
|
+
<key>V66P55NK2I</key>
|
251
|
+
<false/>
|
252
|
+
<key>dataProtection</key>
|
253
|
+
<string/>
|
254
|
+
<key>SKC3T5S89Y</key>
|
255
|
+
<false/>
|
256
|
+
<key>APG3427HIY</key>
|
257
|
+
<false/>
|
258
|
+
<key>HK421J6T7P</key>
|
259
|
+
<false/>
|
260
|
+
<key>homeKit</key>
|
261
|
+
<false/>
|
262
|
+
<key>WC421J6T7P</key>
|
263
|
+
<false/>
|
264
|
+
<key>cloudKitVersion</key>
|
265
|
+
<integer>1</integer>
|
266
|
+
</dict>
|
267
|
+
<key>enabledFeatures</key>
|
268
|
+
<array>
|
269
|
+
<string>gameCenter</string>
|
270
|
+
<string>inAppPurchase</string>
|
271
|
+
<string>push</string>
|
272
|
+
</array>
|
273
|
+
<key>isDevPushEnabled</key>
|
274
|
+
<false/>
|
275
|
+
<key>isProdPushEnabled</key>
|
276
|
+
<false/>
|
277
|
+
</dict>
|
278
|
+
<key>appIdId</key>
|
279
|
+
<string>J9AV985ZXR</string>
|
280
|
+
<key>devices</key>
|
281
|
+
<array/>
|
282
|
+
<key>deviceIds</key>
|
283
|
+
<array/>
|
284
|
+
<key>certificates</key>
|
285
|
+
<array/>
|
286
|
+
<key>certificateIds</key>
|
287
|
+
<array/>
|
288
|
+
<key>isTemplateProfile</key>
|
289
|
+
<false/>
|
290
|
+
<key>isTeamProfile</key>
|
291
|
+
<false/>
|
292
|
+
<key>isFreeProvisioningProfile</key>
|
293
|
+
<false/>
|
294
|
+
</dict>
|
295
|
+
<dict>
|
296
|
+
<key>provisioningProfileId</key>
|
297
|
+
<string>LT39935PX7</string>
|
298
|
+
<key>name</key>
|
299
|
+
<string>iOS Team Provisioning Profile: *</string>
|
300
|
+
<key>status</key>
|
301
|
+
<string>Invalid</string>
|
302
|
+
<key>type</key>
|
303
|
+
<string>iOS Development</string>
|
304
|
+
<key>distributionMethod</key>
|
305
|
+
<string>limited</string>
|
306
|
+
<key>proProPlatform</key>
|
307
|
+
<string>ios</string>
|
308
|
+
<key>UUID</key>
|
309
|
+
<string>e8461271-98ba-4a7d-9c96-a945eeaafb4b</string>
|
310
|
+
<key>version</key>
|
311
|
+
<string>2</string>
|
312
|
+
<key>dateExpire</key>
|
313
|
+
<date>2017-10-28T18:54:42Z</date>
|
314
|
+
<key>managingApp</key>
|
315
|
+
<string>Xcode</string>
|
316
|
+
<key>appId</key>
|
317
|
+
<dict>
|
318
|
+
<key>appIdId</key>
|
319
|
+
<string>5C6FAF55LW</string>
|
320
|
+
<key>name</key>
|
321
|
+
<string>XC Wildcard</string>
|
322
|
+
<key>appIdPlatform</key>
|
323
|
+
<string>ios</string>
|
324
|
+
<key>prefix</key>
|
325
|
+
<string>47C5778P4P</string>
|
326
|
+
<key>identifier</key>
|
327
|
+
<string>*</string>
|
328
|
+
<key>isWildCard</key>
|
329
|
+
<true/>
|
330
|
+
<key>isDuplicate</key>
|
331
|
+
<false/>
|
332
|
+
<key>features</key>
|
333
|
+
<dict>
|
334
|
+
<key>push</key>
|
335
|
+
<false/>
|
336
|
+
<key>iCloud</key>
|
337
|
+
<false/>
|
338
|
+
<key>inAppPurchase</key>
|
339
|
+
<false/>
|
340
|
+
<key>gameCenter</key>
|
341
|
+
<false/>
|
342
|
+
<key>LPLF93JG7M</key>
|
343
|
+
<false/>
|
344
|
+
<key>passbook</key>
|
345
|
+
<false/>
|
346
|
+
<key>IAD53UNK2F</key>
|
347
|
+
<false/>
|
348
|
+
<key>V66P55NK2I</key>
|
349
|
+
<false/>
|
350
|
+
<key>dataProtection</key>
|
351
|
+
<string/>
|
352
|
+
<key>SKC3T5S89Y</key>
|
353
|
+
<false/>
|
354
|
+
<key>APG3427HIY</key>
|
355
|
+
<false/>
|
356
|
+
<key>HK421J6T7P</key>
|
357
|
+
<false/>
|
358
|
+
<key>homeKit</key>
|
359
|
+
<false/>
|
360
|
+
<key>WC421J6T7P</key>
|
361
|
+
<false/>
|
362
|
+
<key>cloudKitVersion</key>
|
363
|
+
<integer>1</integer>
|
364
|
+
</dict>
|
365
|
+
<key>isDevPushEnabled</key>
|
366
|
+
<false/>
|
367
|
+
<key>isProdPushEnabled</key>
|
368
|
+
<false/>
|
369
|
+
</dict>
|
370
|
+
<key>appIdId</key>
|
371
|
+
<string>5C6FAF55LW</string>
|
372
|
+
<key>devices</key>
|
373
|
+
<array/>
|
374
|
+
<key>deviceIds</key>
|
375
|
+
<array/>
|
376
|
+
<key>certificates</key>
|
377
|
+
<array/>
|
378
|
+
<key>certificateIds</key>
|
379
|
+
<array/>
|
380
|
+
<key>isTemplateProfile</key>
|
381
|
+
<false/>
|
382
|
+
<key>isTeamProfile</key>
|
383
|
+
<true/>
|
384
|
+
<key>isFreeProvisioningProfile</key>
|
385
|
+
<false/>
|
386
|
+
</dict>
|
387
|
+
<dict>
|
388
|
+
<key>provisioningProfileId</key>
|
389
|
+
<string>A7GFPYQ6J3</string>
|
390
|
+
<key>name</key>
|
391
|
+
<string>iOS Team Provisioning Profile: tools.fastlane.dogfood.*</string>
|
392
|
+
<key>status</key>
|
393
|
+
<string>Invalid</string>
|
394
|
+
<key>type</key>
|
395
|
+
<string>iOS Development</string>
|
396
|
+
<key>distributionMethod</key>
|
397
|
+
<string>limited</string>
|
398
|
+
<key>proProPlatform</key>
|
399
|
+
<string>ios</string>
|
400
|
+
<key>UUID</key>
|
401
|
+
<string>06c234c6-a4fb-4b45-b7fa-08b315029720</string>
|
402
|
+
<key>version</key>
|
403
|
+
<string>2</string>
|
404
|
+
<key>dateExpire</key>
|
405
|
+
<date>2017-10-25T19:34:58Z</date>
|
406
|
+
<key>managingApp</key>
|
407
|
+
<string>Xcode</string>
|
408
|
+
<key>appId</key>
|
409
|
+
<dict>
|
410
|
+
<key>appIdId</key>
|
411
|
+
<string>C46T292S6D</string>
|
412
|
+
<key>name</key>
|
413
|
+
<string>Fastlane dogfood test apps</string>
|
414
|
+
<key>appIdPlatform</key>
|
415
|
+
<string>ios</string>
|
416
|
+
<key>prefix</key>
|
417
|
+
<string>47C5778P4P</string>
|
418
|
+
<key>identifier</key>
|
419
|
+
<string>tools.fastlane.dogfood.*</string>
|
420
|
+
<key>isWildCard</key>
|
421
|
+
<true/>
|
422
|
+
<key>isDuplicate</key>
|
423
|
+
<false/>
|
424
|
+
<key>features</key>
|
425
|
+
<dict>
|
426
|
+
<key>push</key>
|
427
|
+
<false/>
|
428
|
+
<key>iCloud</key>
|
429
|
+
<false/>
|
430
|
+
<key>inAppPurchase</key>
|
431
|
+
<false/>
|
432
|
+
<key>gameCenter</key>
|
433
|
+
<false/>
|
434
|
+
<key>LPLF93JG7M</key>
|
435
|
+
<false/>
|
436
|
+
<key>passbook</key>
|
437
|
+
<false/>
|
438
|
+
<key>IAD53UNK2F</key>
|
439
|
+
<false/>
|
440
|
+
<key>V66P55NK2I</key>
|
441
|
+
<false/>
|
442
|
+
<key>dataProtection</key>
|
443
|
+
<string/>
|
444
|
+
<key>SKC3T5S89Y</key>
|
445
|
+
<false/>
|
446
|
+
<key>APG3427HIY</key>
|
447
|
+
<false/>
|
448
|
+
<key>HK421J6T7P</key>
|
449
|
+
<false/>
|
450
|
+
<key>homeKit</key>
|
451
|
+
<false/>
|
452
|
+
<key>WC421J6T7P</key>
|
453
|
+
<false/>
|
454
|
+
<key>cloudKitVersion</key>
|
455
|
+
<integer>1</integer>
|
456
|
+
</dict>
|
457
|
+
<key>isDevPushEnabled</key>
|
458
|
+
<false/>
|
459
|
+
<key>isProdPushEnabled</key>
|
460
|
+
<false/>
|
461
|
+
</dict>
|
462
|
+
<key>appIdId</key>
|
463
|
+
<string>C46T292S6D</string>
|
464
|
+
<key>devices</key>
|
465
|
+
<array/>
|
466
|
+
<key>deviceIds</key>
|
467
|
+
<array/>
|
468
|
+
<key>certificates</key>
|
469
|
+
<array/>
|
470
|
+
<key>certificateIds</key>
|
471
|
+
<array/>
|
472
|
+
<key>isTemplateProfile</key>
|
473
|
+
<false/>
|
474
|
+
<key>isTeamProfile</key>
|
475
|
+
<true/>
|
476
|
+
<key>isFreeProvisioningProfile</key>
|
477
|
+
<false/>
|
478
|
+
</dict>
|
479
|
+
<dict>
|
480
|
+
<key>provisioningProfileId</key>
|
481
|
+
<string>JD3N57D5A7</string>
|
482
|
+
<key>name</key>
|
483
|
+
<string>iOS Team Provisioning Profile: com.github.m-schmidt.kraftstoffz</string>
|
484
|
+
<key>status</key>
|
485
|
+
<string>Invalid</string>
|
486
|
+
<key>type</key>
|
487
|
+
<string>iOS Development</string>
|
488
|
+
<key>distributionMethod</key>
|
489
|
+
<string>limited</string>
|
490
|
+
<key>proProPlatform</key>
|
491
|
+
<string>ios</string>
|
492
|
+
<key>UUID</key>
|
493
|
+
<string>4d4d0cdd-7d29-43da-bd63-a15b3e01e8bb</string>
|
494
|
+
<key>version</key>
|
495
|
+
<string>2</string>
|
496
|
+
<key>dateExpire</key>
|
497
|
+
<date>2017-09-06T19:58:29Z</date>
|
498
|
+
<key>managingApp</key>
|
499
|
+
<string>Xcode</string>
|
500
|
+
<key>appId</key>
|
501
|
+
<dict>
|
502
|
+
<key>appIdId</key>
|
503
|
+
<string>J3L66X5978</string>
|
504
|
+
<key>name</key>
|
505
|
+
<string>XC com github m-schmidt kraftstoffz</string>
|
506
|
+
<key>appIdPlatform</key>
|
507
|
+
<string>ios</string>
|
508
|
+
<key>prefix</key>
|
509
|
+
<string>47C5778P4P</string>
|
510
|
+
<key>identifier</key>
|
511
|
+
<string>com.github.m-schmidt.kraftstoffz</string>
|
512
|
+
<key>isWildCard</key>
|
513
|
+
<false/>
|
514
|
+
<key>isDuplicate</key>
|
515
|
+
<false/>
|
516
|
+
<key>features</key>
|
517
|
+
<dict>
|
518
|
+
<key>push</key>
|
519
|
+
<false/>
|
520
|
+
<key>iCloud</key>
|
521
|
+
<true/>
|
522
|
+
<key>inAppPurchase</key>
|
523
|
+
<true/>
|
524
|
+
<key>gameCenter</key>
|
525
|
+
<true/>
|
526
|
+
<key>LPLF93JG7M</key>
|
527
|
+
<false/>
|
528
|
+
<key>passbook</key>
|
529
|
+
<false/>
|
530
|
+
<key>IAD53UNK2F</key>
|
531
|
+
<false/>
|
532
|
+
<key>V66P55NK2I</key>
|
533
|
+
<false/>
|
534
|
+
<key>dataProtection</key>
|
535
|
+
<string/>
|
536
|
+
<key>SKC3T5S89Y</key>
|
537
|
+
<false/>
|
538
|
+
<key>APG3427HIY</key>
|
539
|
+
<false/>
|
540
|
+
<key>HK421J6T7P</key>
|
541
|
+
<false/>
|
542
|
+
<key>homeKit</key>
|
543
|
+
<false/>
|
544
|
+
<key>WC421J6T7P</key>
|
545
|
+
<false/>
|
546
|
+
<key>cloudKitVersion</key>
|
547
|
+
<integer>2</integer>
|
548
|
+
</dict>
|
549
|
+
<key>enabledFeatures</key>
|
550
|
+
<array>
|
551
|
+
<string>iCloud</string>
|
552
|
+
<string>gameCenter</string>
|
553
|
+
<string>inAppPurchase</string>
|
554
|
+
</array>
|
555
|
+
<key>isDevPushEnabled</key>
|
556
|
+
<false/>
|
557
|
+
<key>isProdPushEnabled</key>
|
558
|
+
<false/>
|
559
|
+
</dict>
|
560
|
+
<key>appIdId</key>
|
561
|
+
<string>J3L66X5978</string>
|
562
|
+
<key>devices</key>
|
563
|
+
<array/>
|
564
|
+
<key>deviceIds</key>
|
565
|
+
<array/>
|
566
|
+
<key>certificates</key>
|
567
|
+
<array/>
|
568
|
+
<key>certificateIds</key>
|
569
|
+
<array/>
|
570
|
+
<key>isTemplateProfile</key>
|
571
|
+
<false/>
|
572
|
+
<key>isTeamProfile</key>
|
573
|
+
<true/>
|
574
|
+
<key>isFreeProvisioningProfile</key>
|
575
|
+
<false/>
|
576
|
+
</dict>
|
577
|
+
</array>
|
578
|
+
<key>creationTimestamp</key>
|
579
|
+
<string>2017-02-24T18:51:30Z</string>
|
580
|
+
<key>resultCode</key>
|
581
|
+
<integer>0</integer>
|
582
|
+
<key>userLocale</key>
|
583
|
+
<string>en_US</string>
|
584
|
+
<key>protocolVersion</key>
|
585
|
+
<string>QH65B2</string>
|
586
|
+
<key>requestUrl</key>
|
587
|
+
<string>https://developerservices2.apple.com:443/services/QH65B2/ios/listProvisioningProfiles.action?includeInactiveProfiles=true&onlyCountLists=true&teamId=47C5778P4P</string>
|
588
|
+
<key>responseId</key>
|
589
|
+
<string>fde39017-7efb-48c7-b9ed-7df5f80cd42b</string>
|
590
|
+
<key>pageNumber</key>
|
591
|
+
<integer>0</integer>
|
592
|
+
<key>pageSize</key>
|
593
|
+
<integer>0</integer>
|
594
|
+
<key>totalRecords</key>
|
595
|
+
<integer>6</integer>
|
596
|
+
</dict>
|
597
|
+
</plist>
|