-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note regarding plans for
PROVISIONING_PROFILE_SPECIFIER
to `xcc…
…onfig`s Co-authored-by: Olivier Halligon <[email protected]>
- Loading branch information
1 parent
8543f16
commit c8b91e3
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
#include "Base.xcconfig" | ||
|
||
CODE_SIGN_IDENTITY = Apple Development | ||
|
||
// Notice we don't have a PROVISIONING_PROFILE_SPECIFIER defined here because this xcconfig is used at the project-level but that settings need to be target-level. | ||
// Once we'll have target-level xcconfigs, we shall add the setting there |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
#include "Base.xcconfig" | ||
|
||
CODE_SIGN_IDENTITY = Apple Distribution | ||
|
||
// Notice we don't have a PROVISIONING_PROFILE_SPECIFIER defined here because this xcconfig is used at the project-level but that settings need to be target-level. | ||
// Once we'll have target-level xcconfigs, we shall add the setting there |