Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 21, 2024
1 parent 22eed16 commit 1723abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platform :ios do
code_sign_identity: "iPhone Distribution",
team_id: "SKRSQZ43AV",
bundle_identifier: "com.codel1417.tailApp",
profile_name: lane_context[SharedValues::SIGH_NAME]
profile_name: lane_context[SharedValues::SIGH_NAME],
profile_uuid: lane_context[SharedValues::SIGH_UUID],
)
sh "flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION "
Expand Down

0 comments on commit 1723abd

Please sign in to comment.