You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I intend to configure the provisioning profile to contain a specific value for iOS, but a null value for macOS. (I don’t have the license for macOS). Adding a flag with an empty value is not possible today. It is not possible for me to define the indicator as follows:
This would avoid having the same value for PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] and PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] in my XCode project settings.
I intend to configure the provisioning profile to contain a specific value for iOS, but a null value for macOS. (I don’t have the license for macOS). Adding a flag with an empty value is not possible today. It is not possible for me to define the indicator as follows:
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""
This would avoid having the same value for
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]
andPROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]
in my XCode project settings.project.pbxproj:
.
The text was updated successfully, but these errors were encountered: