Skip to content

Commit 473aa49

Browse files
committed
Read provisioning profile from xcconfig in Fastlane
1 parent c3e9184 commit 473aa49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fastlane/Fastfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ platform :ios do
9898
export_options: {
9999
# FIXME: Compute the value
100100
provisioningProfiles: {
101-
"com.automattic.gravatar-sdk-demo-uikit.prototype-build": "match InHouse com.automattic.gravatar-sdk-demo-uikit.prototype-build"
101+
"#{bundle_id_prototype_build!}": read_from_xcconfig!(
102+
key: 'PROVISIONING_PROFILE_SPECIFIER',
103+
xcconfig: XCCONFIG_PROTOTYPE_BUILD
104+
)
102105
},
103106
method: 'enterprise',
104107
signingSytle: 'manual'

0 commit comments

Comments
 (0)