Skip to content

Commit beab2ad

Browse files
Arclitetrapacska
authored andcommitted
Fix typo "intsalled" -> "installed". (#61)
1 parent 6606bc2 commit beab2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func collectIpaExportCodeSignGroups(archive xcarchive.IosArchive, installedCerti
153153
if len(codeSignGroups) == 0 {
154154
fmt.Println()
155155
log.Errorf("No code sign files (Codesign Identities and Provisioning Profiles) are installed to export an ipa")
156-
log.Errorf("To collect available code sign files, we search for intsalled Provisioning Profiles:")
156+
log.Errorf("To collect available code sign files, we search for installed Provisioning Profiles:")
157157
log.Errorf("- which has installed Codesign Identity in your Keychain")
158158
log.Errorf("- which can provision your application target's bundle ids")
159159
log.Errorf("- which has the project defined Capabilities set")
@@ -184,7 +184,7 @@ func collectIpaExportCodeSignGroups(archive xcarchive.IosArchive, installedCerti
184184
if len(filteredCodeSignGroups) == 0 {
185185
fmt.Println()
186186
log.Errorf("No code sign files (Codesign Identities and Provisioning Profiles) are installed for %s ipa export", selectedExportMethod)
187-
log.Errorf("To collect available code sign files, we search for intsalled Provisioning Profiles:")
187+
log.Errorf("To collect available code sign files, we search for installed Provisioning Profiles:")
188188
log.Errorf("- which has installed Codesign Identity in your Keychain")
189189
log.Errorf("- which can provision your application target's bundle ids")
190190
log.Errorf("- which has the project defined Capabilities set")

0 commit comments

Comments
 (0)