Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Jun 16, 2024
1 parent 67b377d commit 38321ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bash_scripts/pre_release.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rcVersion=$2

sed -i '' "s/version_appsflyerLib = \'.*\'/version_appsflyerLib = \'$appsflyerLibVersion\'/g" AppsFlyerAdobeAEPExtension.podspec
sed -i '' "s/version_plugin = \'.*\'/version_plugin = \'$rcVersion\'/g" AppsFlyerAdobeAEPExtension.podspec
sed -i '' "s/s.name = \"AppsFlyerAdobeAEPExtension\"/s.name = \"AppsFlyerAdobeAEPExtension-qa\"/g" AppsFlyerAdobeAEPExtension.podspec
sed -i '' "s/s.name = \'AppsFlyerAdobeAEPExtension\'/s.name = \'AppsFlyerAdobeAEPExtension-qa\'/g" AppsFlyerAdobeAEPExtension.podspec
mv AppsFlyerAdobeAEPExtension.podspec AppsFlyerAdobeAEPExtension-qa.podspec

sed -r -i '' "s/(.*AppsFlyerLib.*)([0-9]+\.[0-9]+\.[0-9]+)(.*)/\1$appsflyerLibVersion\3/g" Package.swift
Expand Down

0 comments on commit 38321ab

Please sign in to comment.