This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# enable-charles-proxy.sh | |
# | |
# Created by John Boiles on 9/21/15. | |
# | |
# This script sets :NSAppTransportSecurity:NSAllowsArbitraryLoads to true in the Info.plist file if building the Debug configuration. | |
# This enables debugging from https proxies such as Charles. | |
INFO_PLIST="${TARGET_BUILD_DIR}/${INFOPLIST_PATH}" |