Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 21, 2024
1 parent 343503a commit 93e2e73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ platform :ios do
readonly: false,
api_key_path:"APPLE_SECRETS.json",
)
update_code_signing_settings(
use_automatic_signing: false,
path: "Runner.xcodeproj",
code_sign_identity: "iPhone Distribution",
entitlements_file_path: "Runner.entitlements"
)
sh "flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION "
build_app(
workspace: "Runner.xcworkspace",
Expand Down

0 comments on commit 93e2e73

Please sign in to comment.