Skip to content

Commit

Permalink
Fix Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m authored Sep 3, 2024
1 parent 6c77916 commit 30b79b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FASTLANE_KEY = ENV["FASTLANE_KEY"]
DEVICE_NAME = ENV["DEVICE_NAME"]
DEVICE_ID = ENV["DEVICE_ID"]
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"
APP_IDENTIFIER = "ru.artpancreas.$(DEVELOPMENT_TEAM).FreeAPS"
APP_IDENTIFIER = "ru.artpancreas.#{TEAMID}.FreeAPS"

platform :ios do
desc "Build iAPS"
Expand Down

0 comments on commit 30b79b7

Please sign in to comment.