Skip to content

Commit e4fb350

Browse files
committed
<config:ios provisioning-profile/> should be a file path
1 parent dc0de88 commit e4fb350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/project-files/xml-format/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following options are available for [iOS](../../../advanced-setup/ios/) only
113113
<config:ios prerenderedIcon="false" /> <!-- disable iOS mask and shine effect on icon -->
114114

115115
<config:ios identity="iPhone Developer" /> <!-- the identity to use for code signing -->
116-
<config:ios provisioning-profile="12345678-9012-3456-7890-123456789012" /> <!-- the provisioning profile to use for code signing -->
116+
<config:ios provisioning-profile="path/to/file.mobileprovision" /> <!-- the provisioning profile to use for code signing -->
117117
<config:ios team-id="ABCDEFGHIJ" /> <!-- the team id to use for code signing -->
118118

119119
<config:ios non-exempt-encryption="true" /> <!-- set ITSAppUsesNonExemptEncryption key in Info.plist -->

0 commit comments

Comments
 (0)