Skip to content

Commit

Permalink
[fix] #26 code sign identity 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jul 24, 2024
1 parent 9463340 commit 263ac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let project = Project(
settings: .settings(
base: [
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"CODE_SIGN_IDENTITY": "iPhone Distribution",
"CODE_SIGN_IDENTITY": "iOS Distribution",
"PROVISIONING_PROFILE_SPECIFIER": "match AppStore com.pokitmons.pokit 1721720816",
"PROVISIONING_PROFILE": "match AppStore com.pokitmons.pokit 1721720816",
"DEVELOPMENT_TEAM": "\(developmentTeam ?? "")"
Expand Down

0 comments on commit 263ac93

Please sign in to comment.