0

I want to check whether I am using latest version of sparkle framework. I manually added Sparkle framework long back, now I wish to check its version.

MacDeveloper
  • 1,334
  • 3
  • 16
  • 49

1 Answers1

2

Possibility through code listed here. i.e., read info.plist inside framework. Also you can manually visit Sparkle.framework⁩ ▸ ⁨Versions⁩ ▸ ⁨A⁩ ▸ ⁨Resources⁩⁩ ▸ ⁨Info.plist and can check Bundle version property.

NeverHopeless
  • 11,077
  • 4
  • 35
  • 56