ソースを参照

with fastlane 2.231.0, can add PUSH_NOTIFICATIONS to Identifier

marionbarker 6 ヶ月 前
コミット
4e507acdc4
1 ファイル変更1 行追加0 行削除
  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