mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1264] Import MapLocal settings did not restore my local file map path #1259
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1259
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?
Originally created by @rxg9527 on GitHub (Jun 24, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1264
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 3.6.0 (30600)
macOS Version? (Ex. mac 10.14)
12.2.1
Steps to reproduce
I have 2 commonly used Macs for development, both have the same path directory and response JSON files for MapLocal, and will use Git and iCloud to keep in sync between 2 Macs.
I tried several versions of Proxyman and found that the logic of Proxyman exporting MapLocal is like this: after exporting MapLocal settings on mac A, importing them on mac B, the local file path of Map from will be replaced with
~/Library/Application Support/com.proxyman.NSProxy/map-local/import/xxxx, instead of the original file path I configured myself.Expected behavior
I hope to give an import option for MapLocal that will allow me to choose to use my own configured file path.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Jun 24, 2022):
Yes, it's the feature. Many users would share the Map Local Rule with their colleagues (on different Mac machines), so the Map Local should include the Map Local File too.
To workaround, after importing a new rule, you can re-select the local file (the one on iCloud), by clicking on the "Select Local File" button.
Meanwhile, I will reconsider to add the option to opt-out this behavior 👍
@rxg9527 commented on GitHub (Jul 19, 2022):
@NghiaTranUIT
To workaround, can I accomplish this by Git the
~/Library/Application Support/com.proxyman.NSProxyfolder on Mac a and synchronizing all Proxyman configurations on Mac b, including MapRemote Scripts and so on?@NghiaTranUIT commented on GitHub (Jul 19, 2022):
yes, it should work @rxg9527. All Proxyman configs are stored in
~/Library/Application Support/com.proxyman.NSProxy. Make sure two machines has the same Proxyman version 👍