We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525d276 commit 81da59bCopy full SHA for 81da59b
fastlane/Fastfile
@@ -125,7 +125,8 @@ platform :ios do
125
end
126
127
configure_bundle_id("LoopFollow", "com.#{TEAMID}.LoopFollow", [
128
- Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS
+ Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS,
129
+ Spaceship::ConnectAPI::BundleIdCapability::Type::ICLOUD
130
])
131
132
0 commit comments