Skip to content

Commit ce8abec

Browse files
author
Alexis Oyama
committed
fix(build): Static build was not copying LPInbox.h properly
1 parent e50edf8 commit ce8abec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ EOF
183183

184184
# Copy headers.
185185
cp "$SDK_DIR/Leanplum-SDK/Classes/Leanplum.h" "${RELEASE_DIR}/Leanplum.framework/Headers"
186-
cp "$SDK_DIR/Leanplum-SDK/Classes/Leanplum.h" "${RELEASE_DIR}/Leanplum.framework/Headers"
186+
cp "$SDK_DIR/Leanplum-SDK/Classes/LPInbox.h" "${RELEASE_DIR}/Leanplum.framework/Headers"
187187

188188
printf "%s\n" "Successfully built Leanplum-SDK (iOS) Framework."
189189
}

0 commit comments

Comments
 (0)