Skip to content

Instantly share code, notes, and snippets.

@DnyaneshwarWagh
Created September 4, 2018 15:25
Show Gist options
  • Save DnyaneshwarWagh/39249aca41207fa327b63b5d1683bceb to your computer and use it in GitHub Desktop.
Save DnyaneshwarWagh/39249aca41207fa327b63b5d1683bceb to your computer and use it in GitHub Desktop.
if [ "$CONFIGURATION" == "Release" ]; then
INFOPLIST="$CODESIGNING_FOLDER_PATH/Info.plist"
/usr/libexec/PlistBuddy -c \"Delete :NSAppTransportSecurity" "$INFOPLIST"
echo "Removed ATS from Info.plist"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment