We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc149e commit b3dd419Copy full SHA for b3dd419
Makefile
@@ -9,7 +9,7 @@ spm:
9
10
updateVersion:
11
sed -i '' -e "s/#define LEANPLUM_SDK_VERSION @.*/#define LEANPLUM_SDK_VERSION @\"`cat sdk-version.txt`\"/g" "./LeanplumSDK/LeanplumSDK/Classes/Internal/LPConstants.h";\
12
- minVersion=5.0.0; version=`cat sdk-version.txt`;\
+ minVersion=6.0.0; version=`cat sdk-version.txt`;\
13
if [[ "$$version" != *"beta"* ]]; then \
14
sed -i '' -e "s/s.dependency 'Leanplum-iOS-SDK', .*/s.dependency 'Leanplum-iOS-SDK', \"~> $$minVersion\"/g" "./Leanplum-iOS-Location.podspec";\
15
sed -i '' -e "s/s.dependency 'Leanplum-iOS-SDK', .*/s.dependency 'Leanplum-iOS-SDK', \"~> $$minVersion\"/g" "./Leanplum-iOS-LocationAndBeacons.podspec";\
0 commit comments