From 1d35f151c64aadeebd97a42b690f4f84947f3ac0 Mon Sep 17 00:00:00 2001 From: Vitalii Budnik Date: Mon, 9 Oct 2023 10:10:09 +0300 Subject: [PATCH] chore: add device accessor to profile.rb --- spaceship/lib/spaceship/connect_api/models/profile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spaceship/lib/spaceship/connect_api/models/profile.rb b/spaceship/lib/spaceship/connect_api/models/profile.rb index e5acd2321ae..a2ed3a2306d 100644 --- a/spaceship/lib/spaceship/connect_api/models/profile.rb +++ b/spaceship/lib/spaceship/connect_api/models/profile.rb @@ -15,6 +15,7 @@ class Profile attr_accessor :bundle_id attr_accessor :certificates + attr_accessor :devices attr_mapping({ "name" => "name",