Skip to content

Commit 263ac93

Browse files
committed
[fix] #26 code sign identity 변경
1 parent 9463340 commit 263ac93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/App/Project.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let project = Project(
4444
settings: .settings(
4545
base: [
4646
"OTHER_LDFLAGS": "$(inherited) -ObjC",
47-
"CODE_SIGN_IDENTITY": "iPhone Distribution",
47+
"CODE_SIGN_IDENTITY": "iOS Distribution",
4848
"PROVISIONING_PROFILE_SPECIFIER": "match AppStore com.pokitmons.pokit 1721720816",
4949
"PROVISIONING_PROFILE": "match AppStore com.pokitmons.pokit 1721720816",
5050
"DEVELOPMENT_TEAM": "\(developmentTeam ?? "")"

0 commit comments

Comments
 (0)