Skip to content

Commit

Permalink
include_mac_in_profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle committed Dec 28, 2023
1 parent 34ace5b commit 8fcf309
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 @@ -7,7 +7,7 @@ require "digest"

desc "Generate fresh mobileprovision"
lane :gen_provision do
sigh(adhoc: true, force: true, username: ENV["APPSTORE_USERNAME"], provisioning_name: "Wildcard", app_identifier: "*", filename: "Wildcard.mobileprovision", output_path: "generator/")
sigh(adhoc: true, force: true, include_mac_in_profiles: true, username: ENV["APPSTORE_USERNAME"], provisioning_name: "Wildcard", app_identifier: "*", filename: "Wildcard.mobileprovision", output_path: "generator/")
end

desc "Get ipa version, build, bundle id and name"
Expand Down

0 comments on commit 8fcf309

Please sign in to comment.