We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50edf8 commit ce8abecCopy full SHA for ce8abec
build.sh
@@ -183,7 +183,7 @@ EOF
183
184
# Copy headers.
185
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"
+ cp "$SDK_DIR/Leanplum-SDK/Classes/LPInbox.h" "${RELEASE_DIR}/Leanplum.framework/Headers"
187
188
printf "%s\n" "Successfully built Leanplum-SDK (iOS) Framework."
189
}
0 commit comments