mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #27] [MERGED] Fix CFBundleVersion in framework bundle #110
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/27
Author: @florianbuerger
Created: 11/3/2020
Status: ✅ Merged
Merged: 11/3/2020
Merged by: @NghiaTranUIT
Base:
main← Head:main📝 Commits (2)
3b5935aBump marketing version to 1.1.00586847Set CURRENT_PROJECT_VERSION to 1📊 Changes
3 files changed (+536 additions, -699 deletions)
View changed files
📝
Atlantis.xcodeproj/AtlantisTests_Info.plist(+1 -1)📝
Atlantis.xcodeproj/Atlantis_Info.plist(+1 -1)📝
Atlantis.xcodeproj/project.pbxproj(+534 -697)📄 Description
Hey,
Thank you so so much for Atlantis! I've been a big fan of Proxyman and I have been using since the beginning. I always wished for an easier way to capture traffic from test devices. I also often forgot to revert the proxy settings on the device and then wonder why it isn't connected anymore 🙄
Anyway, I tried to publish an app to TestFlight but the validation doesn't pass. The framework was integrated by Carthage.
The framework bundle needs to include a value for
CFBundleVersion. It was set toCURRENT_PROJECT_VERSIONbut that variable wasn't set in the project file. I set it to1for now, just to pass the App Store Connect validation.I also bumped the
CFBundleShortVersionto 1.1.0 even though I don't think it will be used anywhere.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.