Sfoglia il codice sorgente

with fastlane 2.231.0, can add PUSH_NOTIFICATIONS to Identifier

marionbarker 6 mesi fa
parent
commit
4e507acdc4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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