mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #129] 如何在发布环境中移除atlantis对app的改动? #78
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#78
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 @amjunliang on GitHub (Jun 2, 2023).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/129
使用需要两处改动
问题是plist的改动如何在release环境去除, 防止调试库发布到线上
@NghiaTranUIT commented on GitHub (Jun 3, 2023):
@amjunliang
In the
YourApp-Devtarget:plistfile toapp-dev.plistapp-dev.plistto your dev configuration.Or you can create two targets, one is
YourAppandYourApp-Dev@amjunliang commented on GitHub (Jun 11, 2023):
非常感谢