We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xcconfig
1 parent c3e9184 commit 473aa49Copy full SHA for 473aa49
fastlane/Fastfile
@@ -98,7 +98,10 @@ platform :ios do
98
export_options: {
99
# FIXME: Compute the value
100
provisioningProfiles: {
101
- "com.automattic.gravatar-sdk-demo-uikit.prototype-build": "match InHouse com.automattic.gravatar-sdk-demo-uikit.prototype-build"
+ "#{bundle_id_prototype_build!}": read_from_xcconfig!(
102
+ key: 'PROVISIONING_PROFILE_SPECIFIER',
103
+ xcconfig: XCCONFIG_PROTOTYPE_BUILD
104
+ )
105
},
106
method: 'enterprise',
107
signingSytle: 'manual'
0 commit comments