Skip to content

Commit

Permalink
chore(ci): add export_options to build_ios
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghorbani committed Nov 28, 2024
1 parent d7e0db4 commit de12ea8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ platform :ios do
scheme: "PocketPal",
export_method: "app-store",
output_directory: "./build",
clean: true
clean: true,
export_options: {
provisioningProfiles: {
"ai.pocketpal" => "match AppStore ai.pocketpal"
},
signingStyle: "manual"
}
)

upload_to_testflight(
Expand Down

0 comments on commit de12ea8

Please sign in to comment.