File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 88
99Pod ::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
1414Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments