Skip to content

Commit 4a34c7a

Browse files
committed
[Xcode] Add “iOS Developer” as code sign identity for iOS/watchOS/tvOS
1 parent de979cd commit 4a34c7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Xcode/Atomics.xcconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ GENERATE_INFOPLIST_FILE = YES
4242

4343
CODE_SIGN_STYLE = Automatic
4444
CODE_SIGN_IDENTITY = -
45+
CODE_SIGN_IDENTITY[sdk=iphoneos*] = "iOS Developer"
46+
CODE_SIGN_IDENTITY[sdk=watchos*] = "iOS Developer"
47+
CODE_SIGN_IDENTITY[sdk=appletvos*] = "iOS Developer"

0 commit comments

Comments
 (0)