Skip to content

Commit

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

0 comments on commit ab928ff

Please sign in to comment.