Skip to content

Commit

Permalink
fix (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaulus authored Oct 20, 2023
1 parent 19c53bf commit 07afcba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1522,9 +1522,9 @@ func printInstalledApps(device ios.DeviceEntry, system bool, all bool, list bool
}
return
}
if filesharing{
if filesharing {
for _, v := range response {
if (v.UIFileSharingEnabled) {
if v.UIFileSharingEnabled {
fmt.Printf("%s %s %s\n", v.CFBundleIdentifier, v.CFBundleName, v.CFBundleShortVersionString)
}
}
Expand Down

0 comments on commit 07afcba

Please sign in to comment.