Skip to content

Commit 5846d87

Browse files
committed
Explicitly specify a provisioning profile for fastlane builds
https://docs.fastlane.tools/codesigning/xcode-project/#xcode-9-and-up
1 parent 8bd12ad commit 5846d87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fastlane/Gymfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
scheme "Authenticator"
22
clean true
3+
export_options(
4+
method: "app-store",
5+
provisioningProfiles: {
6+
"me.mattrubin.authenticator": "Authenticator Distribution"
7+
},
8+
)

0 commit comments

Comments
 (0)