MastodonSDK.xctestplan 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "configurations" : [
  3. {
  4. "id" : "5119353D-C795-4264-89FD-8376D9B144F8",
  5. "name" : "mstdn.jp",
  6. "options" : {
  7. "environmentVariableEntries" : [
  8. {
  9. "key" : "domain",
  10. "value" : "mstdn.jp"
  11. }
  12. ]
  13. }
  14. },
  15. {
  16. "id" : "9DA3EAE9-A502-49E9-BC74-5ED71250F4A8",
  17. "name" : "mastodon.social",
  18. "options" : {
  19. "environmentVariableEntries" : [
  20. {
  21. "key" : "domain",
  22. "value" : "mastodon.social"
  23. }
  24. ]
  25. }
  26. },
  27. {
  28. "id" : "C5184AF3-B83B-4A7E-949C-6B1AA3ABE7D1",
  29. "name" : "pawoo.net",
  30. "options" : {
  31. "environmentVariableEntries" : [
  32. {
  33. "key" : "domain",
  34. "value" : "pawoo.net"
  35. }
  36. ]
  37. }
  38. },
  39. {
  40. "id" : "71C5BF3D-A8CE-468B-B22E-E6DA4AD5AF4E",
  41. "name" : "freespeechextremist.com",
  42. "options" : {
  43. "environmentVariableEntries" : [
  44. {
  45. "key" : "domain",
  46. "value" : "freespeechextremist.com"
  47. }
  48. ]
  49. }
  50. },
  51. {
  52. "id" : "C229D9A6-6A83-4AF9-8A71-ADD1AD2AD9D8",
  53. "name" : "mastodon.online",
  54. "options" : {
  55. "environmentVariableEntries" : [
  56. {
  57. "key" : "domain",
  58. "value" : "mastodon.online"
  59. }
  60. ]
  61. }
  62. }
  63. ],
  64. "defaultOptions" : {
  65. },
  66. "testTargets" : [
  67. {
  68. "skippedTests" : [
  69. "MastodonSDKTests\/testCreateAnAnpplication()",
  70. "MastodonSDKTests\/testHomeTimeline()",
  71. "MastodonSDKTests\/testOAuthAuthorize()",
  72. "MastodonSDKTests\/testRetrieveAccountInfo()",
  73. "MastodonSDKTests\/testRevokeToken()",
  74. "MastodonSDKTests\/testUpdateCredentials()",
  75. "MastodonSDKTests\/testVerifyAppCredentials()",
  76. "MastodonSDKTests\/testVerifyCredentials()"
  77. ],
  78. "target" : {
  79. "containerPath" : "container:MastodonSDK",
  80. "identifier" : "MastodonSDKTests",
  81. "name" : "MastodonSDKTests"
  82. }
  83. }
  84. ],
  85. "version" : 1
  86. }