Skip to content

Commit b9b1621

Browse files
committed
version
1 parent 849eb2f commit b9b1621

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Leanplum-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Leanplum-iOS-SDK'
11-
s.version = '2.2.5-beta.7'
11+
s.version = '2.2.5-beta.9'
1212
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1313
s.description = <<-DESC
1414
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

build.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,10 @@ main() {
8989
default="${BUILD_DIR}${X86_DIR}/${CONFIGURATION}-iphonesimulator"
9090
CURRENTCONFIG_X86_DEVICE_DIR=${CURRENTCONFIG_X86_DEVICE_DIR:-$default}
9191
default="${BUILD_DIR}${X8664_DIR}/${CONFIGURATION}-iphonesimulator"
92-
CURRENTCONFIG_X8664_SIMULATOR_DIR=${CURRENTCONFIG_X8664_SIMULATOR_DIR:-$default}
93-
default="${BUILD_DIR}${ARM64_DIR}/${CONFIGURATION}-appletvos"
94-
CURRENTCONFIG_ARM64_TV_DEVICE_DIR=${CURRENTCONFIG_ARM64_TV_DEVICE_DIR:-$default}
95-
default="${BUILD_DIR}${X8664_DIR}/${CONFIGURATION}-appletvsimulator"
96-
CURRENTCONFIG_X8664_TV_SIMULATOR_DIR=${CURRENTCONFIG_X8664_TV_SIMULATOR_DIR:-$default}
97-
ACTION="clean build"
98-
92+
9993
DEVICE_SDK="iphoneos"
100-
TVOS_SDK="appletvos"
10194
SIM_SDK="iphonesimulator"
102-
TVOS_SIM_SDK="appletvsimulator"
103-
95+
10496
rm -rf "$RELEASE_DIR_BASE"
10597
mkdir -p "$RELEASE_DIR_BASE"
10698
RELEASE_DIR="$RELEASE_DIR_BASE"

0 commit comments

Comments
 (0)