Skip to content

Commit 1ac2897

Browse files
committed
use ad-hoc
1 parent 0c56b19 commit 1ac2897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platform :ios do
2121
output_directory: "./build-swift-sample-app",
2222
output_name: "swift-sample-app.ipa",
2323
skip_codesigning: true,
24-
export_method: "development",
24+
export_method: "ad-hoc",
2525
export_team_id: "BP98Z28R86",
2626
# export_xcargs: "-allowProvisioningUpdates",
2727
# export_options: { compileBitcode: false }

0 commit comments

Comments
 (0)