Skip to content

Commit b3dd419

Browse files
committed
Bump Locations version
1 parent ecc149e commit b3dd419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spm:
99

1010
updateVersion:
1111
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`;\
12+
minVersion=6.0.0; version=`cat sdk-version.txt`;\
1313
if [[ "$$version" != *"beta"* ]]; then \
1414
sed -i '' -e "s/s.dependency 'Leanplum-iOS-SDK', .*/s.dependency 'Leanplum-iOS-SDK', \"~> $$minVersion\"/g" "./Leanplum-iOS-Location.podspec";\
1515
sed -i '' -e "s/s.dependency 'Leanplum-iOS-SDK', .*/s.dependency 'Leanplum-iOS-SDK', \"~> $$minVersion\"/g" "./Leanplum-iOS-LocationAndBeacons.podspec";\

0 commit comments

Comments
 (0)