Using Carthage shows wrong AppAuth version (1.0) instead 1.3.0
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 2k
- Forks
- 867
- Avg merge
- 4d 48m
- Merged PRs (30d)
- 1
Description
Are you filing an issue about iOS 12?
No
Describe the bug
We use Carthage as dependency manager for our iOS app for including your Lib. We noticed the target AppAuth_iOS of your release version 1.3.0 still shows version 1.0.
To Reproduce
Steps to reproduce the behavior:
- put
github "openid/AppAuth-iOS" "1.3.0"in your cartfile - run
carthage update --platform iOS - open
($YOUR_WORKSPACE)/Carthage/Build/iOS/AppAuth.framework/Info.plist - See
CFBundleShortVersionString
Expected behavior
shows the current release version code
Screenshots

Smartphone (please complete the following information):
- Device: [All]
- OS: [All]
- Version [1.3.0]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Cartfile entry and reproduce the report using carthage update --platform iOS. Inspect Carthage/Build/iOS/AppAuth.framework/Info.plist, focusing on CFBundleShortVersionString; done means the generated framework reports the current 1.3.0 release version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100