File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ build_ios() {
158158 GCC_PREPROCESSOR_DEFINITIONS=" PACKAGE_IDENTIFIER=${LEANPLUM_PACKAGE_IDENTIFIER} "
159159
160160 mkdir " ${RELEASE_DIR} /Leanplum.framework/"
161+ echo " RELEASE DIRECTORY IS:"
161162 run " Combining builds to universal fat library ..." \
162163 lipo -create -output " ${RELEASE_DIR} /Leanplum.framework/Leanplum" \
163164 " ${CURRENTCONFIG_ARMV7_DEVICE_DIR} /Leanplum-iOS-SDK-source/libLeanplum-iOS-SDK-source.a" \
199200# ######################################
200201build_ios_dylib () {
201202 echo " Starting build for Leanplum-SDK (iOS)"
202-
203203 run " Building Leanplum-SDK (device/armv7) target ..." \
204204 xcodebuild -configuration " ${CONFIGURATION} " -target " Leanplum-iOS-SDK-source" -sdk " ${DEVICE_SDK} " \
205205 " $ACTION " ARCHS=' armv7' RUN_CLANG_STATIC_ANALYZER=NO BUILD_DIR=" ${BUILD_DIR}${ARMV7_DIR} " \
You can’t perform that action at this time.
0 commit comments