Skip to content

Commit

Permalink
generate ios ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
j-roskopf committed Nov 12, 2023
1 parent 57a7d9e commit a6a482a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ platform :ios do
workspace: "iosApp/iosApp.xcworkspace",
scheme: options[:scheme],
buildlog_path: "build/fastlane-buildlog",
skip_package_ipa: true,
skip_codesigning: true
skip_package_ipa: false,
skip_codesigning: false
)
end

Expand Down

0 comments on commit a6a482a

Please sign in to comment.