Skip to content

Commit

Permalink
chore: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 9, 2024
1 parent 0a1609d commit e55baf2
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 @@ -337,7 +337,7 @@ platform :ios do
# # automatic code signing
update_code_signing_settings(
use_automatic_signing: false,
path: "./platforms/ios/#{$ios_scheme}.xcworkspace"
path: "./platforms/ios/#{$ios_scheme}.xcodeproj"
)
end
# build_ios_app(
Expand Down

0 comments on commit e55baf2

Please sign in to comment.