Parcourir la source

with fastlane 2.231.0, can add PUSH_NOTIFICATIONS to Identifier

marionbarker il y a 6 mois
Parent
commit
4e507acdc4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -125,6 +125,7 @@ platform :ios do
     end
 
     configure_bundle_id("LoopFollow", "com.#{TEAMID}.LoopFollow", [
+      Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS
     ])
     
   end