Skip to content

Commit 81da59b

Browse files
committed
check if we can add icloud to identifier capability
1 parent 525d276 commit 81da59b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ platform :ios do
125125
end
126126

127127
configure_bundle_id("LoopFollow", "com.#{TEAMID}.LoopFollow", [
128-
Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS
128+
Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS,
129+
Spaceship::ConnectAPI::BundleIdCapability::Type::ICLOUD
129130
])
130131

131132
end

0 commit comments

Comments
 (0)