We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9463340 commit 263ac93Copy full SHA for 263ac93
Projects/App/Project.swift
@@ -44,7 +44,7 @@ let project = Project(
44
settings: .settings(
45
base: [
46
"OTHER_LDFLAGS": "$(inherited) -ObjC",
47
- "CODE_SIGN_IDENTITY": "iPhone Distribution",
+ "CODE_SIGN_IDENTITY": "iOS Distribution",
48
"PROVISIONING_PROFILE_SPECIFIER": "match AppStore com.pokitmons.pokit 1721720816",
49
"PROVISIONING_PROFILE": "match AppStore com.pokitmons.pokit 1721720816",
50
"DEVELOPMENT_TEAM": "\(developmentTeam ?? "")"
0 commit comments